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

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

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

Fields in org.apache.hadoop.hbase.thrift2.generated with type parameters of type TColumnValue
 List<TColumnValue> TPut.columnValues
           
 List<TColumnValue> TResult.columnValues
           
 

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

Methods in org.apache.hadoop.hbase.thrift2.generated that return types with arguments of type TColumnValue
 List<TColumnValue> TPut.getColumnValues()
           
 List<TColumnValue> TResult.getColumnValues()
           
 Iterator<TColumnValue> TPut.getColumnValuesIterator()
           
 Iterator<TColumnValue> TResult.getColumnValuesIterator()
           
 

Methods in org.apache.hadoop.hbase.thrift2.generated with parameters of type TColumnValue
 void TPut.addToColumnValues(TColumnValue elem)
           
 void TResult.addToColumnValues(TColumnValue elem)
           
 int TColumnValue.compareTo(TColumnValue other)
           
 boolean TColumnValue.equals(TColumnValue that)
           
 

Method parameters in org.apache.hadoop.hbase.thrift2.generated with type arguments of type TColumnValue
 TPut TPut.setColumnValues(List<TColumnValue> columnValues)
           
 TResult TResult.setColumnValues(List<TColumnValue> columnValues)
           
 

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

Constructor parameters in org.apache.hadoop.hbase.thrift2.generated with type arguments of type TColumnValue
TPut(ByteBuffer row, List<TColumnValue> columnValues)
           
TResult(List<TColumnValue> columnValues)
           
 



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