Uses of Interface
org.apache.accumulo.core.client.ScannerBase
Packages that use ScannerBase
-
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.clientImpl
Classes in org.apache.accumulo.core.clientImpl that implement ScannerBaseModifier and TypeClassDescriptionclass
org.apache.accumulo.core.clientImpl.ScannerOptions