Uses of Class
org.apache.accumulo.core.dataImpl.thrift.TCondition
-
Packages that use TCondition Package Description org.apache.accumulo.core.dataImpl.thrift -
-
Uses of TCondition in org.apache.accumulo.core.dataImpl.thrift
Fields in org.apache.accumulo.core.dataImpl.thrift with type parameters of type TCondition Modifier and Type Field Description List<TCondition>
TConditionalMutation. conditions
Methods in org.apache.accumulo.core.dataImpl.thrift that return TCondition Modifier and Type Method Description 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.dataImpl.thrift that return types with arguments of type TCondition Modifier and Type Method Description List<TCondition>
TConditionalMutation. getConditions()
Iterator<TCondition>
TConditionalMutation. getConditionsIterator()
Methods in org.apache.accumulo.core.dataImpl.thrift with parameters of type TCondition Modifier and Type Method Description void
TConditionalMutation. addToConditions(TCondition elem)
int
TCondition. compareTo(TCondition other)
boolean
TCondition. equals(TCondition that)
Method parameters in org.apache.accumulo.core.dataImpl.thrift with type arguments of type TCondition Modifier and Type Method Description TConditionalMutation
TConditionalMutation. setConditions(List<TCondition> conditions)
Constructors in org.apache.accumulo.core.dataImpl.thrift with parameters of type TCondition Constructor Description TCondition(TCondition other)
Performs a deep copy on other.Constructor parameters in org.apache.accumulo.core.dataImpl.thrift with type arguments of type TCondition Constructor Description TConditionalMutation(List<TCondition> conditions, TMutation mutation, long id)
-