Package | Description |
---|---|
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
|
Modifier and Type | Method and Description |
---|---|
ViewableActivator |
ViewableActivatorFactoryDefault.createNamedWindow(NamedWindowProcessor processor,
NamedWindowConsumerStreamSpec streamSpec,
StatementContext statementContext) |
ViewableActivator |
ViewableActivatorFactory.createNamedWindow(NamedWindowProcessor processor,
NamedWindowConsumerStreamSpec streamSpec,
StatementContext statementContext) |
Modifier and Type | Method and Description |
---|---|
void |
NamedWindowConsumerMgmtServiceImpl.addConsumer(StatementContext statementContext,
NamedWindowConsumerStreamSpec namedSpec) |
void |
NamedWindowConsumerMgmtService.addConsumer(StatementContext statementContext,
NamedWindowConsumerStreamSpec namedSpec) |
Modifier and Type | Method and Description |
---|---|
NamedWindowConsumerStreamSpec[] |
StatementSpecCompiled.getNamedWindowConsumersAll() |
Modifier and Type | Method and Description |
---|---|
int |
NamedWindowConsumerStreamSpec.getConsumerSpecIndexAmongAll(NamedWindowConsumerStreamSpec[] consumerSpecAll) |
void |
StatementSpecCompiled.setNamedWindowConsumersAll(NamedWindowConsumerStreamSpec[] namedWindowConsumersAll) |
Modifier and Type | Method and Description |
---|---|
List<NamedWindowConsumerStreamSpec> |
StatementSpecCompiledAnalyzerResult.getNamedWindowConsumers() |
Constructor and Description |
---|
StatementSpecCompiledAnalyzerResult(List<FilterSpecCompiled> filters,
List<NamedWindowConsumerStreamSpec> namedWindowConsumers) |