Uses of Interface
org.apache.hadoop.hbase.CellScannable
Package
Description
Provides HBase Client
Tools to help define network clients and servers.
-
Uses of org.apache.hadoop.hbase.CellScannable in org.apache.hadoop.hbase
Modifier and TypeMethodDescriptionstatic org.apache.hadoop.hbase.CellScanner
CellUtil.createCellScanner
(List<? extends org.apache.hadoop.hbase.CellScannable> cellScannerables) Returns CellScanner interface overcellIterables
-
Uses of org.apache.hadoop.hbase.CellScannable in org.apache.hadoop.hbase.client
Modifier 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.CellScannable in org.apache.hadoop.hbase.ipc
Modifier and TypeInterfaceDescriptioninterface
org.apache.hadoop.hbase.ipc.HBaseRpcController
Optionally carries Cells across the proxy/service interface down into ipc.Modifier 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.Modifier and TypeMethodDescriptionorg.apache.hadoop.hbase.ipc.HBaseRpcController
RpcControllerFactory.newController
(List<org.apache.hadoop.hbase.CellScannable> cellIterables) org.apache.hadoop.hbase.ipc.HBaseRpcController
RpcControllerFactory.newController
(org.apache.hadoop.hbase.client.RegionInfo regionInfo, List<org.apache.hadoop.hbase.CellScannable> cellIterables) -
Uses of org.apache.hadoop.hbase.CellScannable in org.apache.hadoop.hbase.shaded.protobuf
Modifier and TypeMethodDescriptionstatic void
RequestConverter.buildNoDataRegionActions
(byte[] regionName, Iterable<org.apache.hadoop.hbase.client.Action> actions, List<org.apache.hadoop.hbase.CellScannable> 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).