Class OutputConditionPolledCrontabState
java.lang.Object
com.espertech.esper.common.internal.epl.output.polled.OutputConditionPolledCrontabState
- All Implemented Interfaces:
OutputConditionPolledState
-
Constructor Summary
ConstructorDescriptionOutputConditionPolledCrontabState
(ScheduleSpec scheduleSpec, Long currentReferencePoint, long nextScheduledTime) -
Method Summary
Modifier and TypeMethodDescriptionlong
void
setCurrentReferencePoint
(Long currentReferencePoint) void
setNextScheduledTime
(long nextScheduledTime)
-
Constructor Details
-
OutputConditionPolledCrontabState
public OutputConditionPolledCrontabState(ScheduleSpec scheduleSpec, Long currentReferencePoint, long nextScheduledTime)
-
-
Method Details
-
getScheduleSpec
-
getCurrentReferencePoint
-
setCurrentReferencePoint
-
getNextScheduledTime
public long getNextScheduledTime() -
setNextScheduledTime
public void setNextScheduledTime(long nextScheduledTime)
-