|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PartitionTimeline | |
---|---|
org.apache.lens.cube.metadata.timeline |
Uses of PartitionTimeline in org.apache.lens.cube.metadata.timeline |
---|
Subclasses of PartitionTimeline in org.apache.lens.cube.metadata.timeline | |
---|---|
class |
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). |
class |
RangesPartitionTimeline
One implementation of PartitionTimeline that stores ranges of partition presence, Basically a list of tuples each tuple represents a range of presence. |
class |
StoreAllPartitionTimeline
Implementation of PartitionTimeline that stores all partitions as a tree set. |
Methods in org.apache.lens.cube.metadata.timeline that return PartitionTimeline | |
---|---|
static PartitionTimeline |
PartitionTimelineFactory.get(CubeMetastoreClient client,
String storageTable,
UpdatePeriod updatePeriod,
String partitionColumn)
Checks in table params if desired implementing class is given. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |