|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ScheduleBucket | |
---|---|
com.espertech.esper.core | 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 |
---|
Methods in com.espertech.esper.core that return ScheduleBucket | |
---|---|
ScheduleBucket |
StatementContext.getScheduleBucket()
Returns the schedule bucket for ordering schedule callbacks within this pattern. |
Constructors in com.espertech.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,
StatementExtensionSvcContext statementExtensionSvcContext,
StatementStopService statementStopService,
MethodResolutionService methodResolutionService,
PatternContextFactory patternContextFactory,
FilterService filterService,
JoinSetComposerFactory joinSetComposerFactory,
OutputConditionFactory outputConditionFactory,
NamedWindowService namedWindowService,
VariableService variableService,
StatementResultService statementResultService,
URI[] plugInTypeResolutionURIs,
ValueAddEventService valueAddEventService)
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,
EPStatementHandle epStatementHandle,
MethodResolutionService methodResolutionService,
EngineImportService engineImportService,
SchedulingService schedulingService,
ScheduleBucket scheduleBucket)
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,
EPStatementHandle epStatementHandle,
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(Map<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 |
SchedulingServiceImpl.allocateBucket()
|
ScheduleBucket |
SchedulingService.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. |
|
© 2007 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV NEXT | FRAMES NO FRAMES |