|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Condition | |
---|---|
org.apache.accumulo.core.data |
Uses of Condition in org.apache.accumulo.core.data |
---|
Methods in org.apache.accumulo.core.data that return Condition | |
---|---|
Condition |
Condition.setIterators(IteratorSetting... iterators)
Set iterators to use when reading the columns value. |
Condition |
Condition.setTimestamp(long ts)
Sets the version for the column to check. |
Condition |
Condition.setValue(byte[] value)
This method sets the expected value of a column. |
Condition |
Condition.setValue(ByteSequence value)
see setValue(byte[]) |
Condition |
Condition.setValue(CharSequence value)
see setValue(byte[]) |
Condition |
Condition.setValue(org.apache.hadoop.io.Text value)
see setValue(byte[]) |
Condition |
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 Condition | |
---|---|
List<Condition> |
ConditionalMutation.getConditions()
|
Methods in org.apache.accumulo.core.data with parameters of type Condition | |
---|---|
void |
ConditionalMutation.addCondition(Condition condition)
|
Constructors in org.apache.accumulo.core.data with parameters of type Condition | |
---|---|
ConditionalMutation(byte[] row,
Condition... conditions)
|
|
ConditionalMutation(byte[] row,
int start,
int length,
Condition... conditions)
|
|
ConditionalMutation(ByteSequence row,
Condition... conditions)
|
|
ConditionalMutation(CharSequence row,
Condition... conditions)
|
|
ConditionalMutation(org.apache.hadoop.io.Text row,
Condition... conditions)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |