Package | Description |
---|---|
com.espertech.esper.common.internal.compile.stage1.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.common.internal.metrics.instrumentation |
Modifier and Type | Method and Description |
---|---|
OnTriggerType |
OnTriggerDesc.getOnTriggerType()
Returns the type of the on-trigger statement.
|
static OnTriggerType |
OnTriggerType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OnTriggerType[] |
OnTriggerType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
OnTriggerDesc(OnTriggerType onTriggerType)
Ctor.
|
OnTriggerSplitStreamDesc(OnTriggerType onTriggerType,
boolean isFirst,
List<OnTriggerSplitStream> splitStreams)
Ctor.
|
OnTriggerWindowDesc(String windowName,
String optionalAsName,
OnTriggerType onTriggerType,
boolean deleteAndSelect)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
void |
InstrumentationCommonDefault.qInfraOnAction(OnTriggerType triggerType,
EventBean[] triggerEvents,
EventBean[] matchingEvents) |
void |
InstrumentationCommon.qInfraOnAction(OnTriggerType triggerType,
EventBean[] triggerEvents,
EventBean[] matchingEvents) |
Copyright © 2005–2019. All rights reserved.