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

Packages that use TColumn
org.apache.hadoop.hbase.thrift.generated   
 

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

Fields in org.apache.hadoop.hbase.thrift.generated with type parameters of type TColumn
 List<TColumn> TRowResult.sortedColumns
           
 

Methods in org.apache.hadoop.hbase.thrift.generated that return TColumn
 TColumn TColumn.deepCopy()
           
 TColumn TColumn.setCell(TCell cell)
           
 TColumn TColumn.setColumnName(byte[] columnName)
           
 TColumn TColumn.setColumnName(ByteBuffer columnName)
           
 

Methods in org.apache.hadoop.hbase.thrift.generated that return types with arguments of type TColumn
 List<TColumn> TRowResult.getSortedColumns()
           
 Iterator<TColumn> TRowResult.getSortedColumnsIterator()
           
 

Methods in org.apache.hadoop.hbase.thrift.generated with parameters of type TColumn
 void TRowResult.addToSortedColumns(TColumn elem)
           
 int TColumn.compareTo(TColumn other)
           
 boolean TColumn.equals(TColumn that)
           
 

Method parameters in org.apache.hadoop.hbase.thrift.generated with type arguments of type TColumn
 TRowResult TRowResult.setSortedColumns(List<TColumn> sortedColumns)
           
 

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



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