Uses of Interface
org.apache.accumulo.core.client.BatchScanner
Package
Description
Mock framework for Accumulo
-
Uses of BatchScanner in org.apache.accumulo.core.client
Modifier and TypeMethodDescriptionabstract 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.mock
Modifier and TypeClassDescriptionclass
Deprecated.since 1.8.0; use MiniAccumuloCluster or a standard mock framework instead.class
Deprecated.since 1.8.0; use MiniAccumuloCluster or a standard mock framework instead.Modifier and TypeMethodDescriptionMockAccumulo.createBatchScanner
(String tableName, Authorizations authorizations) Deprecated.MockConnector.createBatchScanner
(String tableName, Authorizations authorizations, int numQueryThreads) Deprecated.