Uses of Class
org.apache.hadoop.hbase.thrift.generated.TCell

Packages that use TCell
org.apache.hadoop.hbase.thrift Provides an HBase Thrift service. 
org.apache.hadoop.hbase.thrift.generated   
 

Uses of TCell in org.apache.hadoop.hbase.thrift
 

Methods in org.apache.hadoop.hbase.thrift that return types with arguments of type TCell
static List<TCell> ThriftUtilities.cellFromHBase(KeyValue in)
          This utility method creates a list of Thrift TCell "struct" based on an Hbase Cell object.
static List<TCell> ThriftUtilities.cellFromHBase(KeyValue[] in)
          This utility method creates a list of Thrift TCell "struct" based on an Hbase Cell array.
protected  List<TCell> ThriftServer.HBaseHandler.get(ByteBuffer tableName, ByteBuffer row, byte[] family, byte[] qualifier)
           
 List<TCell> ThriftServer.HBaseHandler.get(ByteBuffer tableName, ByteBuffer row, ByteBuffer column)
          Deprecated. 
 List<TCell> ThriftServer.HBaseHandler.getVer(ByteBuffer tableName, ByteBuffer row, byte[] family, byte[] qualifier, int numVersions)
           
 List<TCell> ThriftServer.HBaseHandler.getVer(ByteBuffer tableName, ByteBuffer row, ByteBuffer column, int numVersions)
          Deprecated. 
protected  List<TCell> ThriftServer.HBaseHandler.getVerTs(ByteBuffer tableName, ByteBuffer row, byte[] family, byte[] qualifier, long timestamp, int numVersions)
           
 List<TCell> ThriftServer.HBaseHandler.getVerTs(ByteBuffer tableName, ByteBuffer row, ByteBuffer column, long timestamp, int numVersions)
          Deprecated. 
 

Uses of TCell in org.apache.hadoop.hbase.thrift.generated
 

Fields in org.apache.hadoop.hbase.thrift.generated with type parameters of type TCell
 Map<ByteBuffer,TCell> TRowResult.columns
           
 List<TCell> Hbase.get_result.success
           
 List<TCell> Hbase.getVer_result.success
           
 List<TCell> Hbase.getVerTs_result.success
           
 

Methods in org.apache.hadoop.hbase.thrift.generated that return TCell
 TCell TCell.deepCopy()
           
 TCell TCell.setTimestamp(long timestamp)
           
 TCell TCell.setValue(byte[] value)
           
 TCell TCell.setValue(ByteBuffer value)
           
 

Methods in org.apache.hadoop.hbase.thrift.generated that return types with arguments of type TCell
 List<TCell> Hbase.Iface.get(ByteBuffer tableName, ByteBuffer row, ByteBuffer column)
          Get a single TCell for the specified table, row, and column at the latest timestamp.
 List<TCell> Hbase.Client.get(ByteBuffer tableName, ByteBuffer row, ByteBuffer column)
           
 Map<ByteBuffer,TCell> TRowResult.getColumns()
           
 List<TCell> Hbase.AsyncClient.get_call.getResult()
           
 List<TCell> Hbase.AsyncClient.getVer_call.getResult()
           
 List<TCell> Hbase.AsyncClient.getVerTs_call.getResult()
           
 List<TCell> Hbase.get_result.getSuccess()
           
 List<TCell> Hbase.getVer_result.getSuccess()
           
 List<TCell> Hbase.getVerTs_result.getSuccess()
           
 Iterator<TCell> Hbase.get_result.getSuccessIterator()
           
 Iterator<TCell> Hbase.getVer_result.getSuccessIterator()
           
 Iterator<TCell> Hbase.getVerTs_result.getSuccessIterator()
           
 List<TCell> Hbase.Iface.getVer(ByteBuffer tableName, ByteBuffer row, ByteBuffer column, int numVersions)
          Get the specified number of versions for the specified table, row, and column.
 List<TCell> Hbase.Client.getVer(ByteBuffer tableName, ByteBuffer row, ByteBuffer column, int numVersions)
           
 List<TCell> Hbase.Iface.getVerTs(ByteBuffer tableName, ByteBuffer row, ByteBuffer column, long timestamp, int numVersions)
          Get the specified number of versions for the specified table, row, and column.
 List<TCell> Hbase.Client.getVerTs(ByteBuffer tableName, ByteBuffer row, ByteBuffer column, long timestamp, int numVersions)
           
 List<TCell> Hbase.Client.recv_get()
           
 List<TCell> Hbase.Client.recv_getVer()
           
 List<TCell> Hbase.Client.recv_getVerTs()
           
 

Methods in org.apache.hadoop.hbase.thrift.generated with parameters of type TCell
 void Hbase.get_result.addToSuccess(TCell elem)
           
 void Hbase.getVer_result.addToSuccess(TCell elem)
           
 void Hbase.getVerTs_result.addToSuccess(TCell elem)
           
 int TCell.compareTo(TCell other)
           
 boolean TCell.equals(TCell that)
           
 void TRowResult.putToColumns(ByteBuffer key, TCell val)
           
 

Method parameters in org.apache.hadoop.hbase.thrift.generated with type arguments of type TCell
 TRowResult TRowResult.setColumns(Map<ByteBuffer,TCell> columns)
           
 Hbase.get_result Hbase.get_result.setSuccess(List<TCell> success)
           
 Hbase.getVer_result Hbase.getVer_result.setSuccess(List<TCell> success)
           
 Hbase.getVerTs_result Hbase.getVerTs_result.setSuccess(List<TCell> success)
           
 

Constructors in org.apache.hadoop.hbase.thrift.generated with parameters of type TCell
TCell(TCell other)
          Performs a deep copy on other.
 

Constructor parameters in org.apache.hadoop.hbase.thrift.generated with type arguments of type TCell
Hbase.get_result(List<TCell> success, IOError io)
           
Hbase.getVer_result(List<TCell> success, IOError io)
           
Hbase.getVerTs_result(List<TCell> success, IOError io)
           
TRowResult(ByteBuffer row, Map<ByteBuffer,TCell> columns)
           
 



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