|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ScheduleBucket | |
---|---|
com.espertech.esper.core.service | Implementation of client package interfaces, glue code |
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,
byte[] statementIdBytes,
SchedulingService schedulingService,
ScheduleBucket scheduleBucket,
EPStatementHandle epStatementHandle,
ViewResolutionService viewResultionService,
PatternObjectResolutionService patternResolutionService,
StatementExtensionSvcContext statementExtensionSvcContext,
StatementStopService statementStopService,
MethodResolutionService methodResolutionService,
PatternContextFactory patternContextFactory,
FilterService filterService,
StatementResultService statementResultService,
InternalEventRouteDest internalEventEngineRouteDest,
java.lang.annotation.Annotation[] annotations,
StatementAIResourceRegistry statementAgentInstanceRegistry,
StatementAgentInstanceLock defaultAgentInstanceLock,
ContextDescriptor contextDescriptor,
PatternSubexpressionPoolStmtSvc patternSubexpressionPoolSvc,
boolean statelessSelect,
ContextControllerFactoryService contextControllerFactoryService,
AgentInstanceScriptContext defaultAgentInstanceScriptContext,
AggregationServiceFactoryService aggregationServiceFactoryService,
boolean writesToTables,
java.lang.Object statementUserObject)
Constructor. |
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,
MethodResolutionService methodResolutionService,
EngineImportService engineImportService,
SchedulingService schedulingService,
ScheduleBucket scheduleBucket,
ExprEvaluatorContext exprEvaluatorContext,
VariableService variableService,
java.lang.String contextName)
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 | |
---|---|
static DataCache |
DataCacheFactory.getDataCache(ConfigurationDataCache cacheDesc,
EPStatementAgentInstanceHandle epStatementAgentInstanceHandle,
SchedulingService schedulingService,
ScheduleBucket scheduleBucket)
Creates a cache implementation for the strategy as defined by the cache descriptor. |
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-2015 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV NEXT | FRAMES NO FRAMES |