-
interface
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.
class
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.clientImpl
Classes in org.apache.accumulo.core.clientImpl that implement ScannerBase
class
org.apache.accumulo.core.clientImpl.ScannerOptions