|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NamedWindowService | |
---|---|
com.espertech.esper.core.context.mgr | Context management. |
com.espertech.esper.core.service | 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.context.mgr |
---|
Methods in com.espertech.esper.core.context.mgr with parameters of type NamedWindowService | |
---|---|
protected static void |
ContextControllerPartitionedUtil.validateStatementForContext(java.lang.String contextName,
ContextControllerStatementBase statement,
StatementSpecCompiledAnalyzerResult streamAnalysis,
java.util.Collection<EventType> itemEventTypes,
NamedWindowService namedWindowService)
|
Uses of NamedWindowService in com.espertech.esper.core.service |
---|
Methods in com.espertech.esper.core.service that return NamedWindowService | |
---|---|
NamedWindowService |
StatementContextEngineServices.getNamedWindowService()
|
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.service with parameters of type NamedWindowService | |
---|---|
EPServicesContext(java.lang.String engineURI,
SchedulingServiceSPI schedulingService,
EventAdapterService eventAdapterService,
EngineImportService engineImportService,
EngineSettingsService engineSettingsService,
DatabaseConfigService databaseConfigService,
PluggableObjectCollection plugInViews,
StatementLockFactory statementLockFactory,
ManagedReadWriteLock eventProcessingRWLock,
ExtensionServicesContext extensionServicesContext,
EngineEnvContext engineEnvContext,
StatementContextFactory statementContextFactory,
PluggableObjectCollection plugInPatternObjects,
TimerService timerService,
FilterServiceSPI filterService,
StreamFactoryService streamFactoryService,
NamedWindowService namedWindowService,
VariableService variableService,
TimeSourceService timeSourceService,
ValueAddEventService valueAddEventService,
MetricReportingServiceSPI metricsReportingService,
StatementEventTypeRef statementEventTypeRef,
StatementVariableRef statementVariableRef,
ConfigurationInformation configSnapshot,
ThreadingService threadingServiceImpl,
InternalEventRouterImpl internalEventRouter,
StatementIsolationService statementIsolationService,
SchedulingMgmtService schedulingMgmtService,
DeploymentStateService deploymentStateService,
ExceptionHandlingService exceptionHandlingService,
PatternNodeFactory patternNodeFactory,
EventTypeIdGenerator eventTypeIdGenerator,
StatementMetadataFactory statementMetadataFactory,
ContextManagementService contextManagementService,
SchedulableAgentInstanceDirectory schedulableAgentInstanceDirectory,
PatternSubexpressionPoolEngineSvc patternSubexpressionPoolSvc,
DataFlowService dataFlowService,
ExprDeclaredService exprDeclaredService)
Constructor - sets up new set of services. |
|
StatementContextEngineServices(java.lang.String engineURI,
EventAdapterService eventAdapterService,
NamedWindowService namedWindowService,
VariableService variableService,
EngineSettingsService engineSettingsService,
ValueAddEventService valueAddEventService,
ConfigurationInformation configSnapshot,
MetricReportingServiceSPI metricReportingService,
ViewService viewService,
ExceptionHandlingService exceptionHandlingService,
ExpressionResultCacheService expressionResultCacheService,
StatementEventTypeRef statementEventTypeRef)
|
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. |
Methods in com.espertech.esper.epl.named that return NamedWindowService | |
---|---|
NamedWindowService |
NamedWindowTailView.getNamedWindowService()
|
Constructors in com.espertech.esper.epl.named with parameters of type NamedWindowService | |
---|---|
NamedWindowProcessor(java.lang.String namedWindowName,
NamedWindowService namedWindowService,
java.lang.String contextName,
boolean singleInstanceContext,
EventType eventType,
StatementResultService statementResultService,
ValueAddEventProcessor revisionProcessor,
java.lang.String eplExpression,
java.lang.String statementName,
boolean isPrioritized,
boolean isEnableSubqueryIndexShare,
boolean enableQueryPlanLog,
MetricReportingService metricReportingService,
boolean isBatchingDataWindow,
boolean isVirtualDataWindow,
StatementMetricHandle statementMetricHandle,
java.util.Set<java.lang.String> optionalUniqueKeyProps)
Ctor. |
|
NamedWindowTailView(EventType eventType,
NamedWindowService namedWindowService,
StatementResultService statementResultService,
ValueAddEventProcessor revisionProcessor,
boolean prioritized,
boolean parentBatchWindow)
|
Uses of NamedWindowService in com.espertech.esper.epl.spec |
---|
Methods in com.espertech.esper.epl.spec that return NamedWindowService | |
---|---|
NamedWindowService |
StatementSpecMapContext.getNamedWindowService()
|
Methods in com.espertech.esper.epl.spec with parameters of type NamedWindowService | |
---|---|
static StatementSpecRaw |
StatementSpecMapper.map(EPStatementObjectModel sodaStatement,
EngineImportService engineImportService,
VariableService variableService,
ConfigurationInformation configuration,
SchedulingService schedulingService,
java.lang.String engineURI,
PatternNodeFactory patternNodeFactory,
NamedWindowService namedWindowService,
ContextManagementService contextManagementService,
ExprDeclaredService exprDeclaredService)
Maps the SODA object model to a statement specification. |
Constructors in com.espertech.esper.epl.spec with parameters of type NamedWindowService | |
---|---|
StatementSpecMapContext(EngineImportService engineImportService,
VariableService variableService,
ConfigurationInformation configuration,
SchedulingService schedulingService,
java.lang.String engineURI,
PatternNodeFactory patternNodeFactory,
NamedWindowService namedWindowService,
ContextManagementService contextManagementService,
ExprDeclaredService exprDeclaredService)
Ctor. |
|
© 2006-2011 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV NEXT | FRAMES NO FRAMES |