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.
 List<TCell> ThriftServer.HBaseHandler.get(byte[] tableName, byte[] row, byte[] column)
          Deprecated. 
 List<TCell> ThriftServer.HBaseHandler.get(byte[] tableName, byte[] row, byte[] family, byte[] qualifier)
           
 List<TCell> ThriftServer.HBaseHandler.getVer(byte[] tableName, byte[] row, byte[] family, byte[] qualifier, int numVersions)
           
 List<TCell> ThriftServer.HBaseHandler.getVer(byte[] tableName, byte[] row, byte[] column, int numVersions)
          Deprecated. 
 List<TCell> ThriftServer.HBaseHandler.getVerTs(byte[] tableName, byte[] row, byte[] family, byte[] qualifier, long timestamp, int numVersions)
           
 List<TCell> ThriftServer.HBaseHandler.getVerTs(byte[] tableName, byte[] row, byte[] 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<byte[],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.clone()
          Deprecated. 
 TCell TCell.deepCopy()
           
 TCell TCell.setTimestamp(long timestamp)
           
 TCell TCell.setValue(byte[] value)
           
 

Methods in org.apache.hadoop.hbase.thrift.generated that return types with arguments of type TCell
 List<TCell> Hbase.Iface.get(byte[] tableName, byte[] row, byte[] column)
          Get a single TCell for the specified table, row, and column at the latest timestamp.
 List<TCell> Hbase.Client.get(byte[] tableName, byte[] row, byte[] column)
           
 Map<byte[],TCell> TRowResult.getColumns()
           
 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(byte[] tableName, byte[] row, byte[] column, int numVersions)
          Get the specified number of versions for the specified table, row, and column.
 List<TCell> Hbase.Client.getVer(byte[] tableName, byte[] row, byte[] column, int numVersions)
           
 List<TCell> Hbase.Iface.getVerTs(byte[] tableName, byte[] row, byte[] column, long timestamp, int numVersions)
          Get the specified number of versions for the specified table, row, and column.
 List<TCell> Hbase.Client.getVerTs(byte[] tableName, byte[] row, byte[] 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(byte[] key, TCell val)
           
 

Method parameters in org.apache.hadoop.hbase.thrift.generated with type arguments of type TCell
 TRowResult TRowResult.setColumns(Map<byte[],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(byte[] row, Map<byte[],TCell> columns)
           
 



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