| 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 |
|---|---|
org.apache.thrift.async.AsyncMethodCallback<ScanResult> |
AccumuloProxy.AsyncProcessor.nextK.getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb,
int seqid) |
| 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) |
| Modifier and Type | Method and Description |
|---|---|
void |
AccumuloProxy.AsyncProcessor.nextK.start(I iface,
AccumuloProxy.nextK_args args,
org.apache.thrift.async.AsyncMethodCallback<ScanResult> resultHandler) |
| Constructor and Description |
|---|
AccumuloProxy.nextK_result(ScanResult success,
NoMoreEntriesException ouch1,
UnknownScanner ouch2,
AccumuloSecurityException ouch3) |
ScanResult(ScanResult other)
Performs a deep copy on other.
|
Copyright © 2015 Apache Accumulo Project. All rights reserved.