Package | Description |
---|---|
org.apache.lens.cube.metadata | |
org.apache.lens.cube.metadata.timeline |
Modifier and Type | Method and Description |
---|---|
List<PartitionTimeline> |
CubeMetastoreClient.getTimelines(String factName,
String storage,
String updatePeriodStr,
String timeDimension) |
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
static PartitionTimeline |
PartitionTimelineFactory.get(CubeMetastoreClient client,
String storageTable,
UpdatePeriod updatePeriod,
String partitionColumn)
Checks in table params if desired implementing class is given.
|
Copyright © 2014–2015 Apache Software Foundation. All rights reserved.