Uses of Interface
org.apache.hadoop.hbase.ipc.RpcCallContext
Packages that use RpcCallContext
Package
Description
Tools to help define network clients and servers.
-
Uses of RpcCallContext in org.apache.hadoop.hbase.ipc
Subinterfaces of RpcCallContext in org.apache.hadoop.hbase.ipcModifier and TypeInterfaceDescriptioninterfaceInterface of all necessary to carry out a RPC method invocation on the server.Classes in org.apache.hadoop.hbase.ipc that implement RpcCallContextModifier and TypeClassDescription(package private) classDatastructure that holds all necessary to a method invocation and then afterward, carries the result.classServerCall<T extends ServerRpcConnection>Datastructure that holds all necessary to a method invocation and then afterward, carries the result.(package private) classDeprecated. -
Uses of RpcCallContext in org.apache.hadoop.hbase.regionserver
Methods in org.apache.hadoop.hbase.regionserver with parameters of type RpcCallContextModifier and TypeMethodDescription(package private) voidRSRpcServices.addSize(RpcCallContext context, Result r) Method to account for the size of retained cells.private ResultRSRpcServices.append(HRegion region, OperationQuota quota, org.apache.hadoop.hbase.shaded.protobuf.generated.ClientProtos.MutationProto mutation, CellScanner cellScanner, long nonceGroup, ActivePolicyEnforcement spaceQuota, RpcCallContext context) Execute an append mutation.private CheckAndMutateResultRSRpcServices.checkAndMutate(HRegion region, OperationQuota quota, org.apache.hadoop.hbase.shaded.protobuf.generated.ClientProtos.MutationProto mutation, CellScanner cellScanner, org.apache.hadoop.hbase.shaded.protobuf.generated.ClientProtos.Condition condition, long nonceGroup, ActivePolicyEnforcement spaceQuota, RpcCallContext context) private voidRSRpcServices.closeScanner(HRegion region, RegionScanner scanner, String scannerName, RpcCallContext context, boolean isError) private List<ExtendedCellScannable>RSRpcServices.doNonAtomicRegionMutation(HRegion region, OperationQuota quota, org.apache.hadoop.hbase.shaded.protobuf.generated.ClientProtos.RegionAction actions, CellScanner cellScanner, org.apache.hadoop.hbase.shaded.protobuf.generated.ClientProtos.RegionActionResult.Builder builder, List<ExtendedCellScannable> cellsToReturn, long nonceGroup, RSRpcServices.RegionScannersCloseCallBack closeCallBack, RpcCallContext context, ActivePolicyEnforcement spaceQuotaEnforcement) Run through the regionMutationrmand per Mutation, do the work, and then when done, add an instance of aClientProtos.ResultOrExceptionthat corresponds to each Mutation.private ResultRSRpcServices.get(Get get, HRegion region, RSRpcServices.RegionScannersCloseCallBack closeCallBack, RpcCallContext context) private ResultRSRpcServices.increment(HRegion region, OperationQuota quota, org.apache.hadoop.hbase.shaded.protobuf.generated.ClientProtos.MutationProto mutation, CellScanner cells, long nonceGroup, ActivePolicyEnforcement spaceQuota, RpcCallContext context) Execute an increment mutation.private booleanRSRpcServices.isClientCellBlockSupport(RpcCallContext context)