|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ScannerOptions | |
---|---|
org.apache.accumulo.core.client | |
org.apache.accumulo.core.client.impl | |
org.apache.accumulo.server.util |
Uses of ScannerOptions in org.apache.accumulo.core.client |
---|
Subclasses of ScannerOptions in org.apache.accumulo.core.client | |
---|---|
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 |
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,
java.lang.String table,
Authorizations authorizations,
java.util.ArrayList<Range> ranges,
int numThreads,
java.util.concurrent.ExecutorService queryThreadPool,
ScannerOptions scannerOptions)
|
Uses of ScannerOptions in org.apache.accumulo.server.util |
---|
Subclasses of ScannerOptions in org.apache.accumulo.server.util | |
---|---|
class |
OfflineMetadataScanner
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |