Package | Description |
---|---|
org.apache.lens.api.scheduler | |
org.apache.lens.server.scheduler |
Modifier and Type | Method and Description |
---|---|
XFrequency |
ObjectFactory.createXFrequency()
Create an instance of
XFrequency |
XFrequency |
XTrigger.getFrequency()
Gets the value of the frequency property.
|
XFrequency |
XFrequency.withCronExpression(String value) |
XFrequency |
XFrequency.withEnum(XFrequencyEnum value) |
XFrequency |
XFrequency.withTimezone(String value) |
Modifier and Type | Method and Description |
---|---|
void |
XTrigger.setFrequency(XFrequency value)
Sets the value of the frequency property.
|
XTrigger |
XTrigger.withFrequency(XFrequency value) |
Modifier and Type | Method and Description |
---|---|
void |
AlarmService.schedule(org.joda.time.DateTime start,
org.joda.time.DateTime end,
XFrequency frequency,
String jobHandle)
This method can be used by any consumer who wants to receive notifications during a time range at a given
frequency.
|
Copyright © 2014–2016 Apache Software Foundation. All rights reserved.