Uses of Interface
org.apache.accumulo.core.client.BatchScanner
-
Packages that use BatchScanner Package Description org.apache.accumulo.core.client org.apache.accumulo.core.clientImpl org.apache.accumulo.core.replication -
-
Uses of BatchScanner in org.apache.accumulo.core.client
Methods in org.apache.accumulo.core.client that return BatchScanner Modifier and Type Method Description BatchScannerAccumuloClient. 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.BatchScannerAccumuloClient. createBatchScanner(String tableName, Authorizations authorizations)Factory method to create a BatchScanner connected to Accumulo.BatchScannerAccumuloClient. createBatchScanner(String tableName, Authorizations authorizations, int numQueryThreads)Factory method to create a BatchScanner connected to Accumulo.abstract BatchScannerConnector. createBatchScanner(String tableName, Authorizations authorizations, int numQueryThreads)Deprecated.Factory method to create a BatchScanner connected to Accumulo. -
Uses of BatchScanner in org.apache.accumulo.core.clientImpl
Classes in org.apache.accumulo.core.clientImpl that implement BatchScanner Modifier and Type Class Description classTabletServerBatchDeleterclassTabletServerBatchReaderMethods in org.apache.accumulo.core.clientImpl that return BatchScanner Modifier and Type Method Description BatchScannerClientContext. createBatchScanner(String tableName)BatchScannerClientContext. createBatchScanner(String tableName, Authorizations authorizations)BatchScannerClientContext. createBatchScanner(String tableName, Authorizations authorizations, int numQueryThreads)BatchScannerConnectorImpl. createBatchScanner(String tableName, Authorizations authorizations, int numQueryThreads)Deprecated. -
Uses of BatchScanner in org.apache.accumulo.core.replication
Methods in org.apache.accumulo.core.replication that return BatchScanner Modifier and Type Method Description static BatchScannerReplicationTable. getBatchScanner(AccumuloClient client, int queryThreads)
-