| Package | Description |
|---|---|
| org.apache.accumulo.proxy.thrift |
| Modifier and Type | Field and Description |
|---|---|
List<Condition> |
ConditionalUpdates.conditions |
| Modifier and Type | Method and Description |
|---|---|
Condition |
Condition.deepCopy() |
Condition |
Condition.setColumn(Column column) |
Condition |
Condition.setIterators(List<IteratorSetting> iterators) |
Condition |
Condition.setTimestamp(long timestamp) |
Condition |
Condition.setValue(byte[] value) |
Condition |
Condition.setValue(ByteBuffer value) |
| Modifier and Type | Method and Description |
|---|---|
List<Condition> |
ConditionalUpdates.getConditions() |
Iterator<Condition> |
ConditionalUpdates.getConditionsIterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ConditionalUpdates.addToConditions(Condition elem) |
int |
Condition.compareTo(Condition other) |
boolean |
Condition.equals(Condition that) |
| Modifier and Type | Method and Description |
|---|---|
ConditionalUpdates |
ConditionalUpdates.setConditions(List<Condition> conditions) |
| Constructor and Description |
|---|
Condition(Condition other)
Performs a deep copy on other.
|
| Constructor and Description |
|---|
ConditionalUpdates(List<Condition> conditions,
List<ColumnUpdate> updates) |
Copyright © 2015 Apache Accumulo Project. All rights reserved.