Package | Description |
---|---|
org.apache.lens.api.metastore |
Modifier and Type | Method and Description |
---|---|
static XUpdatePeriod |
XUpdatePeriod.fromValue(String v) |
XUpdatePeriod |
XUpdatePeriodTableDescriptor.getUpdatePeriod()
Gets the value of the updatePeriod property.
|
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.
|
Modifier and Type | Method and Description |
---|---|
List<XUpdatePeriod> |
XUpdatePeriods.getUpdatePeriod()
Gets the value of the updatePeriod property.
|
Modifier and Type | Method and Description |
---|---|
void |
XUpdatePeriodTableDescriptor.setUpdatePeriod(XUpdatePeriod value)
Sets the value of the updatePeriod property.
|
void |
XPartition.setUpdatePeriod(XUpdatePeriod value)
Sets the value of the updatePeriod property.
|
XUpdatePeriods |
XUpdatePeriods.withUpdatePeriod(XUpdatePeriod... values) |
XUpdatePeriodTableDescriptor |
XUpdatePeriodTableDescriptor.withUpdatePeriod(XUpdatePeriod value) |
XPartition |
XPartition.withUpdatePeriod(XUpdatePeriod value) |
Modifier and Type | Method and Description |
---|---|
XUpdatePeriods |
XUpdatePeriods.withUpdatePeriod(Collection<XUpdatePeriod> values) |
Copyright © 2014–2018 Apache Software Foundation. All rights reserved.