Uses of Class
cn.boboweike.carrot.scheduling.Schedule
-
Packages that use Schedule Package Description cn.boboweike.carrot.scheduling cn.boboweike.carrot.scheduling.cron cn.boboweike.carrot.scheduling.interval cn.boboweike.carrot.tasks -
-
Uses of Schedule in cn.boboweike.carrot.scheduling
Methods in cn.boboweike.carrot.scheduling that return Schedule Modifier and Type Method Description abstract ScheduleScheduleExpressionType. createSchedule(String scheduleExpression)static ScheduleScheduleExpressionType. getSchedule(String scheduleExpression)Methods in cn.boboweike.carrot.scheduling with parameters of type Schedule Modifier and Type Method Description intSchedule. compareTo(Schedule schedule)Compare twoScheduleobjects based on next occurrence. -
Uses of Schedule in cn.boboweike.carrot.scheduling.cron
Subclasses of Schedule in cn.boboweike.carrot.scheduling.cron Modifier and Type Class Description classCronExpressionSchedule class represents a parsed crontab expression. -
Uses of Schedule in cn.boboweike.carrot.scheduling.interval
Subclasses of Schedule in cn.boboweike.carrot.scheduling.interval Modifier and Type Class Description classInterval -
Uses of Schedule in cn.boboweike.carrot.tasks
Constructors in cn.boboweike.carrot.tasks with parameters of type Schedule Constructor Description RecurringTask(String id, TaskDetails taskDetails, Schedule schedule, ZoneId zoneId)RecurringTask(String id, TaskDetails taskDetails, Schedule schedule, ZoneId zoneId, Instant createdAt)
-