Uses of Interface
org.apache.accumulo.core.client.ScannerBase
-
-
Uses of ScannerBase in org.apache.accumulo.core.client
Subinterfaces of ScannerBase in org.apache.accumulo.core.client Modifier and Type Interface Description interfaceBatchDeleterImplementations of BatchDeleter support efficient deletion of ranges in accumulo.interfaceBatchScannerIn 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.interfaceScannerScans a table over a given range.Classes in org.apache.accumulo.core.client that implement ScannerBase Modifier and Type Class Description classClientSideIteratorScannerA scanner that instantiates iterators on the client side instead of on the tablet server.classIsolatedScannerA scanner that presents a row isolated view of an accumulo table. -
Uses of ScannerBase in org.apache.accumulo.core.client.mapred
Fields in org.apache.accumulo.core.client.mapred declared as ScannerBase Modifier and Type Field Description protected ScannerBaseAbstractInputFormat.AbstractRecordReader. scannerBase -
Uses of ScannerBase in org.apache.accumulo.core.client.mapreduce
Fields in org.apache.accumulo.core.client.mapreduce declared as ScannerBase Modifier and Type Field Description protected ScannerBaseAbstractInputFormat.AbstractRecordReader. scannerBase -
Uses of ScannerBase in org.apache.accumulo.core.clientImpl
Classes in org.apache.accumulo.core.clientImpl that implement ScannerBase Modifier and Type Class Description classOfflineScannerclassScannerImplprovides scanner functionality "Clients can iterate over multiple column families, and there are several mechanisms for limiting the rows, columns, and timestamps traversed by a scan.classScannerOptionsclassTabletServerBatchDeleterclassTabletServerBatchReader -
Uses of ScannerBase in org.apache.accumulo.core.replication
Methods in org.apache.accumulo.core.replication with parameters of type ScannerBase Modifier and Type Method Description static voidReplicationSchema.OrderSection. limit(ScannerBase scanner)Limit the scanner to only return Order recordsstatic voidReplicationSchema.StatusSection. limit(ScannerBase scanner)Limit the scanner to only return Status recordsstatic voidReplicationSchema.WorkSection. limit(ScannerBase scanner)Limit the scanner to only pull replication work records -
Uses of ScannerBase in org.apache.accumulo.core.util
Methods in org.apache.accumulo.core.util with parameters of type ScannerBase Modifier and Type Method Description voidColumnFQ. fetch(ScannerBase sb)
-