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

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

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

Fields in org.apache.hadoop.hbase.thrift2.generated with type parameters of type TColumnIncrement
 List<TColumnIncrement> TIncrement.columns
           
 

Methods in org.apache.hadoop.hbase.thrift2.generated that return TColumnIncrement
 TColumnIncrement TColumnIncrement.deepCopy()
           
 TColumnIncrement TColumnIncrement.setAmount(long amount)
           
 TColumnIncrement TColumnIncrement.setFamily(byte[] family)
           
 TColumnIncrement TColumnIncrement.setFamily(ByteBuffer family)
           
 TColumnIncrement TColumnIncrement.setQualifier(byte[] qualifier)
           
 TColumnIncrement TColumnIncrement.setQualifier(ByteBuffer qualifier)
           
 

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

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

Method parameters in org.apache.hadoop.hbase.thrift2.generated with type arguments of type TColumnIncrement
 TIncrement TIncrement.setColumns(List<TColumnIncrement> columns)
           
 

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

Constructor parameters in org.apache.hadoop.hbase.thrift2.generated with type arguments of type TColumnIncrement
TIncrement(ByteBuffer row, List<TColumnIncrement> columns)
           
 



Copyright © 2015 The Apache Software Foundation. All rights reserved.