Package | Description |
---|---|
org.apache.accumulo.core.client | |
org.apache.accumulo.core.client.impl | |
org.apache.accumulo.core.client.mock | |
org.apache.accumulo.core.util.shell.commands |
Modifier and Type | Method and Description |
---|---|
abstract BatchScanner |
Connector.createBatchScanner(String tableName,
Authorizations authorizations,
int numQueryThreads)
Factory method to create a BatchScanner connected to Accumulo.
|
Modifier and Type | Class and Description |
---|---|
class |
TabletServerBatchDeleter |
class |
TabletServerBatchReader |
Modifier and Type | Method and Description |
---|---|
BatchScanner |
ConnectorImpl.createBatchScanner(String tableName,
Authorizations authorizations,
int numQueryThreads) |
Modifier and Type | Class and Description |
---|---|
class |
MockBatchDeleter
BatchDeleter for a MockAccumulo instance. |
class |
MockBatchScanner |
Modifier and Type | Method and Description |
---|---|
BatchScanner |
MockAccumulo.createBatchScanner(String tableName,
Authorizations authorizations) |
BatchScanner |
MockConnector.createBatchScanner(String tableName,
Authorizations authorizations,
int numQueryThreads) |
Modifier and Type | Method and Description |
---|---|
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) |
Copyright © 2011–2016 The Apache Software Foundation. All rights reserved.