Uses of Class
org.apache.accumulo.core.data.Condition
-
Uses of Condition in org.apache.accumulo.core.data
Modifier 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.ModifierConstructorDescriptionConditionalMutation
(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)