|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.espertech.esper.schedule.SchedulingMgmtServiceImpl
public final class SchedulingMgmtServiceImpl
Implements the schedule service by simply keeping a sorted set of long millisecond values and a set of handles for each.
Synchronized since statement creation and event evaluation by multiple (event send) threads can lead to callbacks added/removed asynchronously.
Constructor Summary | |
---|---|
SchedulingMgmtServiceImpl()
Constructor. |
Method Summary | |
---|---|
ScheduleBucket |
allocateBucket()
Returns a bucket from which slots can be allocated for ordering concurrent callbacks. |
void |
destroy()
Destroy the service. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SchedulingMgmtServiceImpl()
Method Detail |
---|
public void destroy()
SchedulingMgmtService
destroy
in interface SchedulingMgmtService
public ScheduleBucket allocateBucket()
SchedulingMgmtService
allocateBucket
in interface SchedulingMgmtService
|
© 2006-2015 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |