Uses of Class
com.espertech.esper.schedule.ScheduleBucket

Packages that use ScheduleBucket
com.espertech.esper.core.service Implementation of client package interfaces, glue code 
com.espertech.esper.core.support   
com.espertech.esper.epl.core Contains EPL statement specification classes define the constructs that make up an EPL statement, such as the list of items in the select clause, the insert-into stream name and property names etc. 
com.espertech.esper.epl.db Database SQL polling views and caches 
com.espertech.esper.pattern Pattern expression tree and pattern state objects, the later resembles pattern expression state for each active pattern instance 
com.espertech.esper.schedule Package for timer callback scheduling 
com.espertech.esper.view View infrastructure concerned with view creation and destroy, cloning and hooking views trees into filtering. 
 

Uses of ScheduleBucket in com.espertech.esper.core.service
 

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

Constructors in com.espertech.esper.core.service with parameters of type ScheduleBucket
StatementContext(StatementContextEngineServices stmtEngineServices, SchedulingService schedulingService, ScheduleBucket scheduleBucket, EPStatementHandle epStatementHandle, ViewResolutionService viewResultionService, PatternObjectResolutionService patternResolutionService, StatementExtensionSvcContext statementExtensionSvcContext, StatementStopService statementStopService, PatternContextFactory patternContextFactory, FilterService filterService, StatementResultService statementResultService, InternalEventRouteDest internalEventEngineRouteDest, java.lang.annotation.Annotation[] annotations, StatementAIResourceRegistry statementAgentInstanceRegistry, StatementAgentInstanceLock defaultAgentInstanceLock, ContextDescriptor contextDescriptor, PatternSubexpressionPoolStmtSvc patternSubexpressionPoolSvc, MatchRecognizeStatePoolStmtSvc matchRecognizeStatePoolStmtSvc, boolean statelessSelect, ContextControllerFactoryService contextControllerFactoryService, AgentInstanceScriptContext defaultAgentInstanceScriptContext, AggregationServiceFactoryService aggregationServiceFactoryService, boolean writesToTables, java.lang.Object statementUserObject, StatementSemiAnonymousTypeRegistry statementSemiAnonymousTypeRegistry, int priority)
          Constructor.
 

Uses of ScheduleBucket in com.espertech.esper.core.support
 

Methods in com.espertech.esper.core.support that return ScheduleBucket
 ScheduleBucket SupportSchedulingServiceImpl.allocateBucket()
           
 

Uses of ScheduleBucket in com.espertech.esper.epl.core
 

Methods in com.espertech.esper.epl.core with parameters of type ScheduleBucket
static HistoricalEventViewable MethodPollingViewableFactory.createPollMethodView(int streamNumber, MethodStreamSpec methodStreamSpec, EventAdapterService eventAdapterService, EPStatementAgentInstanceHandle epStatementAgentInstanceHandle, EngineImportService engineImportService, SchedulingService schedulingService, ScheduleBucket scheduleBucket, ExprEvaluatorContext exprEvaluatorContext, VariableService variableService, java.lang.String contextName, DataCacheFactory dataCacheFactory, StatementContext statementContext)
          Creates a method-invocation polling view for use as a stream that calls a method, or pulls results from cache.
 

Uses of ScheduleBucket in com.espertech.esper.epl.db
 

Methods in com.espertech.esper.epl.db with parameters of type ScheduleBucket
 DataCache DataCacheFactory.getDataCache(ConfigurationDataCache cacheDesc, StatementContext statementContext, EPStatementAgentInstanceHandle epStatementAgentInstanceHandle, SchedulingService schedulingService, ScheduleBucket scheduleBucket, int streamNum)
          Creates a cache implementation for the strategy as defined by the cache descriptor.
protected  DataCache DataCacheFactory.makeTimeCache(ConfigurationExpiryTimeCache expCache, StatementContext statementContext, EPStatementAgentInstanceHandle epStatementAgentInstanceHandle, SchedulingService schedulingService, ScheduleBucket scheduleBucket, int streamNum)
           
 

Constructors in com.espertech.esper.epl.db with parameters of type ScheduleBucket
DatabaseConfigServiceImpl(java.util.Map<java.lang.String,ConfigurationDBRef> mapDatabaseRef, SchedulingService schedulingService, ScheduleBucket scheduleBucket)
          Ctor.
 

Uses of ScheduleBucket in com.espertech.esper.pattern
 

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

Uses of ScheduleBucket in com.espertech.esper.schedule
 

Methods in com.espertech.esper.schedule that return ScheduleBucket
 ScheduleBucket SchedulingMgmtServiceImpl.allocateBucket()
           
 ScheduleBucket SchedulingMgmtService.allocateBucket()
          Returns a bucket from which slots can be allocated for ordering concurrent callbacks.
 

Uses of ScheduleBucket in com.espertech.esper.view
 

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


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