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

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

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

Fields in org.apache.hadoop.hbase.thrift2.generated with type parameters of type TColumn
 List<TColumn> TGet.columns
           
 List<TColumn> TDelete.columns
           
 List<TColumn> TScan.columns
           
 

Methods in org.apache.hadoop.hbase.thrift2.generated that return TColumn
 TColumn TColumn.deepCopy()
           
 TColumn TColumn.setFamily(byte[] family)
           
 TColumn TColumn.setFamily(ByteBuffer family)
           
 TColumn TColumn.setQualifier(byte[] qualifier)
           
 TColumn TColumn.setQualifier(ByteBuffer qualifier)
           
 TColumn TColumn.setTimestamp(long timestamp)
           
 

Methods in org.apache.hadoop.hbase.thrift2.generated that return types with arguments of type TColumn
 List<TColumn> TGet.getColumns()
           
 List<TColumn> TDelete.getColumns()
           
 List<TColumn> TScan.getColumns()
           
 Iterator<TColumn> TGet.getColumnsIterator()
           
 Iterator<TColumn> TDelete.getColumnsIterator()
           
 Iterator<TColumn> TScan.getColumnsIterator()
           
 

Methods in org.apache.hadoop.hbase.thrift2.generated with parameters of type TColumn
 void TGet.addToColumns(TColumn elem)
           
 void TDelete.addToColumns(TColumn elem)
           
 void TScan.addToColumns(TColumn elem)
           
 int TColumn.compareTo(TColumn other)
           
 boolean TColumn.equals(TColumn that)
           
 

Method parameters in org.apache.hadoop.hbase.thrift2.generated with type arguments of type TColumn
 TGet TGet.setColumns(List<TColumn> columns)
           
 TDelete TDelete.setColumns(List<TColumn> columns)
           
 TScan TScan.setColumns(List<TColumn> columns)
           
 

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



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