This project has retired. For details please refer to its Attic page.
Uses of Class org.apache.lens.api.metastore.XUpdatePeriod (Lens 2.1.0-beta-incubating API)

Uses of Class
org.apache.lens.api.metastore.XUpdatePeriod

Packages that use XUpdatePeriod
org.apache.lens.api.metastore   
 

Uses of XUpdatePeriod in org.apache.lens.api.metastore
 

Methods in org.apache.lens.api.metastore that return XUpdatePeriod
static XUpdatePeriod XUpdatePeriod.fromValue(String v)
           
 XUpdatePeriod XPartition.getUpdatePeriod()
          Gets the value of the updatePeriod property.
static XUpdatePeriod XUpdatePeriod.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static XUpdatePeriod[] XUpdatePeriod.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.lens.api.metastore that return types with arguments of type XUpdatePeriod
 List<XUpdatePeriod> XUpdatePeriods.getUpdatePeriod()
          Gets the value of the updatePeriod property.
 

Methods in org.apache.lens.api.metastore with parameters of type XUpdatePeriod
 void XPartition.setUpdatePeriod(XUpdatePeriod value)
          Sets the value of the updatePeriod property.
 



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