|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NoMoreEntriesException | |
---|---|
org.apache.accumulo.proxy | |
org.apache.accumulo.proxy.thrift |
Uses of NoMoreEntriesException in org.apache.accumulo.proxy |
---|
Methods in org.apache.accumulo.proxy that throw NoMoreEntriesException | |
---|---|
KeyValueAndPeek |
ProxyServer.nextEntry(String scanner)
|
ScanResult |
ProxyServer.nextK(String scanner,
int k)
|
Uses of NoMoreEntriesException in org.apache.accumulo.proxy.thrift |
---|
Fields in org.apache.accumulo.proxy.thrift declared as NoMoreEntriesException | |
---|---|
NoMoreEntriesException |
AccumuloProxy.nextEntry_result.ouch1
|
NoMoreEntriesException |
AccumuloProxy.nextK_result.ouch1
|
Methods in org.apache.accumulo.proxy.thrift that return NoMoreEntriesException | |
---|---|
NoMoreEntriesException |
NoMoreEntriesException.deepCopy()
|
NoMoreEntriesException |
AccumuloProxy.nextEntry_result.getOuch1()
|
NoMoreEntriesException |
AccumuloProxy.nextK_result.getOuch1()
|
NoMoreEntriesException |
NoMoreEntriesException.setMsg(String msg)
|
Methods in org.apache.accumulo.proxy.thrift with parameters of type NoMoreEntriesException | |
---|---|
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)
|
Methods in org.apache.accumulo.proxy.thrift that throw NoMoreEntriesException | |
---|---|
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()
|
Constructors in org.apache.accumulo.proxy.thrift with parameters of type NoMoreEntriesException | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |