Uses of Class
org.apache.accumulo.core.client.impl.ScannerOptions

Packages that use ScannerOptions
org.apache.accumulo.core.client   
org.apache.accumulo.core.client.impl   
org.apache.accumulo.core.client.mock   
 

Uses of ScannerOptions in org.apache.accumulo.core.client
 

Subclasses of ScannerOptions in org.apache.accumulo.core.client
 class ClientSideIteratorScanner
          A scanner that instantiates iterators on the client side instead of on the tablet server.
 class IsolatedScanner
          A scanner that presents a row isolated view of an accumulo table.
 

Uses of ScannerOptions in org.apache.accumulo.core.client.impl
 

Subclasses of ScannerOptions in org.apache.accumulo.core.client.impl
 class OfflineScanner
           
 class ScannerImpl
           
 class TabletServerBatchDeleter
           
 class TabletServerBatchReader
           
 

Methods in org.apache.accumulo.core.client.impl with parameters of type ScannerOptions
protected static void ScannerOptions.setOptions(ScannerOptions dst, ScannerOptions src)
           
 

Constructors in org.apache.accumulo.core.client.impl with parameters of type ScannerOptions
ScannerOptions(ScannerOptions so)
           
TabletServerBatchReaderIterator(Instance instance, AuthInfo credentials, String table, Authorizations authorizations, ArrayList<Range> ranges, int numThreads, ExecutorService queryThreadPool, ScannerOptions scannerOptions)
           
 

Uses of ScannerOptions in org.apache.accumulo.core.client.mock
 

Subclasses of ScannerOptions in org.apache.accumulo.core.client.mock
 class MockBatchDeleter
          BatchDeleter for a MockAccumulo instance.
 class MockBatchScanner
           
 class MockScanner
           
 class MockScannerBase
           
 



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