Package | Description |
---|---|
org.apache.accumulo.proxy | |
org.apache.accumulo.proxy.thrift |
Modifier and Type | Method and Description |
---|---|
KeyValueAndPeek |
ProxyServer.nextEntry(String scanner) |
ScanResult |
ProxyServer.nextK(String scanner,
int k) |
Modifier and Type | Field and Description |
---|---|
NoMoreEntriesException |
AccumuloProxy.nextEntry_result.ouch1 |
NoMoreEntriesException |
AccumuloProxy.nextK_result.ouch1 |
Modifier and Type | Method and Description |
---|---|
NoMoreEntriesException |
NoMoreEntriesException.deepCopy() |
NoMoreEntriesException |
AccumuloProxy.nextEntry_result.getOuch1() |
NoMoreEntriesException |
AccumuloProxy.nextK_result.getOuch1() |
NoMoreEntriesException |
NoMoreEntriesException.setMsg(String msg) |
Modifier and Type | Method and Description |
---|---|
int |
NoMoreEntriesException.compareTo(NoMoreEntriesException other) |
boolean |
NoMoreEntriesException.equals(NoMoreEntriesException that) |
AccumuloProxy.nextEntry_result |
AccumuloProxy.nextEntry_result.setOuch1(NoMoreEntriesException ouch1) |
AccumuloProxy.nextK_result |
AccumuloProxy.nextK_result.setOuch1(NoMoreEntriesException ouch1) |
Modifier and Type | Method and Description |
---|---|
KeyValueAndPeek |
AccumuloProxy.AsyncClient.nextEntry_call.getResult() |
ScanResult |
AccumuloProxy.AsyncClient.nextK_call.getResult() |
KeyValueAndPeek |
AccumuloProxy.Iface.nextEntry(String scanner) |
KeyValueAndPeek |
AccumuloProxy.Client.nextEntry(String scanner) |
ScanResult |
AccumuloProxy.Iface.nextK(String scanner,
int k) |
ScanResult |
AccumuloProxy.Client.nextK(String scanner,
int k) |
KeyValueAndPeek |
AccumuloProxy.Client.recv_nextEntry() |
ScanResult |
AccumuloProxy.Client.recv_nextK() |
Constructor and Description |
---|
AccumuloProxy.nextEntry_result(KeyValueAndPeek success,
NoMoreEntriesException ouch1,
UnknownScanner ouch2,
AccumuloSecurityException ouch3) |
AccumuloProxy.nextK_result(ScanResult success,
NoMoreEntriesException ouch1,
UnknownScanner ouch2,
AccumuloSecurityException ouch3) |
NoMoreEntriesException(NoMoreEntriesException other)
Performs a deep copy on other.
|
Copyright © 2011-2015 The Apache Software Foundation. All Rights Reserved.