Uses of Class
net.esper.schedule.ScheduleBucket

Packages that use ScheduleBucket
net.esper.core Implementation of client package interfaces, glue code 
net.esper.eql.db Database SQL polling views and caches 
net.esper.pattern Pattern expression tree and pattern state objects, the later resembles pattern expression state for each active pattern instance 
net.esper.schedule Package for timer callback scheduling 
net.esper.view View infrastructure concerned with view creation and destroy, cloning and hooking views trees into filtering. 
 

Uses of ScheduleBucket in net.esper.core
 

Methods in net.esper.core that return ScheduleBucket
 ScheduleBucket StatementContext.getScheduleBucket()
          Returns the schedule bucket for ordering schedule callbacks within this pattern.
 

Constructors in net.esper.core with parameters of type ScheduleBucket
StatementContext(String engineURI, String engineInstanceId, String statementId, String statementName, String expression, SchedulingService schedulingService, ScheduleBucket scheduleBucket, EventAdapterService eventAdapterService, EPStatementHandle epStatementHandle, ViewResolutionService viewResultionService, PatternObjectResolutionService patternResolutionService, ExtensionServicesContext extensionServicesContext, StatementStopService statementStopService, MethodResolutionService methodResolutionService, PatternContextFactory patternContextFactory, FilterService filterService, JoinSetComposerFactory joinSetComposerFactory, OutputConditionFactory outputConditionFactory)
          Constructor.
 

Uses of ScheduleBucket in net.esper.eql.db
 

Constructors in net.esper.eql.db with parameters of type ScheduleBucket
DatabaseConfigServiceImpl(Map<String,ConfigurationDBRef> mapDatabaseRef, SchedulingService schedulingService, ScheduleBucket scheduleBucket)
          Ctor.
 

Uses of ScheduleBucket in net.esper.pattern
 

Methods in net.esper.pattern that return ScheduleBucket
 ScheduleBucket PatternContext.getScheduleBucket()
          Returns the schedule bucket for ordering schedule callbacks within this pattern.
 

Uses of ScheduleBucket in net.esper.schedule
 

Methods in net.esper.schedule that return ScheduleBucket
 ScheduleBucket SchedulingServiceImpl.allocateBucket()
           
 ScheduleBucket SchedulingService.allocateBucket()
          Returns a bucket from which slots can be allocated for ordering concurrent callbacks.
 

Uses of ScheduleBucket in net.esper.view
 

Methods in net.esper.view that return ScheduleBucket
 ScheduleBucket ViewFactoryContext.getScheduleBucket()
          Returns the schedule bucket for ordering schedule callbacks within this pattern.