Uses of Class
org.apache.accumulo.core.data.thrift.ScanResult

Packages that use ScanResult
org.apache.accumulo.core.data.thrift   
org.apache.accumulo.core.tabletserver.thrift   
 

Uses of ScanResult in org.apache.accumulo.core.data.thrift
 

Fields in org.apache.accumulo.core.data.thrift declared as ScanResult
 ScanResult InitialScan.result
           
 

Methods in org.apache.accumulo.core.data.thrift that return ScanResult
 ScanResult ScanResult.deepCopy()
           
 ScanResult InitialScan.getResult()
           
 ScanResult ScanResult.setMore(boolean more)
           
 ScanResult ScanResult.setResults(List<TKeyValue> results)
           
 

Methods in org.apache.accumulo.core.data.thrift with parameters of type ScanResult
 int ScanResult.compareTo(ScanResult other)
           
 boolean ScanResult.equals(ScanResult that)
           
 InitialScan InitialScan.setResult(ScanResult result)
           
 

Constructors in org.apache.accumulo.core.data.thrift with parameters of type ScanResult
InitialScan(long scanID, ScanResult result)
           
ScanResult(ScanResult other)
          Performs a deep copy on other.
 

Uses of ScanResult in org.apache.accumulo.core.tabletserver.thrift
 

Fields in org.apache.accumulo.core.tabletserver.thrift declared as ScanResult
 ScanResult TabletClientService.continueScan_result.success
           
 

Methods in org.apache.accumulo.core.tabletserver.thrift that return ScanResult
 ScanResult TabletClientService.Iface.continueScan(TInfo tinfo, long scanID)
           
 ScanResult TabletClientService.Client.continueScan(TInfo tinfo, long scanID)
           
 ScanResult TabletClientService.AsyncClient.continueScan_call.getResult()
           
 ScanResult TabletClientService.continueScan_result.getSuccess()
           
 ScanResult TabletClientService.Client.recv_continueScan()
           
 

Methods in org.apache.accumulo.core.tabletserver.thrift with parameters of type ScanResult
 TabletClientService.continueScan_result TabletClientService.continueScan_result.setSuccess(ScanResult success)
           
 

Constructors in org.apache.accumulo.core.tabletserver.thrift with parameters of type ScanResult
TabletClientService.continueScan_result(ScanResult success, NoSuchScanIDException nssi, NotServingTabletException nste, TooManyFilesException tmfe)
           
 



Copyright © 2013 The Apache Software Foundation. All Rights Reserved.