Uses of Class
org.apache.accumulo.core.data.Condition
-
Packages that use Condition Package Description org.apache.accumulo.core.data -
-
Uses of Condition in org.apache.accumulo.core.data
Methods in org.apache.accumulo.core.data that return Condition Modifier and Type Method Description ConditionCondition. setIterators(IteratorSetting... iterators)Set iterators to use when reading the columns value.ConditionCondition. setTimestamp(long ts)Sets the version for the column to check.ConditionCondition. setValue(byte[] value)This method sets the expected value of a column.ConditionCondition. setValue(CharSequence value)This method sets the expected value of a column.ConditionCondition. setValue(ByteSequence value)This method sets the expected value of a column.ConditionCondition. setValue(org.apache.hadoop.io.Text value)This method sets the expected value of a column.ConditionCondition. setVisibility(ColumnVisibility cv)Sets the visibility for the column to check.Methods in org.apache.accumulo.core.data that return types with arguments of type Condition Modifier and Type Method Description List<Condition>ConditionalMutation. getConditions()Methods in org.apache.accumulo.core.data with parameters of type Condition Modifier and Type Method Description voidConditionalMutation. addCondition(Condition condition)Constructors in org.apache.accumulo.core.data with parameters of type Condition Constructor Description ConditionalMutation(byte[] row, int start, int length, Condition... conditions)ConditionalMutation(byte[] row, Condition... conditions)ConditionalMutation(CharSequence row, Condition... conditions)ConditionalMutation(ByteSequence row, Condition... conditions)ConditionalMutation(org.apache.hadoop.io.Text row, Condition... conditions)
-