AbstractBTreePartition |
|
AbstractBTreePartition.Holder |
|
AbstractUnfilteredPartitionIterator |
|
AlteringUnfilteredPartitionIterator |
A partition iterator that allows to filter/modify the unfiltered from the
underlying iterators.
|
AtomicBTreePartition |
A thread-safe and atomic Partition implementation.
|
CachedBTreePartition |
|
CountingPartitionIterator |
|
CountingRowIterator |
|
CountingUnfilteredPartitionIterator |
|
CountingUnfilteredRowIterator |
|
FilteredPartition |
|
ImmutableBTreePartition |
|
PartitionIterators |
|
PartitionUpdate |
Stores updates made on a partition.
|
PartitionUpdate.CounterMark |
A counter mark is basically a pointer to a counter update inside this partition update.
|
PartitionUpdate.PartitionUpdateSerializer |
|
PurgingPartitionIterator |
|
SingletonUnfilteredPartitionIterator |
|
UnfilteredPartitionIterators |
Static methods to work with partition iterators.
|
UnfilteredPartitionIterators.Serializer |
Serialize each UnfilteredSerializer one after the other, with an initial byte that indicates whether
we're done or not.
|
WrappingPartitionIterator |
|
WrappingUnfilteredPartitionIterator |
A utility class for writing partition iterators that filter/modify other
partition iterators.
|