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. conditionsMethods in org.apache.accumulo.core.dataImpl.thrift that return TCondition Modifier and Type Method Description TConditionTCondition. deepCopy()TConditionTCondition. setCf(byte[] cf)TConditionTCondition. setCf(ByteBuffer cf)TConditionTCondition. setCq(byte[] cq)TConditionTCondition. setCq(ByteBuffer cq)TConditionTCondition. setCv(byte[] cv)TConditionTCondition. setCv(ByteBuffer cv)TConditionTCondition. setHasTimestamp(boolean hasTimestamp)TConditionTCondition. setIterators(byte[] iterators)TConditionTCondition. setIterators(ByteBuffer iterators)TConditionTCondition. setTs(long ts)TConditionTCondition. setVal(byte[] val)TConditionTCondition. 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 voidTConditionalMutation. addToConditions(TCondition elem)intTCondition. compareTo(TCondition other)booleanTCondition. equals(TCondition that)Method parameters in org.apache.accumulo.core.dataImpl.thrift with type arguments of type TCondition Modifier and Type Method Description TConditionalMutationTConditionalMutation. 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)
-