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 TypeInterfaceDescriptioninterface
We use this class in HBase internally for gettingExtendedCell
directly without casting.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
-
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.