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

Packages that use OnTriggerType
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.metrics.instrumentation EPL instrumentation helpers. 
 

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

Methods in com.espertech.esper.epl.spec that return OnTriggerType
 OnTriggerType OnTriggerDesc.getOnTriggerType()
          Returns the type of the on-trigger statement.
static OnTriggerType OnTriggerType.valueOf(java.lang.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.
 

Constructors in com.espertech.esper.epl.spec with parameters of type OnTriggerType
OnTriggerDesc(OnTriggerType onTriggerType)
          Ctor.
OnTriggerSplitStreamDesc(OnTriggerType onTriggerType, boolean isFirst, java.util.List<OnTriggerSplitStream> splitStreams)
          Ctor.
OnTriggerWindowDesc(java.lang.String windowName, java.lang.String optionalAsName, OnTriggerType onTriggerType, boolean deleteAndSelect)
          Ctor.
 

Uses of OnTriggerType in com.espertech.esper.metrics.instrumentation
 

Methods in com.espertech.esper.metrics.instrumentation with parameters of type OnTriggerType
 void InstrumentationDefault.qInfraOnAction(OnTriggerType triggerType, EventBean[] triggerEvents, EventBean[] matchingEvents)
           
 void Instrumentation.qInfraOnAction(OnTriggerType triggerType, EventBean[] triggerEvents, EventBean[] matchingEvents)
           
 


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