Uses of Interface
org.apache.accumulo.core.client.ScannerBase
Package
Description
-
Uses of ScannerBase in org.apache.accumulo.core.client
Modifier 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.Modifier 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.mapred
Modifier and TypeFieldDescriptionprotected ScannerBase
AbstractInputFormat.AbstractRecordReader.scannerBase
-
Uses of ScannerBase in org.apache.accumulo.core.client.mapreduce
Modifier and TypeFieldDescriptionprotected ScannerBase
AbstractInputFormat.AbstractRecordReader.scannerBase
-
Uses of ScannerBase in org.apache.accumulo.core.clientImpl
Modifier and TypeClassDescriptionclass
org.apache.accumulo.core.clientImpl.ScannerOptions