Uses of Class
com.espertech.esper.epl.spec.NamedWindowConsumerStreamSpec

Packages that use NamedWindowConsumerStreamSpec
com.espertech.esper.core.context.activator Activation of streams for statement start. 
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. 
com.espertech.esper.epl.spec.util Statement spec utilities 
 

Uses of NamedWindowConsumerStreamSpec in com.espertech.esper.core.context.activator
 

Methods in com.espertech.esper.core.context.activator with parameters of type NamedWindowConsumerStreamSpec
 ViewableActivator ViewableActivatorFactoryDefault.createNamedWindow(NamedWindowProcessor processor, NamedWindowConsumerStreamSpec streamSpec, StatementContext statementContext)
           
 ViewableActivator ViewableActivatorFactory.createNamedWindow(NamedWindowProcessor processor, NamedWindowConsumerStreamSpec streamSpec, StatementContext statementContext)
           
 

Uses of NamedWindowConsumerStreamSpec in com.espertech.esper.epl.named
 

Methods in com.espertech.esper.epl.named with parameters of type NamedWindowConsumerStreamSpec
 void NamedWindowConsumerMgmtServiceImpl.addConsumer(StatementContext statementContext, NamedWindowConsumerStreamSpec namedSpec)
           
 void NamedWindowConsumerMgmtService.addConsumer(StatementContext statementContext, NamedWindowConsumerStreamSpec namedSpec)
           
 

Uses of NamedWindowConsumerStreamSpec in com.espertech.esper.epl.spec
 

Methods in com.espertech.esper.epl.spec that return NamedWindowConsumerStreamSpec
 NamedWindowConsumerStreamSpec[] StatementSpecCompiled.getNamedWindowConsumersAll()
           
 

Methods in com.espertech.esper.epl.spec with parameters of type NamedWindowConsumerStreamSpec
 int NamedWindowConsumerStreamSpec.getConsumerSpecIndexAmongAll(NamedWindowConsumerStreamSpec[] consumerSpecAll)
           
 void StatementSpecCompiled.setNamedWindowConsumersAll(NamedWindowConsumerStreamSpec[] namedWindowConsumersAll)
           
 

Uses of NamedWindowConsumerStreamSpec in com.espertech.esper.epl.spec.util
 

Methods in com.espertech.esper.epl.spec.util that return types with arguments of type NamedWindowConsumerStreamSpec
 java.util.List<NamedWindowConsumerStreamSpec> StatementSpecCompiledAnalyzerResult.getNamedWindowConsumers()
           
 

Constructor parameters in com.espertech.esper.epl.spec.util with type arguments of type NamedWindowConsumerStreamSpec
StatementSpecCompiledAnalyzerResult(java.util.List<FilterSpecCompiled> filters, java.util.List<NamedWindowConsumerStreamSpec> namedWindowConsumers)
           
 


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