|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NamedWindowService | |
---|---|
com.espertech.esper.core | Implementation of client package interfaces, glue code |
com.espertech.esper.epl.named | Named window classes are in this package |
com.espertech.esper.epl.spec | 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. |
Uses of NamedWindowService in com.espertech.esper.core |
---|
Methods in com.espertech.esper.core that return NamedWindowService | |
---|---|
NamedWindowService |
StatementContext.getNamedWindowService()
Returns the named window management service. |
NamedWindowService |
EPServicesContext.getNamedWindowService()
Returns the named window management service. |
NamedWindowService |
EPServiceProviderSPI.getNamedWindowService()
Returns the named window service. |
NamedWindowService |
EPServiceProviderImpl.getNamedWindowService()
|
Constructors in com.espertech.esper.core with parameters of type NamedWindowService | |
---|---|
EPServicesContext(String engineURI,
SchedulingService schedulingService,
EventAdapterService eventAdapterService,
EngineImportService engineImportService,
EngineSettingsService engineSettingsService,
DatabaseConfigService databaseConfigService,
PluggableObjectCollection plugInViews,
StatementLockFactory statementLockFactory,
ManagedReadWriteLock eventProcessingRWLock,
ExtensionServicesContext extensionServicesContext,
EngineEnvContext engineEnvContext,
StatementContextFactory statementContextFactory,
PluggableObjectCollection plugInPatternObjects,
OutputConditionFactory outputConditionFactory,
TimerService timerService,
FilterService filterService,
StreamFactoryService streamFactoryService,
NamedWindowService namedWindowService,
VariableService variableService,
TimeSourceService timeSourceService,
ValueAddEventService valueAddEventService)
Constructor - sets up new set of services. |
|
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 NamedWindowService in com.espertech.esper.epl.named |
---|
Classes in com.espertech.esper.epl.named that implement NamedWindowService | |
---|---|
class |
NamedWindowServiceImpl
This service hold for each named window a dedicated processor and a lock to the named window. |
Constructors in com.espertech.esper.epl.named with parameters of type NamedWindowService | |
---|---|
NamedWindowProcessor(NamedWindowService namedWindowService,
String windowName,
EventType eventType,
EPStatementHandle createWindowStmtHandle,
StatementResultService statementResultService,
ValueAddEventProcessor revisionProcessor)
Ctor. |
|
NamedWindowTailView(EventType eventType,
NamedWindowService namedWindowService,
NamedWindowRootView namedWindowRootView,
EPStatementHandle createWindowStmtHandle,
StatementResultService statementResultService,
ValueAddEventProcessor revisionProcessor)
Ctor. |
Uses of NamedWindowService in com.espertech.esper.epl.spec |
---|
Methods in com.espertech.esper.epl.spec with parameters of type NamedWindowService | |
---|---|
StreamSpecCompiled |
StreamSpecRaw.compile(EventAdapterService eventAdapterService,
MethodResolutionService methodResolutionService,
PatternObjectResolutionService patternObjectResolutionService,
TimeProvider timeProvider,
NamedWindowService namedWindowService,
ValueAddEventService valueAddEventService,
VariableService variableService,
String engineURI,
URI[] optionalPlugInTypeResolutionURIS)
Compiles a raw stream specification consisting event type information and filter expressions to an validated, optimized form for use with filter service |
StreamSpecCompiled |
PatternStreamSpecRaw.compile(EventAdapterService eventAdapterService,
MethodResolutionService methodResolutionService,
PatternObjectResolutionService patternObjectResolutionService,
TimeProvider timeProvider,
NamedWindowService namedWindowService,
ValueAddEventService valueAddEventService,
VariableService variableService,
String engineURI,
URI[] plugInTypeResolutionURIs)
|
StreamSpecCompiled |
MethodStreamSpec.compile(EventAdapterService eventAdapterService,
MethodResolutionService methodResolutionService,
PatternObjectResolutionService patternObjectResolutionService,
TimeProvider timeProvider,
NamedWindowService namedWindowService,
ValueAddEventService valueAddEventService,
VariableService variableService,
String engineURI,
URI[] plugInTypeResolutionURIs)
|
StreamSpecCompiled |
FilterStreamSpecRaw.compile(EventAdapterService eventAdapterService,
MethodResolutionService methodResolutionService,
PatternObjectResolutionService patternObjectResolutionService,
TimeProvider timeProvider,
NamedWindowService namedWindowService,
ValueAddEventService valueAddEventService,
VariableService variableService,
String engineURI,
URI[] optionalPlugInTypeResolutionURIS)
|
StreamSpecCompiled |
DBStatementStreamSpec.compile(EventAdapterService eventAdapterService,
MethodResolutionService methodResolutionService,
PatternObjectResolutionService patternObjectResolutionService,
TimeProvider timeProvider,
NamedWindowService namedWindowService,
ValueAddEventService valueAddEventService,
VariableService variableService,
String engineURI,
URI[] plugInTypeResolutionURIs)
|
|
© 2007 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV NEXT | FRAMES NO FRAMES |