|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ElasticInstanceScheduleManager
Manages the cron schedule for bringing up & down elastic instances
Method Summary | |
---|---|
ElasticInstanceSchedule |
getElasticInstanceSchedule(long elasticInstanceScheduleId)
Gets the schedule associated with that id. |
java.util.List<ElasticInstanceSchedule> |
getElasticInstanceSchedules()
Returns all schedules available in the system (enabled and disabled) |
void |
removeElasticInstanceSchedule(long elasticInstanceScheduleId)
Remove scheudle and associated cron trigger |
void |
saveElasticInstanceSchedule(ElasticInstanceSchedule schedule)
Updates or creates the schedule. |
Method Detail |
---|
@NotNull java.util.List<ElasticInstanceSchedule> getElasticInstanceSchedules()
@Nullable ElasticInstanceSchedule getElasticInstanceSchedule(long elasticInstanceScheduleId)
elasticInstanceScheduleId
-
void saveElasticInstanceSchedule(ElasticInstanceSchedule schedule)
schedule
- void removeElasticInstanceSchedule(long elasticInstanceScheduleId)
elasticInstanceScheduleId
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |