com.espertech.esper.schedule
Interface SchedulingMgmtService

All Known Implementing Classes:
SchedulingMgmtServiceImpl

public interface SchedulingMgmtService

Interface for a service that allocated schedule buckets for statements, for controlling timer callback orders.


Method Summary
 ScheduleBucket allocateBucket()
          Returns a bucket from which slots can be allocated for ordering concurrent callbacks.
 void destroy()
          Destroy the service.
 

Method Detail

allocateBucket

ScheduleBucket allocateBucket()
Returns a bucket from which slots can be allocated for ordering concurrent callbacks.

Returns:
bucket

destroy

void destroy()
Destroy the service.


© 2006-2015 EsperTech Inc.
All rights reserved.
Visit us at espertech.com