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

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

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

Fields in org.apache.hadoop.hbase.thrift2.generated with type parameters of type TMutation
 List<TMutation> TRowMutations.mutations
           
 

Methods in org.apache.hadoop.hbase.thrift2.generated that return TMutation
 TMutation TMutation.deepCopy()
           
static TMutation TMutation.deleteSingle(TDelete value)
           
static TMutation TMutation.put(TPut value)
           
 

Methods in org.apache.hadoop.hbase.thrift2.generated that return types with arguments of type TMutation
 List<TMutation> TRowMutations.getMutations()
           
 Iterator<TMutation> TRowMutations.getMutationsIterator()
           
 

Methods in org.apache.hadoop.hbase.thrift2.generated with parameters of type TMutation
 void TRowMutations.addToMutations(TMutation elem)
           
 int TMutation.compareTo(TMutation other)
           
 boolean TMutation.equals(TMutation other)
           
 

Method parameters in org.apache.hadoop.hbase.thrift2.generated with type arguments of type TMutation
 TRowMutations TRowMutations.setMutations(List<TMutation> mutations)
           
 

Constructors in org.apache.hadoop.hbase.thrift2.generated with parameters of type TMutation
TMutation(TMutation other)
           
 

Constructor parameters in org.apache.hadoop.hbase.thrift2.generated with type arguments of type TMutation
TRowMutations(ByteBuffer row, List<TMutation> mutations)
           
 



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