| ColumnFamilyCounter |
|
| Combiner |
A SortedKeyValueIterator that combines the Values for different versions (timestamp) of a Key
within a row into a single Value.
|
| Combiner.ValueIterator |
A Java Iterator that iterates over the Values for a given Key from a source
SortedKeyValueIterator.
|
| DebugIterator |
|
| DevNull |
An iterator that is useful testing...
|
| Filter |
A SortedKeyValueIterator that filters entries from its source iterator.
|
| FirstEntryInRowIterator |
|
| IteratorAdapter |
|
| IteratorUtil |
Utility class for Iterators.
|
| LongCombiner |
A TypedValueCombiner that translates each Value to a Long before reducing, then encodes the
reduced Long back to a Value.
|
| LongCombiner.FixedLenEncoder |
An Encoder that uses an 8-byte encoding for Longs.
|
| LongCombiner.StringEncoder |
An Encoder that uses a String representation of Longs.
|
| LongCombiner.VarLenEncoder |
An Encoder that uses a variable-length encoding for Longs.
|
| OptionDescriber.IteratorOptions |
|
| OrIterator |
An iterator that provides a sorted-iteration of column qualifiers for a set of column families in
a row.
|
| OrIterator.TermSource |
|
| ServerFilter |
An optimized version of Filter.
|
| ServerSkippingIterator |
|
| ServerWrappingIterator |
|
| SkippingIterator |
|
| SortedKeyIterator |
|
| SortedMapIterator |
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().
|
| SynchronizedServerFilter |
A SortedKeyValueIterator similar to ServerFilter but
with the implemented methods marked as synchronized.
|
| TypedValueCombiner<V> |
A Combiner that decodes each Value to type V before reducing, then encodes the result of
typedReduce back to Value.
|
| WrappingIterator |
A convenience class for implementing iterators that select, but do not modify, entries read from
a source iterator.
|
| YieldCallback<K> |
This callback handles the state of yielding within an iterator
|