Class JobSchedulingInfo
java.lang.Object
org.opensearch.jobscheduler.scheduler.JobSchedulingInfo
-
Constructor Summary
ConstructorsConstructorDescriptionJobSchedulingInfo(String indexName, String jobId, org.opensearch.jobscheduler.spi.ScheduledJobParameter jobParameter) -
Method Summary
Modifier and TypeMethodDescriptiongetJobId()org.opensearch.jobscheduler.spi.ScheduledJobParameterorg.opensearch.threadpool.Scheduler.ScheduledCancellablebooleanvoidsetActualPreviousExecutionTime(Instant actualPreviousExecutionTime) voidsetDescheduled(boolean descheduled) voidsetExpectedExecutionTime(Instant expectedExecutionTime) voidsetExpectedPreviousExecutionTime(Instant expectedPreviousExecutionTime) voidsetScheduledCancellable(org.opensearch.threadpool.Scheduler.ScheduledCancellable scheduledCancellable)
-
Constructor Details
-
JobSchedulingInfo
-
-
Method Details
-
getIndexName
-
getJobId
-
getJobParameter
public org.opensearch.jobscheduler.spi.ScheduledJobParameter getJobParameter() -
isDescheduled
public boolean isDescheduled() -
getActualPreviousExecutionTime
-
getExpectedPreviousExecutionTime
-
getExpectedExecutionTime
-
getScheduledCancellable
public org.opensearch.threadpool.Scheduler.ScheduledCancellable getScheduledCancellable() -
setDescheduled
public void setDescheduled(boolean descheduled) -
setActualPreviousExecutionTime
-
setExpectedPreviousExecutionTime
-
setExpectedExecutionTime
-
setScheduledCancellable
public void setScheduledCancellable(org.opensearch.threadpool.Scheduler.ScheduledCancellable scheduledCancellable)
-