Package | Description |
---|---|
org.apache.accumulo.core.data |
Modifier and Type | Method and Description |
---|---|
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)
This method sets the expected value of a column.
|
Condition |
Condition.setValue(CharSequence value)
This method sets the expected value of a column.
|
Condition |
Condition.setValue(org.apache.hadoop.io.Text value)
This method sets the expected value of a column.
|
Condition |
Condition.setVisibility(ColumnVisibility cv)
Sets the visibility for the column to check.
|
Modifier and Type | Method and Description |
---|---|
List<Condition> |
ConditionalMutation.getConditions() |
Modifier and Type | Method and Description |
---|---|
void |
ConditionalMutation.addCondition(Condition condition) |
Constructor and Description |
---|
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) |
Copyright © 2011–2018 The Apache Software Foundation. All rights reserved.