Uses of Interface
org.apache.hadoop.hbase.ExtendedCellScannable
Packages that use ExtendedCellScannable
Package
Description
Provides HBase Client
Tools to help define network clients and servers.
-
Uses of ExtendedCellScannable in org.apache.hadoop.hbase
Method parameters in org.apache.hadoop.hbase with type arguments of type ExtendedCellScannableModifier and TypeMethodDescriptionstatic ExtendedCellScanner
PrivateCellUtil.createExtendedCellScanner
(List<? extends ExtendedCellScannable> cellScannerables) Returns ExtendedCellScanner interface overcellIterables
-
Uses of ExtendedCellScannable in org.apache.hadoop.hbase.client
Classes in org.apache.hadoop.hbase.client that implement ExtendedCellScannableModifier 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
Method parameters in org.apache.hadoop.hbase.client with type arguments of type ExtendedCellScannableModifier and TypeMethodDescriptionprivate org.apache.hadoop.hbase.shaded.protobuf.generated.ClientProtos.MultiRequest
AsyncBatchRpcRetryingCaller.buildReq
(Map<byte[], AsyncBatchRpcRetryingCaller.RegionRequest> actionsByRegion, List<ExtendedCellScannable> cells, Map<Integer, Integer> indexMap) -
Uses of ExtendedCellScannable in org.apache.hadoop.hbase.ipc
Subinterfaces of ExtendedCellScannable in org.apache.hadoop.hbase.ipcModifier and TypeInterfaceDescriptioninterface
Optionally carries Cells across the proxy/service interface down into ipc.Classes in org.apache.hadoop.hbase.ipc that implement ExtendedCellScannableModifier and TypeClassDescriptionclass
Simple delegating controller for use with theRpcControllerFactory
to help override standard behavior of aHBaseRpcController
.class
Get instances viaRpcControllerFactory
on client-side.Method parameters in org.apache.hadoop.hbase.ipc with type arguments of type ExtendedCellScannableModifier and TypeMethodDescriptionRpcControllerFactory.newController
(List<ExtendedCellScannable> cellIterables) RpcControllerFactory.newController
(RegionInfo regionInfo, List<ExtendedCellScannable> cellIterables) Constructor parameters in org.apache.hadoop.hbase.ipc with type arguments of type ExtendedCellScannableModifierConstructorDescription(package private)
HBaseRpcControllerImpl
(RegionInfo regionInfo, List<ExtendedCellScannable> cellIterables) -
Uses of ExtendedCellScannable in org.apache.hadoop.hbase.regionserver
Methods in org.apache.hadoop.hbase.regionserver that return types with arguments of type ExtendedCellScannableModifier and TypeMethodDescriptionprivate 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 regionMutationrm
and per Mutation, do the work, and then when done, add an instance of aClientProtos.ResultOrException
that corresponds to each Mutation.Method parameters in org.apache.hadoop.hbase.regionserver with type arguments of type ExtendedCellScannableModifier and TypeMethodDescriptionprivate 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 regionMutationrm
and per Mutation, do the work, and then when done, add an instance of aClientProtos.ResultOrException
that corresponds to each Mutation.