Package | Description |
---|---|
org.apache.accumulo.proxy.thrift |
Modifier and Type | Field and Description |
---|---|
KeyValue |
KeyValueAndPeek.keyValue |
Modifier and Type | Field and Description |
---|---|
List<KeyValue> |
ScanResult.results |
Modifier and Type | Method and Description |
---|---|
KeyValue |
KeyValue.deepCopy() |
KeyValue |
KeyValueAndPeek.getKeyValue() |
KeyValue |
KeyValue.setKey(Key key) |
KeyValue |
KeyValue.setValue(byte[] value) |
KeyValue |
KeyValue.setValue(ByteBuffer value) |
Modifier and Type | Method and Description |
---|---|
List<KeyValue> |
ScanResult.getResults() |
Iterator<KeyValue> |
ScanResult.getResultsIterator() |
Modifier and Type | Method and Description |
---|---|
void |
ScanResult.addToResults(KeyValue elem) |
int |
KeyValue.compareTo(KeyValue other) |
boolean |
KeyValue.equals(KeyValue that) |
KeyValueAndPeek |
KeyValueAndPeek.setKeyValue(KeyValue keyValue) |
Modifier and Type | Method and Description |
---|---|
ScanResult |
ScanResult.setResults(List<KeyValue> results) |
Constructor and Description |
---|
KeyValue(KeyValue other)
Performs a deep copy on other.
|
KeyValueAndPeek(KeyValue keyValue,
boolean hasNext) |
Constructor and Description |
---|
ScanResult(List<KeyValue> results,
boolean more) |
Copyright © 2015 Apache Accumulo Project. All Rights Reserved.