Uses of Interface
org.apache.accumulo.core.client.BatchScanner
Packages that use BatchScanner
Package
Description
Mock framework for Accumulo
-
Uses of BatchScanner in org.apache.accumulo.core.client
Methods in org.apache.accumulo.core.client that return BatchScannerModifier 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
Classes in org.apache.accumulo.core.client.mock that implement BatchScannerModifier 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.Methods in org.apache.accumulo.core.client.mock that return BatchScannerModifier and TypeMethodDescriptionMockAccumulo.createBatchScanner
(String tableName, Authorizations authorizations) Deprecated.MockConnector.createBatchScanner
(String tableName, Authorizations authorizations, int numQueryThreads) Deprecated.