Package | Description |
---|---|
com.espertech.esper.epl.core |
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.view |
Internal processing views for output rate limiting, filtering and internal event routing
|
Modifier and Type | Method and Description |
---|---|
OutputProcessViewAfterState |
ResultSetProcessorHelperFactoryImpl.makeOutputConditionAfter(Long afterConditionTime,
Integer afterConditionNumberOfEvents,
boolean afterConditionSatisfied,
AgentInstanceContext agentInstanceContext) |
OutputProcessViewAfterState |
ResultSetProcessorHelperFactory.makeOutputConditionAfter(Long afterConditionTime,
Integer afterConditionNumberOfEvents,
boolean afterConditionSatisfied,
AgentInstanceContext agentInstanceContext) |
Modifier and Type | Class and Description |
---|---|
class |
OutputProcessViewAfterStateImpl |
class |
OutputProcessViewAfterStateNone |
Modifier and Type | Method and Description |
---|---|
OutputProcessViewAfterState |
OutputProcessViewDirect.getOptionalAfterConditionState() |
OutputProcessViewAfterState |
OutputProcessViewConditionSnapshot.getOptionalAfterConditionState() |
OutputProcessViewAfterState |
OutputProcessViewConditionLastAllUnord.getOptionalAfterConditionState() |
OutputProcessViewAfterState |
OutputProcessViewConditionFirst.getOptionalAfterConditionState() |
OutputProcessViewAfterState |
OutputProcessViewConditionDefault.getOptionalAfterConditionState() |
OutputProcessViewAfterState |
OutputProcessViewBaseWAfter.getOptionalAfterConditionState() |
OutputProcessViewAfterState |
OutputProcessViewBaseCallback.getOptionalAfterConditionState() |
abstract OutputProcessViewAfterState |
OutputProcessViewBase.getOptionalAfterConditionState() |