This project has retired. For details please refer to its Attic page.
PartitionTimelineFactory (Lens 2.1.0-beta-incubating API)

org.apache.lens.cube.metadata.timeline
Class PartitionTimelineFactory

java.lang.Object
  extended by org.apache.lens.cube.metadata.timeline.PartitionTimelineFactory

public final class PartitionTimelineFactory
extends Object

factory class for getting new timeline instances


Method Summary
static PartitionTimeline get(CubeMetastoreClient client, String storageTable, UpdatePeriod updatePeriod, String partitionColumn)
          Checks in table params if desired implementing class is given.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

get

public static PartitionTimeline get(CubeMetastoreClient client,
                                    String storageTable,
                                    UpdatePeriod updatePeriod,
                                    String partitionColumn)
Checks in table params if desired implementing class is given. Otherwise by default returns instance of EndsAndHolesPartitionTimeline.

Parameters:
client -
storageTable -
updatePeriod -
partitionColumn -
Returns:


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