Uses of Interface
org.apache.hadoop.hbase.CellScannable

Packages that use CellScannable
org.apache.hadoop.hbase   
org.apache.hadoop.hbase.client Provides HBase Client 
org.apache.hadoop.hbase.ipc Tools to help define network clients and servers. 
org.apache.hadoop.hbase.protobuf Holds classes generated from protobuf src/main/protobuf definition files. 
 

Uses of CellScannable in org.apache.hadoop.hbase
 

Method parameters in org.apache.hadoop.hbase with type arguments of type CellScannable
static CellScanner CellUtil.createCellScanner(List<CellScannable> cellScannerables)
           
 

Uses of CellScannable in org.apache.hadoop.hbase.client
 

Classes in org.apache.hadoop.hbase.client that implement CellScannable
 class Append
          Performs Append operations on a single row.
 class Delete
          Used to perform Delete operations on a single row.
 class Increment
          Used to perform Increment operations on a single row.
 class Mutation
           
 class Put
          Used to perform Put operations for a single row.
 class Result
          Single row result of a Get or Scan query.
 

Uses of CellScannable in org.apache.hadoop.hbase.ipc
 

Classes in org.apache.hadoop.hbase.ipc that implement CellScannable
 class PayloadCarryingRpcController
          Optionally carries Cells across the proxy/service interface down into ipc.
 

Constructor parameters in org.apache.hadoop.hbase.ipc with type arguments of type CellScannable
PayloadCarryingRpcController(List<CellScannable> cellIterables)
           
 

Uses of CellScannable in org.apache.hadoop.hbase.protobuf
 

Method parameters in org.apache.hadoop.hbase.protobuf with type arguments of type CellScannable
static
<R> ClientProtos.MultiRequest
RequestConverter.buildNoDataMultiRequest(byte[] regionName, List<Action<R>> actions, List<CellScannable> cells)
          Create a protocol buffer multirequest with NO data for a list of actions (data is carried otherwise than via protobuf).
static ClientProtos.MultiRequest RequestConverter.buildNoDataMultiRequest(byte[] regionName, RowMutations rowMutations, List<CellScannable> cells)
          Create a protocol buffer MultiRequest for row mutations that does not hold data.
 



Copyright © 2013 The Apache Software Foundation. All Rights Reserved.