|
Class Summary |
| EndsAndHolesPartitionTimeline |
One implementation of PartitionTimeline that stores first partition, latest partition and a collection of holes in
between them, excluding the edges(start and end values). |
| PartitionTimeline |
Represents the in-memory data structure that represents timeline of all existing partitions for a given storage
table, update period, partition column. |
| PartitionTimelineFactory |
factory class for getting new timeline instances |
| RangesPartitionTimeline |
One implementation of PartitionTimeline that stores ranges of partition presence, Basically a list of tuples each
tuple represents a range of presence. |
| StoreAllPartitionTimeline |
Implementation of PartitionTimeline that stores all partitions as a tree set. |