|
||||||||||
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.commands |
Uses of BatchScanner in org.apache.accumulo.core.client |
---|
Methods in org.apache.accumulo.core.client that return BatchScanner | |
---|---|
abstract BatchScanner |
Connector.createBatchScanner(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(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 |
MockBatchDeleter
BatchDeleter for a MockAccumulo instance. |
class |
MockBatchScanner
|
Methods in org.apache.accumulo.core.client.mock that return BatchScanner | |
---|---|
BatchScanner |
MockAccumulo.createBatchScanner(String tableName,
Authorizations authorizations)
|
BatchScanner |
MockConnector.createBatchScanner(String tableName,
Authorizations authorizations,
int numQueryThreads)
|
Uses of BatchScanner in org.apache.accumulo.core.util.shell.commands |
---|
Methods in org.apache.accumulo.core.util.shell.commands with parameters of type BatchScanner | |
---|---|
protected void |
GrepCommand.setUpIterator(int prio,
String name,
String term,
BatchScanner scanner,
org.apache.commons.cli.CommandLine cl)
|
protected void |
EGrepCommand.setUpIterator(int prio,
String name,
String term,
BatchScanner scanner,
org.apache.commons.cli.CommandLine cl)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |