java.lang.Object
com.espertech.esper.runtime.internal.schedulesvcimpl.ScheduleSetEntry

public class ScheduleSetEntry extends Object
Entry for a schedule item.
  • Constructor Details

    • ScheduleSetEntry

      public ScheduleSetEntry(Long time, long scheduleSlot, com.espertech.esper.common.internal.schedule.ScheduleHandle handle)
      Ctor.
      Parameters:
      time - of schedule
      scheduleSlot - scheduleSlot
      handle - handle to use
  • Method Details

    • setTime

      public void setTime(Long time)
      Sets time.
      Parameters:
      time - value
    • getTime

      public Long 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