This project has retired. For details please refer to its Attic page.
Uses of Class org.apache.lens.cube.metadata.timeline.PartitionTimeline (Lens 2.1.0-beta-incubating API)

Uses of Class
org.apache.lens.cube.metadata.timeline.PartitionTimeline

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.
 



Copyright © 2014–2015 Apache Software Foundation. All rights reserved.