Uses of Class
org.apache.accumulo.core.data.Condition
Packages that use Condition
-
Uses of Condition in org.apache.accumulo.core.data
Methods in org.apache.accumulo.core.data that return ConditionModifier and TypeMethodDescriptionCondition.setIterators
(IteratorSetting... iterators) Set iterators to use when reading the columns value.Condition.setTimestamp
(long ts) Sets the version for the column to check.Condition.setValue
(byte[] value) This method sets the expected value of a column.Condition.setValue
(CharSequence value) This method sets the expected value of a column.Condition.setValue
(ByteSequence value) This method sets the expected value of a column.Condition.setValue
(org.apache.hadoop.io.Text value) This method sets the expected value of a column.Condition.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 ConditionMethods in org.apache.accumulo.core.data with parameters of type ConditionConstructors in org.apache.accumulo.core.data with parameters of type ConditionModifierConstructorDescriptionConditionalMutation
(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)