Package | Description |
---|---|
com.espertech.esper.core.context.factory |
Statement agent instance factories.
|
com.espertech.esper.core.service.resource |
Core service statement resource holders.
|
com.espertech.esper.core.start |
Classes related to start and stop of statements
|
com.espertech.esper.epl.named |
Named window classes are in this package
|
Modifier and Type | Method and Description |
---|---|
NamedWindowProcessorInstance |
StatementAgentInstanceFactoryCreateWindowResult.getProcessorInstance() |
Constructor and Description |
---|
StatementAgentInstanceFactoryCreateWindowResult(Viewable finalView,
StopCallback stopCallback,
AgentInstanceContext agentInstanceContext,
Viewable eventStreamParentViewable,
StatementAgentInstancePostLoad postLoad,
Viewable topView,
NamedWindowProcessorInstance processorInstance,
ViewableActivationResult viewableActivationResult) |
Modifier and Type | Method and Description |
---|---|
NamedWindowProcessorInstance |
StatementResourceHolder.getNamedWindowProcessorInstance() |
Modifier and Type | Method and Description |
---|---|
protected void |
StatementResourceHolder.setNamedWindowProcessorInstance(NamedWindowProcessorInstance namedWindowProcessorInstance) |
Modifier and Type | Method and Description |
---|---|
NamedWindowProcessorInstance |
FireAndForgetInstanceNamedWindow.getProcessorInstance() |
Constructor and Description |
---|
FireAndForgetInstanceNamedWindow(NamedWindowProcessorInstance processorInstance) |
Modifier and Type | Method and Description |
---|---|
NamedWindowProcessorInstance |
NamedWindowProcessor.addInstance(AgentInstanceContext agentInstanceContext) |
NamedWindowProcessorInstance |
NamedWindowProcessor.getProcessorInstance(AgentInstanceContext agentInstanceContext) |
NamedWindowProcessorInstance |
NamedWindowProcessor.getProcessorInstance(int agentInstanceId) |
NamedWindowProcessorInstance |
NamedWindowProcessor.getProcessorInstanceAllowUnpartitioned(int agentInstanceId) |
NamedWindowProcessorInstance |
NamedWindowProcessor.getProcessorInstanceNoContext() |