Uses of Class
org.apache.accumulo.proxy.thrift.ScanResult

Packages that use ScanResult
org.apache.accumulo.proxy   
org.apache.accumulo.proxy.thrift   
 

Uses of ScanResult in org.apache.accumulo.proxy
 

Methods in org.apache.accumulo.proxy that return ScanResult
 ScanResult ProxyServer.nextK(String scanner, int k)
           
 

Uses of ScanResult in org.apache.accumulo.proxy.thrift
 

Fields in org.apache.accumulo.proxy.thrift declared as ScanResult
 ScanResult AccumuloProxy.nextK_result.success
           
 

Methods in org.apache.accumulo.proxy.thrift that return ScanResult
 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)
           
 

Methods in org.apache.accumulo.proxy.thrift with parameters of type ScanResult
 int ScanResult.compareTo(ScanResult other)
           
 boolean ScanResult.equals(ScanResult that)
           
 AccumuloProxy.nextK_result AccumuloProxy.nextK_result.setSuccess(ScanResult success)
           
 

Constructors in org.apache.accumulo.proxy.thrift with parameters of type ScanResult
AccumuloProxy.nextK_result(ScanResult success, NoMoreEntriesException ouch1, UnknownScanner ouch2, AccumuloSecurityException ouch3)
           
ScanResult(ScanResult other)
          Performs a deep copy on other.
 



Copyright © 2013 Apache Accumulo Project. All Rights Reserved.