Module org.elasticsearch.server
Package org.elasticsearch.common.scheduler
package org.elasticsearch.common.scheduler
-
ClassDescriptionThread-safe scheduling implementation that'll cancel an already scheduled job before rescheduling.In most cases a Job only requires a `schedule` and an `id`, but an optional `fixedStartTime` can also be used.
SchedulerEngine.Schedule
implementation wrapping aTimeValue
interval that'll compute the next scheduled execution time according to the configured interval.