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 TypeInterfaceDescriptioninterfaceorg.apache.hadoop.hbase.ExtendedCellScannableWe use this class in HBase internally for gettingExtendedCelldirectly 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.CellScannerCellUtil.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 TypeClassDescriptionclassorg.apache.hadoop.hbase.client.AppendPerforms Append operations on a single row.classorg.apache.hadoop.hbase.client.DeleteUsed to perform Delete operations on a single row.classorg.apache.hadoop.hbase.client.IncrementUsed to perform Increment operations on a single row.classorg.apache.hadoop.hbase.client.Mutationclassorg.apache.hadoop.hbase.client.PutUsed to perform Put operations for a single row.classorg.apache.hadoop.hbase.client.ResultSingle row result of aGetorScanquery. -
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 TypeInterfaceDescriptioninterfaceorg.apache.hadoop.hbase.ipc.HBaseRpcControllerOptionally 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 TypeClassDescriptionclassorg.apache.hadoop.hbase.ipc.DelegatingHBaseRpcControllerSimple delegating controller for use with theRpcControllerFactoryto help override standard behavior of aHBaseRpcController.classorg.apache.hadoop.hbase.ipc.HBaseRpcControllerImplGet instances viaRpcControllerFactoryon client-side.