Class ScheduleSetEntry
java.lang.Object
com.espertech.esper.runtime.internal.schedulesvcimpl.ScheduleSetEntry
Entry for a schedule item.
-
Constructor Summary
ConstructorDescriptionScheduleSetEntry
(Long time, long scheduleSlot, com.espertech.esper.common.internal.schedule.ScheduleHandle handle) Ctor. -
Method Summary
-
Constructor Details
-
ScheduleSetEntry
public ScheduleSetEntry(Long time, long scheduleSlot, com.espertech.esper.common.internal.schedule.ScheduleHandle handle) Ctor.- Parameters:
time
- of schedulescheduleSlot
- scheduleSlothandle
- handle to use
-
-
Method Details
-
setTime
Sets time.- Parameters:
time
- value
-
getTime
Returns time.- Returns:
- time
-
getScheduleSlot
public long getScheduleSlot()Returns schedule scheduleSlot.- Returns:
- scheduleSlot
-
getHandle
public com.espertech.esper.common.internal.schedule.ScheduleHandle getHandle()Returns the schedule handle.- Returns:
- handle
-