Uses of Interface
org.apache.accumulo.core.client.BatchScanner
-
Uses of BatchScanner in org.apache.accumulo.core.client
Modifier and TypeMethodDescriptionAccumuloClient.createBatchScanner
(String tableName) Factory method to create a BatchScanner with all of user's authorizations and the number of query threads configured when AccumuloClient was created.AccumuloClient.createBatchScanner
(String tableName, Authorizations authorizations) Factory method to create a BatchScanner connected to Accumulo.AccumuloClient.createBatchScanner
(String tableName, Authorizations authorizations, int numQueryThreads) Factory method to create a BatchScanner connected to Accumulo.abstract BatchScanner
Connector.createBatchScanner
(String tableName, Authorizations authorizations, int numQueryThreads) Deprecated.Factory method to create a BatchScanner connected to Accumulo.