Package org.apache.accumulo.core.iteratorsImpl.system
package org.apache.accumulo.core.iteratorsImpl.system
-
ClassDescriptionConstructs a
PriorityQueue
of multiple SortedKeyValueIterators.Allows an iterator to be interrupted.Exception thrown if an interrupt flag is detected.This will cache the arguments used in the seek call along with the locality groups seeked.An iterator capable of iterating over other iterators in sorted order.A simple iterator over a Java SortedMap Note that this class is intended as an in-memory replacement for RFile$Reader, so its behavior reflects the same assumptions; namely, that this iterator is not responsible for respecting the columnFamilies passed into seek().A SortedKeyValueIterator which presents a view over some section of data, regardless of whether or not it is backed by memory (InMemoryMap) or an RFile (InMemoryMap that was minor compacted to a file).SynchronizedIterator<K extends org.apache.hadoop.io.WritableComparable<?>,V extends org.apache.hadoop.io.Writable> Wraps a SortedKeyValueIterator so that all of its methods are synchronized.System utility class.A SortedKeyValueIterator that filters based on ColumnVisibility and optimized for use with system iterators.