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<? extends 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 DelegatingPayloadCarryingRpcController
          Simple delegating controller for use with the RpcControllerFactory to help override standard behavior of a PayloadCarryingRpcController.
 class PayloadCarryingRpcController
          Optionally carries Cells across the proxy/service interface down into ipc.
 

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

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.RegionAction.Builder
RequestConverter.buildNoDataRegionAction(byte[] regionName, List<Action<R>> actions, List<CellScannable> cells, ClientProtos.RegionAction.Builder regionActionBuilder, ClientProtos.Action.Builder actionBuilder, ClientProtos.MutationProto.Builder mutationBuilder)
          Create a protocol buffer multirequest with NO data for a list of actions (data is carried otherwise than via protobuf).
static ClientProtos.RegionAction.Builder RequestConverter.buildNoDataRegionAction(byte[] regionName, RowMutations rowMutations, List<CellScannable> cells, ClientProtos.RegionAction.Builder regionActionBuilder, ClientProtos.Action.Builder actionBuilder, ClientProtos.MutationProto.Builder mutationBuilder)
          Create a protocol buffer MultiRequest for row mutations that does not hold data.
 



Copyright © 2007–2015 The Apache Software Foundation. All rights reserved.