Uses of Class
org.apache.accumulo.core.data.thrift.TCondition

Packages that use TCondition
org.apache.accumulo.core.data.thrift   
 

Uses of TCondition in org.apache.accumulo.core.data.thrift
 

Fields in org.apache.accumulo.core.data.thrift with type parameters of type TCondition
 List<TCondition> TConditionalMutation.conditions
           
 

Methods in org.apache.accumulo.core.data.thrift that return TCondition
 TCondition TCondition.deepCopy()
           
 TCondition TCondition.setCf(byte[] cf)
           
 TCondition TCondition.setCf(ByteBuffer cf)
           
 TCondition TCondition.setCq(byte[] cq)
           
 TCondition TCondition.setCq(ByteBuffer cq)
           
 TCondition TCondition.setCv(byte[] cv)
           
 TCondition TCondition.setCv(ByteBuffer cv)
           
 TCondition TCondition.setHasTimestamp(boolean hasTimestamp)
           
 TCondition TCondition.setIterators(byte[] iterators)
           
 TCondition TCondition.setIterators(ByteBuffer iterators)
           
 TCondition TCondition.setTs(long ts)
           
 TCondition TCondition.setVal(byte[] val)
           
 TCondition TCondition.setVal(ByteBuffer val)
           
 

Methods in org.apache.accumulo.core.data.thrift that return types with arguments of type TCondition
 List<TCondition> TConditionalMutation.getConditions()
           
 Iterator<TCondition> TConditionalMutation.getConditionsIterator()
           
 

Methods in org.apache.accumulo.core.data.thrift with parameters of type TCondition
 void TConditionalMutation.addToConditions(TCondition elem)
           
 int TCondition.compareTo(TCondition other)
           
 boolean TCondition.equals(TCondition that)
           
 

Method parameters in org.apache.accumulo.core.data.thrift with type arguments of type TCondition
 TConditionalMutation TConditionalMutation.setConditions(List<TCondition> conditions)
           
 

Constructors in org.apache.accumulo.core.data.thrift with parameters of type TCondition
TCondition(TCondition other)
          Performs a deep copy on other.
 

Constructor parameters in org.apache.accumulo.core.data.thrift with type arguments of type TCondition
TConditionalMutation(List<TCondition> conditions, TMutation mutation, long id)
           
 



Copyright © 2015 Apache Accumulo Project. All rights reserved.