Package | Description |
---|---|
org.apache.lens.api.scheduler | |
org.apache.lens.regression.core.helpers |
Modifier and Type | Method and Description |
---|---|
static XFrequencyEnum |
XFrequencyEnum.fromValue(String v) |
XFrequencyEnum |
XFrequency.getEnum()
Gets the value of the enum property.
|
static XFrequencyEnum |
XFrequencyEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static XFrequencyEnum[] |
XFrequencyEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
XFrequency.setEnum(XFrequencyEnum value)
Sets the value of the enum property.
|
XFrequency |
XFrequency.withEnum(XFrequencyEnum value) |
Modifier and Type | Method and Description |
---|---|
XJob |
ScheduleResourceHelper.getXJob(String name,
String query,
String db,
String startTime,
String endTime,
XFrequencyEnum frequency) |
XTrigger |
ScheduleResourceHelper.getXTrigger(XFrequencyEnum frequency) |
Copyright © 2014–2018 Apache Software Foundation. All rights reserved.