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

Packages that use InitialScan
org.apache.accumulo.core.data.thrift   
org.apache.accumulo.core.tabletserver.thrift   
org.apache.accumulo.test.performance.thrift   
 

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

Methods in org.apache.accumulo.core.data.thrift that return InitialScan
 InitialScan InitialScan.deepCopy()
           
 InitialScan InitialScan.setResult(ScanResult result)
           
 InitialScan InitialScan.setScanID(long scanID)
           
 

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

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

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

Fields in org.apache.accumulo.core.tabletserver.thrift declared as InitialScan
 InitialScan TabletClientService.startScan_result.success
           
 

Methods in org.apache.accumulo.core.tabletserver.thrift that return InitialScan
 InitialScan TabletClientService.AsyncClient.startScan_call.getResult()
           
 InitialScan TabletClientService.startScan_result.getSuccess()
           
 InitialScan TabletClientService.Client.recv_startScan()
           
 InitialScan TabletClientService.Iface.startScan(TInfo tinfo, TCredentials credentials, TKeyExtent extent, TRange range, List<TColumn> columns, int batchSize, List<IterInfo> ssiList, Map<String,Map<String,String>> ssio, List<ByteBuffer> authorizations, boolean waitForWrites, boolean isolated)
           
 InitialScan TabletClientService.Client.startScan(TInfo tinfo, TCredentials credentials, TKeyExtent extent, TRange range, List<TColumn> columns, int batchSize, List<IterInfo> ssiList, Map<String,Map<String,String>> ssio, List<ByteBuffer> authorizations, boolean waitForWrites, boolean isolated)
           
 

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

Constructors in org.apache.accumulo.core.tabletserver.thrift with parameters of type InitialScan
TabletClientService.startScan_result(InitialScan success, ThriftSecurityException sec, NotServingTabletException nste, TooManyFilesException tmfe)
           
 

Uses of InitialScan in org.apache.accumulo.test.performance.thrift
 

Methods in org.apache.accumulo.test.performance.thrift that return InitialScan
 InitialScan NullTserver.ThriftClientHandler.startScan(TInfo tinfo, TCredentials credentials, TKeyExtent extent, TRange range, List<TColumn> columns, int batchSize, List<IterInfo> ssiList, Map<String,Map<String,String>> ssio, List<ByteBuffer> authorizations, boolean waitForWrites, boolean isolated)
           
 



Copyright © 2013 Apache Accumulo Project. All Rights Reserved.