Package | Description |
---|---|
org.apache.accumulo.proxy | |
org.apache.accumulo.proxy.thrift |
Modifier and Type | Method and Description |
---|---|
ScanResult |
ProxyServer.nextK(String scanner,
int k) |
Modifier and Type | Field and Description |
---|---|
ScanResult |
AccumuloProxy.nextK_result.success |
Modifier and Type | Method and Description |
---|---|
ScanResult |
ScanResult.deepCopy() |
ScanResult |
AccumuloProxy.AsyncClient.nextK_call.getResult() |
ScanResult |
AccumuloProxy.nextK_result.getSuccess() |
ScanResult |
AccumuloProxy.Iface.nextK(String scanner,
int k) |
ScanResult |
AccumuloProxy.Client.nextK(String scanner,
int k) |
ScanResult |
AccumuloProxy.Client.recv_nextK() |
ScanResult |
ScanResult.setMore(boolean more) |
ScanResult |
ScanResult.setResults(List<KeyValue> results) |
Modifier and Type | Method and Description |
---|---|
int |
ScanResult.compareTo(ScanResult other) |
boolean |
ScanResult.equals(ScanResult that) |
AccumuloProxy.nextK_result |
AccumuloProxy.nextK_result.setSuccess(ScanResult success) |
Constructor and Description |
---|
AccumuloProxy.nextK_result(ScanResult success,
NoMoreEntriesException ouch1,
UnknownScanner ouch2,
AccumuloSecurityException ouch3) |
ScanResult(ScanResult other)
Performs a deep copy on other.
|
Copyright © 2011-2015 The Apache Software Foundation. All Rights Reserved.