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.hbase
    Modifier and Type
    Interface
    Description
    interface 
    org.apache.hadoop.hbase.ExtendedCellScannable
    We use this class in HBase internally for getting ExtendedCell directly without casting.
    Method parameters in org.apache.hadoop.hbase with type arguments of type org.apache.hadoop.hbase.CellScannable in in
    Modifier and Type
    Method
    Description
    static org.apache.hadoop.hbase.CellScanner
    CellUtil.createCellScanner(List<? extends org.apache.hadoop.hbase.CellScannable> cellScannerables)
    Returns CellScanner interface over cellIterables
  • 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 in
    Modifier and Type
    Class
    Description
    class 
    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 a Get or Scan 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.ipc
    Modifier and Type
    Interface
    Description
    interface 
    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 in
    Modifier and Type
    Class
    Description
    class 
    org.apache.hadoop.hbase.ipc.DelegatingHBaseRpcController
    Simple delegating controller for use with the RpcControllerFactory to help override standard behavior of a HBaseRpcController.
    class 
    org.apache.hadoop.hbase.ipc.HBaseRpcControllerImpl
    Get instances via RpcControllerFactory on client-side.