Uses of Interface
org.apache.accumulo.core.iterators.system.InterruptibleIterator
-
-
Uses of InterruptibleIterator in org.apache.accumulo.core.file
Subinterfaces of InterruptibleIterator in org.apache.accumulo.core.file Modifier and Type Interface Description interfaceFileSKVIteratorClasses in org.apache.accumulo.core.file that implement InterruptibleIterator Modifier and Type Class Description static classBloomFilterLayer.Reader -
Uses of InterruptibleIterator in org.apache.accumulo.core.file.map
Classes in org.apache.accumulo.core.file.map that implement InterruptibleIterator Modifier and Type Class Description static classMapFileOperations.RangeIterator -
Uses of InterruptibleIterator in org.apache.accumulo.core.file.rfile
Classes in org.apache.accumulo.core.file.rfile that implement InterruptibleIterator Modifier and Type Class Description static classRFile.Reader -
Uses of InterruptibleIterator in org.apache.accumulo.core.iterators
Classes in org.apache.accumulo.core.iterators that implement InterruptibleIterator Modifier and Type Class Description classSortedMapIteratorA 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(). -
Uses of InterruptibleIterator in org.apache.accumulo.core.iterators.system
Classes in org.apache.accumulo.core.iterators.system that implement InterruptibleIterator Modifier and Type Class Description classColumnFamilySkippingIteratorclassEmptyIteratorclassLocalityGroupIteratorclassMapFileIteratorclassSequenceFileIteratorclassSourceSwitchingIteratorA 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).classTimeSettingIteratorMethods in org.apache.accumulo.core.iterators.system that return InterruptibleIterator Modifier and Type Method Description InterruptibleIteratorLocalityGroupIterator.LocalityGroup. getIterator()Constructors in org.apache.accumulo.core.iterators.system with parameters of type InterruptibleIterator Constructor Description LocalityGroup(InterruptibleIterator iterator, Map<ByteSequence,org.apache.commons.lang3.mutable.MutableLong> columnFamilies, boolean isDefaultLocalityGroup)
-