Package | Description |
---|---|
com.espertech.esper.core.service |
Implementation of client package interfaces, glue code
|
com.espertech.esper.schedule |
Package for timer callback scheduling
|
Modifier and Type | Method and Description |
---|---|
ScheduleSet |
SchedulingServiceAudit.take(Set<Integer> statementId) |
Modifier and Type | Method and Description |
---|---|
void |
SchedulingServiceAudit.apply(ScheduleSet scheduleSet) |
Modifier and Type | Method and Description |
---|---|
ScheduleSet |
SchedulingServiceSPI.take(Set<Integer> statementId)
Take a statement's schedules out of the currently active set of schedules.
|
ScheduleSet |
SchedulingServiceImpl.take(Set<Integer> statementIds) |
Modifier and Type | Method and Description |
---|---|
void |
SchedulingServiceSPI.apply(ScheduleSet scheduleSet)
Apply the set of schedules.
|
void |
SchedulingServiceImpl.apply(ScheduleSet scheduleSet) |