|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BatchScanner | |
---|---|
org.apache.accumulo.core.client | |
org.apache.accumulo.core.client.impl | |
org.apache.accumulo.core.client.mock | |
org.apache.accumulo.core.util.shell |
Uses of BatchScanner in org.apache.accumulo.core.client |
---|
Methods in org.apache.accumulo.core.client that return BatchScanner | |
---|---|
BatchScanner |
Connector.createBatchScanner(java.lang.String tableName,
Authorizations authorizations,
int numQueryThreads)
Factory method to create a BatchScanner connected to Accumulo. |
Uses of BatchScanner in org.apache.accumulo.core.client.impl |
---|
Classes in org.apache.accumulo.core.client.impl that implement BatchScanner | |
---|---|
class |
TabletServerBatchDeleter
|
class |
TabletServerBatchReader
|
Methods in org.apache.accumulo.core.client.impl that return BatchScanner | |
---|---|
BatchScanner |
ConnectorImpl.createBatchScanner(java.lang.String tableName,
Authorizations authorizations,
int numQueryThreads)
|
Uses of BatchScanner in org.apache.accumulo.core.client.mock |
---|
Classes in org.apache.accumulo.core.client.mock that implement BatchScanner | |
---|---|
class |
MockBatchScanner
|
Methods in org.apache.accumulo.core.client.mock that return BatchScanner | |
---|---|
BatchScanner |
MockAccumulo.createBatchScanner(java.lang.String tableName,
Authorizations authorizations)
|
BatchScanner |
MockConnector.createBatchScanner(java.lang.String tableName,
Authorizations authorizations,
int numQueryThreads)
|
Uses of BatchScanner in org.apache.accumulo.core.util.shell |
---|
Methods in org.apache.accumulo.core.util.shell with parameters of type BatchScanner | |
---|---|
protected void |
Shell.GrepCommand.setUpIterator(int prio,
java.lang.String name,
java.lang.String term,
BatchScanner scanner)
|
protected void |
Shell.EGrepCommand.setUpIterator(int prio,
java.lang.String name,
java.lang.String term,
BatchScanner scanner)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |