| Package | Description | 
|---|---|
| org.apache.accumulo.core.client | |
| org.apache.accumulo.core.client.mock | 
 Mock framework for Accumulo 
 | 
| 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  | 
MockBatchDeleter
Deprecated. 
 
since 1.8.0; use MiniAccumuloCluster or a standard mock framework instead. 
 | 
class  | 
MockBatchScanner
Deprecated. 
 
since 1.8.0; use MiniAccumuloCluster or a standard mock framework instead. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
BatchScanner | 
MockAccumulo.createBatchScanner(String tableName,
                  Authorizations authorizations)
Deprecated.  
  | 
BatchScanner | 
MockConnector.createBatchScanner(String tableName,
                  Authorizations authorizations,
                  int numQueryThreads)
Deprecated.  
  | 
Copyright © 2011–2017 The Apache Software Foundation. All rights reserved.