Uses of Interface
org.apache.accumulo.core.client.ScannerBase
Packages that use ScannerBase
Package
Description
Mock framework for Accumulo
-
Uses of ScannerBase in org.apache.accumulo.core.client
Subinterfaces of ScannerBase in org.apache.accumulo.core.clientModifier and TypeInterfaceDescriptioninterface
Implementations of BatchDeleter support efficient deletion of ranges in accumulo.interface
In exchange for possibly returning scanned entries out of order, BatchScanner implementations may scan an Accumulo table more efficiently by Looking up multiple ranges in parallel.interface
Scans a table over a given range.Classes in org.apache.accumulo.core.client that implement ScannerBaseModifier and TypeClassDescriptionclass
A scanner that instantiates iterators on the client side instead of on the tablet server.class
A scanner that presents a row isolated view of an accumulo table. -
Uses of ScannerBase in org.apache.accumulo.core.client.impl
Classes in org.apache.accumulo.core.client.impl that implement ScannerBaseModifier and TypeClassDescriptionclass
org.apache.accumulo.core.client.impl.ScannerOptions
-
Uses of ScannerBase in org.apache.accumulo.core.client.mapred
Fields in org.apache.accumulo.core.client.mapred declared as ScannerBaseModifier and TypeFieldDescriptionprotected ScannerBase
AbstractInputFormat.AbstractRecordReader.scannerBase
-
Uses of ScannerBase in org.apache.accumulo.core.client.mapreduce
Fields in org.apache.accumulo.core.client.mapreduce declared as ScannerBaseModifier and TypeFieldDescriptionprotected ScannerBase
AbstractInputFormat.AbstractRecordReader.scannerBase
-
Uses of ScannerBase in org.apache.accumulo.core.client.mock
Classes in org.apache.accumulo.core.client.mock that implement ScannerBaseModifier 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.class
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.