Class OutputConditionPolledCrontabState

java.lang.Object
com.espertech.esper.common.internal.epl.output.polled.OutputConditionPolledCrontabState
All Implemented Interfaces:
OutputConditionPolledState

public class OutputConditionPolledCrontabState extends Object implements OutputConditionPolledState
  • Constructor Details

    • OutputConditionPolledCrontabState

      public OutputConditionPolledCrontabState(ScheduleSpec scheduleSpec, Long currentReferencePoint, long nextScheduledTime)
  • Method Details

    • getScheduleSpec

      public ScheduleSpec getScheduleSpec()
    • getCurrentReferencePoint

      public Long getCurrentReferencePoint()
    • setCurrentReferencePoint

      public void setCurrentReferencePoint(Long currentReferencePoint)
    • getNextScheduledTime

      public long getNextScheduledTime()
    • setNextScheduledTime

      public void setNextScheduledTime(long nextScheduledTime)