Uses of Interface
org.apache.hadoop.hbase.CellScannable
Packages that use 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
Subinterfaces of org.apache.hadoop.hbase.CellScannable in in org.apache.hadoop.hbaseModifier and TypeInterfaceDescriptioninterface
org.apache.hadoop.hbase.ExtendedCellScannable
We use this class in HBase internally for gettingExtendedCell
directly without casting.Method parameters in org.apache.hadoop.hbase with type arguments of type org.apache.hadoop.hbase.CellScannable in inModifier 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
Classes in org.apache.hadoop.hbase.client that implement org.apache.hadoop.hbase.CellScannable 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.CellScannable in org.apache.hadoop.hbase.ipc
Subinterfaces of org.apache.hadoop.hbase.CellScannable 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.CellScannable 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.