Package | Description |
---|---|
org.apache.accumulo.proxy | |
org.apache.accumulo.proxy.thrift |
Modifier and Type | Method and Description |
---|---|
KeyValueAndPeek |
ProxyServer.nextEntry(String scanner) |
Modifier and Type | Field and Description |
---|---|
KeyValueAndPeek |
AccumuloProxy.nextEntry_result.success |
Modifier and Type | Method and Description |
---|---|
KeyValueAndPeek |
KeyValueAndPeek.deepCopy() |
KeyValueAndPeek |
AccumuloProxy.AsyncClient.nextEntry_call.getResult() |
KeyValueAndPeek |
AccumuloProxy.nextEntry_result.getSuccess() |
KeyValueAndPeek |
AccumuloProxy.Iface.nextEntry(String scanner) |
KeyValueAndPeek |
AccumuloProxy.Client.nextEntry(String scanner) |
KeyValueAndPeek |
AccumuloProxy.Client.recv_nextEntry() |
KeyValueAndPeek |
KeyValueAndPeek.setHasNext(boolean hasNext) |
KeyValueAndPeek |
KeyValueAndPeek.setKeyValue(KeyValue keyValue) |
Modifier and Type | Method and Description |
---|---|
int |
KeyValueAndPeek.compareTo(KeyValueAndPeek other) |
boolean |
KeyValueAndPeek.equals(KeyValueAndPeek that) |
AccumuloProxy.nextEntry_result |
AccumuloProxy.nextEntry_result.setSuccess(KeyValueAndPeek success) |
Constructor and Description |
---|
AccumuloProxy.nextEntry_result(KeyValueAndPeek success,
NoMoreEntriesException ouch1,
UnknownScanner ouch2,
AccumuloSecurityException ouch3) |
KeyValueAndPeek(KeyValueAndPeek other)
Performs a deep copy on other.
|
Copyright © 2015 Apache Accumulo Project. All Rights Reserved.