Uses of Interface
org.apache.hadoop.hbase.CellScannable
Packages that use CellScannable
Package
Description
Provides HBase Client
Tools to help define network clients and servers.
-
Uses of CellScannable in org.apache.hadoop.hbase
Subinterfaces of CellScannable in org.apache.hadoop.hbaseModifier and TypeInterfaceDescriptioninterface
We use this class in HBase internally for gettingExtendedCell
directly without casting.Method parameters in org.apache.hadoop.hbase with type arguments of type CellScannableModifier and TypeMethodDescriptionstatic CellScanner
CellUtil.createCellScanner
(List<? extends CellScannable> cellScannerables) Returns CellScanner interface overcellIterables
-
Uses of CellScannable in org.apache.hadoop.hbase.client
Classes in org.apache.hadoop.hbase.client that implement CellScannableModifier 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
Subinterfaces of CellScannable 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 CellScannableModifier and TypeClassDescriptionclass
Simple delegating controller for use with theRpcControllerFactory
to help override standard behavior of aHBaseRpcController
.class
Get instances viaRpcControllerFactory
on client-side.