Uses of Class
org.apache.accumulo.core.clientImpl.ScannerOptions
-
Packages that use ScannerOptions Package Description org.apache.accumulo.core.client org.apache.accumulo.core.clientImpl -
-
Uses of ScannerOptions in org.apache.accumulo.core.client
Subclasses of ScannerOptions in org.apache.accumulo.core.client Modifier and Type Class Description classClientSideIteratorScannerA scanner that instantiates iterators on the client side instead of on the tablet server.classIsolatedScannerA scanner that presents a row isolated view of an accumulo table. -
Uses of ScannerOptions in org.apache.accumulo.core.clientImpl
Subclasses of ScannerOptions in org.apache.accumulo.core.clientImpl Modifier and Type Class Description classOfflineScannerclassScannerImplprovides scanner functionality "Clients can iterate over multiple column families, and there are several mechanisms for limiting the rows, columns, and timestamps traversed by a scan.classTabletServerBatchDeleterclassTabletServerBatchReaderMethods in org.apache.accumulo.core.clientImpl with parameters of type ScannerOptions Modifier and Type Method Description static voidTabletServerBatchReaderIterator. doLookup(ClientContext context, String server, Map<KeyExtent,List<Range>> requested, Map<KeyExtent,List<Range>> failures, Map<KeyExtent,List<Range>> unscanned, TabletServerBatchReaderIterator.ResultReceiver receiver, List<Column> columns, ScannerOptions options, Authorizations authorizations)protected static voidScannerOptions. setOptions(ScannerOptions dst, ScannerOptions src)Constructors in org.apache.accumulo.core.clientImpl with parameters of type ScannerOptions Constructor Description ScannerOptions(ScannerOptions so)TabletServerBatchReaderIterator(ClientContext context, TableId tableId, Authorizations authorizations, ArrayList<Range> ranges, int numThreads, ExecutorService queryThreadPool, ScannerOptions scannerOptions, long timeout)
-