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 TypeInterfaceDescriptioninterfaceWe use this class in HBase internally for gettingExtendedCelldirectly without casting.Method parameters in org.apache.hadoop.hbase with type arguments of type CellScannableModifier and TypeMethodDescriptionstatic CellScannerCellUtil.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 TypeClassDescriptionclassPerforms Append operations on a single row.classUsed to perform Delete operations on a single row.classUsed to perform Increment operations on a single row.classclassUsed 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 TypeInterfaceDescriptioninterfaceOptionally carries Cells across the proxy/service interface down into ipc.Classes in org.apache.hadoop.hbase.ipc that implement CellScannableModifier and TypeClassDescriptionclassSimple delegating controller for use with theRpcControllerFactoryto help override standard behavior of aHBaseRpcController.classGet instances viaRpcControllerFactoryon client-side.