Uses of Interface
org.apache.hadoop.hbase.ExtendedCellScannable
Packages that use org.apache.hadoop.hbase.ExtendedCellScannable
Package
Description
Provides HBase Client
Tools to help define network clients and servers.
-
Uses of org.apache.hadoop.hbase.ExtendedCellScannable in org.apache.hadoop.hbase
Method parameters in org.apache.hadoop.hbase with type arguments of type org.apache.hadoop.hbase.ExtendedCellScannable in inModifier and TypeMethodDescriptionstatic org.apache.hadoop.hbase.ExtendedCellScanner
PrivateCellUtil.createExtendedCellScanner
(List<? extends org.apache.hadoop.hbase.ExtendedCellScannable> cellScannerables) Returns ExtendedCellScanner interface overcellIterables
-
Uses of org.apache.hadoop.hbase.ExtendedCellScannable in org.apache.hadoop.hbase.client
Classes in org.apache.hadoop.hbase.client that implement org.apache.hadoop.hbase.ExtendedCellScannable in inModifier and TypeClassDescriptionclass
org.apache.hadoop.hbase.client.Append
Performs Append operations on a single row.class
org.apache.hadoop.hbase.client.Delete
Used to perform Delete operations on a single row.class
org.apache.hadoop.hbase.client.Increment
Used to perform Increment operations on a single row.class
org.apache.hadoop.hbase.client.Mutation
class
org.apache.hadoop.hbase.client.Put
Used to perform Put operations for a single row.class
org.apache.hadoop.hbase.client.Result
Single row result of aGet
orScan
query. -
Uses of org.apache.hadoop.hbase.ExtendedCellScannable in org.apache.hadoop.hbase.ipc
Subinterfaces of org.apache.hadoop.hbase.ExtendedCellScannable in in org.apache.hadoop.hbase.ipcModifier and TypeInterfaceDescriptioninterface
org.apache.hadoop.hbase.ipc.HBaseRpcController
Optionally carries Cells across the proxy/service interface down into ipc.Classes in org.apache.hadoop.hbase.ipc that implement org.apache.hadoop.hbase.ExtendedCellScannable in inModifier and TypeClassDescriptionclass
org.apache.hadoop.hbase.ipc.DelegatingHBaseRpcController
Simple delegating controller for use with theRpcControllerFactory
to help override standard behavior of aHBaseRpcController
.class
org.apache.hadoop.hbase.ipc.HBaseRpcControllerImpl
Get instances viaRpcControllerFactory
on client-side.Method parameters in org.apache.hadoop.hbase.ipc with type arguments of type org.apache.hadoop.hbase.ExtendedCellScannable in inModifier and TypeMethodDescriptionorg.apache.hadoop.hbase.ipc.HBaseRpcController
RpcControllerFactory.newController
(List<org.apache.hadoop.hbase.ExtendedCellScannable> cellIterables) org.apache.hadoop.hbase.ipc.HBaseRpcController
RpcControllerFactory.newController
(org.apache.hadoop.hbase.client.RegionInfo regionInfo, List<org.apache.hadoop.hbase.ExtendedCellScannable> cellIterables) -
Uses of org.apache.hadoop.hbase.ExtendedCellScannable in org.apache.hadoop.hbase.shaded.protobuf
Method parameters in org.apache.hadoop.hbase.shaded.protobuf with type arguments of type org.apache.hadoop.hbase.ExtendedCellScannable in inModifier and TypeMethodDescriptionstatic void
RequestConverter.buildNoDataRegionActions
(byte[] regionName, Iterable<org.apache.hadoop.hbase.client.Action> actions, List<org.apache.hadoop.hbase.ExtendedCellScannable> cells, org.apache.hadoop.hbase.shaded.protobuf.generated.ClientProtos.MultiRequest.Builder multiRequestBuilder, org.apache.hadoop.hbase.shaded.protobuf.generated.ClientProtos.RegionAction.Builder regionActionBuilder, org.apache.hadoop.hbase.shaded.protobuf.generated.ClientProtos.Action.Builder actionBuilder, org.apache.hadoop.hbase.shaded.protobuf.generated.ClientProtos.MutationProto.Builder mutationBuilder, long nonceGroup, Map<Integer, Integer> indexMap) Create a protocol buffer multirequest with NO data for a list of actions (data is carried otherwise than via protobuf).