AbstractBTreePartition |
|
AbstractUnfilteredPartitionIterator |
|
AtomicBTreePartition |
A thread-safe and atomic Partition implementation.
|
BTreePartitionData |
|
BTreePartitionUpdater |
the function we provide to the trie and btree utilities to perform any row and column replacements
|
CachedBTreePartition |
|
FilteredPartition |
|
ImmutableBTreePartition |
|
PartitionIterators |
|
PartitionUpdate |
Stores updates made on a partition.
|
PartitionUpdate.Builder |
Builder for PartitionUpdates
This class is not thread safe, but the PartitionUpdate it produces is (since it is immutable).
|
PartitionUpdate.CounterMark |
A counter mark is basically a pointer to a counter update inside this partition update.
|
PartitionUpdate.PartitionUpdateSerializer |
|
PurgeFunction |
|
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.
|