Package org.apache.accumulo.core.iterators

Interface Summary
InterruptibleIterator  
IteratorEnvironment  
OptionDescriber  
SortedKeyValueIterator<K extends WritableComparable<?>,V extends Writable> An iterator that supports iterating over key and value pairs.
SourceSwitchingIterator.DataSource  
 

Class Summary
AggregatingIterator This iterator wraps another iterator.
ColumnFamilyCounter  
ColumnFamilySkippingIterator  
CountingIterator  
DebugIterator  
DefaultIteratorEnvironment  
DeletingIterator  
DevNull An iterator that is useful testing...
FamilyIntersectingIterator  
FilteringIterator  
FirstEntryInRowIterator  
GrepIterator  
HeapIterator  
IntersectingIterator  
IntersectingIterator.TermSource  
IteratorUtil  
IteratorUtil.IterInfoComparator  
LargeRowFilter This iterator suppresses rows that exceed a specified number of columns.
MultiIterator An iterator capable of iterating over other iterators in sorted order.
NoLabelIterator  
OptionDescriber.IteratorOptions  
OrIterator An iterator that handles "OR" query constructs on the server side.
OrIterator.TermSource  
RegExIterator  
RowDeletingIterator An iterator for deleting whole rows.
ScanCache  
SequenceFileIterator Deprecated. since 1.3
SkippingIterator  
SortedKeyIterator  
SortedMapIterator A simple iterator over a Java SortedMap
SourceSwitchingIterator  
SystemScanIterator  
VersioningIterator  
WholeRowIterator The WholeRowIterator is designed to provide row-isolation so that queries see mutations as atomic.
WrappingIterator  
 

Enum Summary
IteratorUtil.IteratorScope  
 

Exception Summary
IterationInterruptedException  
 



Copyright © 2012 The Apache Software Foundation. All Rights Reserved.