Uses of Interface
org.apache.hadoop.hbase.CellScannable
Package
Description
Provides HBase Client
Tools to help define network clients and servers.
-
Uses of CellScannable in org.apache.hadoop.hbase
Modifier and TypeMethodDescriptionstatic CellScanner
CellUtil.createCellScanner
(List<? extends CellScannable> cellScannerables) Returns CellScanner interface overcellIterables
-
Uses of CellScannable in org.apache.hadoop.hbase.client
Modifier and TypeClassDescriptionclass
Performs Append operations on a single row.class
Used to perform Delete operations on a single row.class
Used to perform Increment operations on a single row.class
class
Used to perform Put operations for a single row.class
Modifier and TypeMethodDescriptionprivate org.apache.hadoop.hbase.shaded.protobuf.generated.ClientProtos.MultiRequest
AsyncBatchRpcRetryingCaller.buildReq
(Map<byte[], AsyncBatchRpcRetryingCaller.RegionRequest> actionsByRegion, List<CellScannable> cells, Map<Integer, Integer> indexMap) -
Uses of CellScannable in org.apache.hadoop.hbase.ipc
Modifier and TypeInterfaceDescriptioninterface
Optionally carries Cells across the proxy/service interface down into ipc.Modifier and TypeClassDescriptionclass
Simple delegating controller for use with theRpcControllerFactory
to help override standard behavior of aHBaseRpcController
.class
Get instances viaRpcControllerFactory
on client-side.Modifier and TypeMethodDescriptionRpcControllerFactory.newController
(List<CellScannable> cellIterables) RpcControllerFactory.newController
(RegionInfo regionInfo, List<CellScannable> cellIterables) ModifierConstructorDescription(package private)
HBaseRpcControllerImpl
(RegionInfo regionInfo, List<CellScannable> cellIterables) -
Uses of CellScannable in org.apache.hadoop.hbase.regionserver
Modifier and TypeMethodDescriptionprivate List<CellScannable>
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<CellScannable> cellsToReturn, long nonceGroup, RSRpcServices.RegionScannersCloseCallBack closeCallBack, RpcCallContext context, ActivePolicyEnforcement spaceQuotaEnforcement) Run through the regionMutationrm
and per Mutation, do the work, and then when done, add an instance of aClientProtos.ResultOrException
that corresponds to each Mutation.Modifier and TypeMethodDescriptionprivate List<CellScannable>
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<CellScannable> cellsToReturn, long nonceGroup, RSRpcServices.RegionScannersCloseCallBack closeCallBack, RpcCallContext context, ActivePolicyEnforcement spaceQuotaEnforcement) Run through the regionMutationrm
and per Mutation, do the work, and then when done, add an instance of aClientProtos.ResultOrException
that corresponds to each Mutation.