Index

A B C D E F G H I J L M N O P Q R S T U V W X Y Z 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

ABSTRACTMAPSIMPLEENTRY - Enum constant in enum class com.espertech.esper.common.client.type.EPTypePremade
AbstractMap.SimpleEntry
AccessModifierContextContext - Class in com.espertech.esper.compiler.client.option
Provides the environment to AccessModifierContextOption.
AccessModifierContextContext(StatementBaseInfo, String) - Constructor for class com.espertech.esper.compiler.client.option.AccessModifierContextContext
Ctor.
AccessModifierContextOption - Interface in com.espertech.esper.compiler.client.option
Implement this interface to provide or override the access modifier a context.
AccessModifierEventTypeContext - Class in com.espertech.esper.compiler.client.option
Provides the environment to AccessModifierEventTypeOption.
AccessModifierEventTypeContext(StatementRawInfo, String) - Constructor for class com.espertech.esper.compiler.client.option.AccessModifierEventTypeContext
Ctor.
AccessModifierEventTypeOption - Interface in com.espertech.esper.compiler.client.option
Implement this interface to provide or override the access modifier for an event type.
AccessModifierExpressionContext - Class in com.espertech.esper.compiler.client.option
Provides the environment to AccessModifierExpressionOption.
AccessModifierExpressionContext(StatementBaseInfo, String) - Constructor for class com.espertech.esper.compiler.client.option.AccessModifierExpressionContext
Ctor.
AccessModifierExpressionOption - Interface in com.espertech.esper.compiler.client.option
Implement this interface to provide or override the access modifier for a declared expression.
AccessModifierInlinedClassContext - Class in com.espertech.esper.compiler.client.option
Provides the environment to AccessModifierInlinedClassContext.
AccessModifierInlinedClassContext(StatementBaseInfo, String) - Constructor for class com.espertech.esper.compiler.client.option.AccessModifierInlinedClassContext
Ctor
AccessModifierInlinedClassOption - Interface in com.espertech.esper.compiler.client.option
Implement this interface to provide or override the access modifier for an inlined-class.
AccessModifierNamedWindowContext - Class in com.espertech.esper.compiler.client.option
Provides the environment to AccessModifierNamedWindowOption.
AccessModifierNamedWindowContext(StatementBaseInfo, String) - Constructor for class com.espertech.esper.compiler.client.option.AccessModifierNamedWindowContext
Ctor
AccessModifierNamedWindowOption - Interface in com.espertech.esper.compiler.client.option
Implement this interface to provide or override the access modifier for a named window.
AccessModifierScriptContext - Class in com.espertech.esper.compiler.client.option
Provides the environment to AccessModifierScriptOption.
AccessModifierScriptContext(StatementBaseInfo, String, int) - Constructor for class com.espertech.esper.compiler.client.option.AccessModifierScriptContext
Ctor.
AccessModifierScriptOption - Interface in com.espertech.esper.compiler.client.option
Implement this interface to provide or override the access modifier for a script.
AccessModifierTableContext - Class in com.espertech.esper.compiler.client.option
Provides the environment to AccessModifierTableOption.
AccessModifierTableContext(StatementBaseInfo, String) - Constructor for class com.espertech.esper.compiler.client.option.AccessModifierTableContext
Ctor.
AccessModifierTableOption - Interface in com.espertech.esper.compiler.client.option
Implement this interface to provide or override the access modifier for a table.
AccessModifierVariableContext - Class in com.espertech.esper.compiler.client.option
Provides the environment to AccessModifierVariableOption.
AccessModifierVariableContext(StatementBaseInfo, String) - Constructor for class com.espertech.esper.compiler.client.option.AccessModifierVariableContext
Ctor
AccessModifierVariableOption - Interface in com.espertech.esper.compiler.client.option
Implement this interface to provide or override the access modifier for a variable.
AccessorStyle - Enum Class in com.espertech.esper.common.client.util
Accessor style defines the methods of a class that are automatically exposed via event property.
AccessProjectionExpressionBase - Class in com.espertech.esper.common.client.soda
Represents the base expression for "first", "last" and "window" aggregation functions.
AccessProjectionExpressionBase() - Constructor for class com.espertech.esper.common.client.soda.AccessProjectionExpressionBase
Ctor.
AccessProjectionExpressionBase(Expression) - Constructor for class com.espertech.esper.common.client.soda.AccessProjectionExpressionBase
Ctor.
acquire(ManagedReadWriteLock) - Method in interface com.espertech.esper.runtime.client.util.LockStrategy
Acquire should acquire the write lock of the provided read-write lock and may retry and backoff or fail.
acquire(ManagedReadWriteLock) - Method in class com.espertech.esper.runtime.client.util.LockStrategyDefault
 
acquire(ManagedReadWriteLock) - Method in class com.espertech.esper.runtime.client.util.LockStrategyNone
 
acquire(ManagedReadWriteLock) - Method in class com.espertech.esper.runtime.client.util.LockStrategyWTimeout
 
adapter() - Element in annotation interface com.espertech.esper.common.client.annotation.JsonEventField
Returns the adapter class
adapter() - Element in annotation interface com.espertech.esper.common.client.annotation.JsonSchemaField
Returns the adapter class name
Adapter - Interface in com.espertech.esper.runtime.client.util
An Adapter takes some external data, converts it into events, and sends it into the runtime.
adapterForAvro(Object, String) - Method in interface com.espertech.esper.common.client.hook.expr.EventBeanService
Construct an event bean for a given Avro GenericData.Record using the event type name to look up the Avro event type
adapterForBean(Object, String) - Method in interface com.espertech.esper.common.client.hook.expr.EventBeanService
Construct an event bean for a given bean (Object, POJO) using the class of the object to determine the Bean-only event type (not for Map/Object-Array/Avro/XML events)
adapterForDOM(Node, String) - Method in interface com.espertech.esper.common.client.hook.expr.EventBeanService
Construct an event bean for a given XML-DOM using the node root node name to look up the XML-DOM event type
adapterForMap(Map<String, Object>, String) - Method in interface com.espertech.esper.common.client.hook.expr.EventBeanService
Construct an event bean for a given Map using the event type name to look up the Map event type
adapterForObjectArray(Object[], String) - Method in interface com.espertech.esper.common.client.hook.expr.EventBeanService
Construct an event bean for a given Object-Array using the event type name to look up the Object-Array event type
AdapterSPI - Interface in com.espertech.esper.runtime.client.util
An Adapter takes some external data, converts it into events, and sends it into the runtime runtime.
AdapterState - Enum Class in com.espertech.esper.runtime.client.util
The state of a Adapter.
AdapterStateManager - Class in com.espertech.esper.runtime.client.util
A utility to manage the state transitions for an InputAdapter.
AdapterStateManager() - Constructor for class com.espertech.esper.runtime.client.util.AdapterStateManager
 
add(boolean) - Method in class com.espertech.esper.common.client.json.minimaljson.JsonArray
Appends the JSON representation of the specified boolean value to the end of this array.
add(double) - Method in class com.espertech.esper.common.client.json.minimaljson.JsonArray
Appends the JSON representation of the specified double value to the end of this array.
add(float) - Method in class com.espertech.esper.common.client.json.minimaljson.JsonArray
Appends the JSON representation of the specified float value to the end of this array.
add(int) - Method in class com.espertech.esper.common.client.json.minimaljson.JsonArray
Appends the JSON representation of the specified int value to the end of this array.
add(long) - Method in class com.espertech.esper.common.client.json.minimaljson.JsonArray
Appends the JSON representation of the specified long value to the end of this array.
add(EPCompiled) - Method in class com.espertech.esper.compiler.client.CompilerPath
Add a compiled module
add(EPCompilerPathable) - Method in class com.espertech.esper.compiler.client.CompilerPath
Adds a path object that can be obtains from a runtime.
add(JsonValue) - Method in class com.espertech.esper.common.client.json.minimaljson.JsonArray
Appends the specified JSON value to the end of this array.
add(DotExpressionItem) - Method in class com.espertech.esper.common.client.soda.DotExpression
Add a method to the chain of methods after the dot.
add(Expression) - Method in class com.espertech.esper.common.client.soda.ArithmaticExpression
Add an expression to include in the computation.
add(Expression) - Method in class com.espertech.esper.common.client.soda.ArrayExpression
Add an expression representing an array element to the expression.
add(Expression) - Method in class com.espertech.esper.common.client.soda.BitwiseOpExpression
Add an expression to the expression.
add(Expression) - Method in class com.espertech.esper.common.client.soda.CoalesceExpression
Add an expression to include in the computation.
add(Expression) - Method in class com.espertech.esper.common.client.soda.ConcatExpression
Add an expression to include in the computation.
add(Expression) - Method in class com.espertech.esper.common.client.soda.InExpression
Add an expression to include in the computation.
add(Expression) - Method in class com.espertech.esper.common.client.soda.Junction
Expression to add to the conjunction (AND) or disjunction (OR).
add(Expression) - Method in class com.espertech.esper.common.client.soda.MaxRowExpression
Add an expression to include in the computation.
add(Expression) - Method in class com.espertech.esper.common.client.soda.MinRowExpression
Add an expression to include in the computation.
add(Expression) - Method in class com.espertech.esper.common.client.soda.SelectClause
Adds an expression to the select clause.
add(Expression, boolean) - Method in class com.espertech.esper.common.client.soda.OrderByClause
Adds an expression and flag.
add(Expression, Expression) - Method in class com.espertech.esper.common.client.soda.CaseSwitchExpression
Adds a pair of expressions representing a "when" and a "then" in the switch.
add(Expression, Expression) - Method in class com.espertech.esper.common.client.soda.CaseWhenThenExpression
Adds a when-then pair of expressions.
add(Expression, String) - Method in class com.espertech.esper.common.client.soda.SelectClause
Adds an expression to the select clause and an "as"-asName for the column.
add(OuterJoinQualifier) - Method in class com.espertech.esper.common.client.soda.FromClause
Adds an outer join descriptor that defines how the streams are related via outer joins.
add(PatternExpr) - Method in class com.espertech.esper.common.client.soda.PatternAndExpr
Adds a pattern expression to the AND relationship between patterns.
add(PatternExpr) - Method in class com.espertech.esper.common.client.soda.PatternFollowedByExpr
Adds a pattern expression to the followed-by relationship between patterns.
add(PatternExpr) - Method in class com.espertech.esper.common.client.soda.PatternOrExpr
Adds a pattern expression to the OR relationship between patterns.
add(Stream) - Method in class com.espertech.esper.common.client.soda.FromClause
Adds a stream.
add(CountMinSketchAgentContextAdd) - Method in interface com.espertech.esper.common.client.util.CountMinSketchAgent
Add a value to the Count-min sketch.
add(CountMinSketchAgentContextAdd) - Method in class com.espertech.esper.common.client.util.CountMinSketchAgentStringUTF16
 
add(Object) - Method in class com.espertech.esper.common.client.soda.ArithmaticExpression
Add a constant to include in the computation.
add(Object) - Method in class com.espertech.esper.common.client.soda.ArrayExpression
Add a constant to the expression.
add(Object) - Method in class com.espertech.esper.common.client.soda.BitwiseOpExpression
Add a constant to the expression.
add(Object) - Method in class com.espertech.esper.common.client.soda.CoalesceExpression
Add a constant to include in the computation.
add(Object) - Method in class com.espertech.esper.common.client.soda.ConcatExpression
Add a constant to include in the computation.
add(Object) - Method in class com.espertech.esper.common.client.soda.InExpression
Add a constant to include in the computation.
add(Object) - Method in class com.espertech.esper.common.client.soda.MaxRowExpression
Add a constant to include in the computation.
add(Object) - Method in class com.espertech.esper.common.client.soda.MinRowExpression
Add a constant to include in the computation.
add(String) - Method in class com.espertech.esper.common.client.json.minimaljson.JsonArray
Appends the JSON representation of the specified string to the end of this array.
add(String) - Method in class com.espertech.esper.common.client.soda.ArithmaticExpression
Add a property to include in the computation.
add(String) - Method in class com.espertech.esper.common.client.soda.ArrayExpression
Add a property to the expression.
add(String) - Method in class com.espertech.esper.common.client.soda.BitwiseOpExpression
Add a property to the expression.
add(String) - Method in class com.espertech.esper.common.client.soda.CoalesceExpression
Add a property to include in the computation.
add(String) - Method in class com.espertech.esper.common.client.soda.ConcatExpression
Add a property to include in the computation.
add(String) - Method in class com.espertech.esper.common.client.soda.InExpression
Add a property to include in the computation.
add(String) - Method in class com.espertech.esper.common.client.soda.InsertIntoClause
Add a column name to the insert-into clause.
add(String) - Method in class com.espertech.esper.common.client.soda.Junction
Property to add to the conjunction (AND) or disjunction (OR).
add(String) - Method in class com.espertech.esper.common.client.soda.MaxRowExpression
Add a property to include in the computation.
add(String) - Method in class com.espertech.esper.common.client.soda.MinRowExpression
Add a property to include in the computation.
add(String...) - Method in class com.espertech.esper.common.client.soda.SelectClause
Adds property names to be selected.
add(String, boolean) - Method in class com.espertech.esper.common.client.json.minimaljson.JsonObject
Appends a new member to the end of this object, with the specified name and the JSON representation of the specified boolean value.
add(String, boolean) - Method in class com.espertech.esper.common.client.soda.OrderByClause
Adds a property and flag.
add(String, double) - Method in class com.espertech.esper.common.client.json.minimaljson.JsonObject
Appends a new member to the end of this object, with the specified name and the JSON representation of the specified double value.
add(String, float) - Method in class com.espertech.esper.common.client.json.minimaljson.JsonObject
Appends a new member to the end of this object, with the specified name and the JSON representation of the specified float value.
add(String, int) - Method in class com.espertech.esper.common.client.json.minimaljson.JsonObject
Appends a new member to the end of this object, with the specified name and the JSON representation of the specified int value.
add(String, long) - Method in class com.espertech.esper.common.client.json.minimaljson.JsonObject
Appends a new member to the end of this object, with the specified name and the JSON representation of the specified long value.
add(String, JsonValue) - Method in class com.espertech.esper.common.client.json.minimaljson.JsonObject
Appends a new member to the end of this object, with the specified name and the specified JSON value.
add(String, String) - Method in class com.espertech.esper.common.client.json.minimaljson.JsonObject
Appends a new member to the end of this object, with the specified name and the JSON representation of the specified string.
add(String, String) - Method in class com.espertech.esper.common.client.soda.OuterJoinQualifier
Add additional properties to the on-clause, which are logical-and to existing properties
add(String, List<Expression>) - Method in class com.espertech.esper.common.client.soda.DotExpression
Add a method to the chain of methods after the dot.
add(String, List<Expression>, boolean) - Method in class com.espertech.esper.common.client.soda.DotExpression
Add a method to the chain of methods after the dot, indicating the this segment is a property and does not need parenthesis and won't have paramaters.
addAction(OnMergeMatchItem) - Method in class com.espertech.esper.common.client.soda.OnMergeClause
Add a new action to the list of actions.
addAggregationFunction(AggregationMultiFunctionDeclarationContext) - Method in interface com.espertech.esper.common.client.hook.aggmultifunc.AggregationMultiFunctionForge
Called for each instance of use of any of the aggregation functions at declaration discovery time and before any expression validation takes place.
addAll(Collection<EPCompiled>) - Method in class com.espertech.esper.compiler.client.CompilerPath
Add all compiled modules
addAnnotationImport(Class) - Method in class com.espertech.esper.common.client.configuration.common.ConfigurationCommon
Add a class to the imports available for annotations only
addAnnotationImport(String) - Method in class com.espertech.esper.common.client.configuration.common.ConfigurationCommon
Adds a package or class to the list of automatically-imported classes and packages for use by annotations only.
addAssignment(Assignment) - Method in class com.espertech.esper.common.client.soda.FireAndForgetUpdate
Add an assignment
addAssignment(Expression) - Method in class com.espertech.esper.common.client.soda.OnSetClause
Adds a variable to set to the clause.
addAssignment(Expression) - Method in class com.espertech.esper.common.client.soda.OnUpdateClause
Adds a variable to set to the clause.
addAssignment(Expression) - Method in class com.espertech.esper.common.client.soda.UpdateClause
Adds a property to set to the clause.
addChild(Expression) - Method in class com.espertech.esper.common.client.soda.ExpressionBase
Adds a new child expression to the current expression.
addChild(PatternExpr) - Method in class com.espertech.esper.common.client.soda.PatternExprBase
Adds a sub-expression to the pattern expression.
addClass(Class) - Method in class com.espertech.esper.common.client.configuration.runtime.ConfigurationRuntimeConditionHandling
Add an condition handler factory class.
addClass(Class) - Method in class com.espertech.esper.common.client.configuration.runtime.ConfigurationRuntimeExceptionHandling
Add an exception handler factory class.
addClass(String) - Method in class com.espertech.esper.common.client.configuration.runtime.ConfigurationRuntimeConditionHandling
Add an condition handler factory class name.
addClass(String) - Method in class com.espertech.esper.common.client.configuration.runtime.ConfigurationRuntimeExceptionHandling
Add an exception handler factory class name.
addClasses(List<String>) - Method in class com.espertech.esper.common.client.configuration.runtime.ConfigurationRuntimeConditionHandling
Add a list of condition handler class names.
addClasses(List<String>) - Method in class com.espertech.esper.common.client.configuration.runtime.ConfigurationRuntimeExceptionHandling
Add a list of exception handler class names.
addColumn(SchemaColumnDesc) - Method in class com.espertech.esper.common.client.soda.CreateWindowClause
Adds a column for use when create-table syntax is used to define the named window type.
addConstant(String, Object) - Method in class com.espertech.esper.common.client.hook.forgeinject.InjectionStrategyClassNewInstance
Add a constant to be provided by invoking the setter method of the class, at deployment time
addContextPartitionStateListener(String, String, ContextPartitionStateListener) - Method in interface com.espertech.esper.common.client.context.EPContextPartitionService
Add context partition state listener for the given context
addContextStateListener(ContextStateListener) - Method in interface com.espertech.esper.common.client.context.EPContextPartitionService
Add a context state listener
addCPUTime(long) - Method in class com.espertech.esper.common.client.metric.StatementMetric
Adds CPU time.
addDatabaseReference(String, ConfigurationCommonDBRef) - Method in class com.espertech.esper.common.client.configuration.common.ConfigurationCommon
Add a database reference with a given database name.
addDeploymentStateListener(DeploymentStateListener) - Method in interface com.espertech.esper.runtime.client.EPDeploymentService
Add a deployment state listener
addElements(List<SelectClauseElement>) - Method in class com.espertech.esper.common.client.soda.SelectClause
Add a select expression element.
addEventType(Class) - Method in class com.espertech.esper.common.client.configuration.common.ConfigurationCommon
Add an name for an event type represented by Java-bean plain-old Java object events, and the name is the simple class name of the class.
addEventType(String, ConfigurationCommonEventTypeXMLDOM) - Method in class com.espertech.esper.common.client.configuration.common.ConfigurationCommon
Add an name for an event type that represents org.w3c.dom.Node events.
addEventType(String, Class) - Method in class com.espertech.esper.common.client.configuration.common.ConfigurationCommon
Add an name for an event type represented by Java-bean plain-old Java object events.
addEventType(String, String) - Method in class com.espertech.esper.common.client.configuration.common.ConfigurationCommon
Add an name for an event type represented by Java-bean plain-old Java object events.
addEventType(String, String[], Object[]) - Method in class com.espertech.esper.common.client.configuration.common.ConfigurationCommon
Add an event type that represents Object-array (Object[]) events.
addEventType(String, String[], Object[], ConfigurationCommonEventTypeObjectArray) - Method in class com.espertech.esper.common.client.configuration.common.ConfigurationCommon
Add an event type that represents Object-array (Object[]) events.
addEventType(String, String, ConfigurationCommonEventTypeBean) - Method in class com.espertech.esper.common.client.configuration.common.ConfigurationCommon
Add an name for an event type that represents bean Java type (non-JavaBean style) events.
addEventType(String, Map<String, Object>) - Method in class com.espertech.esper.common.client.configuration.common.ConfigurationCommon
Add an name for an event type that represents java.util.Map events, and for which each property may itself be a Map of further properties, with unlimited nesting levels.
addEventType(String, Map<String, Object>, ConfigurationCommonEventTypeMap) - Method in class com.espertech.esper.common.client.configuration.common.ConfigurationCommon
Add a name for an event type that represents java.util.Map events, and for which each property may itself be a Map of further properties, with unlimited nesting levels.
addEventType(String, Map<String, Object>, String[]) - Method in class com.espertech.esper.common.client.configuration.common.ConfigurationCommon
Add a name for an event type that represents java.util.Map events, and for which each property may itself be a Map of further properties, with unlimited nesting levels.
addEventType(String, Properties) - Method in class com.espertech.esper.common.client.configuration.common.ConfigurationCommon
Add an name for an event type that represents java.util.Map events.
addEventTypeAutoName(String) - Method in class com.espertech.esper.common.client.configuration.common.ConfigurationCommon
Adds a Java package name of a package that Java event classes reside in.
addEventTypeAvro(String, ConfigurationCommonEventTypeAvro) - Method in class com.espertech.esper.common.client.configuration.common.ConfigurationCommon
Adds an Avro event type
addEventTypeName(String) - Method in class com.espertech.esper.common.client.configuration.common.ConfigurationCommonVariantStream
Adds names of an event types that is one of the predefined event types allowed for the variant stream.
addExcludeLike(String) - Method in class com.espertech.esper.common.client.configuration.runtime.ConfigurationRuntimeMetricsReporting.StmtGroupMetrics
Exclude all statements from the statement group that match the SQL like-expression by statement name.
addExcludeRegEx(String) - Method in class com.espertech.esper.common.client.configuration.runtime.ConfigurationRuntimeMetricsReporting.StmtGroupMetrics
Exclude all statements in the statement group that match the regular expression by statement name.
addExpression(String, ExprNode) - Method in class com.espertech.esper.common.client.hook.forgeinject.InjectionStrategyClassNewInstance
Add an expression to be provided by invoking the setter method of the class, at deployment time, the setter should accept an ExprEvaluator instance.
addFieldProperty(String, String) - Method in class com.espertech.esper.common.client.configuration.common.ConfigurationCommonEventTypeBean
Adds the named event property backed by the named accessor field.
addImport(Class) - Method in class com.espertech.esper.common.client.configuration.common.ConfigurationCommon
Adds a class to the list of automatically-imported classes.
addImport(String) - Method in class com.espertech.esper.common.client.configuration.common.ConfigurationCommon
Adds a package or class to the list of automatically-imported classes and packages.
addIncludeLike(String) - Method in class com.espertech.esper.common.client.configuration.runtime.ConfigurationRuntimeMetricsReporting.StmtGroupMetrics
Include all statements in the statement group that match the SQL like-expression by statement name.
addIncludeRegex(String) - Method in class com.espertech.esper.common.client.configuration.runtime.ConfigurationRuntimeMetricsReporting.StmtGroupMetrics
Include all statements in the statement group that match the regular expression by statement name.
addItem(OnInsertSplitStreamItem) - Method in class com.espertech.esper.common.client.soda.OnInsertSplitStreamClause
Add a insert-into, select and where-clause.
ADDITIVE - Enum constant in enum class com.espertech.esper.common.client.soda.ExpressionPrecedenceEnum
Precedence.
addListener(UpdateListener) - Method in interface com.espertech.esper.runtime.client.EPListenable
Add a listener that observes events.
addListenerWithReplay(UpdateListener) - Method in interface com.espertech.esper.runtime.client.EPListenable
Add an update listener replaying current statement results to the listener.
addMapConfiguration(String, ConfigurationCommonEventTypeMap) - Method in class com.espertech.esper.common.client.configuration.common.ConfigurationCommon
Add configuration for a map event type.
addMapSuperType(String, String) - Method in class com.espertech.esper.common.client.configuration.common.ConfigurationCommon
Add, for a given Map event type identified by the first parameter, the supertype (by its event type name).
addMethodProperty(String, String) - Method in class com.espertech.esper.common.client.configuration.common.ConfigurationCommonEventTypeBean
Adds the named event property backed by the named accessor method.
addMethodRef(Class, ConfigurationCommonMethodRef) - Method in class com.espertech.esper.common.client.configuration.common.ConfigurationCommon
Adds a cache configuration for a class providing methods for use in the from-clause.
addMethodRef(String, ConfigurationCommonMethodRef) - Method in class com.espertech.esper.common.client.configuration.common.ConfigurationCommon
Adds a cache configuration for a class providing methods for use in the from-clause.
addNamespacePrefix(String, String) - Method in class com.espertech.esper.common.client.configuration.common.ConfigurationCommonEventTypeXMLDOM
Add a prefix and namespace name for use in XPath expressions refering to that prefix.
addNamespacePrefixes(Map<String, String>) - Method in class com.espertech.esper.common.client.configuration.common.ConfigurationCommonEventTypeXMLDOM
Add prefixes and namespace names for use in XPath expressions refering to that prefix.
addNumInput(long) - Method in class com.espertech.esper.common.client.metric.StatementMetric
Adds number of input events.
addNumOutputIStream(int) - Method in class com.espertech.esper.common.client.metric.StatementMetric
Adds number of output rows in insert stream.
addNumOutputRStream(int) - Method in class com.espertech.esper.common.client.metric.StatementMetric
Adds number of output rows in remove stream.
addObjectArrayConfiguration(String, ConfigurationCommonEventTypeObjectArray) - Method in class com.espertech.esper.common.client.configuration.common.ConfigurationCommon
Add configuration for a object array event type.
addObjectArraySuperType(String, String) - Method in class com.espertech.esper.common.client.configuration.common.ConfigurationCommon
Add, for a given Object-array event type identified by the first parameter, the supertype (by its event type name).
addParameter(Expression) - Method in class com.espertech.esper.common.client.soda.MethodInvocationStream
Adds a parameters to the method invocation.
addParameterURI(String, Object) - Method in class com.espertech.esper.common.client.dataflow.core.EPDataFlowInstantiationOptions
Add a parameter.
addPlugInAggregationFunctionForge(String, String) - Method in class com.espertech.esper.common.client.configuration.compiler.ConfigurationCompiler
Adds a plug-in aggregation function given a EPL function name and an aggregation forge class name.
addPlugInAggregationMultiFunction(ConfigurationCompilerPlugInAggregationMultiFunction) - Method in class com.espertech.esper.common.client.configuration.compiler.ConfigurationCompiler
Adds a plug-in aggregation multi-function.
addPlugInDateTimeMethod(String, String) - Method in class com.espertech.esper.common.client.configuration.compiler.ConfigurationCompiler
Add a plug-in date-time method
addPlugInEnumMethod(String, String) - Method in class com.espertech.esper.common.client.configuration.compiler.ConfigurationCompiler
Add a plug-in enum method
addPluginLoader(String, String) - Method in class com.espertech.esper.common.client.configuration.runtime.ConfigurationRuntime
Add a plugin loader (f.e.
addPluginLoader(String, String, Properties) - Method in class com.espertech.esper.common.client.configuration.runtime.ConfigurationRuntime
Add a plugin loader (f.e.
addPluginLoader(String, String, Properties, String) - Method in class com.espertech.esper.common.client.configuration.runtime.ConfigurationRuntime
Add a plugin loader (f.e.
addPlugInPatternGuard(String, String, String) - Method in class com.espertech.esper.common.client.configuration.compiler.ConfigurationCompiler
Add a pattern guard for plug-in.
addPlugInPatternObserver(String, String, String) - Method in class com.espertech.esper.common.client.configuration.compiler.ConfigurationCompiler
Add a pattern event observer for plug-in.
addPlugInSingleRowFunction(ConfigurationCompilerPlugInSingleRowFunction) - Method in class com.espertech.esper.common.client.configuration.compiler.ConfigurationCompiler
Add a plug-in single-row function
addPlugInSingleRowFunction(String, String, String) - Method in class com.espertech.esper.common.client.configuration.compiler.ConfigurationCompiler
Adds a plug-in single-row function given a EPL function name, a class name and a method name.
addPlugInSingleRowFunction(String, String, String, ConfigurationCompilerPlugInSingleRowFunction.FilterOptimizable) - Method in class com.espertech.esper.common.client.configuration.compiler.ConfigurationCompiler
Adds a plug-in single-row function given a EPL function name, a class name, method name and setting for value-cache behavior.
addPlugInSingleRowFunction(String, String, String, ConfigurationCompilerPlugInSingleRowFunction.ValueCache) - Method in class com.espertech.esper.common.client.configuration.compiler.ConfigurationCompiler
Adds a plug-in single-row function given a EPL function name, a class name, method name and setting for value-cache behavior.
addPlugInSingleRowFunction(String, String, String, ConfigurationCompilerPlugInSingleRowFunction.ValueCache, ConfigurationCompilerPlugInSingleRowFunction.FilterOptimizable) - Method in class com.espertech.esper.common.client.configuration.compiler.ConfigurationCompiler
Add single-row function with configurations.
addPlugInSingleRowFunction(String, String, String, ConfigurationCompilerPlugInSingleRowFunction.ValueCache, ConfigurationCompilerPlugInSingleRowFunction.FilterOptimizable, boolean) - Method in class com.espertech.esper.common.client.configuration.compiler.ConfigurationCompiler
Add single-row function with configurations.
addPlugInView(String, String, String) - Method in class com.espertech.esper.common.client.configuration.compiler.ConfigurationCompiler
Add a view for plug-in.
addPlugInVirtualDataWindow(String, String, String) - Method in class com.espertech.esper.common.client.configuration.compiler.ConfigurationCompiler
Add a virtual data window for plug-in.
addPlugInVirtualDataWindow(String, String, String, Serializable) - Method in class com.espertech.esper.common.client.configuration.compiler.ConfigurationCompiler
Add a virtual data window for plug-in.
addProperty(String, String) - Method in class com.espertech.esper.common.client.configuration.common.ConfigurationCommonDBRef.DataSourceFactory
Adds a property.
addRuntimeStateListener(EPRuntimeStateListener) - Method in interface com.espertech.esper.runtime.client.EPRuntime
Add a listener to runtime state changes that receives a before-destroy event.
addSerdeProviderFactory(String) - Method in class com.espertech.esper.common.client.configuration.compiler.ConfigurationCompilerSerde
Add a serde provider factory.
addSqlTypesBinding(int, Class) - Method in class com.espertech.esper.common.client.configuration.common.ConfigurationCommonDBRef
Adds a mapping of a java.sql.Types type to a Java type.
addSqlTypesBinding(int, String) - Method in class com.espertech.esper.common.client.configuration.common.ConfigurationCommonDBRef
Adds a mapping of a java.sql.Types type to a Java type.
addStmtGroup(String, ConfigurationRuntimeMetricsReporting.StmtGroupMetrics) - Method in class com.espertech.esper.common.client.configuration.runtime.ConfigurationRuntimeMetricsReporting
Add a statement group, allowing control of metrics reporting interval per statement or per multiple statements.
addStreamWildcard(String) - Method in class com.espertech.esper.common.client.soda.SelectClause
Adds to the select-clause a stream wildcard selector (e.g.
addStreamWildcard(String, String) - Method in class com.espertech.esper.common.client.soda.SelectClause
Adds to the select-clause a stream wildcard selector with column name (e.g.
addThenAssignment(Expression) - Method in class com.espertech.esper.common.client.soda.OutputLimitClause
Adds a then-keyword variable assigment for use with the when-keyword.
addValue(Object) - Method in class com.espertech.esper.common.client.soda.AnnotationPart
Add value.
addValue(String, Object) - Method in class com.espertech.esper.common.client.soda.AnnotationPart
Add named value.
addVariable(String, Class, Object) - Method in class com.espertech.esper.common.client.configuration.common.ConfigurationCommon
Add a global variable.
addVariable(String, Class, Object, boolean) - Method in class com.espertech.esper.common.client.configuration.common.ConfigurationCommon
Add variable that can be a constant.
addVariable(String, String, Object) - Method in class com.espertech.esper.common.client.configuration.common.ConfigurationCommon
Add a global variable.
addVariable(String, String, Object, boolean) - Method in class com.espertech.esper.common.client.configuration.common.ConfigurationCommon
Add a global variable, allowing constants.
addVariantStream(String, ConfigurationCommonVariantStream) - Method in class com.espertech.esper.common.client.configuration.common.ConfigurationCommon
Adds a new variant stream.
addView(View) - Method in class com.espertech.esper.common.client.soda.ProjectedStream
Add a view to the stream.
addView(String) - Method in class com.espertech.esper.common.client.soda.CreateWindowClause
Adds an un-parameterized view to the named window.
addView(String, Expression...) - Method in class com.espertech.esper.common.client.soda.CreateWindowClause
Adds a parameterized view to the named window.
addView(String, Expression...) - Method in class com.espertech.esper.common.client.soda.ProjectedStream
Adds a parameterized view to the stream.
addView(String, String) - Method in class com.espertech.esper.common.client.soda.CreateWindowClause
Adds an un-parameterized view to the named window.
addView(String, String) - Method in class com.espertech.esper.common.client.soda.ProjectedStream
Adds an un-parameterized view to the stream.
addView(String, String, Expression...) - Method in class com.espertech.esper.common.client.soda.CreateWindowClause
Adds a parameterized view to the named window.
addView(String, String, Expression...) - Method in class com.espertech.esper.common.client.soda.ProjectedStream
Adds a parameterized view to the stream.
addView(String, String, List<Expression>) - Method in class com.espertech.esper.common.client.soda.CreateWindowClause
Adds a parameterized view to the named window.
addView(String, String, List<Expression>) - Method in class com.espertech.esper.common.client.soda.ProjectedStream
Adds a parameterized view to the stream.
addView(String, List<Expression>) - Method in class com.espertech.esper.common.client.soda.CreateWindowClause
Adds a parameterized view to the named window.
addWallTime(long) - Method in class com.espertech.esper.common.client.metric.StatementMetric
Adds wall time.
addWildcard() - Method in class com.espertech.esper.common.client.soda.SelectClause
Adds to the select-clause a wildcard selector (e.g.
addWithAsProvidedName(String, String) - Method in class com.espertech.esper.common.client.soda.SelectClause
Adds a single property name and an "as"-asName for the column.
addXPathProperty(String, String, QName) - Method in class com.espertech.esper.common.client.configuration.common.ConfigurationCommonEventTypeXMLDOM
Adds an event property for which the runtimeuses the supplied XPath expression against a DOM document node to resolve a property value.
addXPathProperty(String, String, QName, String) - Method in class com.espertech.esper.common.client.configuration.common.ConfigurationCommonEventTypeXMLDOM
Adds an event property for which the runtimeuses the supplied XPath expression against a DOM document node to resolve a property value.
addXPathPropertyFragment(String, String, QName, String) - Method in class com.espertech.esper.common.client.configuration.common.ConfigurationCommonEventTypeXMLDOM
Adds an event property for which the runtimeuses the supplied XPath expression against a DOM document node to resolve a property value.
ADVANCED - Enum constant in enum class com.espertech.esper.common.client.configuration.compiler.ConfigurationCompilerExecution.FilterIndexPlanning
Advanced planning
advanceTime(long) - Method in interface com.espertech.esper.runtime.client.EPEventServiceTimeControl
Advance time by jumping to the given time in milliseconds (or nanoseconds if so configured).
advanceTimeSpan(long) - Method in interface com.espertech.esper.runtime.client.EPEventServiceTimeControl
Advance time by continually-sliding to the given time in milliseconds (or nanoseconds if so configured) at the smallest resolution (non-hopping).
advanceTimeSpan(long, long) - Method in interface com.espertech.esper.runtime.client.EPEventServiceTimeControl
Advance time by continually-sliding to the given time in milliseconds (or nanoseconds if so configured) at the provided resolution (hopping).
AFTER - Enum constant in enum class com.espertech.esper.common.client.soda.OutputLimitUnit
The unit representing just after a time period or after a number of events.
afterNumberOfEvents(Integer) - Method in class com.espertech.esper.common.client.soda.OutputLimitClause
Sets the after-keyword number of events, or null if undefined.
afterTimePeriodExpression(TimePeriodExpression) - Method in class com.espertech.esper.common.client.soda.OutputLimitClause
Sets the after-keyword time period.
AGGREGATION_GROUPBY - Enum constant in enum class com.espertech.esper.common.client.annotation.AppliesTo
Group-by for aggregations
AGGREGATION_LOCAL - Enum constant in enum class com.espertech.esper.common.client.annotation.AppliesTo
Local-Group-by for aggregations
AGGREGATION_ROLLUP - Enum constant in enum class com.espertech.esper.common.client.annotation.AppliesTo
Rollup-Group-by for aggregations
AGGREGATION_UNGROUPED - Enum constant in enum class com.espertech.esper.common.client.annotation.AppliesTo
Group-by for aggregations
AggregationFunction - Interface in com.espertech.esper.common.client.hook.aggfunc
Maintains aggregation state applying values as entering and leaving the state.
AggregationFunctionFactory - Interface in com.espertech.esper.common.client.hook.aggfunc
Interface to implement for factories of aggregation functions.
AggregationFunctionFactoryContext - Class in com.espertech.esper.common.client.hook.aggfunc
Context for use with plug-in custom aggregation functions that implement AggregationFunctionFactory.
AggregationFunctionFactoryContext() - Constructor for class com.espertech.esper.common.client.hook.aggfunc.AggregationFunctionFactoryContext
 
AggregationFunctionForge - Interface in com.espertech.esper.common.client.hook.aggfunc
Compile-time representation of a plug-in aggregation function.
AggregationFunctionMode - Interface in com.espertech.esper.common.client.hook.aggfunc
Describes to the compiler how it should manage code for the aggregation function.
AggregationFunctionModeCodeGenerated - Class in com.espertech.esper.common.client.hook.aggfunc
Use this class to provide a fully code-generated aggregation function by implementing the internal AggregatorMethodFactory interface.
AggregationFunctionModeCodeGenerated() - Constructor for class com.espertech.esper.common.client.hook.aggfunc.AggregationFunctionModeCodeGenerated
 
AggregationFunctionModeManaged - Class in com.espertech.esper.common.client.hook.aggfunc
Use this class to provide an aggregation function wherein there is no need to write code that generates code, wherein the aggregation function takes a single parameter and wherein the compiler handles filtering and distinct.
AggregationFunctionModeManaged() - Constructor for class com.espertech.esper.common.client.hook.aggfunc.AggregationFunctionModeManaged
Ctor.
AggregationFunctionModeMultiParam - Class in com.espertech.esper.common.client.hook.aggfunc
Use this class to provide an aggregation function wherein there is no need to write code that generates code, wherein the aggregation function takes a multiple parameters and wherein the compiler does not handle filtering and distinct.
AggregationFunctionModeMultiParam() - Constructor for class com.espertech.esper.common.client.hook.aggfunc.AggregationFunctionModeMultiParam
 
AggregationFunctionValidationContext - Class in com.espertech.esper.common.client.hook.aggfunc
Context for use with plug-in custom aggregation functions that implement AggregationFunctionForge.
AggregationFunctionValidationContext(EPType[], boolean[], Object[], boolean, boolean, ExprNode[], LinkedHashMap<String, List<ExprNode>>) - Constructor for class com.espertech.esper.common.client.hook.aggfunc.AggregationFunctionValidationContext
Ctor.
AggregationMultiFunctionAccessor - Interface in com.espertech.esper.common.client.hook.aggmultifunc
Accessor for access aggregation functions.
AggregationMultiFunctionAccessorFactory - Interface in com.espertech.esper.common.client.hook.aggmultifunc
Factory for aggregation multi-function accessors.
AggregationMultiFunctionAccessorFactoryContext - Class in com.espertech.esper.common.client.hook.aggmultifunc
Context for use with plug-in aggregation multi-functions that implement AggregationMultiFunctionAccessorFactory.
AggregationMultiFunctionAccessorFactoryContext() - Constructor for class com.espertech.esper.common.client.hook.aggmultifunc.AggregationMultiFunctionAccessorFactoryContext
 
AggregationMultiFunctionAccessorMode - Interface in com.espertech.esper.common.client.hook.aggmultifunc
Describes to the compiler how it should manage code for aggregation multi-function accessors.
AggregationMultiFunctionAccessorModeManaged - Class in com.espertech.esper.common.client.hook.aggmultifunc
Use this class to provide an accessor wherein there is no need to write code that generates code,
AggregationMultiFunctionAccessorModeManaged() - Constructor for class com.espertech.esper.common.client.hook.aggmultifunc.AggregationMultiFunctionAccessorModeManaged
Ctor.
AggregationMultiFunctionAccessorModeManaged(InjectionStrategy) - Constructor for class com.espertech.esper.common.client.hook.aggmultifunc.AggregationMultiFunctionAccessorModeManaged
Ctor.
AggregationMultiFunctionAgent - Interface in com.espertech.esper.common.client.hook.aggmultifunc
Agents change mult-function aggregation state.
AggregationMultiFunctionAgentFactory - Interface in com.espertech.esper.common.client.hook.aggmultifunc
Factory for aggregation multi-function agents
AggregationMultiFunctionAgentFactoryContext - Class in com.espertech.esper.common.client.hook.aggmultifunc
Context for use with plug-in aggregation multi-functions that implement AggregationMultiFunctionAgentFactory.
AggregationMultiFunctionAgentFactoryContext() - Constructor for class com.espertech.esper.common.client.hook.aggmultifunc.AggregationMultiFunctionAgentFactoryContext
 
AggregationMultiFunctionAgentMode - Interface in com.espertech.esper.common.client.hook.aggmultifunc
Describes to the compiler how it should manage code for aggregation multi-function agents.
AggregationMultiFunctionAgentModeManaged - Class in com.espertech.esper.common.client.hook.aggmultifunc
Use this class to provide an agent wherein there is no need to write code that generates code,
AggregationMultiFunctionAgentModeManaged() - Constructor for class com.espertech.esper.common.client.hook.aggmultifunc.AggregationMultiFunctionAgentModeManaged
Ctor.
AggregationMultiFunctionAgentModeManaged(InjectionStrategy) - Constructor for class com.espertech.esper.common.client.hook.aggmultifunc.AggregationMultiFunctionAgentModeManaged
Ctor
AggregationMultiFunctionAggregationMethod - Interface in com.espertech.esper.common.client.hook.aggmultifunc
Aggregation method that operates on aggregation multi-function state such as provided by a multi-function aggregation (standalone or table column).
AggregationMultiFunctionAggregationMethodContext - Class in com.espertech.esper.common.client.hook.aggmultifunc
Context for use with plug-in aggregation multi-functions aggregation methods.
AggregationMultiFunctionAggregationMethodContext(String, ExprNode[], ExprValidationContext) - Constructor for class com.espertech.esper.common.client.hook.aggmultifunc.AggregationMultiFunctionAggregationMethodContext
Ctor.
AggregationMultiFunctionAggregationMethodFactory - Interface in com.espertech.esper.common.client.hook.aggmultifunc
Factory for aggregation multi-function aggregation method
AggregationMultiFunctionAggregationMethodFactoryContext - Class in com.espertech.esper.common.client.hook.aggmultifunc
Context for use with plug-in aggregation multi-function that implement AggregationMultiFunctionAggregationMethodFactory.
AggregationMultiFunctionAggregationMethodFactoryContext() - Constructor for class com.espertech.esper.common.client.hook.aggmultifunc.AggregationMultiFunctionAggregationMethodFactoryContext
 
AggregationMultiFunctionAggregationMethodMode - Interface in com.espertech.esper.common.client.hook.aggmultifunc
Describes to the compiler how it should manage code for aggregation multi-function aggregation method.
AggregationMultiFunctionAggregationMethodModeManaged - Class in com.espertech.esper.common.client.hook.aggmultifunc
Use this class to provide a aggregation method wherein there is no need to write code that generates code,
AggregationMultiFunctionAggregationMethodModeManaged() - Constructor for class com.espertech.esper.common.client.hook.aggmultifunc.AggregationMultiFunctionAggregationMethodModeManaged
Ctor.
AggregationMultiFunctionAggregationMethodModeManaged(InjectionStrategy) - Constructor for class com.espertech.esper.common.client.hook.aggmultifunc.AggregationMultiFunctionAggregationMethodModeManaged
Ctor.
AggregationMultiFunctionDeclarationContext - Class in com.espertech.esper.common.client.hook.aggmultifunc
Context for use with AggregationMultiFunctionForge provides information about an aggregation function at the time of declaration.
AggregationMultiFunctionDeclarationContext(String, boolean, ConfigurationCompilerPlugInAggregationMultiFunction) - Constructor for class com.espertech.esper.common.client.hook.aggmultifunc.AggregationMultiFunctionDeclarationContext
Ctor.
AggregationMultiFunctionForge - Interface in com.espertech.esper.common.client.hook.aggmultifunc
Entry point for the extension API for aggregation multi-functions.
AggregationMultiFunctionHandler - Interface in com.espertech.esper.common.client.hook.aggmultifunc
Part of the aggregation multi-function extension API, this class represents one of more aggregation function expression instances.
AggregationMultiFunctionMethodDesc - Class in com.espertech.esper.common.client.hook.aggmultifunc
Aggregation multi-function return-type descriptor
AggregationMultiFunctionMethodDesc(AggregationMethodForge, EventType, EPTypeClass, EventType) - Constructor for class com.espertech.esper.common.client.hook.aggmultifunc.AggregationMultiFunctionMethodDesc
Ctor.
AggregationMultiFunctionState - Interface in com.espertech.esper.common.client.hook.aggmultifunc
Base interface for providing access-aggregations, i.e.
AggregationMultiFunctionStateFactory - Interface in com.espertech.esper.common.client.hook.aggmultifunc
Factory for aggregation multi-function state
AggregationMultiFunctionStateFactoryContext - Class in com.espertech.esper.common.client.hook.aggmultifunc
Context for use with plug-in aggregation multi-function that implement AggregationMultiFunctionStateFactory.
AggregationMultiFunctionStateFactoryContext() - Constructor for class com.espertech.esper.common.client.hook.aggmultifunc.AggregationMultiFunctionStateFactoryContext
 
AggregationMultiFunctionStateKey - Interface in com.espertech.esper.common.client.hook.aggmultifunc
Marker interface for use with multi-function aggregation to indicate whether aggregation functions share state
AggregationMultiFunctionStateMode - Interface in com.espertech.esper.common.client.hook.aggmultifunc
Describes to the compiler how it should manage code for aggregation multi-function state factory.
AggregationMultiFunctionStateModeManaged - Class in com.espertech.esper.common.client.hook.aggmultifunc
Use this class to provide an state factory wherein there is no need to write code that generates code,
AggregationMultiFunctionStateModeManaged() - Constructor for class com.espertech.esper.common.client.hook.aggmultifunc.AggregationMultiFunctionStateModeManaged
Ctor.
AggregationMultiFunctionStateModeManaged(InjectionStrategy) - Constructor for class com.espertech.esper.common.client.hook.aggmultifunc.AggregationMultiFunctionStateModeManaged
Ctor.
AggregationMultiFunctionValidationContext - Class in com.espertech.esper.common.client.hook.aggmultifunc
Context for use with AggregationFunctionForge provides information about an aggregation function at the time of validation.
AggregationMultiFunctionValidationContext(String, EventType[], ExprNode[], String, ExprValidationContext, ConfigurationCompilerPlugInAggregationMultiFunction, ExprNode[], ExprNode) - Constructor for class com.espertech.esper.common.client.hook.aggmultifunc.AggregationMultiFunctionValidationContext
Ctor.
all() - Element in annotation interface com.espertech.esper.common.client.dataflow.annotations.DataFlowOpParameter
Returns true for catch-all parameter holders
ALL - Enum constant in enum class com.espertech.esper.common.client.soda.OutputLimitSelector
Output all events of last interval.
and() - Static method in class com.espertech.esper.common.client.soda.Expressions
Logical AND conjunction.
and() - Static method in class com.espertech.esper.common.client.soda.Patterns
Pattern-AND expression, allows adding sub-expressions that are connected by a logical AND.
and(Expression, Expression, Expression...) - Static method in class com.espertech.esper.common.client.soda.Expressions
Logical AND conjunction.
and(PatternExpr, PatternExpr, PatternExpr...) - Static method in class com.espertech.esper.common.client.soda.Patterns
Pattern-AND expression, allows adding sub-expressions that are connected by a logical AND.
AND - Enum constant in enum class com.espertech.esper.common.client.soda.ExpressionPrecedenceEnum
Precedence.
AND - Enum constant in enum class com.espertech.esper.common.client.soda.PatternExprPrecedenceEnum
Precedence.
ANNOTATION - Enum constant in enum class com.espertech.esper.common.client.type.EPTypePremade
Annotation
ANNOTATION_IMPORT - Static variable in class com.espertech.esper.common.client.configuration.common.ConfigurationCommon
Import name of the package that hosts the annotation classes.
ANNOTATIONARRAY - Enum constant in enum class com.espertech.esper.common.client.type.EPTypePremade
Annotation[]
AnnotationAttribute - Class in com.espertech.esper.common.client.soda
Represents a single annotation attribute, the value of which may itself be a single value, array or further annotations.
AnnotationAttribute() - Constructor for class com.espertech.esper.common.client.soda.AnnotationAttribute
Ctor.
AnnotationAttribute(String, Object) - Constructor for class com.espertech.esper.common.client.soda.AnnotationAttribute
Ctor.
annotationImports - Variable in class com.espertech.esper.common.client.configuration.common.ConfigurationCommon
For annotations only, the class and package name imports that will be used to resolve partial class names (not available in EPL statements unless used in an annotation).
AnnotationPart - Class in com.espertech.esper.common.client.soda
Represents a single annotation.
AnnotationPart() - Constructor for class com.espertech.esper.common.client.soda.AnnotationPart
Ctor.
AnnotationPart(String) - Constructor for class com.espertech.esper.common.client.soda.AnnotationPart
Ctor.
AnnotationPart(String, List<AnnotationAttribute>) - Constructor for class com.espertech.esper.common.client.soda.AnnotationPart
Ctor.
ANY - Enum constant in enum class com.espertech.esper.common.client.configuration.common.ConfigurationCommonVariantStream.TypeVariance
Allow any types to be inserted into the stream.
appendFullName(StringWriter) - Method in class com.espertech.esper.common.client.type.EPTypeClass
Appends the class full name.
appendFullName(StringWriter) - Method in class com.espertech.esper.common.client.type.EPTypeClassParameterized
 
appendSimpleName(StringWriter) - Method in class com.espertech.esper.common.client.type.EPTypeClass
Appends the class simple name.
appendSimpleName(StringWriter) - Method in class com.espertech.esper.common.client.type.EPTypeClassParameterized
 
APPLICATION - Enum constant in enum class com.espertech.esper.common.client.meta.EventTypeTypeClass
An application-defined event type such as JavaBean or legacy Java, XML or Map.
applies() - Element in annotation interface com.espertech.esper.common.client.annotation.Hint
Optional information to what the hint applies to
AppliesTo - Enum Class in com.espertech.esper.common.client.annotation
Annotation to target certain constructs.
applyEnter(EventBean[], ExprEvaluatorContext) - Method in interface com.espertech.esper.common.client.hook.aggmultifunc.AggregationMultiFunctionState
Enter an event.
applyEnter(EventBean[], ExprEvaluatorContext, AggregationRow, int) - Method in interface com.espertech.esper.common.client.hook.aggmultifunc.AggregationMultiFunctionAgent
Enter-into (add to) an aggregation
applyLeave(EventBean[], ExprEvaluatorContext) - Method in interface com.espertech.esper.common.client.hook.aggmultifunc.AggregationMultiFunctionState
Remove an event.
applyLeave(EventBean[], ExprEvaluatorContext, AggregationRow, int) - Method in interface com.espertech.esper.common.client.hook.aggmultifunc.AggregationMultiFunctionAgent
Leave-from (remove from) an aggregation
ARCHIVENAME - Enum constant in enum class com.espertech.esper.common.client.module.ModuleProperty
The module archive name
ArithmaticExpression - Class in com.espertech.esper.common.client.soda
Arithmatic expression for addition, subtraction, multiplication, division and modulo.
ArithmaticExpression() - Constructor for class com.espertech.esper.common.client.soda.ArithmaticExpression
Ctor.
ArithmaticExpression(Expression, String, Expression) - Constructor for class com.espertech.esper.common.client.soda.ArithmaticExpression
Ctor.
ArithmaticExpression(String) - Constructor for class com.espertech.esper.common.client.soda.ArithmaticExpression
Ctor.
array() - Static method in class com.espertech.esper.common.client.json.minimaljson.Json
Creates a new empty JsonArray.
array() - Static method in class com.espertech.esper.common.client.soda.Expressions
Array expression, representing the syntax of "{1, 2, 3}" returning an integer array of 3 elements valued 1, 2, 3.
array(boolean...) - Static method in class com.espertech.esper.common.client.json.minimaljson.Json
Creates a new JsonArray that contains the JSON representations of the given boolean values.
array(double...) - Static method in class com.espertech.esper.common.client.json.minimaljson.Json
Creates a new JsonArray that contains the JSON representations of the given double values.
array(float...) - Static method in class com.espertech.esper.common.client.json.minimaljson.Json
Creates a new JsonArray that contains the JSON representations of the given float values.
array(int...) - Static method in class com.espertech.esper.common.client.json.minimaljson.Json
Creates a new JsonArray that contains the JSON representations of the given int values.
array(long...) - Static method in class com.espertech.esper.common.client.json.minimaljson.Json
Creates a new JsonArray that contains the JSON representations of the given long values.
array(String...) - Static method in class com.espertech.esper.common.client.json.minimaljson.Json
Creates a new JsonArray that contains the JSON representations of the given strings.
ARRAYDEQUE - Enum constant in enum class com.espertech.esper.common.client.type.EPTypePremade
ArrayDeque
ArrayExpression - Class in com.espertech.esper.common.client.soda
Array expression forms array results, similar to the syntax of "{element 1, element 2, ...
ArrayExpression() - Constructor for class com.espertech.esper.common.client.soda.ArrayExpression
Ctor.
ARRAYLIST - Enum constant in enum class com.espertech.esper.common.client.type.EPTypePremade
ArrayList
asArray() - Method in class com.espertech.esper.common.client.json.minimaljson.JsonArray
 
asArray() - Method in class com.espertech.esper.common.client.json.minimaljson.JsonValue
Returns this JSON value as JsonArray, assuming that this value represents a JSON array.
asBoolean() - Method in class com.espertech.esper.common.client.json.minimaljson.JsonValue
Returns this JSON value as a boolean value, assuming that this value is either true or false.
asDouble() - Method in class com.espertech.esper.common.client.json.minimaljson.JsonNumber
 
asDouble() - Method in class com.espertech.esper.common.client.json.minimaljson.JsonValue
Returns this JSON value as a double value, assuming that this value represents a JSON number.
asFloat() - Method in class com.espertech.esper.common.client.json.minimaljson.JsonNumber
 
asFloat() - Method in class com.espertech.esper.common.client.json.minimaljson.JsonValue
Returns this JSON value as a float value, assuming that this value represents a JSON number.
asInt() - Method in class com.espertech.esper.common.client.json.minimaljson.JsonNumber
 
asInt() - Method in class com.espertech.esper.common.client.json.minimaljson.JsonValue
Returns this JSON value as an int value, assuming that this value represents a JSON number that can be interpreted as Java int.
asLong() - Method in class com.espertech.esper.common.client.json.minimaljson.JsonNumber
 
asLong() - Method in class com.espertech.esper.common.client.json.minimaljson.JsonValue
Returns this JSON value as a long value, assuming that this value represents a JSON number that can be interpreted as Java long.
asObject() - Method in class com.espertech.esper.common.client.json.minimaljson.JsonObject
 
asObject() - Method in class com.espertech.esper.common.client.json.minimaljson.JsonValue
Returns this JSON value as JsonObject, assuming that this value represents a JSON object.
assertAllBooleanTrue(Object[]) - Static method in class com.espertech.esper.common.client.scopetest.EPAssertionUtil
Asserts that all values in the given object array are boolean-typed values and are true
assertAllPropsSortedByName(EventBean, Object[]) - Static method in class com.espertech.esper.common.client.scopetest.EPAssertionUtil
Asserts that the property values of a single event, using property names as provided by the event type in sorted order by property name, match against the expected values.
assertContains(String[], String...) - Static method in class com.espertech.esper.common.client.scopetest.EPAssertionUtil
Assert that a string set does contain each of one or more values.
assertEquals(Object, Object) - Static method in class com.espertech.esper.common.client.scopetest.ScopeTestHelper
Assert that two values equal.
assertEquals(String, Object, Object) - Static method in class com.espertech.esper.common.client.scopetest.ScopeTestHelper
Assert that two values equal.
assertEqualsAllowArray(String, Object, Object) - Static method in class com.espertech.esper.common.client.scopetest.EPAssertionUtil
Assert that two property values are the same, allowing arrays as properties.
assertEqualsAnyOrder(int[], int[]) - Static method in class com.espertech.esper.common.client.scopetest.EPAssertionUtil
Compare the two integer arrays allowing any order.
assertEqualsAnyOrder(int[], Set<Integer>) - Static method in class com.espertech.esper.common.client.scopetest.EPAssertionUtil
Assert that each integer value in the expected array is contained in the actual array.
assertEqualsAnyOrder(EventBean[][], EventBean[][]) - Static method in class com.espertech.esper.common.client.scopetest.EPAssertionUtil
Compare two 2-dimensional event arrays.
assertEqualsAnyOrder(Object[], Object[]) - Static method in class com.espertech.esper.common.client.scopetest.EPAssertionUtil
Compare the two object arrays allowing any order.
assertEqualsExactOrder(boolean[], boolean[]) - Static method in class com.espertech.esper.common.client.scopetest.EPAssertionUtil
Compare the boolean values in the two bool arrays assuming the exact same order.
assertEqualsExactOrder(int[], int[]) - Static method in class com.espertech.esper.common.client.scopetest.EPAssertionUtil
Compare the integer values in the two int arrays assuming the exact same order.
assertEqualsExactOrder(int[], Integer[]) - Static method in class com.espertech.esper.common.client.scopetest.EPAssertionUtil
Compare the integer values in the two int arrays assuming the exact same order.
assertEqualsExactOrder(long[], long[]) - Static method in class com.espertech.esper.common.client.scopetest.EPAssertionUtil
Compare the long values in the long arrays assuming the exact same order.
assertEqualsExactOrder(short[], short[]) - Static method in class com.espertech.esper.common.client.scopetest.EPAssertionUtil
Compare the short values in the two short arrays assuming the exact same order.
assertEqualsExactOrder(EventBean[], Iterator<EventBean>) - Static method in class com.espertech.esper.common.client.scopetest.EPAssertionUtil
Compare the iterator-returned events against the expected events
assertEqualsExactOrder(Object[][], String[], Object[][]) - Static method in class com.espertech.esper.common.client.scopetest.EPAssertionUtil
Compare two 2-dimensional arrays, and using property names for messages, against expected values.
assertEqualsExactOrder(Object[][], List<Object[]>) - Static method in class com.espertech.esper.common.client.scopetest.EPAssertionUtil
Compare the objects in the 2-dimension object arrays assuming the exact same order.
assertEqualsExactOrder(Object[], Object[]) - Static method in class com.espertech.esper.common.client.scopetest.EPAssertionUtil
Compare the objects in the two object arrays assuming the exact same order.
assertEqualsExactOrder(Object[], Collection) - Static method in class com.espertech.esper.common.client.scopetest.EPAssertionUtil
Compare the objects in the expected arrays and actual collection assuming the exact same order.
assertEqualsExactOrder(Object[], Iterator) - Static method in class com.espertech.esper.common.client.scopetest.EPAssertionUtil
Compare the objects returned by the iterator to the an object array.
assertEqualsExactOrder(String[][], String[][]) - Static method in class com.espertech.esper.common.client.scopetest.EPAssertionUtil
Deep compare two 2-dimensional string arrays for the exact same length of arrays and order.
assertEqualsExactOrder(String[], String[]) - Static method in class com.espertech.esper.common.client.scopetest.EPAssertionUtil
Compare the String values in the two String arrays assuming the exact same order.
assertEqualsExactOrder(String, Object[], Object[]) - Static method in class com.espertech.esper.common.client.scopetest.EPAssertionUtil
Compare the objects in the two object arrays assuming the exact same order.
assertEqualsExactOrder(Collection<Object[]>, String[], Object[][]) - Static method in class com.espertech.esper.common.client.scopetest.EPAssertionUtil
Compare the collection of object arrays, and using property names for messages, against expected values.
assertEqualsExactOrderUnderlying(Object[], EventBean[]) - Static method in class com.espertech.esper.common.client.scopetest.EPAssertionUtil
Comparing the underlying events to the expected events using equals-semantics.
assertEqualsExactOrderUnderlying(Object[], Iterator<EventBean>) - Static method in class com.espertech.esper.common.client.scopetest.EPAssertionUtil
Compare the underlying events returned by the iterator to the expected values.
assertEqualsIgnoreNewline(String, String) - Static method in class com.espertech.esper.common.client.scopetest.EPAssertionUtil
Compare two strings removing all newline characters.
assertFalse(boolean) - Static method in class com.espertech.esper.common.client.scopetest.ScopeTestHelper
Assert a condition is false.
assertFalse(String, boolean) - Static method in class com.espertech.esper.common.client.scopetest.ScopeTestHelper
Assert a condition is false.
assertInvokedAndReset() - Method in interface com.espertech.esper.runtime.client.scopetest.SupportListener
Returns a pair of insert and remove stream event arrays considering the last invocation only, asserting that only a single invocation occured, and resetting the listener.
assertInvokedAndReset() - Method in class com.espertech.esper.runtime.client.scopetest.SupportUpdateListener
 
assertInvokedFlagAndReset(boolean) - Method in interface com.espertech.esper.runtime.client.scopetest.SupportListener
Assert the invoked-flag against the expected value and reset the flag
assertInvokedFlagAndReset(boolean) - Method in class com.espertech.esper.runtime.client.scopetest.SupportUpdateListener
 
assertMapOfCollection(Map, String[], String[], EPAssertionUtil.AssertionCollectionValueString) - Static method in class com.espertech.esper.common.client.scopetest.EPAssertionUtil
Assert that a map of collections (Map<String, Collection>) has expected keys and values.
assertNameValuePairs(EventBean[], Object[][]) - Static method in class com.espertech.esper.common.client.scopetest.EPAssertionUtil
Assert that the event properties match the name-value pairs for each event
assertNotContains(String[], String...) - Static method in class com.espertech.esper.common.client.scopetest.EPAssertionUtil
Assert that a string set does not contain one or more values.
assertNotInvoked() - Method in class com.espertech.esper.runtime.client.scopetest.SupportUpdateListener
Assert not invoked.
assertNotNull(Object) - Static method in class com.espertech.esper.common.client.scopetest.ScopeTestHelper
Assert that a value is not null.
assertNotNull(String, Object) - Static method in class com.espertech.esper.common.client.scopetest.ScopeTestHelper
Assert that a value is not null.
assertNull(Object) - Static method in class com.espertech.esper.common.client.scopetest.ScopeTestHelper
Assert that a value is null.
assertNull(String, Object) - Static method in class com.espertech.esper.common.client.scopetest.ScopeTestHelper
Assert that a value is null.
assertOneGetNew() - Method in interface com.espertech.esper.runtime.client.scopetest.SupportListener
Asserts that exactly one insert stream event was received not checking remove stream data, and returns the received event.
assertOneGetNew() - Method in class com.espertech.esper.runtime.client.scopetest.SupportUpdateListener
 
assertOneGetNewAndReset() - Method in interface com.espertech.esper.runtime.client.scopetest.SupportListener
Asserts that exactly one insert stream event was received and no remove stream events, resets the listener clearing all state and returns the received event.
assertOneGetNewAndReset() - Method in class com.espertech.esper.runtime.client.scopetest.SupportSubscriber
Asserts that exactly one insert stream event was received and no remove stream events, resets the listener clearing all state and returns the received event.
assertOneGetNewAndReset() - Method in class com.espertech.esper.runtime.client.scopetest.SupportUpdateListener
 
assertOneGetOld() - Method in interface com.espertech.esper.runtime.client.scopetest.SupportListener
Asserts that exactly one remove stream event was received not checking insert stream data, and returns the received event.
assertOneGetOld() - Method in class com.espertech.esper.runtime.client.scopetest.SupportUpdateListener
 
assertOneGetOldAndReset() - Method in interface com.espertech.esper.runtime.client.scopetest.SupportListener
Asserts that exactly one remove stream event was received and no insert stream events, resets the listener clearing all state and returns the received event.
assertOneGetOldAndReset() - Method in class com.espertech.esper.runtime.client.scopetest.SupportSubscriber
Asserts that exactly one remove stream event was received and no insert stream events, resets the listener clearing all state and returns the received event.
assertOneGetOldAndReset() - Method in class com.espertech.esper.runtime.client.scopetest.SupportUpdateListener
 
assertPairGetIRAndReset() - Method in interface com.espertech.esper.runtime.client.scopetest.SupportListener
Asserts that exactly one insert stream event and exactly one remove stream event was received, resets the listener clearing all state and returns the received events as a pair.
assertPairGetIRAndReset() - Method in class com.espertech.esper.runtime.client.scopetest.SupportUpdateListener
 
assertProps(EventBean, String[], Object[]) - Static method in class com.espertech.esper.common.client.scopetest.EPAssertionUtil
Assert that the property values of a single event match the expected values.
assertProps(EventBean, Map<String, Object>) - Static method in class com.espertech.esper.common.client.scopetest.EPAssertionUtil
Assert that the event properties of the event match the properties provided by the map, taking the map properties as the comparison source.
assertProps(UniformPair<EventBean>, String[], Object[], Object[]) - Static method in class com.espertech.esper.common.client.scopetest.EPAssertionUtil
Assert that the property values of a new event and a removed event match the expected insert and removed values.
assertProps(Object, String[], Object[]) - Static method in class com.espertech.esper.common.client.scopetest.EPAssertionUtil
Assert that property values, wherein the row can either be a Map or a POJO object, matches the expected values.
assertPropsAllValuesSame(EventBean, String[], Object) - Static method in class com.espertech.esper.common.client.scopetest.EPAssertionUtil
Assert that all properties of an event have the same value as passed in.
assertPropsMap(Map, String[], Object...) - Static method in class com.espertech.esper.common.client.scopetest.EPAssertionUtil
Compare the values of a Map against the expected values.
assertPropsObjectArray(Object[], String[], Object...) - Static method in class com.espertech.esper.common.client.scopetest.EPAssertionUtil
Compare the values of a object array (single row) against the expected values.
assertPropsPerRow(EventBean[], String[], Object[][]) - Static method in class com.espertech.esper.common.client.scopetest.EPAssertionUtil
Compare the property values of events with the expected values, using exact-order semantics.
assertPropsPerRow(EventBean[], String[], Object[][], String) - Static method in class com.espertech.esper.common.client.scopetest.EPAssertionUtil
Compare the property values of events with the expected values, using exact-order semantics.
assertPropsPerRow(EventBean[], List<Map<String, Object>>) - Static method in class com.espertech.esper.common.client.scopetest.EPAssertionUtil
Compare properties of events against a list of maps.
assertPropsPerRow(UniformPair<EventBean[]>, String[], Object[][], Object[][]) - Static method in class com.espertech.esper.common.client.scopetest.EPAssertionUtil
Assert that the property values of a new event and a removed event match the expected insert and removed values.
assertPropsPerRow(UniformPair<EventBean[]>, String, Object[], Object[]) - Static method in class com.espertech.esper.common.client.scopetest.EPAssertionUtil
Assert that the property values of the events (insert and remove pair) match the expected insert and removed values for a single property.
assertPropsPerRow(Object[], String[], Object[][]) - Static method in class com.espertech.esper.common.client.scopetest.EPAssertionUtil
Assert that property values of rows, wherein each row can either be Map or POJO objects, matches the expected values.
assertPropsPerRow(Iterator<EventBean>, SafeIterator<EventBean>, String[], Object[][]) - Static method in class com.espertech.esper.common.client.scopetest.EPAssertionUtil
Compare the property values returned by events of both iterators with the expected values, using exact-order semantics.
assertPropsPerRow(Iterator<EventBean>, String[], Object[][]) - Static method in class com.espertech.esper.common.client.scopetest.EPAssertionUtil
Compare the property values returned by events of both iterators with the expected values, using exact-order semantics.
assertPropsPerRow(Iterator<EventBean>, List<Map<String, Object>>) - Static method in class com.espertech.esper.common.client.scopetest.EPAssertionUtil
Compare properties of events against a list of maps.
assertPropsPerRow(List<Object[]>, String[], Object[][]) - Static method in class com.espertech.esper.common.client.scopetest.EPAssertionUtil
Assert that property values of rows, wherein each row can either be Map or POJO objects, matches the expected values.
assertPropsPerRow(Map[], String[], Object[][]) - Static method in class com.espertech.esper.common.client.scopetest.EPAssertionUtil
Compare the Map values identified by property names against expected values.
assertPropsPerRowAnyOrder(EventBean[], String[], Object[][]) - Static method in class com.espertech.esper.common.client.scopetest.EPAssertionUtil
Compare the property values of events with the expected values, using any-order semantics.
assertPropsPerRowAnyOrder(SafeIterator<EventBean>, String[], Object[][]) - Static method in class com.espertech.esper.common.client.scopetest.EPAssertionUtil
Compare the property values returned by events of the iterator with the expected values, using any-order semantics.
assertPropsPerRowAnyOrder(UniformPair<EventBean[]>, String[], Object[][], Object[][]) - Static method in class com.espertech.esper.common.client.scopetest.EPAssertionUtil
Compare property values for insert and remove stream pair
assertPropsPerRowAnyOrder(Iterator<EventBean>, SafeIterator<EventBean>, String[], Object[][]) - Static method in class com.espertech.esper.common.client.scopetest.EPAssertionUtil
Compare the property values returned by events of both iterators with the expected values, using any-order semantics.
assertPropsPerRowAnyOrder(Iterator<EventBean>, String[], Object[][]) - Static method in class com.espertech.esper.common.client.scopetest.EPAssertionUtil
Compare the property values returned by events of the iterator with the expected values, using any-order semantics.
assertSame(Object, Object) - Static method in class com.espertech.esper.common.client.scopetest.ScopeTestHelper
Assert that two values are the same.
assertSame(String, Object, Object) - Static method in class com.espertech.esper.common.client.scopetest.ScopeTestHelper
Assert that two values are the same.
assertSameAnyOrder(Object[][], Object[][]) - Static method in class com.espertech.esper.common.client.scopetest.EPAssertionUtil
Compare two 2-dimensional object arrays using reference-equals semantics.
assertSameExactOrder(Object[], Object[]) - Static method in class com.espertech.esper.common.client.scopetest.EPAssertionUtil
Reference-equals the objects in the two object arrays assuming the exact same order.
assertTrue(boolean) - Static method in class com.espertech.esper.common.client.scopetest.ScopeTestHelper
Assert a condition is true.
assertTrue(String, boolean) - Static method in class com.espertech.esper.common.client.scopetest.ScopeTestHelper
Assert a condition is true.
assertTypeEqualsAnyOrder(Class[], Object[]) - Static method in class com.espertech.esper.common.client.scopetest.EPAssertionUtil
Assert the class of the objects in the object array matches the expected classes in the classes array.
assertUnderlyingPerRow(UniformPair<EventBean[]>, Object[], Object[]) - Static method in class com.espertech.esper.common.client.scopetest.EPAssertionUtil
Assert that the underlying objects of the events (insert and remove pair) match the expected insert and removed objects.
Assignment - Class in com.espertech.esper.common.client.soda
An assignment is an expression specifically for the purpose of usage in updates.
Assignment() - Constructor for class com.espertech.esper.common.client.soda.Assignment
Ctor.
Assignment(Expression) - Constructor for class com.espertech.esper.common.client.soda.Assignment
Ctor.
asString() - Method in class com.espertech.esper.common.client.json.minimaljson.JsonString
 
asString() - Method in class com.espertech.esper.common.client.json.minimaljson.JsonValue
Returns this JSON value as String, assuming that this value represents a JSON string.
ATOM - Enum constant in enum class com.espertech.esper.common.client.soda.PatternExprPrecedenceEnum
Precedence.
ATOMICLONG - Enum constant in enum class com.espertech.esper.common.client.type.EPTypePremade
AtomicLong
Audit - Annotation Interface in com.espertech.esper.common.client.annotation
Annotation for use in EPL statements to add a debug.
AuditEnum - Enum Class in com.espertech.esper.common.client.annotation
Enumeration of audit values.
autoFragment() - Element in annotation interface com.espertech.esper.common.client.annotation.XMLSchema
Set to true (the default) to look up or create event types representing fragments of an XML document automatically upon request for fragment event type information; Or false when only explicit properties may return fragments.
avedev(Expression) - Static method in class com.espertech.esper.common.client.soda.Expressions
Mean deviation aggregation function.
avedev(String) - Static method in class com.espertech.esper.common.client.soda.Expressions
Mean deviation aggregation function.
avedevDistinct(Expression) - Static method in class com.espertech.esper.common.client.soda.Expressions
Mean deviation function considering distinct values only.
avedevDistinct(String) - Static method in class com.espertech.esper.common.client.soda.Expressions
Mean deviation function considering distinct values only.
AvedevProjectionExpression - Class in com.espertech.esper.common.client.soda
Mean deviation of the (distinct) values returned by an expression.
AvedevProjectionExpression() - Constructor for class com.espertech.esper.common.client.soda.AvedevProjectionExpression
Ctor.
AvedevProjectionExpression(boolean) - Constructor for class com.espertech.esper.common.client.soda.AvedevProjectionExpression
Ctor - for use to create an expression tree, without inner expression.
AvedevProjectionExpression(Expression, boolean) - Constructor for class com.espertech.esper.common.client.soda.AvedevProjectionExpression
Ctor - adds the expression to project.
avg(Expression) - Static method in class com.espertech.esper.common.client.soda.Expressions
Average aggregation function.
avg(String) - Static method in class com.espertech.esper.common.client.soda.Expressions
Average aggregation function.
avgDistinct(Expression) - Static method in class com.espertech.esper.common.client.soda.Expressions
Average aggregation function considering distinct values only.
avgDistinct(String) - Static method in class com.espertech.esper.common.client.soda.Expressions
Average aggregation function considering distinct values only.
AvgProjectionExpression - Class in com.espertech.esper.common.client.soda
Average of the (distinct) values returned by an expression.
AvgProjectionExpression() - Constructor for class com.espertech.esper.common.client.soda.AvgProjectionExpression
Ctor.
AvgProjectionExpression(boolean) - Constructor for class com.espertech.esper.common.client.soda.AvgProjectionExpression
Ctor - for use to create an expression tree, without inner expression
AvgProjectionExpression(Expression, boolean) - Constructor for class com.espertech.esper.common.client.soda.AvgProjectionExpression
Ctor - adds the expression to project.
AVRO - Enum constant in enum class com.espertech.esper.common.client.meta.EventTypeApplicationType
Avro type.
AVRO - Enum constant in enum class com.espertech.esper.common.client.soda.CreateSchemaClauseTypeDef
Avro-array underlying type.
AVRO - Enum constant in enum class com.espertech.esper.common.client.util.EventUnderlyingType
Event representation is Avro (GenericData.Record).
AvroSchemaField - Annotation Interface in com.espertech.esper.common.client.annotation
Annotation for use with Avro to provide a schema for a given event property.
AvroSettings() - Constructor for class com.espertech.esper.common.client.configuration.common.ConfigurationCommonEventTypeMeta.AvroSettings
 

B

BaseCondition - Interface in com.espertech.esper.common.client.hook.condition
Marker interface for conditions reported.
BASIC - Enum constant in enum class com.espertech.esper.common.client.configuration.compiler.ConfigurationCompilerExecution.FilterIndexPlanning
Only basic planning for filter indexes
BEAN_INCIDENTAL - Enum constant in enum class com.espertech.esper.common.client.meta.EventTypeTypeClass
A bean-derived event type.
beginAnnotation(StringWriter) - Method in class com.espertech.esper.common.client.soda.EPStatementFormatter
 
beginContext(StringWriter) - Method in class com.espertech.esper.common.client.soda.EPStatementFormatter
 
beginCreateContext(StringWriter) - Method in class com.espertech.esper.common.client.soda.EPStatementFormatter
 
beginCreateDataFlow(StringWriter) - Method in class com.espertech.esper.common.client.soda.EPStatementFormatter
 
beginCreateExpression(StringWriter) - Method in class com.espertech.esper.common.client.soda.EPStatementFormatter
 
beginCreateIndex(StringWriter) - Method in class com.espertech.esper.common.client.soda.EPStatementFormatter
 
beginCreateSchema(StringWriter) - Method in class com.espertech.esper.common.client.soda.EPStatementFormatter
 
beginCreateTable(StringWriter) - Method in class com.espertech.esper.common.client.soda.EPStatementFormatter
 
beginCreateVariable(StringWriter) - Method in class com.espertech.esper.common.client.soda.EPStatementFormatter
 
beginCreateWindow(StringWriter) - Method in class com.espertech.esper.common.client.soda.EPStatementFormatter
 
beginDataFlowOperator(StringWriter) - Method in class com.espertech.esper.common.client.soda.EPStatementFormatter
 
beginDataFlowOperatorDetails(StringWriter) - Method in class com.espertech.esper.common.client.soda.EPStatementFormatter
 
beginDataFlowSchema(StringWriter) - Method in class com.espertech.esper.common.client.soda.EPStatementFormatter
 
beginExpressionDecl(StringWriter) - Method in class com.espertech.esper.common.client.soda.EPStatementFormatter
 
beginFor(StringWriter) - Method in class com.espertech.esper.common.client.soda.EPStatementFormatter
 
beginFrom(StringWriter) - Method in class com.espertech.esper.common.client.soda.EPStatementFormatter
 
beginFromStream(StringWriter, boolean) - Method in class com.espertech.esper.common.client.soda.EPStatementFormatter
 
beginGroupBy(StringWriter) - Method in class com.espertech.esper.common.client.soda.EPStatementFormatter
 
beginHaving(StringWriter) - Method in class com.espertech.esper.common.client.soda.EPStatementFormatter
 
beginInsertInto(StringWriter, boolean) - Method in class com.espertech.esper.common.client.soda.EPStatementFormatter
 
beginIntoTable(StringWriter, boolean) - Method in class com.espertech.esper.common.client.soda.EPStatementFormatter
 
beginLimit(StringWriter) - Method in class com.espertech.esper.common.client.soda.EPStatementFormatter
 
beginMerge(StringWriter) - Method in class com.espertech.esper.common.client.soda.EPStatementFormatter
 
beginMergeAction(StringWriter) - Method in class com.espertech.esper.common.client.soda.EPStatementFormatter
 
beginMergeWhenMatched(StringWriter) - Method in class com.espertech.esper.common.client.soda.EPStatementFormatter
 
beginMergeWhere(StringWriter) - Method in class com.espertech.esper.common.client.soda.EPStatementFormatter
 
beginOnDelete(StringWriter) - Method in class com.espertech.esper.common.client.soda.EPStatementFormatter
 
beginOnSet(StringWriter) - Method in class com.espertech.esper.common.client.soda.EPStatementFormatter
 
beginOnTrigger(StringWriter) - Method in class com.espertech.esper.common.client.soda.EPStatementFormatter
 
beginOnUpdate(StringWriter) - Method in class com.espertech.esper.common.client.soda.EPStatementFormatter
 
beginOrderBy(StringWriter) - Method in class com.espertech.esper.common.client.soda.EPStatementFormatter
 
beginOutput(StringWriter) - Method in class com.espertech.esper.common.client.soda.EPStatementFormatter
 
beginSelect(StringWriter, boolean) - Method in class com.espertech.esper.common.client.soda.EPStatementFormatter
 
beginUpdate(StringWriter) - Method in class com.espertech.esper.common.client.soda.EPStatementFormatter
 
beginWhere(StringWriter) - Method in class com.espertech.esper.common.client.soda.EPStatementFormatter
 
between(Expression, Expression, Expression) - Static method in class com.espertech.esper.common.client.soda.Expressions
Between.
between(String, Object, Object) - Static method in class com.espertech.esper.common.client.soda.Expressions
Between.
BetweenExpression - Class in com.espertech.esper.common.client.soda
Between checks that a given value is in a range between a low endpoint and a high endpoint.
BetweenExpression() - Constructor for class com.espertech.esper.common.client.soda.BetweenExpression
Ctor.
BetweenExpression(boolean, boolean, boolean) - Constructor for class com.espertech.esper.common.client.soda.BetweenExpression
Ctor - for use to create an expression tree, without child expression.
BetweenExpression(Expression, Expression, Expression) - Constructor for class com.espertech.esper.common.client.soda.BetweenExpression
Ctor, creates a between range check.
BetweenExpression(Expression, Expression, Expression, boolean, boolean, boolean) - Constructor for class com.espertech.esper.common.client.soda.BetweenExpression
Ctor.
betweenProperty(String, String, String) - Static method in class com.espertech.esper.common.client.soda.Expressions
Between.
BIGDECIMAL - Enum constant in enum class com.espertech.esper.common.client.type.EPTypePremade
BigDecimal
BIGDECIMALARRAY - Enum constant in enum class com.espertech.esper.common.client.type.EPTypePremade
BigDecimal[]
BIGDECIMALARRAYARRAY - Enum constant in enum class com.espertech.esper.common.client.type.EPTypePremade
BigDecimal[][]
BIGINTEGER - Enum constant in enum class com.espertech.esper.common.client.type.EPTypePremade
BigInteger
BIGINTEGERARRAY - Enum constant in enum class com.espertech.esper.common.client.type.EPTypePremade
BigInteger[]
BIGINTEGERARRAYARRAY - Enum constant in enum class com.espertech.esper.common.client.type.EPTypePremade
BigInteger[][]
binaryAnd() - Static method in class com.espertech.esper.common.client.soda.Expressions
Bitwise (binary) AND.
binaryOr() - Static method in class com.espertech.esper.common.client.soda.Expressions
Bitwise (binary) OR.
binaryXor() - Static method in class com.espertech.esper.common.client.soda.Expressions
Bitwise (binary) XOR.
BITWISE - Enum constant in enum class com.espertech.esper.common.client.soda.ExpressionPrecedenceEnum
Precedence.
BitwiseOpExpression - Class in com.espertech.esper.common.client.soda
Bitwise (binary) operator for binary AND, binary OR and binary XOR.
BitwiseOpExpression() - Constructor for class com.espertech.esper.common.client.soda.BitwiseOpExpression
Ctor.
BitwiseOpExpression(BitWiseOpEnum) - Constructor for class com.espertech.esper.common.client.soda.BitwiseOpExpression
Ctor - for use to create an expression tree, without child expression.
BOOLEANBOXED - Enum constant in enum class com.espertech.esper.common.client.type.EPTypePremade
Boolean
BOOLEANBOXEDARRAY - Enum constant in enum class com.espertech.esper.common.client.type.EPTypePremade
Boolean[]
BOOLEANBOXEDARRAYARRAY - Enum constant in enum class com.espertech.esper.common.client.type.EPTypePremade
Boolean[][]
BOOLEANPRIMITIVE - Enum constant in enum class com.espertech.esper.common.client.type.EPTypePremade
boolean
BOOLEANPRIMITIVEARRAY - Enum constant in enum class com.espertech.esper.common.client.type.EPTypePremade
boolean[]
BOOLEANPRIMITIVEARRAYARRAY - Enum constant in enum class com.espertech.esper.common.client.type.EPTypePremade
boolean[][]
BTREE - Enum constant in enum class com.espertech.esper.common.client.soda.CreateIndexColumnType
Binary-tree (sorted) index.
BUILTIN - Static variable in class com.espertech.esper.common.client.annotation.BuiltinAnnotation
List of built-in annotations.
BuiltinAnnotation - Class in com.espertech.esper.common.client.annotation
List of built-in annotations.
BuiltinAnnotation() - Constructor for class com.espertech.esper.common.client.annotation.BuiltinAnnotation
 
BUS - Enum constant in enum class com.espertech.esper.common.client.util.EventTypeBusModifier
Allow sending in events of this type using the send-event API on event service.
BusEventType - Annotation Interface in com.espertech.esper.common.client.annotation
Annotation that is the modifier for event-bus-visible event types
BusModifierEventTypeContext - Class in com.espertech.esper.compiler.client.option
Provides the environment to BusModifierEventTypeOption.
BusModifierEventTypeContext(StatementRawInfo, String) - Constructor for class com.espertech.esper.compiler.client.option.BusModifierEventTypeContext
Ctor.
BusModifierEventTypeOption - Interface in com.espertech.esper.compiler.client.option
Implement this interface to provide or override the bus modifier for an event type.
BYTEBOXED - Enum constant in enum class com.espertech.esper.common.client.type.EPTypePremade
Byte
BYTEBOXEDARRAY - Enum constant in enum class com.espertech.esper.common.client.type.EPTypePremade
Byte[]
BYTEBOXEDARRAYARRAY - Enum constant in enum class com.espertech.esper.common.client.type.EPTypePremade
Byte[][]
BYTEBUFFER - Enum constant in enum class com.espertech.esper.common.client.type.EPTypePremade
ByteBuffer
BYTEPRIMITIVE - Enum constant in enum class com.espertech.esper.common.client.type.EPTypePremade
byte
BYTEPRIMITIVEARRAY - Enum constant in enum class com.espertech.esper.common.client.type.EPTypePremade
byte[]
BYTEPRIMITIVEARRAYARRAY - Enum constant in enum class com.espertech.esper.common.client.type.EPTypePremade
byte[][]

C

CacheReferenceType - Enum Class in com.espertech.esper.common.client.util
Enum indicating what kind of references are used to store the cache map's keys and values.
CALENDAR - Enum constant in enum class com.espertech.esper.common.client.type.EPTypePremade
Calendar
CALENDARARRAY - Enum constant in enum class com.espertech.esper.common.client.type.EPTypePremade
Calendar array
cancel() - Method in interface com.espertech.esper.common.client.dataflow.core.EPDataFlowInstance
Cancel execution.
CANCELLED - Enum constant in enum class com.espertech.esper.common.client.dataflow.core.EPDataFlowState
Cancelled means the data flow instance was cancelled.
CASE - Enum constant in enum class com.espertech.esper.common.client.soda.ExpressionPrecedenceEnum
Precedence.
CASE_INSENSITIVE - Enum constant in enum class com.espertech.esper.common.client.util.PropertyResolutionStyle
Properties are matched if the names are identical.
CASE_SENSITIVE - Enum constant in enum class com.espertech.esper.common.client.util.PropertyResolutionStyle
Properties are only matched if the names are identical in name and case to the original property name.
caseSwitch(Expression) - Static method in class com.espertech.esper.common.client.soda.Expressions
Case-switch expresssion.
caseSwitch(String) - Static method in class com.espertech.esper.common.client.soda.Expressions
Case-switch expresssion.
CaseSwitchExpression - Class in com.espertech.esper.common.client.soda
Case-expression that acts as a switch testing a value against other values.
CaseSwitchExpression() - Constructor for class com.espertech.esper.common.client.soda.CaseSwitchExpression
Ctor - for use to create an expression tree, without inner expression
CaseSwitchExpression(Expression) - Constructor for class com.espertech.esper.common.client.soda.CaseSwitchExpression
Ctor.
caseWhenThen() - Static method in class com.espertech.esper.common.client.soda.Expressions
Case-when-then expression.
CaseWhenThenExpression - Class in com.espertech.esper.common.client.soda
Case expression that act as a when-then-else.
CaseWhenThenExpression() - Constructor for class com.espertech.esper.common.client.soda.CaseWhenThenExpression
Ctor - for use to create an expression tree, without child expression.
cast(Expression, String) - Static method in class com.espertech.esper.common.client.soda.Expressions
Cast function, casts the result on an expression to the desired type, or returns null if the type cannot be casted to the type.
cast(String, String) - Static method in class com.espertech.esper.common.client.soda.Expressions
Cast function, casts the result on an expression to the desired type, or returns null if the type cannot be casted to the type.
CastExpression - Class in com.espertech.esper.common.client.soda
Cast expression casts the return value of an expression to a specified type.
CastExpression() - Constructor for class com.espertech.esper.common.client.soda.CastExpression
Ctor.
CastExpression(Expression, String) - Constructor for class com.espertech.esper.common.client.soda.CastExpression
Ctor.
CastExpression(String) - Constructor for class com.espertech.esper.common.client.soda.CastExpression
Ctor - for use to create an expression tree, without child expression.
castToType() - Element in annotation interface com.espertech.esper.common.client.annotation.XMLSchemaField
For casting the xpath evaluation result to a given type
CHARBOXED - Enum constant in enum class com.espertech.esper.common.client.type.EPTypePremade
Character
CHARBOXEDARRAY - Enum constant in enum class com.espertech.esper.common.client.type.EPTypePremade
Character[]
CHARBOXEDARRAYARRAY - Enum constant in enum class com.espertech.esper.common.client.type.EPTypePremade
Character[][]
CHARPRIMITIVE - Enum constant in enum class com.espertech.esper.common.client.type.EPTypePremade
char
CHARPRIMITIVEARRAY - Enum constant in enum class com.espertech.esper.common.client.type.EPTypePremade
char[]
CHARPRIMITIVEARRAYARRAY - Enum constant in enum class com.espertech.esper.common.client.type.EPTypePremade
char[][]
CHARSEQUENCE - Enum constant in enum class com.espertech.esper.common.client.type.EPTypePremade
CharSequence
checkVersion(String) - Static method in class com.espertech.esper.runtime.client.util.RuntimeVersion
Compare major and minor version
CLASS - Enum constant in enum class com.espertech.esper.common.client.meta.EventTypeApplicationType
Class type.
CLASS - Enum constant in enum class com.espertech.esper.common.client.type.EPTypePremade
Class
classForName(String) - Method in interface com.espertech.esper.common.client.util.ClassForNameProvider
Lookup class name returning class.
classForName(String) - Method in class com.espertech.esper.common.client.util.ClassForNameProviderDefault
 
ClassForNameProvider - Interface in com.espertech.esper.common.client.util
Provider of lookup of a class name resolving into a class.
ClassForNameProviderDefault - Class in com.espertech.esper.common.client.util
Default provider for classname lookups.
classloader() - Method in interface com.espertech.esper.common.client.util.ClassLoaderProvider
Returns the classloader.
classloader() - Method in class com.espertech.esper.common.client.util.ClassLoaderProviderDefault
 
ClassLoaderProvider - Interface in com.espertech.esper.common.client.util
Provider of a classloader.
ClassLoaderProviderDefault - Class in com.espertech.esper.common.client.util
Default class loader provider returns the current thread context classloader.
className() - Element in annotation interface com.espertech.esper.common.client.annotation.JsonSchema
Returns the class name when applicable.
CLASSPROVIDED - Enum constant in enum class com.espertech.esper.runtime.client.util.EPObjectType
Application-Inlined Class.
ClassProvidedExpression - Class in com.espertech.esper.common.client.soda
Script-expression is external scripting language expression such as JavaScript, Groovy or MVEL, for example.
ClassProvidedExpression() - Constructor for class com.espertech.esper.common.client.soda.ClassProvidedExpression
Ctor.
ClassProvidedExpression(String) - Constructor for class com.espertech.esper.common.client.soda.ClassProvidedExpression
Ctor.
clear() - Method in interface com.espertech.esper.common.client.hook.aggfunc.AggregationFunction
Clear out the collection.
clear() - Method in interface com.espertech.esper.common.client.hook.aggmultifunc.AggregationMultiFunctionState
Clear all events in the group.
clockExternal() - Method in interface com.espertech.esper.runtime.client.EPEventServiceTimeControl
Switches off the internal timer which tracks system time.
clockInternal() - Method in interface com.espertech.esper.runtime.client.EPEventServiceTimeControl
Switches on the internal timer which tracks system time.
close() - Method in interface com.espertech.esper.common.client.fireandforget.EPFireAndForgetPreparedQuery
Releases resources.
close() - Method in interface com.espertech.esper.common.client.fireandforget.EPFireAndForgetPreparedQueryParameterized
Releases resources.
close() - Method in class com.espertech.esper.common.client.json.minimaljson.WritingBuffer
Does not close or flush the wrapped writer.
close() - Method in interface com.espertech.esper.common.client.util.SafeIterator
Close the safe itertor, releasing locks.
coalesce(Expression, Expression, Expression...) - Static method in class com.espertech.esper.common.client.soda.Expressions
Coalesce.
coalesce(String, String, String...) - Static method in class com.espertech.esper.common.client.soda.Expressions
Coalesce.
CoalesceExpression - Class in com.espertech.esper.common.client.soda
Coalesce-function which returns the first non-null value in a list of values.
CoalesceExpression() - Constructor for class com.espertech.esper.common.client.soda.CoalesceExpression
Ctor - for use to create an expression tree, without child expression.
CoalesceExpression(Expression, Expression, Expression...) - Constructor for class com.espertech.esper.common.client.soda.CoalesceExpression
Ctor.
CoalesceExpression(String, String, String...) - Constructor for class com.espertech.esper.common.client.soda.CoalesceExpression
Ctor.
codegenMake(CodegenMethod, CodegenClassScope) - Method in interface com.espertech.esper.common.client.util.CountMinSketchAgentForge
Provides the code for the agent.
codegenMake(CodegenMethod, CodegenClassScope) - Method in class com.espertech.esper.common.client.util.CountMinSketchAgentStringUTF16Forge
 
collect(EPDataFlowEventBeanCollectorContext) - Method in interface com.espertech.esper.common.client.dataflow.core.EPDataFlowEventBeanCollector
Collect: use the context to transform an event bean to a data flow event.
collect(EPDataFlowEventCollectorContext) - Method in interface com.espertech.esper.common.client.dataflow.core.EPDataFlowEventCollector
Collect: use the context to transform insert and remove stream events to data flow events.
collect(EPDataFlowIRStreamCollectorContext) - Method in interface com.espertech.esper.common.client.dataflow.core.EPDataFlowIRStreamCollector
Collect: use the context to transform statement output event(s) to data flow event(s).
collect(DataInputToObjectCollectorContext) - Method in interface com.espertech.esper.common.client.dataflow.io.DataInputToObjectCollector
Reads provided DataInput and emits an object using the provided emitter.
collect(DataInputToObjectCollectorContext) - Method in class com.espertech.esper.common.client.dataflow.io.DataInputToObjectCollectorSerializable
 
collect(ObjectToDataOutputCollectorContext) - Method in interface com.espertech.esper.common.client.dataflow.io.ObjectToDataOutputCollector
Write the received object to DataOutput.
collect(ObjectToDataOutputCollectorContext) - Method in class com.espertech.esper.common.client.dataflow.io.ObjectToDataOutputCollectorSerializable
 
COLLECTION - Enum constant in enum class com.espertech.esper.common.client.type.EPTypePremade
Collection
column - Variable in class com.espertech.esper.common.client.json.minimaljson.Location
The column number, starting at 1.
com.espertech.esper.common.client - package com.espertech.esper.common.client
Common API: Classes that are generally relevant to both the compiler API and the processEvent API.
com.espertech.esper.common.client.annotation - package com.espertech.esper.common.client.annotation
This package defines the Esper EPL annotations, which prefix EPL statements for the purpose of adding statement information.
com.espertech.esper.common.client.configuration - package com.espertech.esper.common.client.configuration
Configuration classes.
com.espertech.esper.common.client.configuration.common - package com.espertech.esper.common.client.configuration.common
Configuration classes for the common section, which is relevant to both the compiler and the runtime
com.espertech.esper.common.client.configuration.compiler - package com.espertech.esper.common.client.configuration.compiler
Configuration classes for the compiler section, which is only relevant to the compiler
com.espertech.esper.common.client.configuration.runtime - package com.espertech.esper.common.client.configuration.runtime
Configuration classes for the runtime section, which is only relevant to the runtime
com.espertech.esper.common.client.context - package com.espertech.esper.common.client.context
Context partition selection and descriptors.
com.espertech.esper.common.client.dataflow - package com.espertech.esper.common.client.dataflow
Data flow are operators and infrastructure for declaring flows.
com.espertech.esper.common.client.dataflow.annotations - package com.espertech.esper.common.client.dataflow.annotations
Data flow annotations.
com.espertech.esper.common.client.dataflow.core - package com.espertech.esper.common.client.dataflow.core
Client API for data flows.
com.espertech.esper.common.client.dataflow.io - package com.espertech.esper.common.client.dataflow.io
Client API for data flow io handlers.
com.espertech.esper.common.client.dataflow.util - package com.espertech.esper.common.client.dataflow.util
Data flow utilities.
com.espertech.esper.common.client.fireandforget - package com.espertech.esper.common.client.fireandforget
Classes related to fire-and-forget execution
com.espertech.esper.common.client.hook - package com.espertech.esper.common.client.hook
Extension APIs and other callbacks.
com.espertech.esper.common.client.hook.aggfunc - package com.espertech.esper.common.client.hook.aggfunc
Aggregation function (simple) extension API.
com.espertech.esper.common.client.hook.aggmultifunc - package com.espertech.esper.common.client.hook.aggmultifunc
Aggregation multi-function extension API for aggregation functions that hold events, share state and/or operate with tables.
com.espertech.esper.common.client.hook.condition - package com.espertech.esper.common.client.hook.condition
Conditions indicate special situations in the runtime.
com.espertech.esper.common.client.hook.datetimemethod - package com.espertech.esper.common.client.hook.datetimemethod
Date-time method extension API.
com.espertech.esper.common.client.hook.enummethod - package com.espertech.esper.common.client.hook.enummethod
Enumeration method extension API.
com.espertech.esper.common.client.hook.exception - package com.espertech.esper.common.client.hook.exception
Callbacks for exception handling.
com.espertech.esper.common.client.hook.expr - package com.espertech.esper.common.client.hook.expr
Invocation contexts for external code.
com.espertech.esper.common.client.hook.forgeinject - package com.espertech.esper.common.client.hook.forgeinject
Injection strategies for compiler use.
com.espertech.esper.common.client.hook.recompile - package com.espertech.esper.common.client.hook.recompile
 
com.espertech.esper.common.client.hook.singlerowfunc - package com.espertech.esper.common.client.hook.singlerowfunc
Single-row user-defined-function extension API for stateless functions.
com.espertech.esper.common.client.hook.type - package com.espertech.esper.common.client.hook.type
Type mapping callbacks.
com.espertech.esper.common.client.hook.vdw - package com.espertech.esper.common.client.hook.vdw
Virtual data window extension API classes.
com.espertech.esper.common.client.json - package com.espertech.esper.common.client.json
JSON processing related classes.
com.espertech.esper.common.client.json.minimaljson - package com.espertech.esper.common.client.json.minimaljson
JSON event object interface and event sender.
com.espertech.esper.common.client.json.util - package com.espertech.esper.common.client.json.util
JSON event object interface and event sender.
com.espertech.esper.common.client.meta - package com.espertech.esper.common.client.meta
Event type additional information.
com.espertech.esper.common.client.metric - package com.espertech.esper.common.client.metric
This package defines the Esper Client APIs for metrics reporting, and consists of the metrics reporting events (enable via configuration).
com.espertech.esper.common.client.module - package com.espertech.esper.common.client.module
EPL module object model.
com.espertech.esper.common.client.render - package com.espertech.esper.common.client.render
Classes related to event rendering to JSON or XML format
com.espertech.esper.common.client.scopetest - package com.espertech.esper.common.client.scopetest
Test framework classes.
com.espertech.esper.common.client.serde - package com.espertech.esper.common.client.serde
Serdes are for serializing and de-serializing.
com.espertech.esper.common.client.soda - package com.espertech.esper.common.client.soda
This package defines the Esper statement object model.
com.espertech.esper.common.client.type - package com.espertech.esper.common.client.type
Classes that represent EPL types.
com.espertech.esper.common.client.util - package com.espertech.esper.common.client.util
Client utility classes.
com.espertech.esper.common.client.variable - package com.espertech.esper.common.client.variable
Classes for variable management
com.espertech.esper.compiler.client - package com.espertech.esper.compiler.client
Compiler API: Compiles EPL to byte code.
com.espertech.esper.compiler.client.option - package com.espertech.esper.compiler.client.option
Callbacks for use with the compiler to provide or override behavior.
com.espertech.esper.compiler.client.util - package com.espertech.esper.compiler.client.util
Compiler-related utilities.
com.espertech.esper.runtime.client - package com.espertech.esper.runtime.client
Runtime API: Runs compiled EPL.
com.espertech.esper.runtime.client.option - package com.espertech.esper.runtime.client.option
Deployment option callbacks.
com.espertech.esper.runtime.client.plugin - package com.espertech.esper.runtime.client.plugin
Plug-in loaders follow runtime lifecycle and typically are for providing simple adapters or other integrations.
com.espertech.esper.runtime.client.scopetest - package com.espertech.esper.runtime.client.scopetest
Runtime-related classes for facilitating automated regression testing.
com.espertech.esper.runtime.client.stage - package com.espertech.esper.runtime.client.stage
For staging deployments.
com.espertech.esper.runtime.client.util - package com.espertech.esper.runtime.client.util
Adapter shared classes.
COMPARABLE - Enum constant in enum class com.espertech.esper.common.client.type.EPTypePremade
Comparable
COMPARATOR - Enum constant in enum class com.espertech.esper.common.client.type.EPTypePremade
Comparator
compareEqualsExactOrder(EventBean[], EventBean[]) - Static method in class com.espertech.esper.common.client.scopetest.EPAssertionUtil
Compare the events in the two object arrays assuming the exact same order.
CompareListExpression - Class in com.espertech.esper.common.client.soda
Represents a list-compare of the format "expression operator all/any (expressions)".
CompareListExpression() - Constructor for class com.espertech.esper.common.client.soda.CompareListExpression
Ctor.
CompareListExpression(boolean, String) - Constructor for class com.espertech.esper.common.client.soda.CompareListExpression
Ctor.
compareRefExactOrder(Object[], Object[]) - Static method in class com.espertech.esper.common.client.scopetest.EPAssertionUtil
Reference-compare the objects in the two object arrays assuming the exact same order.
compareTo(ContextPartitionIdentifier) - Method in class com.espertech.esper.common.client.context.ContextPartitionIdentifier
Compare identifiers returning a boolean indicator whether identifier information matches.
compareTo(ContextPartitionIdentifier) - Method in class com.espertech.esper.common.client.context.ContextPartitionIdentifierCategory
 
compareTo(ContextPartitionIdentifier) - Method in class com.espertech.esper.common.client.context.ContextPartitionIdentifierHash
 
compareTo(ContextPartitionIdentifier) - Method in class com.espertech.esper.common.client.context.ContextPartitionIdentifierInitiatedTerminated
 
compareTo(ContextPartitionIdentifier) - Method in class com.espertech.esper.common.client.context.ContextPartitionIdentifierNested
 
compareTo(ContextPartitionIdentifier) - Method in class com.espertech.esper.common.client.context.ContextPartitionIdentifierPartitioned
 
compile(Module, CompilerArguments) - Method in interface com.espertech.esper.compiler.client.EPCompiler
Compiles a module object model and returns the byte code for deployment into a runtime.
compile(String, CompilerArguments) - Method in interface com.espertech.esper.compiler.client.EPCompiler
Compiles EPL and returns the byte code for deployment into a runtime.
compileQuery(EPStatementObjectModel, CompilerArguments) - Method in interface com.espertech.esper.compiler.client.EPCompiler
Compiles fire-and-forget query object model for execution by the runtime.
compileQuery(String, CompilerArguments) - Method in interface com.espertech.esper.compiler.client.EPCompiler
Compiles a single fire-and-forget query for execution by the runtime.
CompilerArguments - Class in com.espertech.esper.compiler.client
CompilerArguments() - Constructor for class com.espertech.esper.compiler.client.CompilerArguments
Empty constructor uses an empty Configuration
CompilerArguments(Configuration) - Constructor for class com.espertech.esper.compiler.client.CompilerArguments
Ctor.
CompilerArguments(EPCompilerPathable) - Constructor for class com.espertech.esper.compiler.client.CompilerArguments
Ctor.
CompilerHookContext - Class in com.espertech.esper.compiler.client.option
Provides the environment to CompilerHookOption.
CompilerHookContext(String) - Constructor for class com.espertech.esper.compiler.client.option.CompilerHookContext
Ctor.
CompilerHookOption - Interface in com.espertech.esper.compiler.client.option
Implement this interface to provide a compiler to use
CompilerOptions - Class in com.espertech.esper.compiler.client
Callbacks and optional values for the compiler to determine modifiers, statement name, statement user object, module name and module-uses.
CompilerOptions() - Constructor for class com.espertech.esper.compiler.client.CompilerOptions
 
CompilerPath - Class in com.espertech.esper.compiler.client
The compiler uses the path to determine the EPL-objects available to the module.
CompilerPath() - Constructor for class com.espertech.esper.compiler.client.CompilerPath
 
CompilerPathCache - Class in com.espertech.esper.compiler.client.option
For optional use with the compiler, for speeding up compilation when the compiler path has one or more EPCompiled instances that provide visible EPL objects (named windows, tables etc.), this cache retains and helps reuse the information in respect to each EPCompiled instance and the visible EPL objects it provides.
CompilerPathCache() - Constructor for class com.espertech.esper.compiler.client.option.CompilerPathCache
 
COMPLETE - Enum constant in enum class com.espertech.esper.common.client.dataflow.core.EPDataFlowState
Complete means the data flow instance completed.
completed() - Method in interface com.espertech.esper.common.client.hook.enummethod.EnumMethodState
Called by the runtime only if during compile-time the mode indicated early-exit.
concat(String, String...) - Static method in class com.espertech.esper.common.client.soda.Expressions
Concatenation.
CONCAT - Enum constant in enum class com.espertech.esper.common.client.soda.ExpressionPrecedenceEnum
Precedence.
concatenateArray(Object[]...) - Static method in class com.espertech.esper.common.client.scopetest.EPAssertionUtil
Concatenate multiple arrays.
concatenateArray(Object[], Object[]) - Static method in class com.espertech.esper.common.client.scopetest.EPAssertionUtil
Concatenate two arrays.
concatenateArray2Dim(Object[][], Object[][]...) - Static method in class com.espertech.esper.common.client.scopetest.EPAssertionUtil
Concatenate two arrays.
ConcatExpression - Class in com.espertech.esper.common.client.soda
Concatenation expression that concatenates the result of child expressions to the expression.
ConcatExpression() - Constructor for class com.espertech.esper.common.client.soda.ConcatExpression
Ctor.
ConditionHandler - Interface in com.espertech.esper.common.client.hook.condition
Interface for a handler registered with a runtime instance to receive reported runtime conditions.
ConditionHandlerContext - Class in com.espertech.esper.common.client.hook.condition
Context provided to ConditionHandler implementations providing runtime-condition-contextual information.
ConditionHandlerContext(String, String, String, BaseCondition) - Constructor for class com.espertech.esper.common.client.hook.condition.ConditionHandlerContext
Ctor.
ConditionHandlerFactory - Interface in com.espertech.esper.common.client.hook.condition
Factory for runtime condition handler instance(s).
ConditionHandlerFactoryContext - Class in com.espertech.esper.common.client.hook.condition
Context provided to ConditionHandlerFactory implementations providing runtime contextual information.
ConditionHandlerFactoryContext(String) - Constructor for class com.espertech.esper.common.client.hook.condition.ConditionHandlerFactoryContext
Ctor.
ConditionMatchRecognizeStatesMax - Class in com.espertech.esper.common.client.hook.condition
Indicates that on the runtimelevel the match-recognize has reached the configured runtime-wide limit at runtime.
ConditionMatchRecognizeStatesMax(long, Map<DeploymentIdNamePair, Long>) - Constructor for class com.espertech.esper.common.client.hook.condition.ConditionMatchRecognizeStatesMax
Ctor.
ConditionPatternRuntimeSubexpressionMax - Class in com.espertech.esper.common.client.hook.condition
Indicates that on the runtimelevel the followed-by pattern operator, regardless whether parameterized with a max number of sub-expressions or not, has reached the configured runtime-wide limit at runtime.
ConditionPatternRuntimeSubexpressionMax(long, Map<String, Long>) - Constructor for class com.espertech.esper.common.client.hook.condition.ConditionPatternRuntimeSubexpressionMax
Ctor.
ConditionPatternSubexpressionMax - Class in com.espertech.esper.common.client.hook.condition
Indicates that the followed-by pattern operator, when parameterized with a max number of sub-expressions, has reached that limit at runtime.
ConditionPatternSubexpressionMax(int) - Constructor for class com.espertech.esper.common.client.hook.condition.ConditionPatternSubexpressionMax
Ctor.
Configuration - Class in com.espertech.esper.common.client.configuration
An instance of Configuration allows the application to specify properties to be used when compiling and when getting a runtime.
Configuration() - Constructor for class com.espertech.esper.common.client.configuration.Configuration
Constructs an empty configuration.
ConfigurationCommon - Class in com.espertech.esper.common.client.configuration.common
Contains settings that apply to both the compile-time and the runtime.
ConfigurationCommon() - Constructor for class com.espertech.esper.common.client.configuration.common.ConfigurationCommon
Constructs an empty configuration.
ConfigurationCommonCache - Interface in com.espertech.esper.common.client.configuration.common
Marker interface for different cache settings.
ConfigurationCommonCacheExpiryTime - Class in com.espertech.esper.common.client.configuration.common
Expiring cache settings.
ConfigurationCommonCacheExpiryTime(double, double, CacheReferenceType) - Constructor for class com.espertech.esper.common.client.configuration.common.ConfigurationCommonCacheExpiryTime
Ctor.
ConfigurationCommonCacheLRU - Class in com.espertech.esper.common.client.configuration.common
LRU cache settings.
ConfigurationCommonCacheLRU(int) - Constructor for class com.espertech.esper.common.client.configuration.common.ConfigurationCommonCacheLRU
Ctor.
ConfigurationCommonDBRef - Class in com.espertech.esper.common.client.configuration.common
Container for database configuration information, such as options around getting a database connection and options to control the lifecycle of connections and set connection parameters.
ConfigurationCommonDBRef() - Constructor for class com.espertech.esper.common.client.configuration.common.ConfigurationCommonDBRef
Ctor.
ConfigurationCommonDBRef.ColumnChangeCaseEnum - Enum Class in com.espertech.esper.common.client.configuration.common
Controls how output column names get reflected in the event type.
ConfigurationCommonDBRef.ConnectionFactoryDesc - Interface in com.espertech.esper.common.client.configuration.common
Marker for different connection factory settings.
ConfigurationCommonDBRef.ConnectionLifecycleEnum - Enum Class in com.espertech.esper.common.client.configuration.common
Enum controlling connection lifecycle.
ConfigurationCommonDBRef.ConnectionSettings - Class in com.espertech.esper.common.client.configuration.common
Supplies connection-level settings for a given database name.
ConfigurationCommonDBRef.DataSourceConnection - Class in com.espertech.esper.common.client.configuration.common
Connection factory settings for using a DataSource.
ConfigurationCommonDBRef.DataSourceFactory - Class in com.espertech.esper.common.client.configuration.common
Connection factory settings for using a Apache DBCP or other provider DataSource factory.
ConfigurationCommonDBRef.DriverManagerConnection - Class in com.espertech.esper.common.client.configuration.common
Connection factory settings for using a DriverManager.
ConfigurationCommonDBRef.MetadataOriginEnum - Enum Class in com.espertech.esper.common.client.configuration.common
Indicates how the runtime retrieves metadata about a statement's output columns.
ConfigurationCommonEventTypeAvro - Class in com.espertech.esper.common.client.configuration.common
Configuration for Avro event types.
ConfigurationCommonEventTypeAvro() - Constructor for class com.espertech.esper.common.client.configuration.common.ConfigurationCommonEventTypeAvro
Ctor.
ConfigurationCommonEventTypeAvro(Object) - Constructor for class com.espertech.esper.common.client.configuration.common.ConfigurationCommonEventTypeAvro
Ctor.
ConfigurationCommonEventTypeBean - Class in com.espertech.esper.common.client.configuration.common
Configuration information for legacy (non-JavaBean) event types.
ConfigurationCommonEventTypeBean() - Constructor for class com.espertech.esper.common.client.configuration.common.ConfigurationCommonEventTypeBean
Ctor.
ConfigurationCommonEventTypeBean.LegacyFieldPropDesc - Class in com.espertech.esper.common.client.configuration.common
Encapsulates information about an accessor field backing a named event property.
ConfigurationCommonEventTypeBean.LegacyMethodPropDesc - Class in com.espertech.esper.common.client.configuration.common
Encapsulates information about an accessor method backing a named event property.
ConfigurationCommonEventTypeJson - Class in com.espertech.esper.common.client.configuration.common
Configuration information for JSON event types.
ConfigurationCommonEventTypeJson() - Constructor for class com.espertech.esper.common.client.configuration.common.ConfigurationCommonEventTypeJson
 
ConfigurationCommonEventTypeMap - Class in com.espertech.esper.common.client.configuration.common
Configuration object for Map-based event types.
ConfigurationCommonEventTypeMap() - Constructor for class com.espertech.esper.common.client.configuration.common.ConfigurationCommonEventTypeMap
 
ConfigurationCommonEventTypeMeta - Class in com.espertech.esper.common.client.configuration.common
Event representation metadata.
ConfigurationCommonEventTypeMeta() - Constructor for class com.espertech.esper.common.client.configuration.common.ConfigurationCommonEventTypeMeta
Ctor.
ConfigurationCommonEventTypeMeta.AvroSettings - Class in com.espertech.esper.common.client.configuration.common
Avro settings.
ConfigurationCommonEventTypeObjectArray - Class in com.espertech.esper.common.client.configuration.common
Configuration object for Object array-based event types.
ConfigurationCommonEventTypeObjectArray() - Constructor for class com.espertech.esper.common.client.configuration.common.ConfigurationCommonEventTypeObjectArray
Ctor.
ConfigurationCommonEventTypeObjectArray(Set<String>) - Constructor for class com.espertech.esper.common.client.configuration.common.ConfigurationCommonEventTypeObjectArray
Ctor.
ConfigurationCommonEventTypeWithSupertype - Class in com.espertech.esper.common.client.configuration.common
Configuration object for event types with super-types and timestamp.
ConfigurationCommonEventTypeWithSupertype() - Constructor for class com.espertech.esper.common.client.configuration.common.ConfigurationCommonEventTypeWithSupertype
Ctor.
ConfigurationCommonEventTypeWithSupertype(Set<String>) - Constructor for class com.espertech.esper.common.client.configuration.common.ConfigurationCommonEventTypeWithSupertype
Ctor.
ConfigurationCommonEventTypeXMLDOM - Class in com.espertech.esper.common.client.configuration.common
Configuration object for enabling the runtimeto process events represented as XML DOM document nodes.
ConfigurationCommonEventTypeXMLDOM() - Constructor for class com.espertech.esper.common.client.configuration.common.ConfigurationCommonEventTypeXMLDOM
Ctor.
ConfigurationCommonEventTypeXMLDOM.XPathPropertyDesc - Class in com.espertech.esper.common.client.configuration.common
Descriptor class for event properties that are resolved via XPath-expression.
ConfigurationCommonExecution - Class in com.espertech.esper.common.client.configuration.common
Holds common execution-related settings.
ConfigurationCommonExecution() - Constructor for class com.espertech.esper.common.client.configuration.common.ConfigurationCommonExecution
 
ConfigurationCommonLogging - Class in com.espertech.esper.common.client.configuration.common
Holds view logging settings other then the Apache commons or Log4J settings.
ConfigurationCommonLogging() - Constructor for class com.espertech.esper.common.client.configuration.common.ConfigurationCommonLogging
Ctor - sets up defaults.
ConfigurationCommonMethodRef - Class in com.espertech.esper.common.client.configuration.common
Holds configuration information for data caches for use in method invocations in the from-clause.
ConfigurationCommonMethodRef() - Constructor for class com.espertech.esper.common.client.configuration.common.ConfigurationCommonMethodRef
 
ConfigurationCommonParser - Class in com.espertech.esper.common.client.configuration.common
Parser for the common section of configuration.
ConfigurationCommonParser() - Constructor for class com.espertech.esper.common.client.configuration.common.ConfigurationCommonParser
 
ConfigurationCommonTimeSource - Class in com.espertech.esper.common.client.configuration.common
Time source configuration, the default in MILLI (millisecond resolution from System.currentTimeMillis).
ConfigurationCommonTimeSource() - Constructor for class com.espertech.esper.common.client.configuration.common.ConfigurationCommonTimeSource
 
ConfigurationCommonVariable - Class in com.espertech.esper.common.client.configuration.common
Provides variable configuration.
ConfigurationCommonVariable() - Constructor for class com.espertech.esper.common.client.configuration.common.ConfigurationCommonVariable
 
ConfigurationCommonVariantStream - Class in com.espertech.esper.common.client.configuration.common
Configures a variant stream.
ConfigurationCommonVariantStream() - Constructor for class com.espertech.esper.common.client.configuration.common.ConfigurationCommonVariantStream
Ctor.
ConfigurationCommonVariantStream.TypeVariance - Enum Class in com.espertech.esper.common.client.configuration.common
Enumeration specifying whether only the predefine types or any type of event is accepted by the variant stream.
ConfigurationCompiler - Class in com.espertech.esper.common.client.configuration.compiler
Contains settings that apply to the compiler only (and that do not apply at runtime).
ConfigurationCompiler() - Constructor for class com.espertech.esper.common.client.configuration.compiler.ConfigurationCompiler
Constructs an empty configuration.
ConfigurationCompilerByteCode - Class in com.espertech.esper.common.client.configuration.compiler
Code generation settings.
ConfigurationCompilerByteCode() - Constructor for class com.espertech.esper.common.client.configuration.compiler.ConfigurationCompilerByteCode
 
ConfigurationCompilerExecution - Class in com.espertech.esper.common.client.configuration.compiler
Holds execution-related settings.
ConfigurationCompilerExecution() - Constructor for class com.espertech.esper.common.client.configuration.compiler.ConfigurationCompilerExecution
 
ConfigurationCompilerExecution.FilterIndexPlanning - Enum Class in com.espertech.esper.common.client.configuration.compiler
Controls the level of planning of filter indexes from filter expressions.
ConfigurationCompilerExpression - Class in com.espertech.esper.common.client.configuration.compiler
Expression evaluation settings in the runtime are for results of expressions.
ConfigurationCompilerExpression() - Constructor for class com.espertech.esper.common.client.configuration.compiler.ConfigurationCompilerExpression
Ctor.
ConfigurationCompilerLanguage - Class in com.espertech.esper.common.client.configuration.compiler
Language settings in the runtime are for string comparisons.
ConfigurationCompilerLanguage() - Constructor for class com.espertech.esper.common.client.configuration.compiler.ConfigurationCompilerLanguage
Ctor.
ConfigurationCompilerLogging - Class in com.espertech.esper.common.client.configuration.compiler
Holds view logging settings other then the Apache commons or Log4J settings.
ConfigurationCompilerLogging() - Constructor for class com.espertech.esper.common.client.configuration.compiler.ConfigurationCompilerLogging
Ctor - sets up defaults.
ConfigurationCompilerParser - Class in com.espertech.esper.common.client.configuration.compiler
Parser for the compiler section of configuration.
ConfigurationCompilerParser() - Constructor for class com.espertech.esper.common.client.configuration.compiler.ConfigurationCompilerParser
 
ConfigurationCompilerPlugInAggregationFunction - Class in com.espertech.esper.common.client.configuration.compiler
Configuration information for plugging in a custom aggregation function.
ConfigurationCompilerPlugInAggregationFunction() - Constructor for class com.espertech.esper.common.client.configuration.compiler.ConfigurationCompilerPlugInAggregationFunction
Ctor.
ConfigurationCompilerPlugInAggregationFunction(String, String) - Constructor for class com.espertech.esper.common.client.configuration.compiler.ConfigurationCompilerPlugInAggregationFunction
Ctor.
ConfigurationCompilerPlugInAggregationMultiFunction - Class in com.espertech.esper.common.client.configuration.compiler
Configuration information for plugging in a custom aggregation multi-function.
ConfigurationCompilerPlugInAggregationMultiFunction() - Constructor for class com.espertech.esper.common.client.configuration.compiler.ConfigurationCompilerPlugInAggregationMultiFunction
Ctor.
ConfigurationCompilerPlugInAggregationMultiFunction(String[], String) - Constructor for class com.espertech.esper.common.client.configuration.compiler.ConfigurationCompilerPlugInAggregationMultiFunction
Ctor.
ConfigurationCompilerPlugInDateTimeMethod - Class in com.espertech.esper.common.client.configuration.compiler
Configuration information for plugging in a custom date-time-method.
ConfigurationCompilerPlugInDateTimeMethod() - Constructor for class com.espertech.esper.common.client.configuration.compiler.ConfigurationCompilerPlugInDateTimeMethod
Ctor.
ConfigurationCompilerPlugInDateTimeMethod(String, String) - Constructor for class com.espertech.esper.common.client.configuration.compiler.ConfigurationCompilerPlugInDateTimeMethod
Ctor.
ConfigurationCompilerPlugInEnumMethod - Class in com.espertech.esper.common.client.configuration.compiler
Configuration information for plugging in a custom enum-method.
ConfigurationCompilerPlugInEnumMethod() - Constructor for class com.espertech.esper.common.client.configuration.compiler.ConfigurationCompilerPlugInEnumMethod
Ctor.
ConfigurationCompilerPlugInEnumMethod(String, String) - Constructor for class com.espertech.esper.common.client.configuration.compiler.ConfigurationCompilerPlugInEnumMethod
Ctor.
ConfigurationCompilerPlugInPatternObject - Class in com.espertech.esper.common.client.configuration.compiler
Configuration information for plugging in a custom view.
ConfigurationCompilerPlugInPatternObject() - Constructor for class com.espertech.esper.common.client.configuration.compiler.ConfigurationCompilerPlugInPatternObject
Ctor.
ConfigurationCompilerPlugInSingleRowFunction - Class in com.espertech.esper.common.client.configuration.compiler
Configuration information for plugging in a custom single-row function.
ConfigurationCompilerPlugInSingleRowFunction() - Constructor for class com.espertech.esper.common.client.configuration.compiler.ConfigurationCompilerPlugInSingleRowFunction
Ctor.
ConfigurationCompilerPlugInSingleRowFunction(String, String, String, ConfigurationCompilerPlugInSingleRowFunction.ValueCache, ConfigurationCompilerPlugInSingleRowFunction.FilterOptimizable, boolean, String) - Constructor for class com.espertech.esper.common.client.configuration.compiler.ConfigurationCompilerPlugInSingleRowFunction
Ctor.
ConfigurationCompilerPlugInSingleRowFunction.FilterOptimizable - Enum Class in com.espertech.esper.common.client.configuration.compiler
Controls whether a single-row function is eligible for optimization if it occurs in a filter expression.
ConfigurationCompilerPlugInSingleRowFunction.ValueCache - Enum Class in com.espertech.esper.common.client.configuration.compiler
Enum for single-row function value cache setting.
ConfigurationCompilerPlugInView - Class in com.espertech.esper.common.client.configuration.compiler
Configuration information for plugging in a custom view.
ConfigurationCompilerPlugInView() - Constructor for class com.espertech.esper.common.client.configuration.compiler.ConfigurationCompilerPlugInView
Ctor.
ConfigurationCompilerPlugInVirtualDataWindow - Class in com.espertech.esper.common.client.configuration.compiler
Configuration information for plugging in a custom view.
ConfigurationCompilerPlugInVirtualDataWindow() - Constructor for class com.espertech.esper.common.client.configuration.compiler.ConfigurationCompilerPlugInVirtualDataWindow
Ctor.
ConfigurationCompilerScripts - Class in com.espertech.esper.common.client.configuration.compiler
Holder for script settings.
ConfigurationCompilerScripts() - Constructor for class com.espertech.esper.common.client.configuration.compiler.ConfigurationCompilerScripts
 
ConfigurationCompilerSerde - Class in com.espertech.esper.common.client.configuration.compiler
Serialization and Deserialization options.
ConfigurationCompilerSerde() - Constructor for class com.espertech.esper.common.client.configuration.compiler.ConfigurationCompilerSerde
 
ConfigurationCompilerStreamSelection - Class in com.espertech.esper.common.client.configuration.compiler
Holds default settings for stream selection in the select-clause.
ConfigurationCompilerStreamSelection() - Constructor for class com.espertech.esper.common.client.configuration.compiler.ConfigurationCompilerStreamSelection
Ctor - sets up defaults.
ConfigurationCompilerViewResources - Class in com.espertech.esper.common.client.configuration.compiler
Holds view resources settings.
ConfigurationCompilerViewResources() - Constructor for class com.espertech.esper.common.client.configuration.compiler.ConfigurationCompilerViewResources
Ctor - sets up defaults.
ConfigurationException - Exception in com.espertech.esper.common.client.configuration
Thrown to indicate a configuration problem.
ConfigurationException(String) - Constructor for exception com.espertech.esper.common.client.configuration.ConfigurationException
Ctor.
ConfigurationException(String, Throwable) - Constructor for exception com.espertech.esper.common.client.configuration.ConfigurationException
Ctor for an inner exception and message.
ConfigurationException(Throwable) - Constructor for exception com.espertech.esper.common.client.configuration.ConfigurationException
Ctor - just an inner exception.
ConfigurationRuntime - Class in com.espertech.esper.common.client.configuration.runtime
Contains settings that apply to the runtime only (and that do not apply to the compiler).
ConfigurationRuntime() - Constructor for class com.espertech.esper.common.client.configuration.runtime.ConfigurationRuntime
Ctor.
ConfigurationRuntimeConditionHandling - Class in com.espertech.esper.common.client.configuration.runtime
Configuration object for defining condition handling behavior.
ConfigurationRuntimeConditionHandling() - Constructor for class com.espertech.esper.common.client.configuration.runtime.ConfigurationRuntimeConditionHandling
 
ConfigurationRuntimeExceptionHandling - Class in com.espertech.esper.common.client.configuration.runtime
Configuration object for defining exception handling behavior.
ConfigurationRuntimeExceptionHandling() - Constructor for class com.espertech.esper.common.client.configuration.runtime.ConfigurationRuntimeExceptionHandling
 
ConfigurationRuntimeExecution - Class in com.espertech.esper.common.client.configuration.runtime
Holds runtime execution-related settings.
ConfigurationRuntimeExecution() - Constructor for class com.espertech.esper.common.client.configuration.runtime.ConfigurationRuntimeExecution
Ctor - sets up defaults.
ConfigurationRuntimeExpression - Class in com.espertech.esper.common.client.configuration.runtime
Expression evaluation settings in the runtime are for results of expressions.
ConfigurationRuntimeExpression() - Constructor for class com.espertech.esper.common.client.configuration.runtime.ConfigurationRuntimeExpression
Ctor.
ConfigurationRuntimeLogging - Class in com.espertech.esper.common.client.configuration.runtime
Holds view logging settings other then the Apache commons or Log4J settings.
ConfigurationRuntimeLogging() - Constructor for class com.espertech.esper.common.client.configuration.runtime.ConfigurationRuntimeLogging
Ctor - sets up defaults.
ConfigurationRuntimeMatchRecognize - Class in com.espertech.esper.common.client.configuration.runtime
Holds match-recognize settings.
ConfigurationRuntimeMatchRecognize() - Constructor for class com.espertech.esper.common.client.configuration.runtime.ConfigurationRuntimeMatchRecognize
 
ConfigurationRuntimeMetricsReporting - Class in com.espertech.esper.common.client.configuration.runtime
Configuration for metrics reporting.
ConfigurationRuntimeMetricsReporting() - Constructor for class com.espertech.esper.common.client.configuration.runtime.ConfigurationRuntimeMetricsReporting
Ctor.
ConfigurationRuntimeMetricsReporting.StmtGroupMetrics - Class in com.espertech.esper.common.client.configuration.runtime
Class to configure statement metrics reporting for a group of one or more statements.
ConfigurationRuntimeParser - Class in com.espertech.esper.common.client.configuration.runtime
Parser for the runtime section of configuration.
ConfigurationRuntimeParser() - Constructor for class com.espertech.esper.common.client.configuration.runtime.ConfigurationRuntimeParser
 
ConfigurationRuntimePatterns - Class in com.espertech.esper.common.client.configuration.runtime
Holds pattern settings.
ConfigurationRuntimePatterns() - Constructor for class com.espertech.esper.common.client.configuration.runtime.ConfigurationRuntimePatterns
 
ConfigurationRuntimePluginLoader - Class in com.espertech.esper.common.client.configuration.runtime
Holds configuration for a plugin such as an input/output adapter loader.
ConfigurationRuntimePluginLoader() - Constructor for class com.espertech.esper.common.client.configuration.runtime.ConfigurationRuntimePluginLoader
Ctor.
ConfigurationRuntimeThreading - Class in com.espertech.esper.common.client.configuration.runtime
Holds threading settings.
ConfigurationRuntimeThreading() - Constructor for class com.espertech.esper.common.client.configuration.runtime.ConfigurationRuntimeThreading
Ctor - sets up defaults.
ConfigurationRuntimeTimeSource - Class in com.espertech.esper.common.client.configuration.runtime
Time source configuration, the default in MILLI (millisecond resolution from System.currentTimeMillis).
ConfigurationRuntimeTimeSource() - Constructor for class com.espertech.esper.common.client.configuration.runtime.ConfigurationRuntimeTimeSource
Ctor.
ConfigurationRuntimeVariables - Class in com.espertech.esper.common.client.configuration.runtime
Holds variables settings.
ConfigurationRuntimeVariables() - Constructor for class com.espertech.esper.common.client.configuration.runtime.ConfigurationRuntimeVariables
Ctor - sets up defaults.
ConfigurationSchema7To8Upgrade - Class in com.espertech.esper.common.client.configuration
Helper to migrate schema version 7 XML configuration to schema version 8 XML configuration.
ConfigurationSchema7To8Upgrade() - Constructor for class com.espertech.esper.common.client.configuration.ConfigurationSchema7To8Upgrade
 
configure() - Method in class com.espertech.esper.common.client.configuration.Configuration
Use the configuration specified in an application resource named esper.cfg.xml.
configure(StatementRawInfo, AppliesTo, StateMgmtSettingBucket) - Method in interface com.espertech.esper.compiler.client.option.StateMgmtSettingOption
 
configure(File) - Method in class com.espertech.esper.common.client.configuration.Configuration
Use the configuration specified in the given application file.
configure(String) - Method in class com.espertech.esper.common.client.configuration.Configuration
Use the configuration specified in the given application resource.
configure(URL) - Method in class com.espertech.esper.common.client.configuration.Configuration
Use the configuration specified by the given URL.
configure(Document) - Method in class com.espertech.esper.common.client.configuration.Configuration
Use the mappings and properties specified in the given XML document.
CONFIGURED - Enum constant in enum class com.espertech.esper.common.client.configuration.compiler.ConfigurationCompilerPlugInSingleRowFunction.ValueCache
Causes the runtime to follow the runtime-wide policy as configured for user-defined functions.
Conjunction - Class in com.espertech.esper.common.client.soda
Conjunction represents a logical AND allowing multiple sub-expressions to be connected by AND.
Conjunction() - Constructor for class com.espertech.esper.common.client.soda.Conjunction
Ctor - for use to create an expression tree, without child expression.
Conjunction(Expression, Expression, Expression...) - Constructor for class com.espertech.esper.common.client.soda.Conjunction
Ctor.
ConnectionSettings() - Constructor for class com.espertech.esper.common.client.configuration.common.ConfigurationCommonDBRef.ConnectionSettings
 
constant(Object) - Static method in class com.espertech.esper.common.client.soda.Expressions
Constant.
constant(Object, Class) - Static method in class com.espertech.esper.common.client.soda.Expressions
Constant, use when the value is null.
ConstantExpression - Class in com.espertech.esper.common.client.soda
Constant value returns a fixed value for use in expressions.
ConstantExpression() - Constructor for class com.espertech.esper.common.client.soda.ConstantExpression
Ctor.
ConstantExpression(Object) - Constructor for class com.espertech.esper.common.client.soda.ConstantExpression
Ctor.
ConstantExpression(Object, String) - Constructor for class com.espertech.esper.common.client.soda.ConstantExpression
Ctor.
ContainedEventSelect - Class in com.espertech.esper.common.client.soda
Represents a contained-event selection.
ContainedEventSelect() - Constructor for class com.espertech.esper.common.client.soda.ContainedEventSelect
Ctor.
ContainedEventSelect(Expression) - Constructor for class com.espertech.esper.common.client.soda.ContainedEventSelect
Ctor.
contains(String) - Method in class com.espertech.esper.common.client.json.minimaljson.JsonObject
Checks if a specified member is present as a child of this object.
CONTEXT - Enum constant in enum class com.espertech.esper.runtime.client.util.EPObjectType
Context.
CONTEXT_CATEGORY - Enum constant in enum class com.espertech.esper.common.client.annotation.AppliesTo
Contexts - Category Context
CONTEXT_HASH - Enum constant in enum class com.espertech.esper.common.client.annotation.AppliesTo
Contexts - Hash Context
CONTEXT_INITTERM - Enum constant in enum class com.espertech.esper.common.client.annotation.AppliesTo
Contexts - Non-overlapping and overlapping
CONTEXT_INITTERM_DISTINCT - Enum constant in enum class com.espertech.esper.common.client.annotation.AppliesTo
Contexts - Distinct for overlapping contexts
CONTEXT_KEYED - Enum constant in enum class com.espertech.esper.common.client.annotation.AppliesTo
Contexts - Keyed Context
CONTEXT_KEYED_TERM - Enum constant in enum class com.espertech.esper.common.client.annotation.AppliesTo
Contexts - Keyed Context termination
CONTEXT_PARTITION_TERM - Enum constant in enum class com.espertech.esper.common.client.soda.OutputLimitUnit
The unit representing that output occurs when the context partition terminates.
CONTEXT_PARTITIONID - Enum constant in enum class com.espertech.esper.common.client.annotation.AppliesTo
Context partition id management
CONTEXTDEPLOYMENTID - Enum constant in enum class com.espertech.esper.common.client.util.StatementProperty
The context deployment id, of type String, or null if the statement is not associated to a context.
ContextDescriptor - Interface in com.espertech.esper.common.client.soda
Interface for context dimension descriptors.
ContextDescriptorCategory - Class in com.espertech.esper.common.client.soda
Category-segmented context.
ContextDescriptorCategory() - Constructor for class com.espertech.esper.common.client.soda.ContextDescriptorCategory
Ctor.
ContextDescriptorCategory(List<ContextDescriptorCategoryItem>, Filter) - Constructor for class com.espertech.esper.common.client.soda.ContextDescriptorCategory
Ctor.
ContextDescriptorCategoryItem - Class in com.espertech.esper.common.client.soda
Context descriptor for categories.
ContextDescriptorCategoryItem() - Constructor for class com.espertech.esper.common.client.soda.ContextDescriptorCategoryItem
Ctor.
ContextDescriptorCategoryItem(Expression, String) - Constructor for class com.espertech.esper.common.client.soda.ContextDescriptorCategoryItem
Ctor.
ContextDescriptorCondition - Interface in com.espertech.esper.common.client.soda
For use with overlapping or non-overlapping contexts, implementations represents a condition for starting/initiating or ending/terminating a context.
ContextDescriptorConditionCrontab - Class in com.espertech.esper.common.client.soda
Context condition that start/initiated or ends/terminates context partitions based on a crontab expression.
ContextDescriptorConditionCrontab() - Constructor for class com.espertech.esper.common.client.soda.ContextDescriptorConditionCrontab
Ctor.
ContextDescriptorConditionCrontab(List<List<Expression>>, boolean) - Constructor for class com.espertech.esper.common.client.soda.ContextDescriptorConditionCrontab
Ctor.
ContextDescriptorConditionFilter - Class in com.espertech.esper.common.client.soda
Context condition that start/initiated or ends/terminates context partitions based on a filter expression.
ContextDescriptorConditionFilter() - Constructor for class com.espertech.esper.common.client.soda.ContextDescriptorConditionFilter
Ctor.
ContextDescriptorConditionFilter(Filter, String) - Constructor for class com.espertech.esper.common.client.soda.ContextDescriptorConditionFilter
Ctor.
ContextDescriptorConditionImmediate - Class in com.espertech.esper.common.client.soda
Context condition that starts/initiates immediately.
ContextDescriptorConditionImmediate() - Constructor for class com.espertech.esper.common.client.soda.ContextDescriptorConditionImmediate
Ctor.
ContextDescriptorConditionNever - Class in com.espertech.esper.common.client.soda
Context condition that starts/initiates immediately.
ContextDescriptorConditionNever() - Constructor for class com.espertech.esper.common.client.soda.ContextDescriptorConditionNever
Ctor.
ContextDescriptorConditionPattern - Class in com.espertech.esper.common.client.soda
Context condition that start/initiated or ends/terminates context partitions based on a pattern.
ContextDescriptorConditionPattern() - Constructor for class com.espertech.esper.common.client.soda.ContextDescriptorConditionPattern
Ctor.
ContextDescriptorConditionPattern(PatternExpr, boolean, boolean, String) - Constructor for class com.espertech.esper.common.client.soda.ContextDescriptorConditionPattern
Ctor.
ContextDescriptorConditionTimePeriod - Class in com.espertech.esper.common.client.soda
Context condition that start/initiated or ends/terminates context partitions based on a time period.
ContextDescriptorConditionTimePeriod() - Constructor for class com.espertech.esper.common.client.soda.ContextDescriptorConditionTimePeriod
Ctor.
ContextDescriptorConditionTimePeriod(Expression, boolean) - Constructor for class com.espertech.esper.common.client.soda.ContextDescriptorConditionTimePeriod
Ctor.
ContextDescriptorHashSegmented - Class in com.espertech.esper.common.client.soda
Hash-segmented context.
ContextDescriptorHashSegmented() - Constructor for class com.espertech.esper.common.client.soda.ContextDescriptorHashSegmented
Ctor.
ContextDescriptorHashSegmented(List<ContextDescriptorHashSegmentedItem>, int, boolean) - Constructor for class com.espertech.esper.common.client.soda.ContextDescriptorHashSegmented
Ctor.
ContextDescriptorHashSegmentedItem - Class in com.espertech.esper.common.client.soda
Context detail for a library-func and filter pair for the hash segmented context.
ContextDescriptorHashSegmentedItem() - Constructor for class com.espertech.esper.common.client.soda.ContextDescriptorHashSegmentedItem
Ctor.
ContextDescriptorHashSegmentedItem(Expression, Filter) - Constructor for class com.espertech.esper.common.client.soda.ContextDescriptorHashSegmentedItem
Ctor.
ContextDescriptorInitiatedTerminated - Class in com.espertech.esper.common.client.soda
Context dimension descriptor for a start-and-end temporal (single instance) or initiated-terminated (overlapping) context
ContextDescriptorInitiatedTerminated() - Constructor for class com.espertech.esper.common.client.soda.ContextDescriptorInitiatedTerminated
Ctor.
ContextDescriptorInitiatedTerminated(ContextDescriptorCondition, ContextDescriptorCondition, boolean) - Constructor for class com.espertech.esper.common.client.soda.ContextDescriptorInitiatedTerminated
Ctor.
ContextDescriptorInitiatedTerminated(ContextDescriptorCondition, ContextDescriptorCondition, boolean, List<Expression>) - Constructor for class com.espertech.esper.common.client.soda.ContextDescriptorInitiatedTerminated
Ctor.
ContextDescriptorKeyedSegmented - Class in com.espertech.esper.common.client.soda
Context dimension information for keyed segmented context.
ContextDescriptorKeyedSegmented() - Constructor for class com.espertech.esper.common.client.soda.ContextDescriptorKeyedSegmented
Ctor.
ContextDescriptorKeyedSegmented(List<ContextDescriptorKeyedSegmentedItem>) - Constructor for class com.espertech.esper.common.client.soda.ContextDescriptorKeyedSegmented
Ctor.
ContextDescriptorKeyedSegmented(List<ContextDescriptorKeyedSegmentedItem>, List<ContextDescriptorConditionFilter>, ContextDescriptorCondition) - Constructor for class com.espertech.esper.common.client.soda.ContextDescriptorKeyedSegmented
Ctor.
ContextDescriptorKeyedSegmentedItem - Class in com.espertech.esper.common.client.soda
Context detail for a key-filter pair for the keyed segmented context.
ContextDescriptorKeyedSegmentedItem() - Constructor for class com.espertech.esper.common.client.soda.ContextDescriptorKeyedSegmentedItem
Ctor.
ContextDescriptorKeyedSegmentedItem(List<String>, Filter) - Constructor for class com.espertech.esper.common.client.soda.ContextDescriptorKeyedSegmentedItem
Ctor.
ContextDescriptorKeyedSegmentedItem(List<String>, Filter, String) - Constructor for class com.espertech.esper.common.client.soda.ContextDescriptorKeyedSegmentedItem
Ctor.
ContextDescriptorNested - Class in com.espertech.esper.common.client.soda
Nested context.
ContextDescriptorNested() - Constructor for class com.espertech.esper.common.client.soda.ContextDescriptorNested
Ctor.
ContextDescriptorNested(List<CreateContextClause>) - Constructor for class com.espertech.esper.common.client.soda.ContextDescriptorNested
Ctor.
CONTEXTNAME - Enum constant in enum class com.espertech.esper.common.client.util.StatementProperty
The context name, of type String, or null if the statement is not associated to a context.
CONTEXTPARTITION - Enum constant in enum class com.espertech.esper.common.client.annotation.AuditEnum
For use with insert-into audit.
ContextPartitionCollection - Class in com.espertech.esper.common.client.context
A collection of context partitions each uniquely identified by a context partition id (agent instance id).
ContextPartitionCollection(Map<Integer, ContextPartitionIdentifier>) - Constructor for class com.espertech.esper.common.client.context.ContextPartitionCollection
Ctor.
ContextPartitionIdentifier - Class in com.espertech.esper.common.client.context
Context partition identifiers are provided by the API when interrogating context partitions for a given statement.
ContextPartitionIdentifier() - Constructor for class com.espertech.esper.common.client.context.ContextPartitionIdentifier
Ctor.
ContextPartitionIdentifierCategory - Class in com.espertech.esper.common.client.context
Context partition identifier for category context.
ContextPartitionIdentifierCategory() - Constructor for class com.espertech.esper.common.client.context.ContextPartitionIdentifierCategory
Ctor.
ContextPartitionIdentifierCategory(String) - Constructor for class com.espertech.esper.common.client.context.ContextPartitionIdentifierCategory
Ctor.
ContextPartitionIdentifierHash - Class in com.espertech.esper.common.client.context
Context partition identifier for hash context.
ContextPartitionIdentifierHash() - Constructor for class com.espertech.esper.common.client.context.ContextPartitionIdentifierHash
Ctor.
ContextPartitionIdentifierHash(int) - Constructor for class com.espertech.esper.common.client.context.ContextPartitionIdentifierHash
Ctor.
ContextPartitionIdentifierInitiatedTerminated - Class in com.espertech.esper.common.client.context
Context partition identifier for overlapping and non-overlapping contexts.
ContextPartitionIdentifierInitiatedTerminated() - Constructor for class com.espertech.esper.common.client.context.ContextPartitionIdentifierInitiatedTerminated
Ctor.
ContextPartitionIdentifierInitiatedTerminated(Map<String, Object>, long, Long) - Constructor for class com.espertech.esper.common.client.context.ContextPartitionIdentifierInitiatedTerminated
Ctor.
ContextPartitionIdentifierNested - Class in com.espertech.esper.common.client.context
Context partition identifier for nested contexts.
ContextPartitionIdentifierNested() - Constructor for class com.espertech.esper.common.client.context.ContextPartitionIdentifierNested
Ctor.
ContextPartitionIdentifierNested(ContextPartitionIdentifier[]) - Constructor for class com.espertech.esper.common.client.context.ContextPartitionIdentifierNested
Ctor.
ContextPartitionIdentifierPartitioned - Class in com.espertech.esper.common.client.context
Context partition identifier for segmented contexts.
ContextPartitionIdentifierPartitioned() - Constructor for class com.espertech.esper.common.client.context.ContextPartitionIdentifierPartitioned
Ctor.
ContextPartitionIdentifierPartitioned(Object[]) - Constructor for class com.espertech.esper.common.client.context.ContextPartitionIdentifierPartitioned
Ctor.
ContextPartitionSelector - Interface in com.espertech.esper.common.client.context
Interface for classes representing a selector for navigating, querying or selecting among context partitions.
ContextPartitionSelectorAll - Class in com.espertech.esper.common.client.context
Selects all context paritions.
ContextPartitionSelectorAll() - Constructor for class com.espertech.esper.common.client.context.ContextPartitionSelectorAll
 
ContextPartitionSelectorById - Interface in com.espertech.esper.common.client.context
Selects a context partition by providing the context partition id(s).
ContextPartitionSelectorCategory - Interface in com.espertech.esper.common.client.context
Selects context partitions for use with a category context by providing a set of labels.
ContextPartitionSelectorFiltered - Interface in com.espertech.esper.common.client.context
Selects context partitions by receiving a context partition identifier for interrogation.
ContextPartitionSelectorHash - Interface in com.espertech.esper.common.client.context
Selects context partitions based on hash codes, for use with hashed context.
ContextPartitionSelectorNested - Interface in com.espertech.esper.common.client.context
Selects context partitions of a nested context by providing selector according to the nested contexts.
ContextPartitionSelectorSegmented - Interface in com.espertech.esper.common.client.context
Selector of context partitions for use with segmented contexts, provides a set of partition keys to select.
ContextPartitionStateListener - Interface in com.espertech.esper.common.client.context
Listener for context-specific partition-related events.
ContextPartitionVariableState - Class in com.espertech.esper.common.client.context
The variable state for a context partitioned variable.
ContextPartitionVariableState(int, ContextPartitionIdentifier, Object) - Constructor for class com.espertech.esper.common.client.context.ContextPartitionVariableState
Ctor.
CONTEXTPROPDERIVED - Enum constant in enum class com.espertech.esper.common.client.meta.EventTypeTypeClass
A create-context for context properties event type.
ContextStateEvent - Class in com.espertech.esper.common.client.context
Context state event.
ContextStateEvent(String, String, String) - Constructor for class com.espertech.esper.common.client.context.ContextStateEvent
Ctor.
ContextStateEventContextActivated - Class in com.espertech.esper.common.client.context
Context state event indicating a context activated.
ContextStateEventContextActivated(String, String, String) - Constructor for class com.espertech.esper.common.client.context.ContextStateEventContextActivated
Ctor.
ContextStateEventContextCreated - Class in com.espertech.esper.common.client.context
Context state event indicating a new context created.
ContextStateEventContextCreated(String, String, String) - Constructor for class com.espertech.esper.common.client.context.ContextStateEventContextCreated
Ctor.
ContextStateEventContextDeactivated - Class in com.espertech.esper.common.client.context
Context state event indicating a context deactivated.
ContextStateEventContextDeactivated(String, String, String) - Constructor for class com.espertech.esper.common.client.context.ContextStateEventContextDeactivated
Ctor.
ContextStateEventContextDestroyed - Class in com.espertech.esper.common.client.context
Context state event indicating a context destroyed.
ContextStateEventContextDestroyed(String, String, String) - Constructor for class com.espertech.esper.common.client.context.ContextStateEventContextDestroyed
Ctor.
ContextStateEventContextPartition - Class in com.espertech.esper.common.client.context
Context partition state event.
ContextStateEventContextPartition(String, String, String, int) - Constructor for class com.espertech.esper.common.client.context.ContextStateEventContextPartition
Ctor.
ContextStateEventContextPartitionAllocated - Class in com.espertech.esper.common.client.context
Context partition state event indicating a context partition allocated.
ContextStateEventContextPartitionAllocated(String, String, String, int, ContextPartitionIdentifier) - Constructor for class com.espertech.esper.common.client.context.ContextStateEventContextPartitionAllocated
Ctor.
ContextStateEventContextPartitionDeallocated - Class in com.espertech.esper.common.client.context
Context partition state event indicating a context partition de-allocated.
ContextStateEventContextPartitionDeallocated(String, String, String, int) - Constructor for class com.espertech.esper.common.client.context.ContextStateEventContextPartitionDeallocated
Ctor.
ContextStateEventContextStatementAdded - Class in com.espertech.esper.common.client.context
Context partition state event indicating a statement added.
ContextStateEventContextStatementAdded(String, String, String, String, String) - Constructor for class com.espertech.esper.common.client.context.ContextStateEventContextStatementAdded
Ctor.
ContextStateEventContextStatementRemoved - Class in com.espertech.esper.common.client.context
Context partition state event indicating a statement removed.
ContextStateEventContextStatementRemoved(String, String, String, String, String) - Constructor for class com.espertech.esper.common.client.context.ContextStateEventContextStatementRemoved
Ctor.
ContextStateListener - Interface in com.espertech.esper.common.client.context
Listener for event in respect to context management.
copy() - Method in class com.espertech.esper.common.client.render.EventPropertyRendererContext
Copies context.
copy(AnnotationPart) - Method in class com.espertech.esper.common.client.soda.AnnotationPart
Copy annotation values.
COPYONWRITEARRAYLIST - Enum constant in enum class com.espertech.esper.common.client.type.EPTypePremade
CopyOnWriteArrayList
COPYONWRITEARRAYSET - Enum constant in enum class com.espertech.esper.common.client.type.EPTypePremade
CopyOnWriteArraySet
count(Expression) - Static method in class com.espertech.esper.common.client.soda.Expressions
Count aggregation function.
count(String) - Static method in class com.espertech.esper.common.client.soda.Expressions
Count aggregation function.
countDistinct(Expression) - Static method in class com.espertech.esper.common.client.soda.Expressions
Count aggregation function considering distinct values only.
countDistinct(String) - Static method in class com.espertech.esper.common.client.soda.Expressions
Count aggregation function considering distinct values only.
CountEverProjectionExpression - Class in com.espertech.esper.common.client.soda
Represents the "countever" aggregation function.
CountEverProjectionExpression() - Constructor for class com.espertech.esper.common.client.soda.CountEverProjectionExpression
Ctor.
CountEverProjectionExpression(boolean) - Constructor for class com.espertech.esper.common.client.soda.CountEverProjectionExpression
Ctor.
CountEverProjectionExpression(Expression, boolean) - Constructor for class com.espertech.esper.common.client.soda.CountEverProjectionExpression
Ctor.
CountMinSketchAgent - Interface in com.espertech.esper.common.client.util
For use with Count-min sketch aggregation functions: The agent implementation encapsulates transformation of value objects to byte-array and back (when needed), and may override or provide custom behavior.
CountMinSketchAgentContext - Class in com.espertech.esper.common.client.util
Count-min sketch base context object.
CountMinSketchAgentContext(CountMinSketchState) - Constructor for class com.espertech.esper.common.client.util.CountMinSketchAgentContext
Ctor.
CountMinSketchAgentContextAdd - Class in com.espertech.esper.common.client.util
Count-min sketch context object for add-operations.
CountMinSketchAgentContextAdd(CountMinSketchState) - Constructor for class com.espertech.esper.common.client.util.CountMinSketchAgentContextAdd
Ctor.
CountMinSketchAgentContextEstimate - Class in com.espertech.esper.common.client.util
Count-min sketch context object for estimate-operations.
CountMinSketchAgentContextEstimate(CountMinSketchState) - Constructor for class com.espertech.esper.common.client.util.CountMinSketchAgentContextEstimate
Ctor.
CountMinSketchAgentContextFromBytes - Class in com.espertech.esper.common.client.util
Count-min sketch context object for topk-operations.
CountMinSketchAgentContextFromBytes(CountMinSketchState) - Constructor for class com.espertech.esper.common.client.util.CountMinSketchAgentContextFromBytes
Ctor.
CountMinSketchAgentForge - Interface in com.espertech.esper.common.client.util
For use with Count-min sketch aggregation functions: The agent implementation encapsulates transformation of value objects to byte-array and back (when needed), and may override or provide custom behavior.
CountMinSketchAgentStringUTF16 - Class in com.espertech.esper.common.client.util
Count-min sketch agent that handles String-type values and uses UTF-16 encoding to transform strings to byte-array and back.
CountMinSketchAgentStringUTF16() - Constructor for class com.espertech.esper.common.client.util.CountMinSketchAgentStringUTF16
 
CountMinSketchAgentStringUTF16Forge - Class in com.espertech.esper.common.client.util
Count-min sketch agent that handles String-type values and uses UTF-16 encoding to transform strings to byte-array and back.
CountMinSketchAgentStringUTF16Forge() - Constructor for class com.espertech.esper.common.client.util.CountMinSketchAgentStringUTF16Forge
 
CountMinSketchTopK - Class in com.espertech.esper.common.client.util
Value object for count-min-sketch top-k.
CountMinSketchTopK(long, Object) - Constructor for class com.espertech.esper.common.client.util.CountMinSketchTopK
Ctor.
CountProjectionExpression - Class in com.espertech.esper.common.client.soda
Count of the (distinct) values returned by an expression, equivalent to "count(distinct property)"
CountProjectionExpression() - Constructor for class com.espertech.esper.common.client.soda.CountProjectionExpression
Ctor.
CountProjectionExpression(boolean) - Constructor for class com.espertech.esper.common.client.soda.CountProjectionExpression
Ctor - for use to create an expression tree, without inner expression
CountProjectionExpression(Expression, boolean) - Constructor for class com.espertech.esper.common.client.soda.CountProjectionExpression
Ctor - adds the expression to project.
countStar() - Static method in class com.espertech.esper.common.client.soda.Expressions
Count aggregation function not counting values, equivalent to "count(*)".
CountStarProjectionExpression - Class in com.espertech.esper.common.client.soda
Count of (distinct) rows, equivalent to "count(*)"
CountStarProjectionExpression() - Constructor for class com.espertech.esper.common.client.soda.CountStarProjectionExpression
Ctor - for use to create an expression tree, without inner expression.
cpuStatistics(boolean) - Method in class com.espertech.esper.common.client.dataflow.core.EPDataFlowInstantiationOptions
Sets indicator whether to collect CPU statistics.
create() - Static method in class com.espertech.esper.common.client.soda.ForClause
Creates an empty group-by clause, to add to via add methods.
create() - Static method in class com.espertech.esper.common.client.soda.FromClause
Creates an empty from-clause to which one adds streams via the add methods.
create() - Static method in class com.espertech.esper.common.client.soda.GroupByClause
Creates an empty group-by clause, to add to via add methods.
create() - Static method in class com.espertech.esper.common.client.soda.OnInsertSplitStreamClause
Creates an split-stream on-insert clause considering only the first where-clause that matches.
create() - Static method in class com.espertech.esper.common.client.soda.OrderByClause
Create an empty order-by clause.
create() - Static method in class com.espertech.esper.common.client.soda.SelectClause
Creates an empty select-clause to be added to via add methods.
create(boolean, String, String, String...) - Static method in class com.espertech.esper.common.client.soda.CreateIndexClause
Creates a clause to create a named window.
create(boolean, List<OnInsertSplitStreamItem>) - Static method in class com.espertech.esper.common.client.soda.OnInsertSplitStreamClause
Creates a split-stream on-insert clause from an indicator whether to consider the first of all where-clauses, and a list of items.
create(double) - Static method in class com.espertech.esper.common.client.soda.OutputLimitClause
Creates an output limit clause.
create(int) - Static method in class com.espertech.esper.common.client.soda.RowLimitClause
Creates a row limit clause.
create(int, int) - Static method in class com.espertech.esper.common.client.soda.RowLimitClause
Creates a row limit clause.
create(VirtualDataWindowContext) - Method in interface com.espertech.esper.common.client.hook.vdw.VirtualDataWindowFactory
Invoked for each context partition (or once if not using contexts), return a virtual data window to handle the specific event type, named window or paramaters as provided in the context.
create(Expression) - Static method in class com.espertech.esper.common.client.soda.OnSetClause
Creates a new on-set clause for setting variables, and adds a variable to set.
create(Expression) - Static method in class com.espertech.esper.common.client.soda.OutputLimitClause
Creates an output limit clause with a when-expression and optional then-assignment expressions to be added.
create(Expression...) - Static method in class com.espertech.esper.common.client.soda.GroupByClause
Creates a group-by clause from expressions.
create(Expression...) - Static method in class com.espertech.esper.common.client.soda.OrderByClause
Create an order-by clause.
create(Filter) - Static method in class com.espertech.esper.common.client.soda.FilterStream
Creates a stream using a filter that provides the event type name and filter expression to filter for.
create(Filter, String) - Static method in class com.espertech.esper.common.client.soda.FilterStream
Creates a stream using a filter that provides the event type name and filter expression to filter for.
create(ForClauseKeyword) - Static method in class com.espertech.esper.common.client.soda.ForClauseItem
Creates a for-clause with no expressions.
create(InsertIntoClause, SelectClause, Expression) - Static method in class com.espertech.esper.common.client.soda.OnInsertSplitStreamItem
Factory method for split-stream items.
create(InsertIntoClause, SelectClause, List<ContainedEventSelect>, String, Expression) - Static method in class com.espertech.esper.common.client.soda.OnInsertSplitStreamItem
Factory method for split-stream items.
create(OutputLimitSelector, double) - Static method in class com.espertech.esper.common.client.soda.OutputLimitClause
Creates an output limit clause.
create(OutputLimitSelector, TimePeriodExpression) - Static method in class com.espertech.esper.common.client.soda.OutputLimitClause
Creates an output limit clause.
create(OutputLimitSelector, String) - Static method in class com.espertech.esper.common.client.soda.OutputLimitClause
Creates an output limit clause.
create(PatternExpr) - Static method in class com.espertech.esper.common.client.soda.PatternStream
Creates a pattern stream from a pattern expression.
create(PatternExpr, String) - Static method in class com.espertech.esper.common.client.soda.PatternStream
Creates a named pattern stream from a pattern expression.
create(Stream...) - Static method in class com.espertech.esper.common.client.soda.FromClause
Creates a from clause that selects from a single stream.
create(Stream, OuterJoinQualifier, Stream) - Static method in class com.espertech.esper.common.client.soda.FromClause
Creates a from-clause that lists 2 projected streams joined via outer join.
create(StreamSelector) - Static method in class com.espertech.esper.common.client.soda.SelectClause
Creates an empty select-clause.
create(StreamSelector, String...) - Static method in class com.espertech.esper.common.client.soda.SelectClause
Creates a select-clause consisting of a list of property names.
create(TimePeriodExpression) - Static method in class com.espertech.esper.common.client.soda.OutputLimitClause
Creates an output limit clause.
create(String) - Static method in class com.espertech.esper.common.client.soda.Filter
Creates a filter to the given named event type.
create(String) - Static method in class com.espertech.esper.common.client.soda.FilterStream
Creates a stream of events of the given name.
create(String) - Static method in class com.espertech.esper.common.client.soda.InsertIntoClause
Creates the insert-into clause.
create(String) - Static method in class com.espertech.esper.common.client.soda.OutputLimitClause
Creates an output limit clause.
create(String) - Static method in class com.espertech.esper.common.client.soda.RowLimitClause
Creates a row limit clause.
create(String) - Static method in class com.espertech.esper.common.client.soda.View
Creates a view.
create(String...) - Static method in class com.espertech.esper.common.client.soda.GroupByClause
Creates a group-by clause from property names.
create(String...) - Static method in class com.espertech.esper.common.client.soda.OrderByClause
Create an order-by clause.
create(String...) - Static method in class com.espertech.esper.common.client.soda.SelectClause
Creates a select-clause consisting of a list of property names.
create(String, Expression) - Static method in class com.espertech.esper.common.client.soda.Filter
Creates a filter to the given named event type and filter expression.
create(String, Expression) - Static method in class com.espertech.esper.common.client.soda.FilterStream
Creates a stream of events of the given event type name and names that stream.
create(String, Expression) - Static method in class com.espertech.esper.common.client.soda.UpdateClause
Ctor.
create(String, Expression...) - Static method in class com.espertech.esper.common.client.soda.View
Creates a view.
create(String, View) - Static method in class com.espertech.esper.common.client.soda.CreateWindowClause
Creates a clause to create a named window.
create(String, View...) - Static method in class com.espertech.esper.common.client.soda.CreateWindowClause
Creates a clause to create a named window.
create(String, OuterJoinType, String) - Static method in class com.espertech.esper.common.client.soda.OuterJoinQualifier
Creates qualifier.
create(String, String) - Static method in class com.espertech.esper.common.client.soda.CreateVariableClause
Creates a create-variable syntax for declaring a variable.
create(String, String) - Static method in class com.espertech.esper.common.client.soda.FilterStream
Creates a stream of events of the given event type name and names that stream.
create(String, String) - Static method in class com.espertech.esper.common.client.soda.MethodInvocationStream
Creates a new method-invocation-based stream without parameters.
create(String, String) - Static method in class com.espertech.esper.common.client.soda.OnDeleteClause
Creates an on-delete clause.
create(String, String) - Static method in class com.espertech.esper.common.client.soda.OnSelectClause
Creates an on-select clause.
create(String, String) - Static method in class com.espertech.esper.common.client.soda.OnUpdateClause
Creates an on-update clause.
create(String, String) - Static method in class com.espertech.esper.common.client.soda.RowLimitClause
Creates a row limit clause.
create(String, String) - Static method in class com.espertech.esper.common.client.soda.SQLStream
Creates a new SQL-based stream.
create(String, String) - Static method in class com.espertech.esper.common.client.soda.View
Creates a view.
create(String, String...) - Static method in class com.espertech.esper.common.client.soda.InsertIntoClause
Creates the insert-into clause.
create(String, String[], StreamSelector) - Static method in class com.espertech.esper.common.client.soda.InsertIntoClause
Creates the insert-into clause.
create(String, String[], StreamSelector, Expression) - Static method in class com.espertech.esper.common.client.soda.InsertIntoClause
Creates the insert-into clause.
create(String, String, Expression) - Static method in class com.espertech.esper.common.client.soda.CreateVariableClause
Creates a create-variable syntax for declaring a variable.
create(String, String, Expression) - Static method in class com.espertech.esper.common.client.soda.FilterStream
Creates a stream of events of the given event type name and names that stream.
create(String, String, Expression...) - Static method in class com.espertech.esper.common.client.soda.View
Creates a view.
create(String, String, String) - Static method in class com.espertech.esper.common.client.soda.MethodInvocationStream
Creates a new method-invocation-based stream without parameters.
create(String, String, String) - Static method in class com.espertech.esper.common.client.soda.SQLStream
Creates a new SQL-based stream.
create(String, String, String...) - Static method in class com.espertech.esper.common.client.soda.CreateIndexClause
Creates a clause to create a named window.
create(String, String, String, String) - Static method in class com.espertech.esper.common.client.soda.SQLStream
Creates a new SQL-based stream.
create(String, String, List<Expression>) - Static method in class com.espertech.esper.common.client.soda.View
Creates a view.
create(String, String, List<OnMergeMatchItem>) - Static method in class com.espertech.esper.common.client.soda.OnMergeClause
Creates an on-update clause.
create(String, List<Expression>) - Static method in class com.espertech.esper.common.client.soda.View
Creates a view.
CREATE_CONTEXT - Enum constant in enum class com.espertech.esper.common.client.util.StatementType
Create-context statement.
CREATE_DATAFLOW - Enum constant in enum class com.espertech.esper.common.client.util.StatementType
Create-graph statement.
CREATE_EXPRESSION - Enum constant in enum class com.espertech.esper.common.client.util.StatementType
Create-expression statement.
CREATE_INDEX - Enum constant in enum class com.espertech.esper.common.client.util.StatementType
Create-index statement.
CREATE_SCHEMA - Enum constant in enum class com.espertech.esper.common.client.util.StatementType
Create-schema statement.
CREATE_TABLE - Enum constant in enum class com.espertech.esper.common.client.util.StatementType
Create a table statement.
CREATE_VARIABLE - Enum constant in enum class com.espertech.esper.common.client.util.StatementType
Create a variable statement.
CREATE_WINDOW - Enum constant in enum class com.espertech.esper.common.client.util.StatementType
Create a named window statement.
createAfter(int) - Static method in class com.espertech.esper.common.client.soda.OutputLimitClause
Create with after-only and number of events.
createAfter(TimePeriodExpression) - Static method in class com.espertech.esper.common.client.soda.OutputLimitClause
Create with after-only time period.
CreateClassClause - Class in com.espertech.esper.common.client.soda
Clause for creating an application-provided class for use across one or more statements.
CreateClassClause() - Constructor for class com.espertech.esper.common.client.soda.CreateClassClause
Ctor.
CreateClassClause(ClassProvidedExpression) - Constructor for class com.espertech.esper.common.client.soda.CreateClassClause
Ctor.
CreateClassClause(String) - Constructor for class com.espertech.esper.common.client.soda.CreateClassClause
Ctor.
CreateContextClause - Class in com.espertech.esper.common.client.soda
Create a context.
CreateContextClause() - Constructor for class com.espertech.esper.common.client.soda.CreateContextClause
Ctor.
CreateContextClause(String, ContextDescriptor) - Constructor for class com.espertech.esper.common.client.soda.CreateContextClause
Ctor.
CreateDataFlowClause - Class in com.espertech.esper.common.client.soda
Represents a create-variable syntax for creating a new variable.
CreateDataFlowClause() - Constructor for class com.espertech.esper.common.client.soda.CreateDataFlowClause
Ctor.
CreateDataFlowClause(String, List<CreateSchemaClause>, List<DataFlowOperator>) - Constructor for class com.espertech.esper.common.client.soda.CreateDataFlowClause
Ctor.
CreateExpressionClause - Class in com.espertech.esper.common.client.soda
Clause for creating an expression for use across one or more statements.
CreateExpressionClause() - Constructor for class com.espertech.esper.common.client.soda.CreateExpressionClause
Ctor.
CreateExpressionClause(ExpressionDeclaration) - Constructor for class com.espertech.esper.common.client.soda.CreateExpressionClause
Ctor.
CreateExpressionClause(ScriptExpression) - Constructor for class com.espertech.esper.common.client.soda.CreateExpressionClause
Ctor.
createFactory(VirtualDataWindowFactoryFactoryContext) - Method in interface com.espertech.esper.common.client.hook.vdw.VirtualDataWindowFactoryFactory
Return the virtual data window factory
CreateIndexClause - Class in com.espertech.esper.common.client.soda
Create an index on a named window.
CreateIndexClause() - Constructor for class com.espertech.esper.common.client.soda.CreateIndexClause
Ctor.
CreateIndexClause(String, String, String[]) - Constructor for class com.espertech.esper.common.client.soda.CreateIndexClause
Ctor.
CreateIndexClause(String, String, String[], boolean) - Constructor for class com.espertech.esper.common.client.soda.CreateIndexClause
Ctor.
CreateIndexClause(String, String, List<CreateIndexColumn>) - Constructor for class com.espertech.esper.common.client.soda.CreateIndexClause
Ctor.
CreateIndexClause(String, String, List<CreateIndexColumn>, boolean) - Constructor for class com.espertech.esper.common.client.soda.CreateIndexClause
Ctor.
CreateIndexColumn - Class in com.espertech.esper.common.client.soda
Create an index on a named window.
CreateIndexColumn() - Constructor for class com.espertech.esper.common.client.soda.CreateIndexColumn
Ctor.
CreateIndexColumn(String) - Constructor for class com.espertech.esper.common.client.soda.CreateIndexColumn
Ctor.
CreateIndexColumn(String, CreateIndexColumnType) - Constructor for class com.espertech.esper.common.client.soda.CreateIndexColumn
Ctor.
CreateIndexColumn(List<Expression>, String, List<Expression>) - Constructor for class com.espertech.esper.common.client.soda.CreateIndexColumn
Ctor
CreateIndexColumnType - Enum Class in com.espertech.esper.common.client.soda
Enumeration to represents the index type.
CREATEOBJECTNAME - Enum constant in enum class com.espertech.esper.common.client.util.StatementProperty
The name of the EPL-object created by the statement, of type String, or null if not applicable, i.e.
createOnDelete(String, String) - Static method in class com.espertech.esper.common.client.soda.OnClause
Creates an on-delete clause for deleting from a named window.
createOnInsertSplitStream() - Static method in class com.espertech.esper.common.client.soda.OnClause
Creates a split-stream clause.
createOnSelect(String, String) - Static method in class com.espertech.esper.common.client.soda.OnClause
Creates an on-select clause for selecting from a named window.
createOnSet(Expression) - Static method in class com.espertech.esper.common.client.soda.OnClause
Creates an on-set clause for setting variable values.
createOnUpdate(String, String, Expression) - Static method in class com.espertech.esper.common.client.soda.OnClause
Creates an on-update clause for updating a named window.
createSchedule(Expression[]) - Static method in class com.espertech.esper.common.client.soda.OutputLimitClause
Creates an output limit clause with a crontab 'at' schedule parameters, see FrequencyParameter and related.
CreateSchemaClause - Class in com.espertech.esper.common.client.soda
Represents a create-schema syntax for creating a new event type.
CreateSchemaClause() - Constructor for class com.espertech.esper.common.client.soda.CreateSchemaClause
Ctor.
CreateSchemaClause(String, List<SchemaColumnDesc>, Set<String>) - Constructor for class com.espertech.esper.common.client.soda.CreateSchemaClause
Ctor.
CreateSchemaClause(String, Set<String>, CreateSchemaClauseTypeDef) - Constructor for class com.espertech.esper.common.client.soda.CreateSchemaClause
Ctor.
CreateSchemaClause(String, Set<String>, List<SchemaColumnDesc>, Set<String>, CreateSchemaClauseTypeDef) - Constructor for class com.espertech.esper.common.client.soda.CreateSchemaClause
Ctor.
CreateSchemaClauseTypeDef - Enum Class in com.espertech.esper.common.client.soda
Represents a type definition for use with the create-schema syntax for creating a new event type.
createStreamWildcard(String) - Static method in class com.espertech.esper.common.client.soda.SelectClause
Creates a select-clause with a single stream wildcard selector (e.g.
CreateTableClause - Class in com.espertech.esper.common.client.soda
Represents a create-variable syntax for creating a new variable.
CreateTableClause() - Constructor for class com.espertech.esper.common.client.soda.CreateTableClause
Ctor.
CreateTableClause(String) - Constructor for class com.espertech.esper.common.client.soda.CreateTableClause
Ctor.
CreateTableClause(String, List<CreateTableColumn>) - Constructor for class com.espertech.esper.common.client.soda.CreateTableClause
Ctor.
CreateTableColumn - Class in com.espertech.esper.common.client.soda
Table column in a create-table statement.
CreateTableColumn() - Constructor for class com.espertech.esper.common.client.soda.CreateTableColumn
Ctor.
CreateTableColumn(String, Expression, String, List<AnnotationPart>, Boolean) - Constructor for class com.espertech.esper.common.client.soda.CreateTableColumn
Ctor.
CreateVariableClause - Class in com.espertech.esper.common.client.soda
Represents a create-variable syntax for creating a new variable.
CreateVariableClause() - Constructor for class com.espertech.esper.common.client.soda.CreateVariableClause
Ctor.
CreateVariableClause(String) - Constructor for class com.espertech.esper.common.client.soda.CreateVariableClause
Ctor.
CreateVariableClause(String, String, Expression, boolean) - Constructor for class com.espertech.esper.common.client.soda.CreateVariableClause
Ctor.
createWildcard() - Static method in class com.espertech.esper.common.client.soda.SelectClause
Creates a wildcard select-clause, additional expressions can still be added.
createWildcard(StreamSelector) - Static method in class com.espertech.esper.common.client.soda.SelectClause
Creates a wildcard select-clause, additional expressions can still be added.
CreateWindowClause - Class in com.espertech.esper.common.client.soda
Create a named window, defining the parameter of the named window such as window name and data window view name(s).
CreateWindowClause() - Constructor for class com.espertech.esper.common.client.soda.CreateWindowClause
Ctor.
CreateWindowClause(String, View[]) - Constructor for class com.espertech.esper.common.client.soda.CreateWindowClause
Ctor.
CreateWindowClause(String, List<View>) - Constructor for class com.espertech.esper.common.client.soda.CreateWindowClause
Ctor.
createWriter(Writer) - Method in class com.espertech.esper.common.client.json.minimaljson.PrettyPrint
 
createWriter(Writer) - Method in class com.espertech.esper.common.client.json.minimaljson.WriterConfig
 
CRONTAB_EXPRESSION - Enum constant in enum class com.espertech.esper.common.client.soda.OutputLimitUnit
The unit representing a crontab-at-expression.
CrontabFrequencyExpression - Class in com.espertech.esper.common.client.soda
Frequency expression for use in crontab expressions.
CrontabFrequencyExpression() - Constructor for class com.espertech.esper.common.client.soda.CrontabFrequencyExpression
Ctor.
CrontabFrequencyExpression(Expression) - Constructor for class com.espertech.esper.common.client.soda.CrontabFrequencyExpression
Ctor.
CrontabParameterExpression - Class in com.espertech.esper.common.client.soda
Parameter expression such as last/lastweek/weekday/wildcard for use in crontab expressions.
CrontabParameterExpression() - Constructor for class com.espertech.esper.common.client.soda.CrontabParameterExpression
Ctor.
CrontabParameterExpression(ScheduleItemType) - Constructor for class com.espertech.esper.common.client.soda.CrontabParameterExpression
Ctor.
CrontabParameterSetExpression - Class in com.espertech.esper.common.client.soda
An expression for use in crontab provides all child expression as part of a parameter list.
CrontabParameterSetExpression() - Constructor for class com.espertech.esper.common.client.soda.CrontabParameterSetExpression
Ctor.
CrontabRangeExpression - Class in com.espertech.esper.common.client.soda
Parameter expression for use in crontab expressions and representing a range.
CrontabRangeExpression() - Constructor for class com.espertech.esper.common.client.soda.CrontabRangeExpression
Ctor.
CrontabRangeExpression(Expression, Expression) - Constructor for class com.espertech.esper.common.client.soda.CrontabRangeExpression
Ctor.
crontabScheduleFrequency(int) - Static method in class com.espertech.esper.common.client.soda.Expressions
Creates a frequency cron parameter.
crontabScheduleItem(Integer, ScheduleItemType) - Static method in class com.espertech.esper.common.client.soda.Expressions
Creates a parameter of the given type and parameterized by a number.
crontabScheduleRange(int, int) - Static method in class com.espertech.esper.common.client.soda.Expressions
Creates a range cron parameter.
crontabScheduleWildcard() - Static method in class com.espertech.esper.common.client.soda.Expressions
Creates a wildcard parameter.
CurrentEvaluationContextExpression - Class in com.espertech.esper.common.client.soda
Current execution context supplies the current expression execution context.
CurrentEvaluationContextExpression() - Constructor for class com.espertech.esper.common.client.soda.CurrentEvaluationContextExpression
Ctor.
currentTimestamp() - Static method in class com.espertech.esper.common.client.soda.Expressions
Current system time supplies internal-timer provided time or the time provided by external timer events.
CurrentTimestampExpression - Class in com.espertech.esper.common.client.soda
Current timestamp supplies the current runtime time in an expression.
CurrentTimestampExpression() - Constructor for class com.espertech.esper.common.client.soda.CurrentTimestampExpression
Ctor.

D

databaseReferences - Variable in class com.espertech.esper.common.client.configuration.common.ConfigurationCommon
The class and package name imports that will be used to resolve partial class names.
DATAFLOW_OP - Enum constant in enum class com.espertech.esper.common.client.annotation.AuditEnum
For use with data flow (non-source and source) operators.
DATAFLOW_SOURCE - Enum constant in enum class com.espertech.esper.common.client.annotation.AuditEnum
For use with data flow source operators.
DATAFLOW_TRANSITION - Enum constant in enum class com.espertech.esper.common.client.annotation.AuditEnum
For use with data flows specifically for transitions.
DataFlowContext - Annotation Interface in com.espertech.esper.common.client.dataflow.annotations
Data flow field-level annotation for the field that receives the dataflow context
DATAFLOWDERIVED - Enum constant in enum class com.espertech.esper.common.client.meta.EventTypeTypeClass
A Dataflow derived event type.
dataFlowInstanceId(String) - Method in class com.espertech.esper.common.client.dataflow.core.EPDataFlowInstantiationOptions
Sets the data flow instance id
dataFlowInstanceUserObject(Object) - Method in class com.espertech.esper.common.client.dataflow.core.EPDataFlowInstantiationOptions
Sets the user object associated to the data flow instance.
DataFlowOperator - Class in com.espertech.esper.common.client.soda
Object model of a data flow operator declaration.
DataFlowOperator() - Constructor for class com.espertech.esper.common.client.soda.DataFlowOperator
Ctor.
DataFlowOperator(List<AnnotationPart>, String, List<DataFlowOperatorInput>, List<DataFlowOperatorOutput>, List<DataFlowOperatorParameter>) - Constructor for class com.espertech.esper.common.client.soda.DataFlowOperator
Ctor
DATAFLOWOPERATOR_IMPORT - Static variable in class com.espertech.esper.common.client.configuration.common.ConfigurationCommon
Import package for data flow operator forges.
DataFlowOperatorInput - Class in com.espertech.esper.common.client.soda
Represents an input port of an operator.
DataFlowOperatorInput() - Constructor for class com.espertech.esper.common.client.soda.DataFlowOperatorInput
Ctor.
DataFlowOperatorInput(List<String>, String) - Constructor for class com.espertech.esper.common.client.soda.DataFlowOperatorInput
Ctor.
DataFlowOperatorOutput - Class in com.espertech.esper.common.client.soda
Represents an output port of an operator.
DataFlowOperatorOutput() - Constructor for class com.espertech.esper.common.client.soda.DataFlowOperatorOutput
Ctor.
DataFlowOperatorOutput(String, List<DataFlowOperatorOutputType>) - Constructor for class com.espertech.esper.common.client.soda.DataFlowOperatorOutput
Ctor.
DataFlowOperatorOutputType - Class in com.espertech.esper.common.client.soda
Represents type information for data flow operators.
DataFlowOperatorOutputType() - Constructor for class com.espertech.esper.common.client.soda.DataFlowOperatorOutputType
Ctor.
DataFlowOperatorOutputType(boolean, String, List<DataFlowOperatorOutputType>) - Constructor for class com.espertech.esper.common.client.soda.DataFlowOperatorOutputType
Ctor.
DataFlowOperatorParameter - Class in com.espertech.esper.common.client.soda
Object model of a data flow operator parameter.
DataFlowOperatorParameter() - Constructor for class com.espertech.esper.common.client.soda.DataFlowOperatorParameter
Ctor.
DataFlowOperatorParameter(String, Object) - Constructor for class com.espertech.esper.common.client.soda.DataFlowOperatorParameter
Ctor.
DataFlowOpParameter - Annotation Interface in com.espertech.esper.common.client.dataflow.annotations
Annotation for use with data flow fields on operator forges to receive parameters
DataFlowOpPropertyHolder - Annotation Interface in com.espertech.esper.common.client.dataflow.annotations
Annotation for use with data flow fields on operator forges to receive additional properties
DataFlowOpProvideSignal - Annotation Interface in com.espertech.esper.common.client.dataflow.annotations
Annotation for use with data flow forges to indicate signal handling
DataFlowParameterResolution - Class in com.espertech.esper.common.client.dataflow.util
Utility for data flow parameter resolution that considers parameter providers that are passed in.
DataFlowParameterResolution() - Constructor for class com.espertech.esper.common.client.dataflow.util.DataFlowParameterResolution
 
DataFlowParameterValidation - Class in com.espertech.esper.common.client.dataflow.util
Utility for validation data flow forge parameters
DataFlowParameterValidation() - Constructor for class com.espertech.esper.common.client.dataflow.util.DataFlowParameterValidation
 
DATAINPUT - Enum constant in enum class com.espertech.esper.common.client.type.EPTypePremade
DataInput
DataInputOutputSerde<E> - Interface in com.espertech.esper.common.client.serde
Implementations read and write objects from/to the stream.
DataInputToObjectCollector - Interface in com.espertech.esper.common.client.dataflow.io
Collects an object from DataInput and emits the object to an emitter.
DataInputToObjectCollectorContext - Class in com.espertech.esper.common.client.dataflow.io
Context for use with DataInputToObjectCollector carries data input and emitter.
DataInputToObjectCollectorContext() - Constructor for class com.espertech.esper.common.client.dataflow.io.DataInputToObjectCollectorContext
 
DataInputToObjectCollectorSerializable - Class in com.espertech.esper.common.client.dataflow.io
Reads a Serializable from DataInput and emits the resulting object.
DataInputToObjectCollectorSerializable() - Constructor for class com.espertech.esper.common.client.dataflow.io.DataInputToObjectCollectorSerializable
 
DATAOUTPUT - Enum constant in enum class com.espertech.esper.common.client.type.EPTypePremade
DataOutput
DataSourceConnection(String, Properties) - Constructor for class com.espertech.esper.common.client.configuration.common.ConfigurationCommonDBRef.DataSourceConnection
Ctor.
DataSourceFactory(Properties, String) - Constructor for class com.espertech.esper.common.client.configuration.common.ConfigurationCommonDBRef.DataSourceFactory
Ctor.
DATE - Enum constant in enum class com.espertech.esper.common.client.type.EPTypePremade
Date
DATEARRAY - Enum constant in enum class com.espertech.esper.common.client.type.EPTypePremade
Date array
DATEFORMAT - Enum constant in enum class com.espertech.esper.common.client.type.EPTypePremade
DateFormat
DateTime - Class in com.espertech.esper.common.client.util
Utility class for date-time functions.
DateTime() - Constructor for class com.espertech.esper.common.client.util.DateTime
 
DATETIMEFORMATTER - Enum constant in enum class com.espertech.esper.common.client.type.EPTypePremade
DateTimeFormatter
DateTimeMethodDescriptor - Class in com.espertech.esper.common.client.hook.datetimemethod
Provides footprint information for date-time method extension.
DateTimeMethodDescriptor(DotMethodFP[]) - Constructor for class com.espertech.esper.common.client.hook.datetimemethod.DateTimeMethodDescriptor
Ctor.
DateTimeMethodForgeFactory - Interface in com.espertech.esper.common.client.hook.datetimemethod
Date-time method extension API for adding date-time methods.
DateTimeMethodInitializeContext - Class in com.espertech.esper.common.client.hook.datetimemethod
Context for use with the date-time method extension API
DateTimeMethodInitializeContext() - Constructor for class com.espertech.esper.common.client.hook.datetimemethod.DateTimeMethodInitializeContext
 
DateTimeMethodMode - Interface in com.espertech.esper.common.client.hook.datetimemethod
Describes to the compiler how it should manage code for the date-time method.
DateTimeMethodModeStaticMethod - Class in com.espertech.esper.common.client.hook.datetimemethod
Provides information about the public static method that implements the logic for the date-time method.
DateTimeMethodModeStaticMethod(Class, String) - Constructor for class com.espertech.esper.common.client.hook.datetimemethod.DateTimeMethodModeStaticMethod
Ctor.
DateTimeMethodOps - Interface in com.espertech.esper.common.client.hook.datetimemethod
Interface for use with date-time method operations.
DateTimeMethodOpsModify - Class in com.espertech.esper.common.client.hook.datetimemethod
For adding a date-time method that modifies the date-time value and that return a result of the same type as the date-time value.
DateTimeMethodOpsModify() - Constructor for class com.espertech.esper.common.client.hook.datetimemethod.DateTimeMethodOpsModify
Ctor.
DateTimeMethodOpsReformat - Class in com.espertech.esper.common.client.hook.datetimemethod
For adding a date-time method that reformats the date-time value returning a result of a different type as the date-time value.
DateTimeMethodOpsReformat() - Constructor for class com.espertech.esper.common.client.hook.datetimemethod.DateTimeMethodOpsReformat
Ctor.
DateTimeMethodValidateContext - Class in com.espertech.esper.common.client.hook.datetimemethod
Context for use with the date-time method extension API
DateTimeMethodValidateContext(DotMethodFP, StreamTypeService, DatetimeMethodDesc, List<ExprNode>, StatementRawInfo) - Constructor for class com.espertech.esper.common.client.hook.datetimemethod.DateTimeMethodValidateContext
Ctor.
days(Integer) - Method in class com.espertech.esper.common.client.util.TimePeriod
Ctor for chain.
DBDERIVED - Enum constant in enum class com.espertech.esper.common.client.meta.EventTypeTypeClass
A DB-access derived event type.
DEFAULT - Enum constant in enum class com.espertech.esper.common.client.configuration.common.ConfigurationCommonDBRef.MetadataOriginEnum
By default, get output column metadata from the prepared statement, unless an Oracle connection class is used in which case the behavior is SAMPLE.
DEFAULT - Enum constant in enum class com.espertech.esper.common.client.soda.OutputLimitSelector
Output all events of last interval.
DEFAULT_RUNTIME_URI - Static variable in class com.espertech.esper.runtime.client.EPRuntimeProvider
For the default runtime instance the URI value is "default".
DEFAULT_XMLLIKE_DATE_FORMAT - Static variable in class com.espertech.esper.common.client.util.DateTime
The default date-time format.
DEFAULT_XMLLIKE_DATE_FORMAT_WITH_ZONE - Static variable in class com.espertech.esper.common.client.util.DateTime
The default date-time format with time zone.
defaultNamespace() - Element in annotation interface com.espertech.esper.common.client.annotation.XMLSchema
The default namespace
deploy(EPCompiled) - Method in interface com.espertech.esper.runtime.client.EPDeploymentService
Deploy a compiled module and with the default options.
deploy(EPCompiled, DeploymentOptions) - Method in interface com.espertech.esper.runtime.client.EPDeploymentService
Deploy a compiled module and with the provided options.
DeploymentClassLoaderContext - Class in com.espertech.esper.runtime.client.option
Provides the environment to DeploymentClassLoaderOption.
DeploymentClassLoaderContext(ParentClassLoader, Configuration) - Constructor for class com.espertech.esper.runtime.client.option.DeploymentClassLoaderContext
Ctor.
DeploymentClassLoaderOption - Interface in com.espertech.esper.runtime.client.option
Implement this interface to provide a custom class loader for a deployment.
DeploymentOptions - Class in com.espertech.esper.runtime.client
DeploymentOptions() - Constructor for class com.espertech.esper.runtime.client.DeploymentOptions
 
DeploymentStateEvent - Class in com.espertech.esper.runtime.client
Deployment base event.
DeploymentStateEvent(String, String, String, EPStatement[], int) - Constructor for class com.espertech.esper.runtime.client.DeploymentStateEvent
Ctor
DeploymentStateEventDeployed - Class in com.espertech.esper.runtime.client
Deployment event indicating a deployment completed
DeploymentStateEventDeployed(String, String, String, EPStatement[], int) - Constructor for class com.espertech.esper.runtime.client.DeploymentStateEventDeployed
Ctor.
DeploymentStateEventUndeployed - Class in com.espertech.esper.runtime.client
Deployment event indicating a undeployment completed
DeploymentStateEventUndeployed(String, String, String, EPStatement[], int) - Constructor for class com.espertech.esper.runtime.client.DeploymentStateEventUndeployed
Ctor.
DeploymentStateListener - Interface in com.espertech.esper.runtime.client
Listener for events in respect to deployment and undeployment.
DEQUE - Enum constant in enum class com.espertech.esper.common.client.type.EPTypePremade
Deque
Description - Annotation Interface in com.espertech.esper.common.client.annotation
Annotation for use in EPL statements to add a description.
destroy() - Method in interface com.espertech.esper.common.client.hook.vdw.VirtualDataWindow
Called when the named window is stopped or destroyed.
destroy() - Method in interface com.espertech.esper.common.client.hook.vdw.VirtualDataWindowFactory
Invoked upon undeployment of the virtual data window.
destroy() - Method in interface com.espertech.esper.runtime.client.EPRuntime
Destroys the runtime.
destroy() - Method in interface com.espertech.esper.runtime.client.plugin.PluginLoader
Destroys adapter loader and adapters loaded.
destroy() - Method in interface com.espertech.esper.runtime.client.stage.EPStage
Destroy the stage.
destroy() - Method in interface com.espertech.esper.runtime.client.util.Adapter
Destroy the Adapter, stopping the sending of all events and releasing all the resources, and disallowing any further state changes on the Adapter.
destroy() - Method in class com.espertech.esper.runtime.client.util.AdapterStateManager
Transition into the DESTROYED state.
DESTROYED - Enum constant in enum class com.espertech.esper.runtime.client.util.AdapterState
Destroyed state.
DISABLE_OUTPUTLIMIT_OPT - Enum constant in enum class com.espertech.esper.common.client.annotation.HintEnum
For use with output rate limiting.
DISABLE_RECLAIM_GROUP - Enum constant in enum class com.espertech.esper.common.client.annotation.HintEnum
For use with group-by, disabled reclaim groups.
DISABLE_UNIQUE_IMPLICIT_IDX - Enum constant in enum class com.espertech.esper.common.client.annotation.HintEnum
For use everywhere where unique data window are used
DISABLE_WHEREEXPR_MOVETO_FILTER - Enum constant in enum class com.espertech.esper.common.client.annotation.HintEnum
For use everywhere where unique data window are used
DISABLE_WINDOW_SUBQUERY_INDEXSHARE - Enum constant in enum class com.espertech.esper.common.client.annotation.HintEnum
If ENABLE_WINDOW_SUBQUERY_INDEXSHARE is not specified for a named window (the default) then this instruction is ignored.
DISABLED - Enum constant in enum class com.espertech.esper.common.client.configuration.compiler.ConfigurationCompilerPlugInSingleRowFunction.FilterOptimizable
The runtime does not consider the single-row function for optimizing evaluation: The function gets evaluated for each event possibly multiple times.
DISABLED - Enum constant in enum class com.espertech.esper.common.client.configuration.compiler.ConfigurationCompilerPlugInSingleRowFunction.ValueCache
The default, the result of a single-row function is always computed anew.
disallowStateTransitions() - Method in class com.espertech.esper.runtime.client.util.AdapterStateManager
Disallow future state changes, and throw an IllegalStateTransitionException if they are attempted.
DISCRETE_DELIVERY - Enum constant in enum class com.espertech.esper.common.client.soda.ForClauseKeyword
Discrete delivery - listener receives invocation per event.
Disjunction - Class in com.espertech.esper.common.client.soda
Disjunction represents a logical OR allowing multiple sub-expressions to be connected by OR.
Disjunction() - Constructor for class com.espertech.esper.common.client.soda.Disjunction
Ctor - for use to create an expression tree, without child expression.
Disjunction(Expression, Expression, Expression...) - Constructor for class com.espertech.esper.common.client.soda.Disjunction
Ctor.
distinct() - Method in class com.espertech.esper.common.client.soda.SelectClause
Sets distinct to true.
distinct(boolean) - Method in class com.espertech.esper.common.client.soda.SelectClause
Sets distinct
DISTINCT_CASE_INSENSITIVE - Enum constant in enum class com.espertech.esper.common.client.util.PropertyResolutionStyle
Properties are matched if the names are identical.
divide(Expression, Expression) - Static method in class com.espertech.esper.common.client.soda.Expressions
Division.
divide(String, String) - Static method in class com.espertech.esper.common.client.soda.Expressions
Division.
doConfigure(ConfigurationCommon, Element) - Static method in class com.espertech.esper.common.client.configuration.common.ConfigurationCommonParser
Configure the common section from a provided element
doConfigure(ConfigurationCompiler, Element) - Static method in class com.espertech.esper.common.client.configuration.compiler.ConfigurationCompilerParser
Configure the compiler section from a provided element
doConfigure(ConfigurationRuntime, Element) - Static method in class com.espertech.esper.common.client.configuration.runtime.ConfigurationRuntimeParser
Configure the runtime section from a provided element
DotExpression - Class in com.espertech.esper.common.client.soda
Dot-expresson is for use in "(inner_expression).dot_expression".
DotExpression() - Constructor for class com.espertech.esper.common.client.soda.DotExpression
Ctor.
DotExpression(Expression) - Constructor for class com.espertech.esper.common.client.soda.DotExpression
Ctor.
DotExpressionItem - Class in com.espertech.esper.common.client.soda
Dot-expresson item is for use in "root_expression.dot_expression".
DotExpressionItem() - Constructor for class com.espertech.esper.common.client.soda.DotExpressionItem
Ctor.
DotExpressionItemArray - Class in com.espertech.esper.common.client.soda
Dot-expresson item representing an array operation.
DotExpressionItemArray() - Constructor for class com.espertech.esper.common.client.soda.DotExpressionItemArray
Ctor.
DotExpressionItemArray(List<Expression>) - Constructor for class com.espertech.esper.common.client.soda.DotExpressionItemArray
Ctor.
DotExpressionItemCall - Class in com.espertech.esper.common.client.soda
Dot-expresson item representing a call that has an name and parameters.
DotExpressionItemCall() - Constructor for class com.espertech.esper.common.client.soda.DotExpressionItemCall
Ctor.
DotExpressionItemCall(String, List<Expression>) - Constructor for class com.espertech.esper.common.client.soda.DotExpressionItemCall
Ctor.
DotExpressionItemName - Class in com.espertech.esper.common.client.soda
Dot-expresson item representing an identifier without parameters.
DotExpressionItemName() - Constructor for class com.espertech.esper.common.client.soda.DotExpressionItemName
Ctor.
DotExpressionItemName(String) - Constructor for class com.espertech.esper.common.client.soda.DotExpressionItemName
Ctor.
DOUBLEBOXED - Enum constant in enum class com.espertech.esper.common.client.type.EPTypePremade
Double
DOUBLEBOXEDARRAY - Enum constant in enum class com.espertech.esper.common.client.type.EPTypePremade
Double[]
DOUBLEBOXEDARRAYARRAY - Enum constant in enum class com.espertech.esper.common.client.type.EPTypePremade
Double[][]
DOUBLEPRIMITIVE - Enum constant in enum class com.espertech.esper.common.client.type.EPTypePremade
double
DOUBLEPRIMITIVEARRAY - Enum constant in enum class com.espertech.esper.common.client.type.EPTypePremade
double[]
DOUBLEPRIMITIVEARRAYARRAY - Enum constant in enum class com.espertech.esper.common.client.type.EPTypePremade
double[][]
DriverManagerConnection(String, String, String, String) - Constructor for class com.espertech.esper.common.client.configuration.common.ConfigurationCommonDBRef.DriverManagerConnection
Ctor.
DriverManagerConnection(String, String, String, String, Properties) - Constructor for class com.espertech.esper.common.client.configuration.common.ConfigurationCommonDBRef.DriverManagerConnection
Ctor.
DriverManagerConnection(String, String, Properties) - Constructor for class com.espertech.esper.common.client.configuration.common.ConfigurationCommonDBRef.DriverManagerConnection
Ctor.
Drop - Annotation Interface in com.espertech.esper.common.client.annotation
An execution directive for use in an EPL statement, that causes processing of an event to stop after the EPL statement marked with @Drop has processed the event, applicable only if multiple statements must process the same event.
dynamic() - Element in annotation interface com.espertech.esper.common.client.annotation.JsonSchema
Flag indicating whether to discard unrecognized property names (the default, false, i.e.

E

ENABLE_OUTPUTLIMIT_OPT - Enum constant in enum class com.espertech.esper.common.client.annotation.HintEnum
For use with output rate limiting.
ENABLE_WINDOW_SUBQUERY_INDEXSHARE - Enum constant in enum class com.espertech.esper.common.client.annotation.HintEnum
For use with create-named-window statements only, to indicate that statements that subquery the named window use named window data structures (unless the subquery statement specifies below DISBABLE hint and as listed below).
ENABLED - Enum constant in enum class com.espertech.esper.common.client.configuration.compiler.ConfigurationCompilerPlugInSingleRowFunction.FilterOptimizable
The runtime considers the single-row function for optimizing evaluation: The function gets evaluated only once per event.
ENABLED - Enum constant in enum class com.espertech.esper.common.client.configuration.compiler.ConfigurationCompilerPlugInSingleRowFunction.ValueCache
Causes the runtime to not actually invoke the single-row function and instead return a cached precomputed value when all parameters are constants or there are no parameters.
endArray(A) - Method in class com.espertech.esper.common.client.json.minimaljson.JsonHandler
Indicates the end of an array in the JSON input.
endArrayValue(A) - Method in class com.espertech.esper.common.client.json.minimaljson.JsonHandler
Indicates the end of an array element in the JSON input.
endBoolean(boolean) - Method in class com.espertech.esper.common.client.json.minimaljson.JsonHandler
Indicates the end of a boolean literal (true or false) in the JSON input.
endDataFlowOperatorConfig(StringWriter) - Method in class com.espertech.esper.common.client.soda.EPStatementFormatter
 
endDataFlowOperatorDetails(StringWriter) - Method in class com.espertech.esper.common.client.soda.EPStatementFormatter
 
endNull() - Method in class com.espertech.esper.common.client.json.minimaljson.JsonHandler
Indicates the end of a null literal in the JSON input.
endNumber(String) - Method in class com.espertech.esper.common.client.json.minimaljson.JsonHandler
Indicates the end of a number in the JSON input.
endObject(O) - Method in class com.espertech.esper.common.client.json.minimaljson.JsonHandler
Indicates the end of an object in the JSON input.
endObjectName(O, String) - Method in class com.espertech.esper.common.client.json.minimaljson.JsonHandler
Indicates the end of an object member name in the JSON input.
endObjectValue(O, String) - Method in class com.espertech.esper.common.client.json.minimaljson.JsonHandler
Indicates the end of an object member value in the JSON input.
endString(String) - Method in class com.espertech.esper.common.client.json.minimaljson.JsonHandler
Indicates the end of a string in the JSON input.
enter(Object) - Method in interface com.espertech.esper.common.client.hook.aggfunc.AggregationFunction
Apply the value as entering aggregation (entering window).
ENUMDERIVED - Enum constant in enum class com.espertech.esper.common.client.meta.EventTypeTypeClass
An enum-method derived event type.
EnumMethodDescriptor - Class in com.espertech.esper.common.client.hook.enummethod
Provides footprint information for enumeration method extension.
EnumMethodDescriptor(DotMethodFP[]) - Constructor for class com.espertech.esper.common.client.hook.enummethod.EnumMethodDescriptor
Ctor.
EnumMethodForgeFactory - Interface in com.espertech.esper.common.client.hook.enummethod
Enumeration method extension API for adding enum-methods.
EnumMethodInitializeContext - Class in com.espertech.esper.common.client.hook.enummethod
Context for use with the date-time method extension API
EnumMethodInitializeContext() - Constructor for class com.espertech.esper.common.client.hook.enummethod.EnumMethodInitializeContext
 
EnumMethodLambdaParameterDescriptor - Class in com.espertech.esper.common.client.hook.enummethod
For use with lambda parameters, the descriptor identifies a specific lambda parameter.
EnumMethodLambdaParameterDescriptor(int, int) - Constructor for class com.espertech.esper.common.client.hook.enummethod.EnumMethodLambdaParameterDescriptor
Ctor.
EnumMethodLambdaParameterType - Interface in com.espertech.esper.common.client.hook.enummethod
Lambda parameter type defines what value "v" assumes in an expression such as mymethod(v => ...), or what value "a" or "b" assume in an expression such as mymethod( (a,b) => ...).
EnumMethodLambdaParameterTypeIndex - Class in com.espertech.esper.common.client.hook.enummethod
A lambda parameter that assumes an index value.
EnumMethodLambdaParameterTypeSize - Class in com.espertech.esper.common.client.hook.enummethod
A lambda parameter that assumes the size value.
EnumMethodLambdaParameterTypeStateGetter - Class in com.espertech.esper.common.client.hook.enummethod
A lambda parameter that assumes a value of the given type and that originates from the state object by calling the provided getter-method.
EnumMethodLambdaParameterTypeStateGetter(EPType, String) - Constructor for class com.espertech.esper.common.client.hook.enummethod.EnumMethodLambdaParameterTypeStateGetter
Ctor.
EnumMethodLambdaParameterTypeValue - Class in com.espertech.esper.common.client.hook.enummethod
A lambda parameter that assumes the value itself.
EnumMethodMode - Interface in com.espertech.esper.common.client.hook.enummethod
Describes to the compiler how it should manage code for the enumeration method.
EnumMethodModeStaticMethod - Class in com.espertech.esper.common.client.hook.enummethod
Provides information about the public static method that implements the logic for the enumeration method.
EnumMethodModeStaticMethod() - Constructor for class com.espertech.esper.common.client.hook.enummethod.EnumMethodModeStaticMethod
Ctor.
EnumMethodModeStaticMethod(EPTypeClass, Class, String, EPChainableType, boolean) - Constructor for class com.espertech.esper.common.client.hook.enummethod.EnumMethodModeStaticMethod
Ctor.
EnumMethodState - Interface in com.espertech.esper.common.client.hook.enummethod
Interface for state-providing classes for use with enumeration method extension
EnumMethodValidateContext - Class in com.espertech.esper.common.client.hook.enummethod
Context for use with the enumeration method extension API
EnumMethodValidateContext(DotMethodFP, EventType, EPTypeClass, StreamTypeService, EnumMethodEnum, List<ExprNode>, StatementRawInfo) - Constructor for class com.espertech.esper.common.client.hook.enummethod.EnumMethodValidateContext
Ctor.
EPAssertionUtil - Class in com.espertech.esper.common.client.scopetest
Assertion methods for event processing applications.
EPAssertionUtil() - Constructor for class com.espertech.esper.common.client.scopetest.EPAssertionUtil
 
EPAssertionUtil.AssertionCollectionValueString - Interface in com.espertech.esper.common.client.scopetest
Callback for extracting individual collection items for assertion.
EPBaseNamedObject - Class in com.espertech.esper.common.client.soda
Base class for named runtime objects such as views, patterns guards and observers.
EPBaseNamedObject() - Constructor for class com.espertech.esper.common.client.soda.EPBaseNamedObject
Ctor.
EPBaseNamedObject(String, String, List<Expression>) - Constructor for class com.espertech.esper.common.client.soda.EPBaseNamedObject
Ctor.
EPCompiled - Class in com.espertech.esper.common.client
The byte code and manifest of a compile EPL module or EPL fire-and-forget query.
EPCompiled(Map<String, byte[]>, EPCompiledManifest) - Constructor for class com.espertech.esper.common.client.EPCompiled
Ctor.
EPCompiledIOUtil - Class in com.espertech.esper.compiler.client.util
IO-related utilized for EPCompiled
EPCompiledIOUtil() - Constructor for class com.espertech.esper.compiler.client.util.EPCompiledIOUtil
 
EPCompiledManifest - Class in com.espertech.esper.common.client
Manifest is part of the EPCompiled and provides information for the runtime that allows it to use the byte code.
EPCompiledManifest(String, String, String, boolean) - Constructor for class com.espertech.esper.common.client.EPCompiledManifest
Ctor.
EPCompileException - Exception in com.espertech.esper.compiler.client
Indicates an exception compiling a module or fire-and-forget query
EPCompileException(String) - Constructor for exception com.espertech.esper.compiler.client.EPCompileException
Ctor.
EPCompileException(String, Throwable) - Constructor for exception com.espertech.esper.compiler.client.EPCompileException
Ctor
EPCompileException(String, Throwable, List<EPCompileExceptionItem>) - Constructor for exception com.espertech.esper.compiler.client.EPCompileException
Ctor
EPCompileExceptionItem - Exception in com.espertech.esper.compiler.client
Exception information.
EPCompileExceptionItem(String, Throwable, String, int) - Constructor for exception com.espertech.esper.compiler.client.EPCompileExceptionItem
Ctor.
EPCompileExceptionSyntaxItem - Exception in com.espertech.esper.compiler.client
Indicates a syntax exception
EPCompileExceptionSyntaxItem(String, Throwable, String, int) - Constructor for exception com.espertech.esper.compiler.client.EPCompileExceptionSyntaxItem
Ctor.
EPCompiler - Interface in com.espertech.esper.compiler.client
The EPL compiler compiles EPL text as well as object models to byte code.
EPCompilerPathable - Interface in com.espertech.esper.common.client
Marker interface for an object containing information that can be added to the compiler path
EPCompilerProvider - Class in com.espertech.esper.compiler.client
Provides compiler instances.
EPCompilerProvider() - Constructor for class com.espertech.esper.compiler.client.EPCompilerProvider
 
EPContextPartitionService - Interface in com.espertech.esper.common.client.context
Service interface for administration of contexts and context partitions.
EPDataFlowAlreadyExistsException - Exception in com.espertech.esper.common.client.dataflow.core
Thrown to indicate a data flow saved configuration already exists.
EPDataFlowAlreadyExistsException(String) - Constructor for exception com.espertech.esper.common.client.dataflow.core.EPDataFlowAlreadyExistsException
Ctor.
EPDataFlowCancellationException - Exception in com.espertech.esper.common.client.dataflow.core
Indicates cancellation of a data flow instance.
EPDataFlowCancellationException(String, String) - Constructor for exception com.espertech.esper.common.client.dataflow.core.EPDataFlowCancellationException
Ctor.
EPDataFlowCancellationException(String, Throwable, String) - Constructor for exception com.espertech.esper.common.client.dataflow.core.EPDataFlowCancellationException
Ctor.
EPDataFlowCancellationException(Throwable, String) - Constructor for exception com.espertech.esper.common.client.dataflow.core.EPDataFlowCancellationException
Ctor.
EPDataFlowDescriptor - Class in com.espertech.esper.common.client.dataflow.core
Data flow descriptor.
EPDataFlowDescriptor(String, String, String) - Constructor for class com.espertech.esper.common.client.dataflow.core.EPDataFlowDescriptor
Ctor.
EPDataFlowEmitterOperator - Interface in com.espertech.esper.common.client.dataflow.core
Emitter for use with data flow operators
EPDataFlowEPStatementFilter - Interface in com.espertech.esper.common.client.dataflow.core
Filter for use with the EPStatementSource operator.
EPDataFlowEPStatementFilterContext - Class in com.espertech.esper.common.client.dataflow.core
Context object for filter for use with the EPStatementSource operator.
EPDataFlowEPStatementFilterContext(String, String, Object) - Constructor for class com.espertech.esper.common.client.dataflow.core.EPDataFlowEPStatementFilterContext
Ctor.
EPDataFlowEventBeanCollector - Interface in com.espertech.esper.common.client.dataflow.core
Collector for use with the EventBusSource operator.
EPDataFlowEventBeanCollectorContext - Class in com.espertech.esper.common.client.dataflow.core
For use with EPDataFlowEventBeanCollector provides collection context.
EPDataFlowEventBeanCollectorContext(EPDataFlowEmitter, boolean, EventBean) - Constructor for class com.espertech.esper.common.client.dataflow.core.EPDataFlowEventBeanCollectorContext
Ctor.
EPDataFlowEventCollector - Interface in com.espertech.esper.common.client.dataflow.core
Collector for use with the EventBusSink operator.
EPDataFlowEventCollectorContext - Class in com.espertech.esper.common.client.dataflow.core
For use with EPDataFlowEventCollector provides collection context.
EPDataFlowEventCollectorContext(EventServiceSendEventCommon, Object) - Constructor for class com.espertech.esper.common.client.dataflow.core.EPDataFlowEventCollectorContext
Ctor.
EPDataFlowExceptionContext - Class in com.espertech.esper.common.client.dataflow.core
Context for use with EPDataFlowExceptionHandler.
EPDataFlowExceptionContext(String, String, Object, Object, Throwable) - Constructor for class com.espertech.esper.common.client.dataflow.core.EPDataFlowExceptionContext
Ctor.
EPDataFlowExceptionHandler - Interface in com.espertech.esper.common.client.dataflow.core
Handler for exceptions thrown by data flow operators.
EPDataFlowExecutionException - Exception in com.espertech.esper.common.client.dataflow.core
Thrown to indicate a data flow execution exception.
EPDataFlowExecutionException(String, String) - Constructor for exception com.espertech.esper.common.client.dataflow.core.EPDataFlowExecutionException
Ctor.
EPDataFlowExecutionException(String, Throwable, String) - Constructor for exception com.espertech.esper.common.client.dataflow.core.EPDataFlowExecutionException
Ctor.
EPDataFlowExecutionException(Throwable, String) - Constructor for exception com.espertech.esper.common.client.dataflow.core.EPDataFlowExecutionException
Ctor.
EPDataFlowInstance - Interface in com.espertech.esper.common.client.dataflow.core
Data flow instanve.
EPDataFlowInstanceCaptive - Class in com.espertech.esper.common.client.dataflow.core
Holder for captive data flow execution.
EPDataFlowInstanceCaptive(Map<String, EPDataFlowEmitterOperator>, List<GraphSourceRunnable>) - Constructor for class com.espertech.esper.common.client.dataflow.core.EPDataFlowInstanceCaptive
Ctor.
EPDataFlowInstanceOperatorStat - Class in com.espertech.esper.common.client.dataflow.core
Statistics holder for data flow instances.
EPDataFlowInstanceOperatorStat(String, String, int, long, long[], long, long[]) - Constructor for class com.espertech.esper.common.client.dataflow.core.EPDataFlowInstanceOperatorStat
Ctor.
EPDataFlowInstanceStatistics - Interface in com.espertech.esper.common.client.dataflow.core
Interface for statictics of data flow instance.
EPDataFlowInstantiationException - Exception in com.espertech.esper.common.client.dataflow.core
Indicates an exception instantiating a data flow.
EPDataFlowInstantiationException(String) - Constructor for exception com.espertech.esper.common.client.dataflow.core.EPDataFlowInstantiationException
Ctor.
EPDataFlowInstantiationException(String, Throwable) - Constructor for exception com.espertech.esper.common.client.dataflow.core.EPDataFlowInstantiationException
Ctor.
EPDataFlowInstantiationException(Throwable) - Constructor for exception com.espertech.esper.common.client.dataflow.core.EPDataFlowInstantiationException
Ctor.
EPDataFlowInstantiationOptions - Class in com.espertech.esper.common.client.dataflow.core
Options for use when instantiating a data flow in EPDataFlowService.
EPDataFlowInstantiationOptions() - Constructor for class com.espertech.esper.common.client.dataflow.core.EPDataFlowInstantiationOptions
 
EPDataFlowIRStreamCollector - Interface in com.espertech.esper.common.client.dataflow.core
Collector for use with the EPStatementSource operator.
EPDataFlowIRStreamCollectorContext - Class in com.espertech.esper.common.client.dataflow.core
Context for use with EPDataFlowIRStreamCollector.
EPDataFlowIRStreamCollectorContext(EPDataFlowEmitter, boolean, EventBean[], EventBean[], Object, Object) - Constructor for class com.espertech.esper.common.client.dataflow.core.EPDataFlowIRStreamCollectorContext
Ctor.
EPDataFlowNotFoundException - Exception in com.espertech.esper.common.client.dataflow.core
Thrown to indicate a data flow is not found.
EPDataFlowNotFoundException(String) - Constructor for exception com.espertech.esper.common.client.dataflow.core.EPDataFlowNotFoundException
Ctor.
EPDataFlowOperatorParameterProvider - Interface in com.espertech.esper.common.client.dataflow.core
Handles setting or overriding properties for operators in a data flow.
EPDataFlowOperatorParameterProviderContext - Class in com.espertech.esper.common.client.dataflow.core
Context for use with EPDataFlowOperatorParameterProvider describes the operator and parameters to provide.
EPDataFlowOperatorParameterProviderContext(DataFlowOpInitializeContext, String) - Constructor for class com.espertech.esper.common.client.dataflow.core.EPDataFlowOperatorParameterProviderContext
Ctor.
EPDataFlowOperatorProvider - Interface in com.espertech.esper.common.client.dataflow.core
For use in data flow instantiation, may provide operator instances.
EPDataFlowOperatorProviderContext - Class in com.espertech.esper.common.client.dataflow.core
Context for use with EPDataFlowOperatorProvider.
EPDataFlowOperatorProviderContext(String, String, DataFlowOperatorFactory) - Constructor for class com.espertech.esper.common.client.dataflow.core.EPDataFlowOperatorProviderContext
Ctor.
EPDataFlowSavedConfiguration - Class in com.espertech.esper.common.client.dataflow.core
A data flow configuration is just a configuration name, a data flow name and an instantiation options object.
EPDataFlowSavedConfiguration(String, String, String, EPDataFlowInstantiationOptions) - Constructor for class com.espertech.esper.common.client.dataflow.core.EPDataFlowSavedConfiguration
Ctor.
EPDataFlowService - Interface in com.espertech.esper.common.client.dataflow.core
Data flow runtime for instantiating data flows.
EPDataFlowSignal - Interface in com.espertech.esper.common.client.dataflow.util
Base marker interface for data flow signals.
EPDataFlowSignalFinalMarker - Interface in com.espertech.esper.common.client.dataflow.util
Final marker for data flows.
EPDataFlowSignalWindowMarker - Interface in com.espertech.esper.common.client.dataflow.util
Window marker for data flows.
EPDataFlowState - Enum Class in com.espertech.esper.common.client.dataflow.core
Data flow instance states.
EPDeployDeploymentExistsException - Exception in com.espertech.esper.runtime.client
Deploy exception to indicate that a deployment by the same deployment id already exists
EPDeployDeploymentExistsException(String, int) - Constructor for exception com.espertech.esper.runtime.client.EPDeployDeploymentExistsException
Ctor.
EPDeployDeploymentVersionException - Exception in com.espertech.esper.runtime.client
Deploy exception to indicate that the compiler version mismatches
EPDeployDeploymentVersionException(String, Exception, int) - Constructor for exception com.espertech.esper.runtime.client.EPDeployDeploymentVersionException
Ctor.
EPDeployException - Exception in com.espertech.esper.runtime.client
EPDeployException(String, int) - Constructor for exception com.espertech.esper.runtime.client.EPDeployException
Ctor.
EPDeployException(String, Throwable, int) - Constructor for exception com.espertech.esper.runtime.client.EPDeployException
Ctor.
EPDeployException(Throwable, int) - Constructor for exception com.espertech.esper.runtime.client.EPDeployException
Ctor.
EPDeployLockException - Exception in com.espertech.esper.runtime.client
Deploy exception to indicate a problem taking the necessary lock
EPDeployLockException(String, Throwable) - Constructor for exception com.espertech.esper.runtime.client.EPDeployLockException
Ctor
EPDeployment - Class in com.espertech.esper.runtime.client
Represents a deployment.
EPDeployment(String, String, Map<ModuleProperty, Object>, EPStatement[], String[], Date) - Constructor for class com.espertech.esper.runtime.client.EPDeployment
Ctor.
EPDeploymentDependencyConsumed - Class in com.espertech.esper.runtime.client
Provides information about EPL objects that a deployment consumes (requires, depends on, refers to) from other deployments.
EPDeploymentDependencyConsumed(Collection<EPDeploymentDependencyConsumed.Item>) - Constructor for class com.espertech.esper.runtime.client.EPDeploymentDependencyConsumed
Ctor.
EPDeploymentDependencyConsumed.Item - Class in com.espertech.esper.runtime.client
Information about EPL objects consumed by another deployment.
EPDeploymentDependencyProvided - Class in com.espertech.esper.runtime.client
Provides information about EPL objects that a deployment provides to other deployments.
EPDeploymentDependencyProvided(Collection<EPDeploymentDependencyProvided.Item>) - Constructor for class com.espertech.esper.runtime.client.EPDeploymentDependencyProvided
Ctor.
EPDeploymentDependencyProvided.Item - Class in com.espertech.esper.runtime.client
Information about EPL Objects provided by the deployment
EPDeploymentRollout - Class in com.espertech.esper.runtime.client
Contains the result of a rollout as described in EPDeploymentService.rollout(Collection, RolloutOptions), captures the rollout result wherein the deployment result of each compilation unit is provided by EPDeploymentRolloutItem.
EPDeploymentRollout(EPDeploymentRolloutItem[]) - Constructor for class com.espertech.esper.runtime.client.EPDeploymentRollout
Ctor.
EPDeploymentRolloutCompiled - Class in com.espertech.esper.runtime.client
For use with rollout as described in EPDeploymentService.rollout(Collection, RolloutOptions), for passing a compilation unit and the deployment options for the compilation unit.
EPDeploymentRolloutCompiled(EPCompiled) - Constructor for class com.espertech.esper.runtime.client.EPDeploymentRolloutCompiled
Ctor, assumes default deployment options
EPDeploymentRolloutCompiled(EPCompiled, DeploymentOptions) - Constructor for class com.espertech.esper.runtime.client.EPDeploymentRolloutCompiled
Ctor.
EPDeploymentRolloutItem - Class in com.espertech.esper.runtime.client
The result item of a rollout as described in EPDeploymentService.rollout(Collection, RolloutOptions), captures the rollout result of a single compilation unit that was deployed as part of a rollout.
EPDeploymentRolloutItem(EPDeployment) - Constructor for class com.espertech.esper.runtime.client.EPDeploymentRolloutItem
Ctor.
EPDeploymentService - Interface in com.espertech.esper.runtime.client
Service for deploying and undeploying modules and obtaining information about current deployments and statements.
EPDeployPreconditionException - Exception in com.espertech.esper.runtime.client
Deploy exception to indicate that a precondition is not satisfied
EPDeployPreconditionException(String, int) - Constructor for exception com.espertech.esper.runtime.client.EPDeployPreconditionException
Ctor.
EPDeployPreconditionException(String, Throwable, int) - Constructor for exception com.espertech.esper.runtime.client.EPDeployPreconditionException
Ctor.
EPDeploySubstitutionParameterException - Exception in com.espertech.esper.runtime.client
Deploy exception to indicate that substitution parameter values have not been provided
EPDeploySubstitutionParameterException(String, int) - Constructor for exception com.espertech.esper.runtime.client.EPDeploySubstitutionParameterException
Ctor
EPDeploySubstitutionParameterException(String, Throwable, int) - Constructor for exception com.espertech.esper.runtime.client.EPDeploySubstitutionParameterException
Ctor.
EPEventService - Interface in com.espertech.esper.runtime.client
Service for processing events and advancing time.
EPEventServiceRouteEvent - Interface in com.espertech.esper.runtime.client
Service for processing events that originate from listeners, subscribers or other extension code.
EPEventServiceSendEvent - Interface in com.espertech.esper.runtime.client
Service for processing events.
EPEventServiceTimeControl - Interface in com.espertech.esper.runtime.client
Service for advancing and controlling time.
EPEventTypeRuntime - Interface in com.espertech.esper.common.client.render
Provider for rendering services of EventBean events.
EPEventTypeService - Interface in com.espertech.esper.runtime.client
Service for managing event types.
EPException - Exception in com.espertech.esper.common.client
This exception is thrown to indicate a problem in administration and runtime.
EPException(String) - Constructor for exception com.espertech.esper.common.client.EPException
Ctor.
EPException(String, Throwable) - Constructor for exception com.espertech.esper.common.client.EPException
Ctor for an inner exception and message.
EPException(Throwable) - Constructor for exception com.espertech.esper.common.client.EPException
Ctor - just an inner exception.
EPFireAndForgetPreparedQuery - Interface in com.espertech.esper.common.client.fireandforget
Interface for a prepared on-demand query that can be executed multiple times.
EPFireAndForgetPreparedQueryParameterized - Interface in com.espertech.esper.common.client.fireandforget
Parameter holder for parameterized on-demand queries that are prepared with substitution parameters and that can be executed efficiently multiple times with different actual values for parameters.
EPFireAndForgetQueryResult - Interface in com.espertech.esper.common.client.fireandforget
Result for fire-and-forget queries.
EPFireAndForgetService - Interface in com.espertech.esper.runtime.client
Executes fire-and-forget non-continuous on-demand queries against named windows or tables.
EPIterable - Interface in com.espertech.esper.runtime.client
Interface to iterate over events.
EPL - Enum constant in enum class com.espertech.esper.common.client.util.StatementProperty
The statement EPL text, of type String
EPLExpressionEvaluationContext - Class in com.espertech.esper.common.client.hook.expr
Provides expression evaluation context information in an expression.
EPLExpressionEvaluationContext(String, int, String, Object) - Constructor for class com.espertech.esper.common.client.hook.expr.EPLExpressionEvaluationContext
Ctor - for runtime use and not for client use.
EPListenable - Interface in com.espertech.esper.runtime.client
Interface to add and remove update listeners.
EPLMethodInvocationContext - Class in com.espertech.esper.common.client.hook.expr
Invocation context for method invocations that invoke static methods or plug-in single-row functions.
EPLMethodInvocationContext(String, int, String, String, Object, EventBeanService) - Constructor for class com.espertech.esper.common.client.hook.expr.EPLMethodInvocationContext
Ctor.
EPLScriptContext - Interface in com.espertech.esper.common.client.hook.expr
Available when using JSR-223 scripts or MVEL, for access of script attributes.
eplToModel(String, Configuration) - Method in interface com.espertech.esper.compiler.client.EPCompiler
Parse the single-statement EPL and return a statement object model.
EPMetricsService - Interface in com.espertech.esper.common.client.metric
Service for metrics reporting.
EPMetricsStatement - Class in com.espertech.esper.common.client.metric
Represents a statement in the query API for statement metrics
EPMetricsStatement(StatementMetric) - Constructor for class com.espertech.esper.common.client.metric.EPMetricsStatement
Ctor.
EPMetricsStatementGroup - Class in com.espertech.esper.common.client.metric
Represents a statement group in the query API for statement metrics
EPMetricsStatementGroup(StatementMetricArray) - Constructor for class com.espertech.esper.common.client.metric.EPMetricsStatementGroup
Ctor.
EPObjectType - Enum Class in com.espertech.esper.runtime.client.util
EPL object type.
EPRecompileProvider - Interface in com.espertech.esper.common.client.hook.recompile
Provider for a re-compiler that acts on existing deployment to either re-compile or re-load from an external source
EPRecompileProviderContext - Class in com.espertech.esper.common.client.hook.recompile
Context for use with EPRecompileProvider
EPRecompileProviderContext(EPCompiled, Configuration, String, String, Map<ModuleProperty, Object>, List<EPCompiled>, int, Map<Integer, Object>, Map<Integer, String>, Map<Integer, Map<Integer, Object>>) - Constructor for class com.espertech.esper.common.client.hook.recompile.EPRecompileProviderContext
Ctor.
EPRecompileProviderDefault - Class in com.espertech.esper.compiler.client.util
 
EPRecompileProviderDefault() - Constructor for class com.espertech.esper.compiler.client.util.EPRecompileProviderDefault
 
EPRecompileProviderException - Exception in com.espertech.esper.common.client.hook.recompile
Exception for use with EPRecompileProvider
EPRecompileProviderException(String) - Constructor for exception com.espertech.esper.common.client.hook.recompile.EPRecompileProviderException
Ctor
EPRecompileProviderException(String, Throwable) - Constructor for exception com.espertech.esper.common.client.hook.recompile.EPRecompileProviderException
Ctor
EPRenderEventService - Interface in com.espertech.esper.common.client.render
Provider for rendering services of EventBean events.
EPRuntime - Interface in com.espertech.esper.runtime.client
The runtime for deploying and executing EPL.
EPRuntimeDestroyedException - Exception in com.espertech.esper.runtime.client
This exception is thrown to indicate that the runtime instance has been destroyed.
EPRuntimeDestroyedException(String) - Constructor for exception com.espertech.esper.runtime.client.EPRuntimeDestroyedException
Ctor.
EPRuntimeOptions - Class in com.espertech.esper.runtime.client
 
EPRuntimeOptions() - Constructor for class com.espertech.esper.runtime.client.EPRuntimeOptions
 
EPRuntimeProvider - Class in com.espertech.esper.runtime.client
Factory for instances of EPRuntime.
EPRuntimeProvider() - Constructor for class com.espertech.esper.runtime.client.EPRuntimeProvider
 
EPRuntimeStateListener - Interface in com.espertech.esper.runtime.client
A listener interface for callbacks regarding EPRuntime state changes.
epServicesContextFactoryClassName - Variable in class com.espertech.esper.common.client.configuration.runtime.ConfigurationRuntime
Optional classname to use for constructing services context.
EPStage - Interface in com.espertech.esper.runtime.client.stage
A stage allows staging and unstageing deployments, allowing independent control over event and time for the deployments.
EPStageDeploymentService - Interface in com.espertech.esper.runtime.client.stage
Stage deployment service provides information about deployments staged to a given EPStage.
EPStageDestroyedException - Exception in com.espertech.esper.runtime.client.stage
This exception is thrown to indicate that the runtime instance has been destroyed.
EPStageDestroyedException(String) - Constructor for exception com.espertech.esper.runtime.client.stage.EPStageDestroyedException
Ctor.
EPStageEventService - Interface in com.espertech.esper.runtime.client.stage
Stage event service for sending events and advancing time to a given EPStage stage.
EPStageException - Exception in com.espertech.esper.runtime.client.stage
Stage base exception.
EPStageException(String) - Constructor for exception com.espertech.esper.runtime.client.stage.EPStageException
Ctor.
EPStagePreconditionException - Exception in com.espertech.esper.runtime.client.stage
Indicated a precondition is violated for a stage or un-stage operation.
EPStagePreconditionException(String) - Constructor for exception com.espertech.esper.runtime.client.stage.EPStagePreconditionException
Ctor.
EPStageService - Interface in com.espertech.esper.runtime.client
Stages are used for staging deployments allowing independent control over event and time for subsets of deployments.
EPStatement - Interface in com.espertech.esper.runtime.client
The statement is the means to attach callbacks to receive statement results (push, observer) and to object current results using pull.
EPStatementFormatter - Class in com.espertech.esper.common.client.soda
 
EPStatementFormatter() - Constructor for class com.espertech.esper.common.client.soda.EPStatementFormatter
 
EPStatementFormatter(boolean) - Constructor for class com.espertech.esper.common.client.soda.EPStatementFormatter
 
EPStatementFormatter(String) - Constructor for class com.espertech.esper.common.client.soda.EPStatementFormatter
 
EPStatementObjectModel - Class in com.espertech.esper.common.client.soda
Object model of an EPL statement.
EPStatementObjectModel() - Constructor for class com.espertech.esper.common.client.soda.EPStatementObjectModel
Ctor.
EPSubscriberException - Exception in com.espertech.esper.runtime.client
This exception is thrown to indicate that a subscriber registration failed such as when the subscribe does not expose an acceptable method to receive statement results.
EPSubscriberException(String) - Constructor for exception com.espertech.esper.runtime.client.EPSubscriberException
Ctor.
EPSubscriberException(String, Throwable) - Constructor for exception com.espertech.esper.runtime.client.EPSubscriberException
Ctor.
EPType - Interface in com.espertech.esper.common.client.type
EPType is the common superinterface for all types in EPL.
EPTYPE - Static variable in class com.espertech.esper.common.client.configuration.common.ConfigurationCommonEventTypeXMLDOM
Type information.
EPTYPE - Static variable in class com.espertech.esper.common.client.configuration.common.ConfigurationCommonEventTypeXMLDOM.XPathPropertyDesc
Type information.
EPTYPE - Static variable in class com.espertech.esper.common.client.configuration.compiler.ConfigurationCompilerPlugInAggregationMultiFunction
Type information.
EPTYPE - Static variable in exception com.espertech.esper.common.client.EPException
Type information
EPTYPE - Static variable in interface com.espertech.esper.common.client.EventBean
Type class of EventBean.class
EPTYPE - Static variable in interface com.espertech.esper.common.client.EventPropertyValueGetter
Type class of EventPropertyValueGetter.class
EPTYPE - Static variable in interface com.espertech.esper.common.client.EventType
Type class of EventType.class
EPTYPE - Static variable in interface com.espertech.esper.common.client.hook.aggfunc.AggregationFunction
Type information.
EPTYPE - Static variable in interface com.espertech.esper.common.client.hook.aggfunc.AggregationFunctionFactory
Type information.
EPTYPE - Static variable in interface com.espertech.esper.common.client.hook.aggmultifunc.AggregationMultiFunctionAccessor
Type information.
EPTYPE - Static variable in interface com.espertech.esper.common.client.hook.aggmultifunc.AggregationMultiFunctionAgent
Type information.
EPTYPE - Static variable in interface com.espertech.esper.common.client.hook.aggmultifunc.AggregationMultiFunctionAgentFactory
Type information.
EPTYPE - Static variable in interface com.espertech.esper.common.client.hook.aggmultifunc.AggregationMultiFunctionAggregationMethod
Type information.
EPTYPE - Static variable in interface com.espertech.esper.common.client.hook.aggmultifunc.AggregationMultiFunctionAggregationMethodFactory
Type information.
EPTYPE - Static variable in interface com.espertech.esper.common.client.hook.aggmultifunc.AggregationMultiFunctionState
Type information.
EPTYPE - Static variable in interface com.espertech.esper.common.client.hook.aggmultifunc.AggregationMultiFunctionStateFactory
Type information.
EPTYPE - Static variable in class com.espertech.esper.common.client.hook.expr.EPLExpressionEvaluationContext
Type information
EPTYPE - Static variable in class com.espertech.esper.common.client.hook.expr.EPLMethodInvocationContext
Type information
EPTYPE - Static variable in interface com.espertech.esper.common.client.hook.vdw.VirtualDataWindowFactoryFactory
Type information
EPTYPE - Static variable in class com.espertech.esper.common.client.hook.vdw.VirtualDataWindowFactoryFactoryContext
Type class of VirtualDataWindowFactoryFactoryContext.class
EPTYPE - Static variable in class com.espertech.esper.common.client.json.minimaljson.JsonWriter
 
EPTYPE - Static variable in class com.espertech.esper.common.client.meta.EventTypeIdPair
Type information.
EPTYPE - Static variable in class com.espertech.esper.common.client.meta.EventTypeMetadata
Type information.
EPTYPE - Static variable in class com.espertech.esper.common.client.metric.RuntimeMetric
Type information
EPTYPE - Static variable in class com.espertech.esper.common.client.metric.StatementMetric
Type information
EPTYPE - Static variable in interface com.espertech.esper.common.client.serde.DataInputOutputSerde
Type information
EPTYPE - Static variable in interface com.espertech.esper.common.client.serde.EventBeanCollatedWriter
Type class of EventBeanCollatedWriter.class
EPTYPE - Static variable in class com.espertech.esper.common.client.type.EPTypeClass
Type information
EPTYPE - Static variable in class com.espertech.esper.common.client.type.EPTypeClassParameterized
Type information
EPTYPE - Static variable in class com.espertech.esper.common.client.util.CountMinSketchAgentStringUTF16
Type information
EPTYPE - Static variable in class com.espertech.esper.common.client.util.HashableMultiKey
Type information
EPTYPE - Static variable in interface com.espertech.esper.common.client.util.MultiKey
Type information
EPTYPE - Static variable in class com.espertech.esper.common.client.util.TimePeriod
Type information
EPTYPE_DATAFLOWSTATE - Static variable in interface com.espertech.esper.common.client.dataflow.core.EPDataFlowService
Type information
EPTYPEARRAY - Static variable in interface com.espertech.esper.common.client.EventBean
Type class of EventBean[].class
EPTYPEARRAY - Static variable in interface com.espertech.esper.common.client.EventPropertyValueGetter
Type class of EventPropertyValueGetter[].class
EPTYPEARRAY - Static variable in interface com.espertech.esper.common.client.EventType
Type class of EventType[].class
EPTYPEARRAY - Static variable in class com.espertech.esper.common.client.util.CountMinSketchTopK
Type information
EPTYPEARRAYARRAY - Static variable in interface com.espertech.esper.common.client.EventBean
Type class of EventBean[][].class
EPTypeClass - Class in com.espertech.esper.common.client.type
EPTypeClass represents the value class and does not have type parameters.
EPTypeClass(Class<?>) - Constructor for class com.espertech.esper.common.client.type.EPTypeClass
Ctor.
EPTypeClassParameterized - Class in com.espertech.esper.common.client.type
Provides type parameters.
EPTypeClassParameterized(Class<?>, EPTypeClass) - Constructor for class com.espertech.esper.common.client.type.EPTypeClassParameterized
Ctor.
EPTypeClassParameterized(Class<?>, EPTypeClass[]) - Constructor for class com.espertech.esper.common.client.type.EPTypeClassParameterized
Ctor.
EPTypeClassParameterized(Class<?>, EPTypeClass, EPTypeClass) - Constructor for class com.espertech.esper.common.client.type.EPTypeClassParameterized
Ctor.
EPTypeNull - Class in com.espertech.esper.common.client.type
EPTypeNull represents a null-type.
EPTypePremade - Enum Class in com.espertech.esper.common.client.type
Provides EPType instances for common types.
EPUndeployException - Exception in com.espertech.esper.runtime.client
Exception during an undeploy operation by EPDeploymentService.undeploy(java.lang.String)
EPUndeployException(String) - Constructor for exception com.espertech.esper.runtime.client.EPUndeployException
Ctor
EPUndeployException(String, Throwable) - Constructor for exception com.espertech.esper.runtime.client.EPUndeployException
Ctor.
EPUndeployLockException - Exception in com.espertech.esper.runtime.client
Undeploy exception to indicate a problem taking the necessary lock
EPUndeployLockException(String, Throwable) - Constructor for exception com.espertech.esper.runtime.client.EPUndeployLockException
Ctor
EPUndeployNotFoundException - Exception in com.espertech.esper.runtime.client
Undeploy exception to indicate that the deployment was not found
EPUndeployNotFoundException(String) - Constructor for exception com.espertech.esper.runtime.client.EPUndeployNotFoundException
Ctor.
EPUndeployPreconditionException - Exception in com.espertech.esper.runtime.client
Uneploy exception to indicate that a precondition is not satisfied
EPUndeployPreconditionException(String) - Constructor for exception com.espertech.esper.runtime.client.EPUndeployPreconditionException
Ctor.
EPVariableService - Interface in com.espertech.esper.common.client.variable
Service for variable management.
eq(Expression, Expression) - Static method in class com.espertech.esper.common.client.soda.Expressions
Equals between expression results.
eq(String, Object) - Static method in class com.espertech.esper.common.client.soda.Expressions
Equals between a property and a constant.
eqProperty(String, String) - Static method in class com.espertech.esper.common.client.soda.Expressions
Equals between properties.
equals(Object) - Method in class com.espertech.esper.common.client.configuration.common.ConfigurationCommonEventTypeXMLDOM
 
equals(Object) - Method in class com.espertech.esper.common.client.configuration.compiler.ConfigurationCompilerPlugInAggregationFunction
 
equals(Object) - Method in class com.espertech.esper.common.client.configuration.compiler.ConfigurationCompilerPlugInDateTimeMethod
 
equals(Object) - Method in class com.espertech.esper.common.client.configuration.compiler.ConfigurationCompilerPlugInEnumMethod
 
equals(Object) - Method in class com.espertech.esper.common.client.EventPropertyDescriptor
 
equals(Object) - Method in class com.espertech.esper.common.client.hook.vdw.VirtualDataWindowKeyRange
 
equals(Object) - Method in class com.espertech.esper.common.client.json.minimaljson.JsonArray
Indicates whether a given object is "equal to" this JsonArray.
equals(Object) - Method in class com.espertech.esper.common.client.json.minimaljson.JsonNumber
 
equals(Object) - Method in class com.espertech.esper.common.client.json.minimaljson.JsonObject
 
equals(Object) - Method in class com.espertech.esper.common.client.json.minimaljson.JsonString
 
equals(Object) - Method in class com.espertech.esper.common.client.json.minimaljson.JsonValue
Indicates whether some other object is "equal to" this one according to the contract specified in Object.equals(Object).
equals(Object) - Method in class com.espertech.esper.common.client.json.minimaljson.Location
 
equals(Object) - Method in class com.espertech.esper.common.client.json.minimaljson.Member
Indicates whether a given object is "equal to" this JsonObject.
equals(Object) - Method in class com.espertech.esper.common.client.meta.EventTypeIdPair
 
equals(Object) - Method in class com.espertech.esper.common.client.type.EPTypeClass
 
equals(Object) - Method in class com.espertech.esper.common.client.type.EPTypeClassParameterized
 
equals(Object) - Method in class com.espertech.esper.common.client.util.HashableMultiKey
 
equals(Object) - Method in class com.espertech.esper.common.client.util.TimePeriod
 
equals(Object) - Method in class com.espertech.esper.runtime.client.EPDeploymentDependencyConsumed.Item
 
equals(Object) - Method in class com.espertech.esper.runtime.client.EPDeploymentDependencyProvided.Item
 
EQUALS - Enum constant in enum class com.espertech.esper.common.client.hook.vdw.VirtualDataWindowLookupOp
Equals (=).
EQUALS - Enum constant in enum class com.espertech.esper.common.client.soda.ExpressionPrecedenceEnum
Precedence.
ESPER_DEFAULT_CONFIG - Static variable in class com.espertech.esper.common.client.configuration.Configuration
Default name of the configuration file.
ESPERIO - Enum constant in enum class com.espertech.esper.common.client.util.StatementType
EsperIO.
ESPERIO_JSON_EVENT_TYPE - Static variable in interface com.espertech.esper.runtime.client.util.InputAdapter
Use for TextMessage events to indicate the event type name.
ESPERIO_MAP_EVENT_TYPE - Static variable in interface com.espertech.esper.runtime.client.util.InputAdapter
Use for MapMessage events to indicate the event type name.
estimate(CountMinSketchAgentContextEstimate) - Method in interface com.espertech.esper.common.client.util.CountMinSketchAgent
Return the estimated count for a given value.
estimate(CountMinSketchAgentContextEstimate) - Method in class com.espertech.esper.common.client.util.CountMinSketchAgentStringUTF16
 
EventBean - Interface in com.espertech.esper.common.client
Interface for event representation.
EventBeanCollatedWriter - Interface in com.espertech.esper.common.client.serde
Collated writer for events, intented for passing along as a parameter and not intended to be implemented by an application
EventBeanFactory - Interface in com.espertech.esper.common.client
Factory for EventBean instances given an underlying event object.
EventBeanService - Interface in com.espertech.esper.common.client.hook.expr
Services for obtaining EventType information and constructing EventBean events.
eventClasses - Variable in class com.espertech.esper.common.client.configuration.common.ConfigurationCommon
Map of event name and fully-qualified class name.
eventMeta - Variable in class com.espertech.esper.common.client.configuration.common.ConfigurationCommon
Event type common configuration
EventPropertyDescriptor - Class in com.espertech.esper.common.client
Descriptor for event property names, property types and access metadata.
EventPropertyDescriptor(String, EPType, boolean, boolean, boolean, boolean, boolean) - Constructor for class com.espertech.esper.common.client.EventPropertyDescriptor
Ctor.
EventPropertyGetter - Interface in com.espertech.esper.common.client
Get property values from an event instance for a given event property.
EventPropertyGetterIndexed - Interface in com.espertech.esper.common.client
Get property values from an event instance for a given indexed event property by passing the array index.
EventPropertyGetterMapped - Interface in com.espertech.esper.common.client
Get property values from an event instance for a given mapped event property by passing the map string key.
EventPropertyRenderer - Interface in com.espertech.esper.common.client.render
Interface for use with the JSON or XML event renderes to handle custom event property rendering.
EventPropertyRendererContext - Class in com.espertech.esper.common.client.render
Context for use with the EventPropertyRenderer interface for use with the JSON or XML event renderes to handle custom event property rendering.
EventPropertyRendererContext(EventType, boolean) - Constructor for class com.espertech.esper.common.client.render.EventPropertyRendererContext
Ctor.
EventPropertyValueGetter - Interface in com.espertech.esper.common.client
Get property values from an event instance for a given event property.
EventRepresentation - Annotation Interface in com.espertech.esper.common.client.annotation
Annotation that can be attached to specify which underlying event representation to use for events.
EVENTS - Enum constant in enum class com.espertech.esper.common.client.soda.OutputLimitUnit
The number of events unit.
EventSender - Interface in com.espertech.esper.common.client
Returns a facility to process event objects that are of a known type.
EventSenderJson - Interface in com.espertech.esper.common.client.json.util
Event sender for JSON documents and pre-parsed event objects.
eventSenderValidatesRoot() - Element in annotation interface com.espertech.esper.common.client.annotation.XMLSchema
Set to true (the default) to indicate that an EventSender returned for this event type validates the root document element name against the one configured (the default), or false to not validate the root document element name as configured.
eventsToObjectArr(EventBean[], String) - Static method in class com.espertech.esper.common.client.scopetest.EPAssertionUtil
Extract the property value of the event property for the given events and return an object array of values.
eventsToObjectArr(EventBean[], String[]) - Static method in class com.espertech.esper.common.client.scopetest.EPAssertionUtil
Extract the property value of the event properties for the given events and return an object array of values.
EventType - Interface in com.espertech.esper.common.client
This interface provides metadata on events.
EVENTTYPE - Enum constant in enum class com.espertech.esper.runtime.client.util.EPObjectType
Event type.
EventTypeApplicationType - Enum Class in com.espertech.esper.common.client.meta
Application type.
EventTypeBusModifier - Enum Class in com.espertech.esper.common.client.util
Modifier that dictates whether an event type allows or does not allow sending events in using one of the send-event methods.
EventTypeException - Exception in com.espertech.esper.common.client
Indicates that a problem occurred looking up, assigning or creating and event type.
EventTypeException(String) - Constructor for exception com.espertech.esper.common.client.EventTypeException
Ctor.
EventTypeIdPair - Class in com.espertech.esper.common.client.meta
Pair of public and protected event type id.
EventTypeIdPair(long, long) - Constructor for class com.espertech.esper.common.client.meta.EventTypeIdPair
Ctor.
EventTypeMetadata - Class in com.espertech.esper.common.client.meta
Provides metadata for an event type.
EventTypeMetadata(String, String, EventTypeTypeClass, EventTypeApplicationType, NameAccessModifier, EventTypeBusModifier, boolean, EventTypeIdPair) - Constructor for class com.espertech.esper.common.client.meta.EventTypeMetadata
Ctor.
eventTypeName() - Element in annotation interface com.espertech.esper.common.client.annotation.XMLSchemaField
For use when event properties themselves has an xml event type
eventTypeName() - Element in annotation interface com.espertech.esper.common.client.hook.singlerowfunc.ExtensionSingleRowFunction
Event type name of return value or empty string when not returning an event type name.
eventTypesAvro - Variable in class com.espertech.esper.common.client.configuration.common.ConfigurationCommon
Map of event type name and XML DOM configuration.
eventTypesBean - Variable in class com.espertech.esper.common.client.configuration.common.ConfigurationCommon
Map of event type name and bean-type event configuration.
eventTypesXMLDOM - Variable in class com.espertech.esper.common.client.configuration.common.ConfigurationCommon
Map of event type name and XML DOM configuration.
EventTypeTypeClass - Enum Class in com.espertech.esper.common.client.meta
Metatype.
EventUnderlyingType - Enum Class in com.espertech.esper.common.client.util
Enumeration of event representation.
every(PatternExpr) - Static method in class com.espertech.esper.common.client.soda.Patterns
Pattern-every expression control the lifecycle of the pattern sub-expression.
EVERY_NOT - Enum constant in enum class com.espertech.esper.common.client.soda.PatternExprPrecedenceEnum
Precedence.
everyFilter(Filter) - Static method in class com.espertech.esper.common.client.soda.Patterns
Pattern every-operator and filter in combination, equivalent to the "every MyEvent(vol > 100)" syntax.
everyFilter(Filter, String) - Static method in class com.espertech.esper.common.client.soda.Patterns
Pattern every-operator and filter in combination, equivalent to the "every tag=MyEvent(vol > 100)" syntax.
everyFilter(String) - Static method in class com.espertech.esper.common.client.soda.Patterns
Pattern every-operator and filter in combination, equivalent to the "every MyEvent" syntax.
everyFilter(String, String) - Static method in class com.espertech.esper.common.client.soda.Patterns
Pattern every-operator and filter in combination, equivalent to the "every tag=MyEvent" syntax.
exceptionHandler(EPDataFlowExceptionHandler) - Method in class com.espertech.esper.common.client.dataflow.core.EPDataFlowInstantiationOptions
Sets the exception handler.
ExceptionHandler - Interface in com.espertech.esper.common.client.hook.exception
Interface for an exception handler.
ExceptionHandlerContext - Class in com.espertech.esper.common.client.hook.exception
Context provided to ExceptionHandler implementations providing exception-contextual information as well as the exception itself.
ExceptionHandlerContext(String, Throwable, String, String, String, ExceptionHandlerExceptionType, EventBean) - Constructor for class com.espertech.esper.common.client.hook.exception.ExceptionHandlerContext
Ctor.
ExceptionHandlerContextUnassociated - Class in com.espertech.esper.common.client.hook.exception
Context provided to ExceptionHandler implementations providing exception-contextual information as well as the exception itself, for use with inbound pools and for exceptions unassociated to statements when using inbound pools.
ExceptionHandlerContextUnassociated(String, Throwable, Object) - Constructor for class com.espertech.esper.common.client.hook.exception.ExceptionHandlerContextUnassociated
Ctor.
ExceptionHandlerExceptionType - Enum Class in com.espertech.esper.common.client.hook.exception
Indicates the phase during which and exception was encountered.
ExceptionHandlerFactory - Interface in com.espertech.esper.common.client.hook.exception
Factory for exception handler instance(s).
ExceptionHandlerFactoryContext - Class in com.espertech.esper.common.client.hook.exception
Context provided to ExceptionHandlerFactory implementations providing runtime contextual information.
ExceptionHandlerFactoryContext(String) - Constructor for class com.espertech.esper.common.client.hook.exception.ExceptionHandlerFactoryContext
Ctor.
ExceptionHandlerInboundPool - Interface in com.espertech.esper.common.client.hook.exception
Extends the ExceptionHandler with a method to, for the inbound-pool threading configuration, handle exceptions that are not associated to a specific statement i.e.
ExceptionLineItem - Exception in com.espertech.esper.common.client.util
Exception for line item.
ExceptionLineItem(String, Throwable, String, int) - Constructor for exception com.espertech.esper.common.client.util.ExceptionLineItem
Ctor.
ExceptionWithLineItems - Interface in com.espertech.esper.common.client.util
Interface for exceptions that have a line items
EXCLUDE_PLAN - Enum constant in enum class com.espertech.esper.common.client.annotation.HintEnum
For use where query planning applies.
EXCLUDEPLANHINTDERIVED - Enum constant in enum class com.espertech.esper.common.client.meta.EventTypeTypeClass
An event type for exclude-plan evaluation.
execute() - Method in interface com.espertech.esper.common.client.fireandforget.EPFireAndForgetPreparedQuery
Execute the prepared query returning query results.
execute(ContextPartitionSelector[]) - Method in interface com.espertech.esper.common.client.fireandforget.EPFireAndForgetPreparedQuery
For use with named windows that have a context declared and that may therefore have multiple context partitions, allows to target context partitions for query execution selectively.
executeQuery(EPCompiled) - Method in interface com.espertech.esper.runtime.client.EPFireAndForgetService
Execute a fire-and-forget query.
executeQuery(EPCompiled, ContextPartitionSelector[]) - Method in interface com.espertech.esper.runtime.client.EPFireAndForgetService
Execute a fire-and-forget query for use with named windows and tables that have a context declared and that may therefore have multiple context partitions, allows to target context partitions for query execution selectively.
executeQuery(EPFireAndForgetPreparedQueryParameterized) - Method in interface com.espertech.esper.runtime.client.EPFireAndForgetService
Execute a fire-and-forget parameterized query.
executeQuery(EPFireAndForgetPreparedQueryParameterized, ContextPartitionSelector[]) - Method in interface com.espertech.esper.runtime.client.EPFireAndForgetService
Execute a fire-and-forget parameterized query.
execution - Variable in class com.espertech.esper.common.client.configuration.common.ConfigurationCommon
Execution-related configuration
exists(String) - Method in class com.espertech.esper.common.client.json.minimaljson.JsonObject
Returns exists-flag.
existsProperty(String) - Static method in class com.espertech.esper.common.client.soda.Expressions
Exists-function for use with dynamic properties to test property existence.
EXPLICIT - Enum constant in enum class com.espertech.esper.common.client.util.AccessorStyle
Expose only the explicitly configured methods and public members as event properties.
EXPRDEF - Enum constant in enum class com.espertech.esper.common.client.annotation.AuditEnum
For use with expression-definition audit.
expression - Variable in exception com.espertech.esper.common.client.util.ExceptionLineItem
 
Expression - Interface in com.espertech.esper.common.client.soda
Interface representing an expression for use in select-clauses, where-clauses, having-clauses, order-by clauses and streams based on filters and pattern filter expressions.
EXPRESSION - Enum constant in enum class com.espertech.esper.common.client.annotation.AuditEnum
For use with expression audit.
EXPRESSION - Enum constant in enum class com.espertech.esper.runtime.client.util.EPObjectType
Expression.
EXPRESSION_NESTED - Enum constant in enum class com.espertech.esper.common.client.annotation.AuditEnum
For use with expression audit.
ExpressionBase - Class in com.espertech.esper.common.client.soda
Base expression.
ExpressionBase() - Constructor for class com.espertech.esper.common.client.soda.ExpressionBase
Ctor.
ExpressionDeclaration - Class in com.espertech.esper.common.client.soda
Represents a single expression declaration that applies to a given statement.
ExpressionDeclaration() - Constructor for class com.espertech.esper.common.client.soda.ExpressionDeclaration
Ctor.
ExpressionDeclaration(String, List<String>, Expression, boolean) - Constructor for class com.espertech.esper.common.client.soda.ExpressionDeclaration
Ctor.
ExpressionPlaceholder - Class in com.espertech.esper.common.client.soda
For use in expression as a placeholder to represent its child nodes.
ExpressionPlaceholder() - Constructor for class com.espertech.esper.common.client.soda.ExpressionPlaceholder
Ctor.
ExpressionPrecedenceEnum - Enum Class in com.espertech.esper.common.client.soda
Precendence levels for expressions.
Expressions - Class in com.espertech.esper.common.client.soda
Convenience factory for creating Expression instances.
Expressions() - Constructor for class com.espertech.esper.common.client.soda.Expressions
 
ExtensionAggregationFunction - Annotation Interface in com.espertech.esper.common.client.hook.aggfunc
Annotation for use in EPL statements to add a debug.
ExtensionAggregationMultiFunction - Annotation Interface in com.espertech.esper.common.client.hook.aggmultifunc
Annotation for use in EPL statements to add a debug.
ExtensionSingleRowFunction - Annotation Interface in com.espertech.esper.common.client.hook.singlerowfunc
Annotation for use in EPL statements with inline classes for providing a plug-in single-row function.
extractValue(Object) - Method in interface com.espertech.esper.common.client.scopetest.EPAssertionUtil.AssertionCollectionValueString
Extract value.

F

fail() - Static method in class com.espertech.esper.common.client.scopetest.ScopeTestHelper
Fail assertion.
fail(String) - Static method in class com.espertech.esper.common.client.scopetest.ScopeTestHelper
Fail assertion.
failNotEquals(String, Object, Object) - Static method in class com.espertech.esper.common.client.scopetest.ScopeTestHelper
Fail assertion formatting a message for not-equals.
failNotSame(String, Object, Object) - Static method in class com.espertech.esper.common.client.scopetest.ScopeTestHelper
Fail assertion formatting a message for not-same.
FALSE - Static variable in class com.espertech.esper.common.client.json.minimaljson.Json
Represents the JSON literal false.
FALSE - Static variable in class com.espertech.esper.common.client.json.minimaljson.JsonValue
Deprecated.
Use Json.FALSE instead
FIELD - Enum constant in enum class com.espertech.esper.common.client.type.EPTypePremade
Field
filter(ContextPartitionIdentifier) - Method in interface com.espertech.esper.common.client.context.ContextPartitionSelectorFiltered
Filter function should return true or false to indicate interest in this context partition.
filter(Filter) - Static method in class com.espertech.esper.common.client.soda.Patterns
Filter expression for use in patterns, equivalent to the "MyEvent(vol > 100)" syntax.
filter(Filter, String) - Static method in class com.espertech.esper.common.client.soda.Patterns
Filter expression for use in patterns, equivalent to the "tag=MyEvent(vol > 100)" syntax.
filter(String) - Static method in class com.espertech.esper.common.client.soda.Patterns
Filter expression for use in patterns, equivalent to the simple "MyEvent" syntax.
filter(String, String) - Static method in class com.espertech.esper.common.client.soda.Patterns
Filter expression for use in patterns, equivalent to the simple "tag=MyEvent" syntax.
Filter - Class in com.espertech.esper.common.client.soda
Filter defines the event type to be filtered for, and an optional expression that returns true if the filter should consider the event, or false to reject the event.
Filter() - Constructor for class com.espertech.esper.common.client.soda.Filter
Ctor.
Filter(String) - Constructor for class com.espertech.esper.common.client.soda.Filter
Ctor.
Filter(String, Expression) - Constructor for class com.espertech.esper.common.client.soda.Filter
Ctor.
FILTERINDEX - Enum constant in enum class com.espertech.esper.common.client.annotation.HintEnum
For use when filter expression optimization may filter index composite lookupable expressions (typically LHS, i.e.
filterOptimizable() - Element in annotation interface com.espertech.esper.common.client.hook.singlerowfunc.ExtensionSingleRowFunction
Filter optimization setting
FilterServiceProfile - Enum Class in com.espertech.esper.common.client.util
Filter service profile.
FilterStream - Class in com.espertech.esper.common.client.soda
A stream upon which projections (views) can be added that selects events by name and filter expression.
FilterStream() - Constructor for class com.espertech.esper.common.client.soda.FilterStream
Ctor.
FilterStream(Filter) - Constructor for class com.espertech.esper.common.client.soda.FilterStream
Ctor.
FilterStream(Filter, String) - Constructor for class com.espertech.esper.common.client.soda.FilterStream
Ctor.
FilterStream(Filter, String, List<View>) - Constructor for class com.espertech.esper.common.client.soda.FilterStream
Ctor.
FireAndForgetClause - Interface in com.espertech.esper.common.client.soda
Marker interface used for fire-and-forget (on-demand) queries such as "update...set" and "delete from..." that can be executed via the API.
FireAndForgetDelete - Class in com.espertech.esper.common.client.soda
Fire-and-forget (on-demand) delete DML.
FireAndForgetDelete() - Constructor for class com.espertech.esper.common.client.soda.FireAndForgetDelete
 
FireAndForgetInsert - Class in com.espertech.esper.common.client.soda
Fire-and-forget (on-demand) insert DML.
FireAndForgetInsert() - Constructor for class com.espertech.esper.common.client.soda.FireAndForgetInsert
Ctor.
FireAndForgetInsert(boolean) - Constructor for class com.espertech.esper.common.client.soda.FireAndForgetInsert
Ctor.
FireAndForgetUpdate - Class in com.espertech.esper.common.client.soda
Fire-and-forget (on-demand) update DML.
FireAndForgetUpdate() - Constructor for class com.espertech.esper.common.client.soda.FireAndForgetUpdate
Ctor.
first(Expression) - Static method in class com.espertech.esper.common.client.soda.Expressions
First-value (in window) aggregation function.
first(String) - Static method in class com.espertech.esper.common.client.soda.Expressions
First-value (windowed) aggregation function.
FIRST - Enum constant in enum class com.espertech.esper.common.client.soda.OutputLimitSelector
Output first event of last interval.
firstEver(Expression) - Static method in class com.espertech.esper.common.client.soda.Expressions
First-value (ever) aggregation function.
firstEver(String) - Static method in class com.espertech.esper.common.client.soda.Expressions
First-value (ever) aggregation function.
FirstEverProjectionExpression - Class in com.espertech.esper.common.client.soda
Represents the "firstever" aggregation function.
FirstEverProjectionExpression() - Constructor for class com.espertech.esper.common.client.soda.FirstEverProjectionExpression
Ctor.
FirstEverProjectionExpression(boolean) - Constructor for class com.espertech.esper.common.client.soda.FirstEverProjectionExpression
Ctor.
FirstEverProjectionExpression(Expression, boolean) - Constructor for class com.espertech.esper.common.client.soda.FirstEverProjectionExpression
Ctor.
FirstProjectionExpression - Class in com.espertech.esper.common.client.soda
Represents the "first" aggregation function.
FirstProjectionExpression() - Constructor for class com.espertech.esper.common.client.soda.FirstProjectionExpression
Ctor.
FirstProjectionExpression(Expression) - Constructor for class com.espertech.esper.common.client.soda.FirstProjectionExpression
Ctor.
FLOATBOXED - Enum constant in enum class com.espertech.esper.common.client.type.EPTypePremade
Float
FLOATBOXEDARRAY - Enum constant in enum class com.espertech.esper.common.client.type.EPTypePremade
Float[]
FLOATBOXEDARRAYARRAY - Enum constant in enum class com.espertech.esper.common.client.type.EPTypePremade
Float[][]
FLOATPRIMITIVE - Enum constant in enum class com.espertech.esper.common.client.type.EPTypePremade
float
FLOATPRIMITIVEARRAY - Enum constant in enum class com.espertech.esper.common.client.type.EPTypePremade
float[]
FLOATPRIMITIVEARRAYARRAY - Enum constant in enum class com.espertech.esper.common.client.type.EPTypePremade
float[][]
flush() - Method in class com.espertech.esper.common.client.json.minimaljson.WritingBuffer
Flushes the internal buffer but does not flush the wrapped writer.
FOLLOWED_BY - Enum constant in enum class com.espertech.esper.common.client.soda.PatternExprPrecedenceEnum
Precedence.
followedBy() - Static method in class com.espertech.esper.common.client.soda.Patterns
Pattern followed-by expression, allows adding sub-expressions that are connected by a followed-by.
followedBy(PatternExpr, PatternExpr, PatternExpr...) - Static method in class com.espertech.esper.common.client.soda.Patterns
Pattern followed-by expression, allows adding sub-expressions that are connected by a followed-by.
FORCE_NESTED_ITER - Enum constant in enum class com.espertech.esper.common.client.annotation.HintEnum
For use with join query plans to force a nested iteration plan.
ForClause - Class in com.espertech.esper.common.client.soda
A for-clause is a means to specify listener and observer delivery.
ForClause() - Constructor for class com.espertech.esper.common.client.soda.ForClause
 
ForClauseItem - Class in com.espertech.esper.common.client.soda
An item in a for-clause for controlling delivery of result events to listeners and subscribers.
ForClauseItem() - Constructor for class com.espertech.esper.common.client.soda.ForClauseItem
Ctor.
ForClauseItem(ForClauseKeyword) - Constructor for class com.espertech.esper.common.client.soda.ForClauseItem
Ctor.
ForClauseKeyword - Enum Class in com.espertech.esper.common.client.soda
Keywords for use in the for-clause.
FragmentEventType - Class in com.espertech.esper.common.client
Provides an event type for a property of an event.
FragmentEventType(EventType, boolean, boolean, boolean) - Constructor for class com.espertech.esper.common.client.FragmentEventType
Ctor.
from(Class<?>, EPTypeClass) - Static method in class com.espertech.esper.common.client.type.EPTypeClassParameterized
Build an instance using the type and the single non-null type parameter provided.
from(Class<?>, Class<?>) - Static method in class com.espertech.esper.common.client.type.EPTypeClassParameterized
Build an instance using the type and the single non-null type parameter provided.
from(Class<?>, Class<?>, Class<?>) - Static method in class com.espertech.esper.common.client.type.EPTypeClassParameterized
Build an instance using the type and two non-null type parameters provided.
fromBytes(CountMinSketchAgentContextFromBytes) - Method in interface com.espertech.esper.common.client.util.CountMinSketchAgent
Return the value object for a given byte-array, for use with top-K.
fromBytes(CountMinSketchAgentContextFromBytes) - Method in class com.espertech.esper.common.client.util.CountMinSketchAgentStringUTF16
 
fromClause(FromClause) - Method in class com.espertech.esper.common.client.soda.EPStatementObjectModel
Specify a from-clause.
FromClause - Class in com.espertech.esper.common.client.soda
The from-clause names the streams to select upon.
FromClause() - Constructor for class com.espertech.esper.common.client.soda.FromClause
Ctor.
FromClause(Stream...) - Constructor for class com.espertech.esper.common.client.soda.FromClause
Ctor.
FromClause(Stream, OuterJoinQualifier, Stream) - Constructor for class com.espertech.esper.common.client.soda.FromClause
Ctor for an outer join between two streams.
fromOpString(String) - Static method in enum class com.espertech.esper.common.client.hook.vdw.VirtualDataWindowLookupOp
Map the operator from a string-value.

G

ge(Expression, Expression) - Static method in class com.espertech.esper.common.client.soda.Expressions
Greater-or-equals between expression results.
ge(String, Object) - Static method in class com.espertech.esper.common.client.soda.Expressions
Greater-or-equal between a property and a constant.
geProperty(String, String) - Static method in class com.espertech.esper.common.client.soda.Expressions
Greater-or-equal between properties.
get(int) - Method in class com.espertech.esper.common.client.json.minimaljson.JsonArray
Returns the value of the element at the specified position in this array.
get(int) - Method in class com.espertech.esper.common.client.util.HashableMultiKey
Returns the key object at the specified position.
get(EventBean) - Method in interface com.espertech.esper.common.client.EventPropertyValueGetter
Return the value for the property in the event object specified when the instance was obtained.
get(EventBean, int) - Method in interface com.espertech.esper.common.client.EventPropertyGetterIndexed
Return the value for the property in the event object specified when the instance was obtained.
get(EventBean, String) - Method in interface com.espertech.esper.common.client.EventPropertyGetterMapped
Return the value for the property in the event object specified when the instance was obtained.
get(String) - Method in interface com.espertech.esper.common.client.EventBean
Returns the value of an event property for the given property name or property expression.
get(String) - Method in class com.espertech.esper.common.client.json.minimaljson.JsonObject
Returns the value of the member with the specified name in this object.
getAcceptableValueTypes() - Method in interface com.espertech.esper.common.client.util.CountMinSketchAgentForge
Returns an array of types that the agent can handle, for validation purposes.
getAcceptableValueTypes() - Method in class com.espertech.esper.common.client.util.CountMinSketchAgentStringUTF16Forge
 
getAccessModifier() - Method in class com.espertech.esper.common.client.meta.EventTypeMetadata
Returns the access modifier
getAccessModifierContext() - Method in class com.espertech.esper.common.client.configuration.compiler.ConfigurationCompilerByteCode
Returns the default access modifier for contexts
getAccessModifierContext() - Method in class com.espertech.esper.compiler.client.CompilerOptions
Returns the callback that determines the access modifier of a given context.
getAccessModifierEventType() - Method in class com.espertech.esper.common.client.configuration.compiler.ConfigurationCompilerByteCode
Returns the default access modifier for event types
getAccessModifierEventType() - Method in class com.espertech.esper.compiler.client.CompilerOptions
Returns the callback that determines the access modifier of a given event type
getAccessModifierExpression() - Method in class com.espertech.esper.common.client.configuration.compiler.ConfigurationCompilerByteCode
Returns the default access modifier for declared expressions
getAccessModifierExpression() - Method in class com.espertech.esper.compiler.client.CompilerOptions
Returns the callback that determines the access modifier of a given declared expression.
getAccessModifierInlinedClass() - Method in class com.espertech.esper.common.client.configuration.compiler.ConfigurationCompilerByteCode
Returns the default access modifier for inlined-classes
getAccessModifierInlinedClass() - Method in class com.espertech.esper.compiler.client.CompilerOptions
Returns the callback that determines the access modifier of a given inlined-class.
getAccessModifierNamedWindow() - Method in class com.espertech.esper.common.client.configuration.compiler.ConfigurationCompilerByteCode
Returns the default access modifier for named windows
getAccessModifierNamedWindow() - Method in class com.espertech.esper.compiler.client.CompilerOptions
Returns the callback that determines the access modifier of a given named window.
getAccessModifierScript() - Method in class com.espertech.esper.common.client.configuration.compiler.ConfigurationCompilerByteCode
Returns the default access modifier for scripts
getAccessModifierScript() - Method in class com.espertech.esper.compiler.client.CompilerOptions
Returns the callback that determines the access modifier of a given script.
getAccessModifierTable() - Method in class com.espertech.esper.common.client.configuration.compiler.ConfigurationCompilerByteCode
Returns the default access modifier for tables
getAccessModifierTable() - Method in class com.espertech.esper.compiler.client.CompilerOptions
Returns the callback that determines the access modifier of a given declared expression.
getAccessModifierVariable() - Method in class com.espertech.esper.common.client.configuration.compiler.ConfigurationCompilerByteCode
Returns the default access modifier for variables
getAccessModifierVariable() - Method in class com.espertech.esper.compiler.client.CompilerOptions
Returns the callback that determines the access modifier of a given variable.
getAccessorFieldName() - Method in class com.espertech.esper.common.client.configuration.common.ConfigurationCommonEventTypeBean.LegacyFieldPropDesc
Returns the accessor field name.
getAccessorMethodName() - Method in class com.espertech.esper.common.client.configuration.common.ConfigurationCommonEventTypeBean.LegacyMethodPropDesc
Returns the accessor method name.
getAccessorMode() - Method in interface com.espertech.esper.common.client.hook.aggmultifunc.AggregationMultiFunctionHandler
Describes to the compiler how it should manage code for providing aggregation accessors.
getAccessorStyle() - Method in class com.espertech.esper.common.client.configuration.common.ConfigurationCommonEventTypeBean
Returns the accessor style.
getActions() - Method in class com.espertech.esper.common.client.soda.OnMergeMatchItem
Returns all actions.
getAdditionalConfiguredProperties() - Method in class com.espertech.esper.common.client.configuration.compiler.ConfigurationCompilerPlugInAggregationMultiFunction
Returns a map of optional configuration properties, or null if none provided.
getAdditionalInfo() - Method in class com.espertech.esper.common.client.serde.SerdeProviderContextClass
Returns additional information on why and where a serde is need for this type
getAdditionalProperties() - Method in class com.espertech.esper.common.client.soda.OuterJoinQualifier
Returns optional additional properties in the on-clause of the outer join.
getAfterNumberOfEvents() - Method in class com.espertech.esper.common.client.soda.OutputLimitClause
Returns the after-keyword number of events, or null if undefined.
getAfterTimePeriodExpression() - Method in class com.espertech.esper.common.client.soda.OutputLimitClause
Returns the after-keyword time period.
getAgentInstanceContext() - Method in class com.espertech.esper.common.client.hook.vdw.VirtualDataWindowContext
Returns the agent instance (context partition) context.
getAgentInstanceId() - Method in class com.espertech.esper.common.client.context.ContextPartitionVariableState
Returns the agent instance id
getAgentInstanceId() - Method in class com.espertech.esper.common.client.hook.vdw.VirtualDataWindowEventConsumerBase
Returns the agent instance id (context partition id).
getAgentInstanceId() - Method in class com.espertech.esper.common.client.hook.vdw.VirtualDataWindowEventStopWindow
Returns the agent instance id
getAgentInstanceViewFactoryContext() - Method in class com.espertech.esper.common.client.hook.vdw.VirtualDataWindowContext
Returns the agent instance context
getAgentMode() - Method in interface com.espertech.esper.common.client.hook.aggmultifunc.AggregationMultiFunctionHandler
Describes to the compiler how it should manage code for providing aggregation agents.
getAggregationFunctionMode() - Method in interface com.espertech.esper.common.client.hook.aggfunc.AggregationFunctionForge
Describes to the compiler how it should manage code for the aggregation function.
getAggregationFunctionName() - Method in class com.espertech.esper.common.client.soda.AccessProjectionExpressionBase
Returns the function name of the aggregation function.
getAggregationFunctionName() - Method in class com.espertech.esper.common.client.soda.FirstProjectionExpression
 
getAggregationFunctionName() - Method in class com.espertech.esper.common.client.soda.LastProjectionExpression
 
getAggregationFunctionName() - Method in class com.espertech.esper.common.client.soda.WindowProjectionExpression
 
getAggregationMethodMode(AggregationMultiFunctionAggregationMethodContext) - Method in interface com.espertech.esper.common.client.hook.aggmultifunc.AggregationMultiFunctionHandler
Describes to the compiler how it should manage code for providing table column reader.
getAggregationMethodName() - Method in class com.espertech.esper.common.client.hook.aggmultifunc.AggregationMultiFunctionAggregationMethodContext
Returns the aggregation method name.
getAggregationStateUniqueKey() - Method in interface com.espertech.esper.common.client.hook.aggmultifunc.AggregationMultiFunctionHandler
Return a state-key object that determines how the runtimeshares aggregation state between multiple aggregation functions that may appear in the same EPL statement.
getAggregatorMethodFactory() - Method in class com.espertech.esper.common.client.hook.aggfunc.AggregationFunctionModeCodeGenerated
Returns the aggregation method factory.
getAll() - Method in class com.espertech.esper.common.client.soda.CompareListExpression
Returns all flag, true for ALL and false for ANY.
getAllParameterExpressions() - Method in class com.espertech.esper.common.client.hook.aggmultifunc.AggregationMultiFunctionValidationContext
Returns positional and non-positional parameters.
getAndAfterTerminateAndExpr() - Method in class com.espertech.esper.common.client.soda.OutputLimitClause
Returns the optional expression evaluated when a context partition terminates before triggering output.
getAndAfterTerminateThenAssignments() - Method in class com.espertech.esper.common.client.soda.OutputLimitClause
Returns the set-assignments to execute when a context partition terminates.
getAndClearIsInvoked() - Method in interface com.espertech.esper.runtime.client.scopetest.SupportListener
Returns true if the listener was invoked at least once and clears the invocation flag.
getAndClearIsInvoked() - Method in class com.espertech.esper.runtime.client.scopetest.SupportSubscriber
Returns true if the subscriber was invoked at least once and clears the invocation flag.
getAndClearIsInvoked() - Method in class com.espertech.esper.runtime.client.scopetest.SupportSubscriberMRD
Returns true if the subscriber was invoked at least once and clears the invocation flag.
getAndClearIsInvoked() - Method in class com.espertech.esper.runtime.client.scopetest.SupportUpdateListener
 
getAndResetDataListsFlattened() - Method in interface com.espertech.esper.runtime.client.scopetest.SupportListener
Returns a pair of insert and remove stream event arrays considering the all invocations, and resets the listener.
getAndResetDataListsFlattened() - Method in class com.espertech.esper.runtime.client.scopetest.SupportUpdateListener
 
getAndResetIRPair() - Method in interface com.espertech.esper.runtime.client.scopetest.SupportListener
Returns a pair of last-invocation insert and remove stream events and resets
getAndResetIRPair() - Method in class com.espertech.esper.runtime.client.scopetest.SupportUpdateListener
 
getAndResetLastNewData() - Method in interface com.espertech.esper.runtime.client.scopetest.SupportListener
Returns the last array of events (insert stream) that were received and resets the listener.
getAndResetLastNewData() - Method in class com.espertech.esper.runtime.client.scopetest.SupportSubscriber
Returns the last array of events (insert stream) that were received and resets the subscriber.
getAndResetLastNewData() - Method in class com.espertech.esper.runtime.client.scopetest.SupportUpdateListener
 
getAndResetLastOldData() - Method in interface com.espertech.esper.runtime.client.scopetest.SupportListener
Returns the last array of events (insert stream) that were received and resets the listener.
getAndResetLastOldData() - Method in class com.espertech.esper.runtime.client.scopetest.SupportUpdateListener
 
getAnnotationImports() - Method in class com.espertech.esper.common.client.configuration.common.ConfigurationCommon
Returns the annotation imports
getAnnotations() - Method in class com.espertech.esper.common.client.serde.SerdeProviderAdditionalInfo
Returns the statement annotations
getAnnotations() - Method in class com.espertech.esper.common.client.soda.CreateTableColumn
Returns optional annotations, or null if there are none
getAnnotations() - Method in class com.espertech.esper.common.client.soda.DataFlowOperator
Returns the annotations.
getAnnotations() - Method in class com.espertech.esper.common.client.soda.EPStatementObjectModel
Returns annotations.
getAnnotations() - Method in class com.espertech.esper.common.client.soda.PatternStream
Returns the pattern-level annotations, if any
getAnnotations() - Method in class com.espertech.esper.compiler.client.option.StatementOptionContextBase
Returns the annotations
getAnnotations() - Method in interface com.espertech.esper.runtime.client.EPStatement
Returns statement annotations.
getAnnotations() - Method in class com.espertech.esper.runtime.client.option.StatementNameRuntimeContext
Returns the annotations.
getAnnotations() - Method in interface com.espertech.esper.runtime.client.option.StatementSubstitutionParameterContext
Returns the annotations
getAnnotations() - Method in class com.espertech.esper.runtime.client.option.StatementUserObjectRuntimeContext
Returns the annotations.
getApplicationType() - Method in class com.espertech.esper.common.client.meta.EventTypeMetadata
Returns the underlying type
getAppliesTo() - Method in class com.espertech.esper.compiler.client.option.StateMgmtSettingContext
For internal-use-only and subject-to-change-between-versions: Returns applies-to
getArchiveName() - Method in class com.espertech.esper.common.client.module.Module
Returns the name of the archive this module originated from, or null if not applicable.
getArray() - Method in interface com.espertech.esper.common.client.fireandforget.EPFireAndForgetQueryResult
Returns an array representing query result rows, may return a null value or empty array to indicate an empty result set.
getAsEventTypeName() - Method in class com.espertech.esper.common.client.soda.CreateWindowClause
Returns the as-name.
getAsName() - Method in class com.espertech.esper.common.client.soda.ContextDescriptorConditionPattern
Returns the stream name assigned using the "as" keyword, or null if not provided
getAsName() - Method in class com.espertech.esper.common.client.soda.SelectClauseExpression
Returns the optional "as"-name of the expression, or null if not defined
getAssignments() - Method in class com.espertech.esper.common.client.soda.FireAndForgetUpdate
Returns the set-assignments.
getAssignments() - Method in class com.espertech.esper.common.client.soda.OnMergeMatchedUpdateAction
Returns the assignments to execute against any rows found in a named window
getAssignments() - Method in class com.espertech.esper.common.client.soda.OnSetClause
Returns the list of variable assignments.
getAssignments() - Method in class com.espertech.esper.common.client.soda.OnUpdateClause
Returns the list of variable assignments.
getAssignments() - Method in class com.espertech.esper.common.client.soda.UpdateClause
Returns the list of property assignments.
getAttributes() - Method in class com.espertech.esper.common.client.soda.AnnotationPart
Returns annotation attributes.
getAudit(Annotation[]) - Method in enum class com.espertech.esper.common.client.annotation.AuditEnum
Check if the hint is present in the annotations provided.
getAuditPattern() - Method in class com.espertech.esper.common.client.configuration.runtime.ConfigurationRuntimeLogging
Returns the pattern that formats audit logs.
getAutoCommit() - Method in class com.espertech.esper.common.client.configuration.common.ConfigurationCommonDBRef.ConnectionSettings
Returns a boolean indicating auto-commit, or null if not set and default accepted.
getAvroSchema() - Method in class com.espertech.esper.common.client.configuration.common.ConfigurationCommonEventTypeAvro
Returns the avro schema
getAvroSchemaText() - Method in class com.espertech.esper.common.client.configuration.common.ConfigurationCommonEventTypeAvro
Returns the avro schema text
getAvroSettings() - Method in class com.espertech.esper.common.client.configuration.common.ConfigurationCommonEventTypeMeta
Returns the Avro settings.
getBinaryOp() - Method in class com.espertech.esper.common.client.soda.BitwiseOpExpression
Returns the binary operator.
getBoolean(String, boolean) - Method in class com.espertech.esper.common.client.json.minimaljson.JsonObject
Returns the boolean value of the member with the specified name in this object.
getBtreeFields() - Method in class com.espertech.esper.common.client.hook.vdw.VirtualDataWindowLookupContext
Returns the list of btree field descriptors.
getBuilderConsumer() - Method in class com.espertech.esper.common.client.hook.forgeinject.InjectionStrategyClassNewInstance
Returns the builder consumer, a consumer that the strategy invokes when it is ready to build the code
getBusEventType(String) - Method in interface com.espertech.esper.runtime.client.EPEventTypeService
Returns the event type that has bus-visibility or null in case that the event type is not found
getBusModifier() - Method in class com.espertech.esper.common.client.meta.EventTypeMetadata
Returns the event bus modifier.
getBusModifierEventType() - Method in class com.espertech.esper.common.client.configuration.compiler.ConfigurationCompilerByteCode
Returns the default bus modifier for event types
getBusModifierEventType() - Method in class com.espertech.esper.compiler.client.CompilerOptions
Returns the callback that determines whether the event type is visible in the event bus i.e.
getByteCode() - Method in class com.espertech.esper.common.client.configuration.compiler.ConfigurationCompiler
Returns code generation settings
getBytes() - Method in class com.espertech.esper.common.client.util.CountMinSketchAgentContextFromBytes
Returns the byte value.
getCacheReferenceType() - Method in class com.espertech.esper.common.client.configuration.common.ConfigurationCommonCacheExpiryTime
Returns the enumeration whether hard, soft or weak reference type are used to control whether the garbage collection can remove entries from cache.
getCalendarOp() - Method in class com.espertech.esper.common.client.hook.datetimemethod.DateTimeMethodOpsModify
Returns the information how calendar-modify is provided
getCalendarOp() - Method in class com.espertech.esper.common.client.hook.datetimemethod.DateTimeMethodOpsReformat
Returns the information how calendar-reformat is provided
getCatalog() - Method in class com.espertech.esper.common.client.configuration.common.ConfigurationCommonDBRef.ConnectionSettings
Gets the name of the catalog to set on new database connections, or null for default.
getChain() - Method in class com.espertech.esper.common.client.soda.DotExpression
Returns the method chain of all methods after the dot.
getChain() - Method in class com.espertech.esper.common.client.soda.SingleRowMethodExpression
Returns the optional method invocation chain for the single-row method consisting of pairs of method name and list of parameters.
getChain() - Method in class com.espertech.esper.common.client.soda.StaticMethodExpression
Returns the chain of method invocations, each pair a method name and list of parameter expressions
getCharPosEnd() - Method in class com.espertech.esper.common.client.module.ModuleItem
Returns end position of character on line for the item.
getCharPosStart() - Method in class com.espertech.esper.common.client.module.ModuleItem
Returns item char position in line.
getChildren() - Method in interface com.espertech.esper.common.client.soda.Expression
Returns the list of sub-expressions (child expressions) to the current expression node.
getChildren() - Method in class com.espertech.esper.common.client.soda.ExpressionBase
Returns the list of sub-expressions to the current expression.
getChildren() - Method in class com.espertech.esper.common.client.soda.MatchRecognizeRegEx
Returns child nodes.
getChildren() - Method in interface com.espertech.esper.common.client.soda.PatternExpr
Returns the list of pattern sub-expressions (child expressions) to the current pattern expression node.
getChildren() - Method in class com.espertech.esper.common.client.soda.PatternExprBase
 
getChildren() - Method in class com.espertech.esper.common.client.soda.PatternGuardExpr
 
getChildren() - Method in class com.espertech.esper.common.client.soda.PatternObserverExpr
 
getClasses() - Method in class com.espertech.esper.common.client.EPCompiled
Returns a map of class name and byte code for a classloader
getClassLoader(DeploymentClassLoaderContext) - Method in interface com.espertech.esper.runtime.client.option.DeploymentClassLoaderOption
Returns the classloader to use for the deployment.
getClassName() - Method in class com.espertech.esper.common.client.configuration.common.ConfigurationCommonDBRef.DriverManagerConnection
Returns the driver manager class name.
getClassName() - Method in class com.espertech.esper.common.client.configuration.runtime.ConfigurationRuntimePluginLoader
Returns the loader class name.
getClassName() - Method in class com.espertech.esper.common.client.soda.MethodInvocationStream
Returns the name of the class providing the method.
getClassName() - Method in class com.espertech.esper.common.client.soda.NewInstanceOperatorExpression
Returns the class name.
getClassName() - Method in class com.espertech.esper.common.client.soda.StaticMethodExpression
Returns the class name.
getClassPropertyResolutionStyle() - Method in class com.espertech.esper.common.client.configuration.common.ConfigurationCommonEventTypeMeta
Returns the property resolution style to use for resolving property names of Java classes.
getClassProvidedExpression() - Method in class com.espertech.esper.common.client.soda.CreateClassClause
Returns class-provided that contains the class text.
getClassProvidedExpressions() - Method in class com.espertech.esper.common.client.soda.EPStatementObjectModel
Returns the inlined-classes provided as part of the EPL statement
getClassText() - Method in class com.espertech.esper.common.client.soda.ClassProvidedExpression
Returns the class text
getClazz() - Method in class com.espertech.esper.common.client.hook.datetimemethod.DateTimeMethodModeStaticMethod
Returns the class
getClazz() - Method in class com.espertech.esper.common.client.hook.forgeinject.InjectionStrategyClassNewInstance
Returns the class, or null if providing a class name instead
getClazz() - Method in class com.espertech.esper.common.client.hook.type.ObjectValueTypeWidenerFactoryContext
Returns the class
getClazz() - Method in class com.espertech.esper.common.client.hook.type.TypeRepresentationMapperContext
Returns the class.
getClazz() - Method in class com.espertech.esper.common.client.serde.SerdeProviderContextClass
Returns the type to provide a serde for
getColumn() - Method in exception com.espertech.esper.common.client.json.minimaljson.ParseException
Deprecated.
getColumnChangeCase() - Method in class com.espertech.esper.common.client.configuration.common.ConfigurationCommonDBRef
Returns enum value determining how the runtime changes case on output column names returned from statement or statement result set metadata.
getColumnClassType() - Method in class com.espertech.esper.common.client.hook.type.SQLColumnTypeContext
Returns column type.
getColumnName() - Method in class com.espertech.esper.common.client.hook.type.SQLColumnTypeContext
Returns column name.
getColumnName() - Method in class com.espertech.esper.common.client.hook.type.SQLColumnValueContext
Returns column name.
getColumnName() - Method in class com.espertech.esper.common.client.soda.CreateTableColumn
Returns the table column name
getColumnNames() - Method in class com.espertech.esper.common.client.soda.InsertIntoClause
Returns a list of column names specified optionally in the insert-into clause, or empty if none specified.
getColumnNames() - Method in class com.espertech.esper.common.client.soda.NewOperatorExpression
Returns the column names.
getColumnNames() - Method in class com.espertech.esper.common.client.soda.OnMergeMatchedInsertAction
Returns the insert-into column names, if provided.
getColumnNumber() - Method in class com.espertech.esper.common.client.hook.type.SQLColumnTypeContext
Returns column number starting at 1.
getColumnNumber() - Method in class com.espertech.esper.common.client.hook.type.SQLColumnValueContext
Returns column number.
getColumns() - Method in class com.espertech.esper.common.client.soda.CreateIndexClause
Returns columns.
getColumns() - Method in class com.espertech.esper.common.client.soda.CreateIndexColumn
Returns index column expressions
getColumns() - Method in class com.espertech.esper.common.client.soda.CreateSchemaClause
Returns the column definition.
getColumns() - Method in class com.espertech.esper.common.client.soda.CreateTableClause
Returns the table columns
getColumns() - Method in class com.espertech.esper.common.client.soda.CreateWindowClause
Returns all columns for use when create-table syntax is used to define the named window type.
getColumnSqlType() - Method in class com.espertech.esper.common.client.hook.type.SQLColumnTypeContext
Returns column sql type.
getColumnType(SQLColumnTypeContext) - Method in interface com.espertech.esper.common.client.hook.type.SQLColumnTypeConversion
Return the new type of the column.
getColumnValue() - Method in class com.espertech.esper.common.client.hook.type.SQLColumnValueContext
Returns column value
getColumnValue(SQLColumnValueContext) - Method in interface com.espertech.esper.common.client.hook.type.SQLColumnTypeConversion
Return the new value of the column.
getCommon() - Method in class com.espertech.esper.common.client.configuration.Configuration
Returns the common section of the configuration.
getCompiled() - Method in class com.espertech.esper.common.client.hook.recompile.EPRecompileProviderContext
 
getCompiled() - Method in class com.espertech.esper.runtime.client.EPDeploymentRolloutCompiled
Returns the compiled module.
getCompileds() - Method in class com.espertech.esper.compiler.client.CompilerPath
Returns the compiled modules in path.
getCompiler() - Method in class com.espertech.esper.common.client.configuration.Configuration
Returns the compiler section of the configuration.
getCompiler() - Static method in class com.espertech.esper.compiler.client.EPCompilerProvider
Return a compiler instance.
getCompilerHook() - Method in class com.espertech.esper.compiler.client.CompilerOptions
Experimental API: Returns the provider of the compiler to use
getCompilerPathables() - Method in class com.espertech.esper.compiler.client.CompilerPath
Returns the path information provided by runtimes.
getCompilerVersion() - Method in class com.espertech.esper.common.client.EPCompiledManifest
Returns the compiler version.
getComponentTypeCollection() - Method in class com.espertech.esper.common.client.hook.aggmultifunc.AggregationMultiFunctionMethodDesc
Returns, when returning a collection of object values, the type of the values or null if not returning a collection of values
getCondition() - Method in class com.espertech.esper.common.client.hook.condition.ConditionHandlerContext
Returns the condition reported.
getConditionHandling() - Method in class com.espertech.esper.common.client.configuration.runtime.ConfigurationRuntime
Returns the condition handling configuration.
getConfig() - Method in class com.espertech.esper.common.client.configuration.compiler.ConfigurationCompilerPlugInVirtualDataWindow
Returns any additional configuration passed to the factory as part of the context.
getConfig() - Method in class com.espertech.esper.common.client.hook.aggmultifunc.AggregationMultiFunctionValidationContext
Returns the original configuration object for the aggregation multi-function
getConfigProperties() - Method in class com.espertech.esper.common.client.configuration.runtime.ConfigurationRuntimePluginLoader
Returns loader configuration properties.
getConfiguration() - Method in class com.espertech.esper.common.client.hook.aggmultifunc.AggregationMultiFunctionDeclarationContext
Returns the configuration provided when the aggregation multi-functions where registered.
getConfiguration() - Method in class com.espertech.esper.common.client.hook.recompile.EPRecompileProviderContext
 
getConfiguration() - Method in class com.espertech.esper.compiler.client.CompilerArguments
Returns the configuration
getConfiguration() - Method in class com.espertech.esper.runtime.client.option.DeploymentClassLoaderContext
Returns the configuration.
getConfigurationDeepCopy() - Method in interface com.espertech.esper.runtime.client.EPRuntime
Returns a deep-copy of the configuration that is actively in use by the runtime.
getConfigurationInputStream(String) - Static method in class com.espertech.esper.common.client.configuration.Configuration
Get the configuration file as an InputStream.
getConfigurationTransient() - Method in interface com.espertech.esper.runtime.client.EPRuntime
Returns the transient configuration, which are configuration values that are passed by reference (and not by value)
getConfigurationXML() - Method in class com.espertech.esper.common.client.configuration.runtime.ConfigurationRuntimePluginLoader
Returns configuration XML for the plugin.
getConfigured() - Method in class com.espertech.esper.compiler.client.option.StateMgmtSettingContext
For internal-use-only and subject-to-change-between-versions: Returns settings
getConfigXml() - Method in class com.espertech.esper.runtime.client.plugin.PluginLoaderInitContext
Returns plugin configuration XML, if any.
getConnectionFactoryDesc() - Method in class com.espertech.esper.common.client.configuration.common.ConfigurationCommonDBRef
Returns the descriptor controlling connection creation settings.
getConnectionLifecycleEnum() - Method in class com.espertech.esper.common.client.configuration.common.ConfigurationCommonDBRef
Returns the setting to control whether a new connection is obtained for each lookup, or connections are retained between lookups.
getConnectionSettings() - Method in class com.espertech.esper.common.client.configuration.common.ConfigurationCommonDBRef
Returns the connection settings for this database.
getConstant() - Method in class com.espertech.esper.common.client.soda.ConstantExpression
Returns the constant value that the expression represents.
getConstantType() - Method in class com.espertech.esper.common.client.soda.ConstantExpression
Returns the type of the constant.
getConstantValues() - Method in class com.espertech.esper.common.client.hook.aggfunc.AggregationFunctionValidationContext
If a parameter expression returns a constant value, the value of the constant it returns is provided in this array.
getConsumerObject() - Method in class com.espertech.esper.common.client.hook.vdw.VirtualDataWindowEventConsumerBase
Returns an object that serves as a unique identifier for the consumer, with multiple consumer per statements possible.
getContext() - Method in interface com.espertech.esper.runtime.client.EPRuntime
Provides naming context for public named objects.
getContextDeploymentId() - Method in class com.espertech.esper.common.client.context.ContextStateEvent
Returns the deployment id
getContextLookupName() - Method in class com.espertech.esper.common.client.configuration.common.ConfigurationCommonDBRef.DataSourceConnection
Returns the object name to look up in context.
getContextName() - Method in class com.espertech.esper.common.client.context.ContextStateEvent
Returns the context name
getContextName() - Method in class com.espertech.esper.common.client.serde.SerdeProviderAdditionalInfo
Returns the context name or null if no context associated
getContextName() - Method in class com.espertech.esper.common.client.soda.CreateContextClause
Returns the context name
getContextName() - Method in class com.espertech.esper.common.client.soda.EPStatementObjectModel
Returns the context name if context dimensions apply to statement.
getContextName() - Method in class com.espertech.esper.compiler.client.option.AccessModifierContextContext
Returns the context name.
getContextNestingLevel(String, String) - Method in interface com.espertech.esper.common.client.context.EPContextPartitionService
Returns the nesting level for the context declaration, i.e.
getContextPartitionCount(String, String) - Method in interface com.espertech.esper.common.client.context.EPContextPartitionService
Returns the current count of context partition.
getContextPartitionId() - Method in class com.espertech.esper.common.client.context.ContextPartitionIdentifier
Returns the context partition id, when available.
getContextPartitionId() - Method in class com.espertech.esper.common.client.hook.expr.EPLExpressionEvaluationContext
Returns the context partition id
getContextPartitionId() - Method in class com.espertech.esper.common.client.hook.expr.EPLMethodInvocationContext
Returns the context partition id, or -1 if no contexts or if the invocation context is not associated to a specific statement and is shareable between statements
getContextPartitionIds() - Method in interface com.espertech.esper.common.client.context.ContextPartitionSelectorById
Return the context partition ids to select.
getContextPartitionIds(String, String, ContextPartitionSelector) - Method in interface com.espertech.esper.common.client.context.EPContextPartitionService
Returns the context partition ids.
getContextPartitions(String, String, ContextPartitionSelector) - Method in interface com.espertech.esper.common.client.context.EPContextPartitionService
Returns information about selected context partitions including state.
getContextPartitionService() - Method in interface com.espertech.esper.runtime.client.EPRuntime
Returns the context partition service, for context partition information
getContextPartitionStateListeners(String, String) - Method in interface com.espertech.esper.common.client.context.EPContextPartitionService
Returns an iterator of context partition state listeners (read-only) for the given context
getContextProperties(String, String, int) - Method in interface com.espertech.esper.common.client.context.EPContextPartitionService
Returns the context properties for a given deployment id, context name and context partition id.
getContexts() - Method in class com.espertech.esper.common.client.soda.ContextDescriptorNested
Returns the list of nested contexts
getContextStateListeners() - Method in interface com.espertech.esper.common.client.context.EPContextPartitionService
Returns an iterator of context state listeners (read-only)
getContextStatementNames(String, String) - Method in interface com.espertech.esper.common.client.context.EPContextPartitionService
Returns the statement names associated to the context of the given name.
getCopyFrom() - Method in class com.espertech.esper.common.client.soda.CreateSchemaClause
Returns the optional set of event type names that properties are copied from.
getCopyMethod() - Method in class com.espertech.esper.common.client.configuration.common.ConfigurationCommonEventTypeBean
Returns the method name of the method to use to copy the underlying event object.
getCounts() - Method in class com.espertech.esper.common.client.hook.condition.ConditionMatchRecognizeStatesMax
Returns the per-statement count.
getCounts() - Method in class com.espertech.esper.common.client.hook.condition.ConditionPatternRuntimeSubexpressionMax
Returns the per-statement count.
getCpuTime() - Method in class com.espertech.esper.common.client.metric.StatementMetric
Returns CPU time in nanoseconds.
getCreateClass() - Method in class com.espertech.esper.common.client.soda.EPStatementObjectModel
Returns the create-class clause or null if not present.
getCreateContext() - Method in class com.espertech.esper.common.client.soda.EPStatementObjectModel
Returns the create-context clause.
getCreateDataFlow() - Method in class com.espertech.esper.common.client.soda.EPStatementObjectModel
Returns the "create dataflow" part, if present.
getCreateExpression() - Method in class com.espertech.esper.common.client.soda.EPStatementObjectModel
Returns the create-expression clause, if any
getCreateIndex() - Method in class com.espertech.esper.common.client.soda.EPStatementObjectModel
Returns create-index clause.
getCreateSchema() - Method in class com.espertech.esper.common.client.soda.EPStatementObjectModel
Returns the create-schema clause.
getCreateTable() - Method in class com.espertech.esper.common.client.soda.EPStatementObjectModel
Returns the create-table clause if present or null if not present
getCreateVariable() - Method in class com.espertech.esper.common.client.soda.EPStatementObjectModel
Returns the create-variable clause if this is a statement creating a variable, or null if not.
getCreateWindow() - Method in class com.espertech.esper.common.client.soda.EPStatementObjectModel
Returns the create-window clause for creating named windows, or null if this statement does not create a named window.
getCrontabAtParameters() - Method in class com.espertech.esper.common.client.soda.OutputLimitClause
Returns the crontab parameters, or null if not using crontab-like schedule.
getCrontabExpressions() - Method in class com.espertech.esper.common.client.soda.ContextDescriptorConditionCrontab
Returns the crontab expressions.
getCurrentEvent() - Method in class com.espertech.esper.common.client.hook.exception.ExceptionHandlerContext
Returns the current event, when available.
getCurrentEvent() - Method in class com.espertech.esper.common.client.hook.exception.ExceptionHandlerContextUnassociated
Returns the current event, when available.
getCurrentMethod() - Method in class com.espertech.esper.common.client.hook.datetimemethod.DateTimeMethodValidateContext
Returns the date-time method information
getCurrentMethod() - Method in class com.espertech.esper.common.client.hook.enummethod.EnumMethodValidateContext
Returns the enumeration method information
getCurrentParameters() - Method in class com.espertech.esper.common.client.hook.datetimemethod.DateTimeMethodValidateContext
Returns the parameters to the date-time method.
getCurrentParameters() - Method in class com.espertech.esper.common.client.hook.enummethod.EnumMethodValidateContext
Returns the parameters to the enumeration method.
getCurrentTime() - Method in interface com.espertech.esper.runtime.client.EPEventServiceTimeControl
Returns current engine time.
getCustomConfiguration() - Method in class com.espertech.esper.common.client.hook.vdw.VirtualDataWindowFactoryContext
Returns the custom configuration object that gets passed along
getCustomConfiguration() - Method in class com.espertech.esper.common.client.hook.vdw.VirtualDataWindowForgeContext
Returns any additional configuration provided.
getDatabaseName() - Method in class com.espertech.esper.common.client.soda.SQLStream
Returns the database name.
getDatabaseReferences() - Method in class com.espertech.esper.common.client.configuration.common.ConfigurationCommon
Returns the database names
getDataCacheDesc() - Method in class com.espertech.esper.common.client.configuration.common.ConfigurationCommonDBRef
Return a query result data cache descriptor.
getDataCacheDesc() - Method in class com.espertech.esper.common.client.configuration.common.ConfigurationCommonMethodRef
Return a method invocation result data cache descriptor.
getDataFlow(String, String) - Method in interface com.espertech.esper.common.client.dataflow.core.EPDataFlowService
Returns a descriptor for the given data flow, or null if the data flow has not been declared.
getDataFlowDeploymentId() - Method in interface com.espertech.esper.common.client.dataflow.core.EPDataFlowInstance
Returns the data flow deployment id.
getDataFlowInstanceId() - Method in class com.espertech.esper.common.client.dataflow.core.EPDataFlowInstantiationOptions
Returns the instance id assigned.
getDataFlowInstanceUserObject() - Method in class com.espertech.esper.common.client.dataflow.core.EPDataFlowInstantiationOptions
Returns the user object associated to the data flow instance.
getDataflowName() - Method in class com.espertech.esper.common.client.dataflow.core.EPDataFlowSavedConfiguration
Data flow name.
getDataFlowName() - Method in exception com.espertech.esper.common.client.dataflow.core.EPDataFlowCancellationException
Returns the data flow name.
getDataFlowName() - Method in class com.espertech.esper.common.client.dataflow.core.EPDataFlowDescriptor
Returns the data flow name.
getDataFlowName() - Method in class com.espertech.esper.common.client.dataflow.core.EPDataFlowExceptionContext
Returns the data flow name.
getDataFlowName() - Method in exception com.espertech.esper.common.client.dataflow.core.EPDataFlowExecutionException
Returns the data flow name.
getDataFlowName() - Method in interface com.espertech.esper.common.client.dataflow.core.EPDataFlowInstance
Returns the data flow name.
getDataFlowName() - Method in class com.espertech.esper.common.client.dataflow.core.EPDataFlowOperatorParameterProviderContext
Returns the data flow name.
getDataFlowName() - Method in class com.espertech.esper.common.client.dataflow.core.EPDataFlowOperatorProviderContext
Data flow name
getDataFlowName() - Method in class com.espertech.esper.common.client.soda.CreateDataFlowClause
Returns the data flow name.
getDataFlows() - Method in interface com.espertech.esper.common.client.dataflow.core.EPDataFlowService
Returns the names of all declared data flows.
getDataFlowService() - Method in interface com.espertech.esper.runtime.client.EPRuntime
Returns the data flow service, for managing dataflows
getDataInput() - Method in class com.espertech.esper.common.client.dataflow.io.DataInputToObjectCollectorContext
Returns the data input.
getDataListsFlattened() - Method in interface com.espertech.esper.runtime.client.scopetest.SupportListener
Returns a pair of insert and remove stream event arrays considering the all invocations.
getDataListsFlattened() - Method in class com.espertech.esper.runtime.client.scopetest.SupportSubscriber
Returns a pair of insert and remove stream event arrays considering the all invocations.
getDataListsFlattened() - Method in class com.espertech.esper.runtime.client.scopetest.SupportUpdateListener
 
getDataOutput() - Method in class com.espertech.esper.common.client.dataflow.io.ObjectToDataOutputCollectorContext
Returns the data output
getDateOp() - Method in class com.espertech.esper.common.client.hook.datetimemethod.DateTimeMethodOpsReformat
Returns the information how Date-reformat is provided
getDays() - Method in class com.espertech.esper.common.client.util.TimePeriod
Returns days or null if not provided.
getDb() - Method in class com.espertech.esper.common.client.hook.type.SQLColumnTypeContext
Get database name.
getDb() - Method in class com.espertech.esper.common.client.hook.type.SQLOutputRowTypeContext
Returns the database name.
getDeclaredExprValueCacheSize() - Method in class com.espertech.esper.common.client.configuration.runtime.ConfigurationRuntimeExecution
Returns the cache size for declared expression values
getDeepSuperTypes() - Method in interface com.espertech.esper.common.client.EventType
Returns iterator over all super types to event type, going up the hierarchy and including all Java interfaces (and their extended interfaces) and superclasses as EventType instances.
getDeepSuperTypesAsSet() - Method in interface com.espertech.esper.common.client.EventType
Returns the set of deep supertypes
getDefault() - Static method in enum class com.espertech.esper.common.client.util.CacheReferenceType
The default policy is set to WEAK to reduce the chance that out-of-memory errors occur as caches fill, and stay backwards compatible with prior Esper releases.
getDefault() - Static method in enum class com.espertech.esper.common.client.util.EventUnderlyingType
Returns the default underlying type.
getDefault() - Static method in enum class com.espertech.esper.common.client.util.PropertyResolutionStyle
Returns the default property resolution style.
getDefaultAccessorStyle() - Method in class com.espertech.esper.common.client.configuration.common.ConfigurationCommonEventTypeMeta
Returns the default accessor style, JavaBean unless changed.
getDefaultDialect() - Method in class com.espertech.esper.common.client.configuration.compiler.ConfigurationCompilerScripts
Returns the default script dialect.
getDefaultEventRepresentation() - Method in class com.espertech.esper.common.client.configuration.common.ConfigurationCommonEventTypeMeta
Returns the default event representation.
getDefaultNamespace() - Method in class com.espertech.esper.common.client.configuration.common.ConfigurationCommonEventTypeXMLDOM
Returns the default namespace.
getDefaultRenderer() - Method in class com.espertech.esper.common.client.render.EventPropertyRendererContext
Returns the output value default renderer.
getDefaultRuntime() - Static method in class com.espertech.esper.runtime.client.EPRuntimeProvider
Returns the runtime for the default URI.
getDefaultRuntime(Configuration) - Static method in class com.espertech.esper.runtime.client.EPRuntimeProvider
Returns the default runtime.
getDefaultRuntime(Configuration, EPRuntimeOptions) - Static method in class com.espertech.esper.runtime.client.EPRuntimeProvider
Returns the default runtime.
getDefaultStreamSelector() - Method in class com.espertech.esper.common.client.configuration.compiler.ConfigurationCompilerStreamSelection
Returns the default stream selector.
getDefines() - Method in class com.espertech.esper.common.client.soda.MatchRecognizeClause
Returns the defines-clause
getDependencies() - Method in class com.espertech.esper.runtime.client.EPDeploymentDependencyConsumed
Returns the consumption dependencies
getDependencies() - Method in class com.espertech.esper.runtime.client.EPDeploymentDependencyProvided
Returns the provision dependencies
getDeployment() - Method in class com.espertech.esper.runtime.client.EPDeploymentRolloutItem
Returns the deployment.
getDeployment(String) - Method in interface com.espertech.esper.runtime.client.EPDeploymentService
Returns the deployment.
getDeployment(String) - Method in interface com.espertech.esper.runtime.client.stage.EPStageDeploymentService
Returns the staged deployment or null if the deployment is not staged
getDeploymentClassLoaderOption() - Method in class com.espertech.esper.runtime.client.DeploymentOptions
Returns the class loader option
getDeploymentDependenciesConsumed(String) - Method in interface com.espertech.esper.runtime.client.EPDeploymentService
Obtain information about the dependencies that the given deployment has on other deployments, i.e.
getDeploymentDependenciesProvided(String) - Method in interface com.espertech.esper.runtime.client.EPDeploymentService
Obtain information about other deployments that are depending on the given deployment, i.e.
getDeploymentId() - Method in class com.espertech.esper.common.client.dataflow.core.EPDataFlowDescriptor
Returns the deployment id
getDeploymentId() - Method in class com.espertech.esper.common.client.dataflow.core.EPDataFlowEPStatementFilterContext
Returns the deployment id
getDeploymentId() - Method in class com.espertech.esper.common.client.dataflow.core.EPDataFlowSavedConfiguration
Returns the deployment id
getDeploymentId() - Method in class com.espertech.esper.common.client.hook.condition.ConditionHandlerContext
Returns the deployment id of the statement.
getDeploymentId() - Method in class com.espertech.esper.common.client.hook.exception.ExceptionHandlerContext
Returns the deployment id
getDeploymentId() - Method in class com.espertech.esper.common.client.hook.recompile.EPRecompileProviderContext
 
getDeploymentId() - Method in class com.espertech.esper.common.client.hook.vdw.VirtualDataWindowLookupContext
Returns the statement name of the statement to be performing the lookup, or null for fire-and-forget statements.
getDeploymentId() - Method in class com.espertech.esper.common.client.metric.StatementMetric
Returns the deployment id.
getDeploymentId() - Method in class com.espertech.esper.runtime.client.DeploymentOptions
Returns the deployment id if one should be assigned; A null value causes the runtime to generate and assign a deployment id.
getDeploymentId() - Method in class com.espertech.esper.runtime.client.DeploymentStateEvent
Returns the deployment id
getDeploymentId() - Method in class com.espertech.esper.runtime.client.EPDeployment
Returns the deployment id
getDeploymentId() - Method in class com.espertech.esper.runtime.client.EPDeploymentDependencyConsumed.Item
Returns the deployment id of the provider
getDeploymentId() - Method in interface com.espertech.esper.runtime.client.EPStatement
Returns the deployment id.
getDeploymentId() - Method in class com.espertech.esper.runtime.client.option.StatementNameRuntimeContext
Returns the deployment id
getDeploymentId() - Method in interface com.espertech.esper.runtime.client.option.StatementSubstitutionParameterContext
Returns the deployment id
getDeploymentId() - Method in class com.espertech.esper.runtime.client.option.StatementUserObjectRuntimeContext
Returns the deployment id
getDeploymentIdDependencies() - Method in class com.espertech.esper.runtime.client.EPDeployment
Returns the deployment ids of the deployments that this deployment depends on
getDeploymentIds() - Method in class com.espertech.esper.runtime.client.EPDeploymentDependencyProvided.Item
Returns the deployment id of consuming deployments
getDeploymentLockStrategy() - Method in class com.espertech.esper.runtime.client.DeploymentOptions
Return the deployment lock strategy, the default is LockStrategyDefault
getDeployments() - Method in interface com.espertech.esper.runtime.client.EPDeploymentService
Returns the deployment ids of all deployments.
getDeployments() - Method in interface com.espertech.esper.runtime.client.stage.EPStageDeploymentService
Returns the deployment ids of all staged deployments.
getDeploymentService() - Method in interface com.espertech.esper.runtime.client.EPRuntime
Returns the deployment service, for deploying and undeploying compiled modules
getDeploymentService() - Method in interface com.espertech.esper.runtime.client.stage.EPStage
Returns the stage's deployment service that provides information about staged deployments.
getDeploymentStateListeners() - Method in interface com.espertech.esper.runtime.client.EPDeploymentService
Returns an iterator of deployment state listeners (read-only)
getDescending() - Method in class com.espertech.esper.common.client.soda.OrderedObjectParamExpression
Returns true for descending, false for ascending.
getDescriptor() - Method in class com.espertech.esper.common.client.soda.CreateContextClause
Returns the context dimension informatin
getDistinct() - Method in class com.espertech.esper.common.client.soda.AvedevProjectionExpression
Returns true if the projection considers distinct values only.
getDistinct() - Method in class com.espertech.esper.common.client.soda.AvgProjectionExpression
Returns true if the projection considers distinct values only.
getDistinct() - Method in class com.espertech.esper.common.client.soda.CountEverProjectionExpression
Returns true for distinct.
getDistinct() - Method in class com.espertech.esper.common.client.soda.CountProjectionExpression
Returns true if the projection considers distinct values only.
getDistinct() - Method in class com.espertech.esper.common.client.soda.FirstEverProjectionExpression
Returns true for distinct.
getDistinct() - Method in class com.espertech.esper.common.client.soda.LastEverProjectionExpression
Returns true for distinct.
getDistinct() - Method in class com.espertech.esper.common.client.soda.MaxProjectionExpression
Returns true if the projection considers distinct values only.
getDistinct() - Method in class com.espertech.esper.common.client.soda.MedianProjectionExpression
Returns true if the projection considers distinct values only.
getDistinct() - Method in class com.espertech.esper.common.client.soda.MinProjectionExpression
Returns true if the projection considers distinct values only.
getDistinct() - Method in class com.espertech.esper.common.client.soda.SelectClause
Returns indicator whether distinct or not.
getDouble(String, double) - Method in class com.espertech.esper.common.client.json.minimaljson.JsonObject
Returns the double value of the member with the specified name in this object.
getEmitter() - Method in class com.espertech.esper.common.client.dataflow.core.EPDataFlowEventBeanCollectorContext
Returns the emitter.
getEmitter() - Method in class com.espertech.esper.common.client.dataflow.core.EPDataFlowIRStreamCollectorContext
Returns the emitter.
getEmitter() - Method in class com.espertech.esper.common.client.dataflow.io.DataInputToObjectCollectorContext
Returns the emitter.
getEmitters() - Method in class com.espertech.esper.common.client.dataflow.core.EPDataFlowInstanceCaptive
Map of named emitters.
getEnd() - Method in class com.espertech.esper.common.client.hook.vdw.VirtualDataWindowKeyRange
Returns the end value of the range.
getEndTime() - Method in class com.espertech.esper.common.client.context.ContextPartitionIdentifierInitiatedTerminated
Returns the end time of the context partition, if it can be computed
getEndTimestampPropertyName() - Method in class com.espertech.esper.common.client.configuration.common.ConfigurationCommonEventTypeBean
Returns the property name of the property providing the end timestamp value.
getEndTimestampPropertyName() - Method in class com.espertech.esper.common.client.configuration.common.ConfigurationCommonEventTypeWithSupertype
Returns the property name of the property providing the end timestamp value.
getEndTimestampPropertyName() - Method in class com.espertech.esper.common.client.configuration.common.ConfigurationCommonEventTypeXMLDOM
Returns the property name of the property providing the end timestamp value.
getEndTimestampPropertyName() - Method in interface com.espertech.esper.common.client.EventType
Returns the property name of the property providing the end timestamp value.
getEndTimestampPropertyName() - Method in class com.espertech.esper.common.client.soda.CreateSchemaClause
Returns the property name of the property providing the end timestamp value.
getEnumerableEvent(AggregationMultiFunctionState, EventBean[], boolean, ExprEvaluatorContext) - Method in interface com.espertech.esper.common.client.hook.aggmultifunc.AggregationMultiFunctionAccessor
Return the aggregation state value consisting of a single event.
getEnumerableEvents(AggregationMultiFunctionState, EventBean[], boolean, ExprEvaluatorContext) - Method in interface com.espertech.esper.common.client.hook.aggmultifunc.AggregationMultiFunctionAccessor
Return the aggregation state value consisting of a collection of events.
getEnumerableScalar(AggregationMultiFunctionState, EventBean[], boolean, ExprEvaluatorContext) - Method in interface com.espertech.esper.common.client.hook.aggmultifunc.AggregationMultiFunctionAccessor
Return the aggregation state value consisting of a collection of scalar values.
getEnvProperties() - Method in class com.espertech.esper.common.client.configuration.common.ConfigurationCommonDBRef.DataSourceConnection
Returns the environment properties to use to establish the initial context.
getEpl() - Method in class com.espertech.esper.common.client.hook.exception.ExceptionHandlerContext
Returns the expression text of the statement.
getEpl() - Method in enum class com.espertech.esper.common.client.soda.StreamSelector
Returns syntactic text
getEpl() - Method in class com.espertech.esper.runtime.client.option.StatementNameRuntimeContext
Returns the EPL when attached or null when not available
getEpl() - Method in interface com.espertech.esper.runtime.client.option.StatementSubstitutionParameterContext
Returns the EPL when provided or null when not provided
getEpl() - Method in class com.espertech.esper.runtime.client.option.StatementUserObjectRuntimeContext
Returns the EPL when attached or null when not available
getEplSupplier() - Method in class com.espertech.esper.compiler.client.option.StatementOptionContextBase
Returns the supplier of the EPL textual representation
getEPServicesContextFactoryClassName() - Method in class com.espertech.esper.common.client.configuration.runtime.ConfigurationRuntime
Returns the class name of the services context factory class to use.
getEpStatement() - Method in class com.espertech.esper.common.client.dataflow.core.EPDataFlowEPStatementFilterContext
Returns the statement, can safely be cast to EPStatement
getEPType() - Method in enum class com.espertech.esper.common.client.type.EPTypePremade
Returns the type class.
getEvent() - Method in class com.espertech.esper.common.client.dataflow.core.EPDataFlowEventBeanCollectorContext
Returns the event to process.
getEvent() - Method in class com.espertech.esper.common.client.dataflow.core.EPDataFlowEventCollectorContext
Returns the event.
getEvent() - Method in class com.espertech.esper.common.client.dataflow.io.ObjectToDataOutputCollectorContext
Returns the event object.
getEventBeanService() - Method in class com.espertech.esper.common.client.hook.expr.EPLMethodInvocationContext
Returns event and event type services.
getEventBeanService() - Method in interface com.espertech.esper.common.client.hook.expr.EPLScriptContext
Returns event and event type services
getEventFactory() - Method in class com.espertech.esper.common.client.hook.vdw.VirtualDataWindowContext
Returns the factory for creating instances of EventBean from rows.
getEventMeta() - Method in class com.espertech.esper.common.client.configuration.common.ConfigurationCommon
Returns event representation default settings.
getEventPrecedence() - Method in class com.espertech.esper.common.client.soda.InsertIntoClause
Returns null when no event-precedence is specified for the insert-into, or returns the expression returning the event-precedence
getEventPrecedence() - Method in class com.espertech.esper.common.client.soda.OnMergeMatchedInsertAction
Returns null when no event-precedence is specified for the insert-into, or returns the expression returning the event-precedence
getEventPropertyName() - Method in class com.espertech.esper.common.client.serde.SerdeProviderAdditionalInfoEventProperty
Returns the event property name
getEventSender(String) - Method in interface com.espertech.esper.runtime.client.EPEventService
Returns a facility to process event objects that are of a known type.
getEventService() - Method in interface com.espertech.esper.runtime.client.EPRuntime
Returns the event service, for sending events to the runtime and for controlling time
getEventService() - Method in interface com.espertech.esper.runtime.client.stage.EPStage
Returns the stage's event service that can be used to send events to the stage and to advance time for the stage.
getEventType() - Method in interface com.espertech.esper.common.client.EventBean
Return the EventType instance that describes the set of properties available for this event.
getEventType() - Method in interface com.espertech.esper.common.client.fireandforget.EPFireAndForgetPreparedQuery
Returns the event type, representing the columns of the select-clause.
getEventType() - Method in interface com.espertech.esper.common.client.fireandforget.EPFireAndForgetQueryResult
Returns the event type of the result.
getEventType() - Method in class com.espertech.esper.common.client.hook.type.ObjectValueTypeWidenerFactoryContext
Returns the event type
getEventType() - Method in class com.espertech.esper.common.client.hook.vdw.VirtualDataWindowContext
Returns the event type of the events held in the virtual data window as per declaration of the named window.
getEventType() - Method in class com.espertech.esper.common.client.hook.vdw.VirtualDataWindowFactoryContext
Returns the event type
getEventType() - Method in class com.espertech.esper.common.client.hook.vdw.VirtualDataWindowForgeContext
Returns the event type of the events held in the virtual data window as per declaration of the named window.
getEventType() - Method in class com.espertech.esper.common.client.render.EventPropertyRendererContext
Returns the event type
getEventType() - Method in class com.espertech.esper.common.client.serde.SerdeProviderEventTypeContext
Returns the event type
getEventType() - Method in class com.espertech.esper.common.client.soda.UpdateClause
Returns the name of the event type to update.
getEventType() - Method in interface com.espertech.esper.runtime.client.EPStatement
Returns the type of events the statement pushes to listeners or returns for iterator.
getEventType(String, String) - Method in interface com.espertech.esper.runtime.client.EPEventTypeService
Returns the event type as defined by a given deployment.
getEventTypeAutoNamePackages() - Method in class com.espertech.esper.common.client.configuration.common.ConfigurationCommon
Returns a set of Java package names that Java event classes reside in.
getEventTypeCollection() - Method in class com.espertech.esper.common.client.hook.aggmultifunc.AggregationMultiFunctionMethodDesc
Returns, when returning a collection of events, the event type or null if not returning a collection of events
getEventTypeIdPair() - Method in class com.espertech.esper.common.client.meta.EventTypeMetadata
Returns event type ids
getEventTypeName() - Method in class com.espertech.esper.common.client.configuration.compiler.ConfigurationCompilerPlugInSingleRowFunction
Returns the event type name for functions that return EventBean instances.
getEventTypeName() - Method in class com.espertech.esper.common.client.serde.SerdeProviderAdditionalInfoEventProperty
Returns the event type name
getEventTypeName() - Method in class com.espertech.esper.common.client.serde.SerdeProviderAdditionalInfoEventType
Returns the event type name if provided
getEventTypeName() - Method in class com.espertech.esper.common.client.soda.Filter
Returns the name of the event type to filter for.
getEventTypeName() - Method in class com.espertech.esper.compiler.client.option.AccessModifierEventTypeContext
Returns the event type name
getEventTypeName() - Method in class com.espertech.esper.compiler.client.option.BusModifierEventTypeContext
Returns the event type name
getEventTypeNames() - Method in class com.espertech.esper.common.client.configuration.common.ConfigurationCommon
Returns the mapping of event type name to Java class name.
getEventTypePreconfigured(String) - Method in interface com.espertech.esper.runtime.client.EPEventTypeService
Returns the event type for a preconfigured event type.
getEventTypes() - Method in class com.espertech.esper.common.client.hook.aggmultifunc.AggregationMultiFunctionValidationContext
Returns the event types of all events in the select clause
getEventTypesAvro() - Method in class com.espertech.esper.common.client.configuration.common.ConfigurationCommon
Returns the Avro event types.
getEventTypesBean() - Method in class com.espertech.esper.common.client.configuration.common.ConfigurationCommon
Returns the mapping of event type name to legacy java event type information.
getEventTypeService() - Method in interface com.espertech.esper.runtime.client.EPRuntime
Returns the event type service, for obtaining information on event types
getEventTypeSingle() - Method in class com.espertech.esper.common.client.hook.aggmultifunc.AggregationMultiFunctionMethodDesc
Returns, when returning a single event, the event type or null if not returning a single event
getEventTypesMapEvents() - Method in class com.espertech.esper.common.client.configuration.common.ConfigurationCommon
Returns a map keyed by event type name, and values being the definition for the Map event type of the property names and types that make up the event.
getEventTypesNestableMapEvents() - Method in class com.espertech.esper.common.client.configuration.common.ConfigurationCommon
Returns a map keyed by event type name, and values being the definition for the event type of the property names and types that make up the event, for nestable, strongly-typed Map-based event representations.
getEventTypesNestableObjectArrayEvents() - Method in class com.espertech.esper.common.client.configuration.common.ConfigurationCommon
Returns the object-array event types.
getEventTypeSupertypes() - Method in class com.espertech.esper.common.client.serde.SerdeProviderAdditionalInfoEventType
Returns supertypes when available.
getEventTypesXMLDOM() - Method in class com.espertech.esper.common.client.configuration.common.ConfigurationCommon
Returns the mapping of event type name to XML DOM event type information.
getExceptionHandler() - Method in class com.espertech.esper.common.client.dataflow.core.EPDataFlowInstantiationOptions
Returns the exception handler.
getExceptionHandling() - Method in class com.espertech.esper.common.client.configuration.runtime.ConfigurationRuntime
Returns the exception handling configuration.
getExecution() - Method in class com.espertech.esper.common.client.configuration.common.ConfigurationCommon
Returns the execution settings.
getExecution() - Method in class com.espertech.esper.common.client.configuration.compiler.ConfigurationCompiler
Returns statement execution-related settings, settings that influence event/schedule to statement processing.
getExecution() - Method in class com.espertech.esper.common.client.configuration.runtime.ConfigurationRuntime
Returns statement execution-related settings, settings that influence event/schedule to statement processing.
getExisting(Class<?>) - Static method in enum class com.espertech.esper.common.client.type.EPTypePremade
Returns the pre-allocated holder for a given class, or null if there is no pre-allocated holder for this class
getExistingRuntime(String) - Static method in class com.espertech.esper.runtime.client.EPRuntimeProvider
Returns an existing runtime.
getExistingStage(String) - Method in interface com.espertech.esper.runtime.client.EPStageService
Returns the existing stage for the provided URI, or null if a stage for the URI has not already been allocated.
getExistsTypeByName(String) - Method in interface com.espertech.esper.common.client.hook.expr.EventBeanService
Look up an event type by name,
getExpression() - Method in class com.espertech.esper.common.client.configuration.compiler.ConfigurationCompiler
Returns the expression-related settings for compiler.
getExpression() - Method in class com.espertech.esper.common.client.configuration.runtime.ConfigurationRuntime
Returns the expression-related settings for common.
getExpression() - Method in class com.espertech.esper.common.client.module.ModuleItem
Returns the EPL.
getExpression() - Method in class com.espertech.esper.common.client.soda.ContextDescriptorCategoryItem
Returns the category expression.
getExpression() - Method in class com.espertech.esper.common.client.soda.ExpressionDeclaration
Returns the expression body.
getExpression() - Method in class com.espertech.esper.common.client.soda.GroupByClauseExpressionSingle
Returns the expression.
getExpression() - Method in class com.espertech.esper.common.client.soda.MatchRecognizeDefine
Returns the expression.
getExpression() - Method in class com.espertech.esper.common.client.soda.MatchRecognizeIntervalClause
Returns the interval expression.
getExpression() - Method in class com.espertech.esper.common.client.soda.OrderByElement
Returns the order-by value expression.
getExpression() - Method in class com.espertech.esper.common.client.soda.PatternStream
Returns the pattern expression providing events to the stream.
getExpression() - Method in class com.espertech.esper.common.client.soda.SelectClauseExpression
Returns the selection expression.
getExpression() - Method in exception com.espertech.esper.common.client.util.ExceptionLineItem
Returns the expression
getExpressionDeclaration() - Method in class com.espertech.esper.common.client.soda.CreateExpressionClause
Returns the expression declaration or null if script instead.
getExpressionDeclarations() - Method in class com.espertech.esper.common.client.soda.EPStatementObjectModel
Returns the expression declarations, if any.
getExpressionName() - Method in class com.espertech.esper.compiler.client.option.AccessModifierExpressionContext
Returns the expression name
getExpressions() - Method in class com.espertech.esper.common.client.hook.aggfunc.AggregationFunctionValidationContext
Returns the parameter expressions themselves for interrogation.
getExpressions() - Method in class com.espertech.esper.common.client.soda.ForClauseItem
Returns for-clause expressions.
getExpressions() - Method in class com.espertech.esper.common.client.soda.GroupByClauseExpressionCombination
Returns the combined expressions.
getExpressions() - Method in class com.espertech.esper.common.client.soda.GroupByClauseExpressionGroupingSet
Returns list of expressions in grouping set.
getExpressions() - Method in class com.espertech.esper.common.client.soda.GroupByClauseExpressionRollupOrCube
Returns the rollup or cube group-by expressions.
getExpressions() - Method in class com.espertech.esper.common.client.soda.PatternEveryDistinctExpr
Returns distinct expressions
getExpressionText() - Method in class com.espertech.esper.common.client.soda.ScriptExpression
Returns the script body.
getExprEvaluatorContext() - Method in class com.espertech.esper.common.client.hook.vdw.VirtualDataWindowEventConsumerAdd
Returns the expression evaluator context for evaluating filter expressions.
getFactory() - Method in class com.espertech.esper.common.client.dataflow.core.EPDataFlowOperatorParameterProviderContext
Returns the operator instance.
getFactory() - Method in class com.espertech.esper.common.client.dataflow.core.EPDataFlowOperatorProviderContext
Returns the factory
getFactory() - Method in class com.espertech.esper.common.client.hook.vdw.VirtualDataWindowContext
Returns the factory
getFactoryClassname() - Method in class com.espertech.esper.common.client.configuration.common.ConfigurationCommonDBRef.DataSourceFactory
Returns the class name of the data source factory.
getFactoryMethod() - Method in class com.espertech.esper.common.client.configuration.common.ConfigurationCommonEventTypeBean
Returns the name of the factory method, either fully-qualified or just a method name if the method is on the same class as the configured class, to use when instantiating objects of the type.
getFactoryMode() - Method in interface com.espertech.esper.common.client.hook.vdw.VirtualDataWindowForge
Describes to the compiler how it should manage code for the virtual data window factory.
getFieldProperties() - Method in class com.espertech.esper.common.client.configuration.common.ConfigurationCommonEventTypeBean
Returns a list of descriptors specifying explicitly configured field names and their property name.
getFields() - Method in class com.espertech.esper.common.client.hook.type.SQLOutputRowTypeContext
Returns the column names and types.
getFields() - Method in class com.espertech.esper.common.client.hook.vdw.VirtualDataWindowEventStartIndex
Returns a list of fields that are part of the index.
getFilter() - Method in class com.espertech.esper.common.client.hook.vdw.VirtualDataWindowEventConsumerAdd
Provides the filter expressions.
getFilter() - Method in class com.espertech.esper.common.client.soda.ContextDescriptorCategory
Returns type name and predicate expressions (filter)
getFilter() - Method in class com.espertech.esper.common.client.soda.ContextDescriptorConditionFilter
Returns the event stream filter.
getFilter() - Method in class com.espertech.esper.common.client.soda.ContextDescriptorHashSegmentedItem
Returns the filter.
getFilter() - Method in class com.espertech.esper.common.client.soda.ContextDescriptorKeyedSegmentedItem
Returns the filter.
getFilter() - Method in class com.espertech.esper.common.client.soda.Filter
Returns the optional filter expression that tests the event, or null if no filter expression was defined.
getFilter() - Method in class com.espertech.esper.common.client.soda.FilterStream
Returns the filter.
getFilter() - Method in class com.espertech.esper.common.client.soda.PatternFilterExpr
Returns the filter specification.
getFilterIndexPlanning() - Method in class com.espertech.esper.common.client.configuration.compiler.ConfigurationCompilerExecution
Returns the setting instructing the compiler which level of filter index planning to perform (default is ADVANCED).
getFilterOptimizable() - Method in class com.espertech.esper.common.client.configuration.compiler.ConfigurationCompilerPlugInSingleRowFunction
Returns filter optimization settings.
getFilterServiceMaxFilterWidth() - Method in class com.espertech.esper.common.client.configuration.compiler.ConfigurationCompilerExecution
Returns the maximum width for breaking up "or" expression in filters to subexpressions for reverse indexing.
getFilterServiceProfile() - Method in class com.espertech.esper.common.client.configuration.runtime.ConfigurationRuntimeExecution
Returns the filter service profile for tuning filtering operations.
getFireAndForgetClause() - Method in class com.espertech.esper.common.client.soda.EPStatementObjectModel
Returns fire-and-forget (on-demand) query information for FAF select, insert, update and delete.
getFireAndForgetService() - Method in interface com.espertech.esper.runtime.client.EPRuntime
Returns the fire-and-forget service, for executing fire-and-forget queries
getFirst() - Method in class com.espertech.esper.common.client.soda.OnInsertSplitStreamClause
Returns true for firing the insert-into for only the first where-clause that matches, or false for firing the insert-into for all where-clauses that match.
getFloat(String, float) - Method in class com.espertech.esper.common.client.json.minimaljson.JsonObject
Returns the float value of the member with the specified name in this object.
getFootprintFound() - Method in class com.espertech.esper.common.client.hook.datetimemethod.DateTimeMethodValidateContext
Returns the actual footprint chosen.
getFootprintFound() - Method in class com.espertech.esper.common.client.hook.enummethod.EnumMethodValidateContext
Returns the actual footprint chosen.
getFootprints() - Method in class com.espertech.esper.common.client.hook.datetimemethod.DateTimeMethodDescriptor
Returns the footprints
getFootprints() - Method in class com.espertech.esper.common.client.hook.enummethod.EnumMethodDescriptor
Returns the footprints
getForClause() - Method in class com.espertech.esper.common.client.soda.EPStatementObjectModel
Returns the for-clause.
getForgeClassName() - Method in class com.espertech.esper.common.client.configuration.compiler.ConfigurationCompilerPlugInAggregationFunction
Returns the class name of the aggregation function factory class.
getForgeClassName() - Method in class com.espertech.esper.common.client.configuration.compiler.ConfigurationCompilerPlugInDateTimeMethod
Returns the class name of the date-time method forge factory class.
getForgeClassName() - Method in class com.espertech.esper.common.client.configuration.compiler.ConfigurationCompilerPlugInEnumMethod
Returns the class name of the enum method forge factory class.
getForgeClassName() - Method in class com.espertech.esper.common.client.configuration.compiler.ConfigurationCompilerPlugInPatternObject
Returns the view factory class name.
getForgeClassName() - Method in class com.espertech.esper.common.client.configuration.compiler.ConfigurationCompilerPlugInView
Returns the view forge class name.
getForgeClassName() - Method in class com.espertech.esper.common.client.configuration.compiler.ConfigurationCompilerPlugInVirtualDataWindow
Returns the view factory class name.
getFragment(EventBean) - Method in interface com.espertech.esper.common.client.EventPropertyGetter
Returns EventBean or array of EventBean for a property name or property expression.
getFragment(String) - Method in interface com.espertech.esper.common.client.EventBean
Returns event beans or array of event bean for a property name or property expression.
getFragmentType() - Method in class com.espertech.esper.common.client.FragmentEventType
Returns the type of the fragment.
getFragmentType(String) - Method in interface com.espertech.esper.common.client.EventType
Returns the event type of the fragment that is the value of a property name or property expression.
getFrequency() - Method in class com.espertech.esper.common.client.soda.OutputLimitClause
Returns output frequency.
getFrequency() - Method in class com.espertech.esper.common.client.util.CountMinSketchTopK
Returns the frequency
getFrequencyVariable() - Method in class com.espertech.esper.common.client.soda.OutputLimitClause
Returns the variable name of the variable providing output rate frequency values, or null if the frequency is a fixed value.
getFromClause() - Method in class com.espertech.esper.common.client.soda.EPStatementObjectModel
Return the from-clause.
getFullyQualifiedClassName() - Method in class com.espertech.esper.common.client.hook.forgeinject.InjectionStrategyClassNewInstance
Returns the class name, or null if providing a class instead
getFunctionClassName() - Method in class com.espertech.esper.common.client.configuration.compiler.ConfigurationCompilerPlugInSingleRowFunction
Returns the single-row function name.
getFunctionMethodName() - Method in class com.espertech.esper.common.client.configuration.compiler.ConfigurationCompilerPlugInSingleRowFunction
Returns the name of the single-row function.
getFunctionName() - Method in class com.espertech.esper.common.client.hook.aggmultifunc.AggregationMultiFunctionDeclarationContext
Returns the aggregation function name.
getFunctionName() - Method in class com.espertech.esper.common.client.hook.aggmultifunc.AggregationMultiFunctionValidationContext
Returns the aggregation function name
getFunctionName() - Method in class com.espertech.esper.common.client.hook.expr.EPLMethodInvocationContext
Returns the function name that appears in the EPL statement.
getFunctionName() - Method in class com.espertech.esper.common.client.soda.PlugInProjectionExpression
Returns the function name.
getFunctionNames() - Method in class com.espertech.esper.common.client.configuration.compiler.ConfigurationCompilerPlugInAggregationMultiFunction
Returns aggregation function names.
getGetter(String) - Method in interface com.espertech.esper.common.client.EventType
Get the getter of an event property or property expression: Getters are useful when an application receives events of the same event type multiple times and requires fast access to an event property or nested, indexed or mapped property.
getGetterIndexed(String) - Method in interface com.espertech.esper.common.client.EventType
Get the getter of an event property that is a indexed event property: Getters are useful when an application receives events of the same event type multiple times and requires fast access to a indexed property.
getGetterMapped(String) - Method in interface com.espertech.esper.common.client.EventType
Get the getter of an event property that is a mapped event property: Getters are useful when an application receives events of the same event type multiple times and requires fast access to a mapped property.
getGetterMethodName() - Method in class com.espertech.esper.common.client.hook.enummethod.EnumMethodLambdaParameterTypeStateGetter
Returns the name of the getter-method that the runtime invokes on the state object to obtain the value of the lambda parameter
getGranularity() - Method in class com.espertech.esper.common.client.soda.ContextDescriptorHashSegmented
Returns the granularity.
getGroupByClause() - Method in class com.espertech.esper.common.client.soda.EPStatementObjectModel
Return the group-by-clause, or null to indicate that the clause is absent.
getGroupByExpressions() - Method in class com.espertech.esper.common.client.soda.GroupByClause
Returns the expressions providing the grouped-by values.
getGuarded() - Method in class com.espertech.esper.common.client.soda.PatternGuardExpr
Get sub expression
getHandler(ConditionHandlerFactoryContext) - Method in interface com.espertech.esper.common.client.hook.condition.ConditionHandlerFactory
Returns an exception handler instances, or null if the factory decided not to contribute an exception handler.
getHandler(ExceptionHandlerFactoryContext) - Method in interface com.espertech.esper.common.client.hook.exception.ExceptionHandlerFactory
Returns an exception handler instances, or null if the factory decided not to contribute an exception handler.
getHandlerFactories() - Method in class com.espertech.esper.common.client.configuration.runtime.ConfigurationRuntimeConditionHandling
Returns the list of condition handler factory class names, see ConditionHandlerFactory
getHandlerFactories() - Method in class com.espertech.esper.common.client.configuration.runtime.ConfigurationRuntimeExceptionHandling
Returns the list of exception handler factory class names, see ExceptionHandlerFactory
getHash() - Method in class com.espertech.esper.common.client.context.ContextPartitionIdentifierHash
Returns the hash code.
getHashes() - Method in interface com.espertech.esper.common.client.context.ContextPartitionSelectorHash
Returns a set of hashes.
getHashFields() - Method in class com.espertech.esper.common.client.hook.vdw.VirtualDataWindowLookupContext
Returns the list of hash field descriptors.
getHashFunction() - Method in class com.espertech.esper.common.client.soda.ContextDescriptorHashSegmentedItem
Returns the hash function.
getHavingClause() - Method in class com.espertech.esper.common.client.soda.EPStatementObjectModel
Return the having-clause, or null to indicate that the clause is absent.
getHigh() - Method in class com.espertech.esper.common.client.soda.MatchRecognizeRegExRepeat
Returns the high endpoint.
getHigh() - Method in class com.espertech.esper.common.client.soda.PatternMatchUntilExpr
Returns the optional high endpoint for the repeat, or null if none supplied.
getHint(Annotation[]) - Method in enum class com.espertech.esper.common.client.annotation.HintEnum
Check if the hint is present in the annotations provided.
getHintAssignedValue(Hint) - Method in enum class com.espertech.esper.common.client.annotation.HintEnum
Returns hint value.
getHintAssignedValues(Annotation[]) - Method in enum class com.espertech.esper.common.client.annotation.HintEnum
Returns all values assigned for a given hint, if any
getHours() - Method in class com.espertech.esper.common.client.util.TimePeriod
Returns hours or null if not provided.
getId() - Method in class com.espertech.esper.common.client.context.ContextStateEventContextPartition
Returns the context partition id
getIdentifier() - Method in class com.espertech.esper.common.client.context.ContextPartitionVariableState
Returns context partition identifier
getIdentifier() - Method in class com.espertech.esper.common.client.context.ContextStateEventContextPartitionAllocated
Returns the identifier; For nested context the identifier is the identifier of the last or innermost context.
getIdentifier(String, String, int) - Method in interface com.espertech.esper.common.client.context.EPContextPartitionService
Returning the descriptor of a given context partition.
getIdentifiers() - Method in class com.espertech.esper.common.client.context.ContextPartitionCollection
Returns the identifiers per agent instance id
getIdentifiers() - Method in class com.espertech.esper.common.client.context.ContextPartitionIdentifierNested
Returns nested partition identifiers.
getImports() - Method in class com.espertech.esper.common.client.configuration.common.ConfigurationCommon
Returns the imports
getImports() - Method in class com.espertech.esper.common.client.module.Module
Returns the imports defined by the module.
getIndexedProp() - Method in class com.espertech.esper.common.client.util.StateMgmtIndexDescInSingle
 
getIndexedPropertyIndex() - Method in class com.espertech.esper.common.client.render.EventPropertyRendererContext
Returns the index for indexed properties.
getIndexedProps() - Method in class com.espertech.esper.common.client.util.StateMgmtIndexDescComposite
 
getIndexedProps() - Method in class com.espertech.esper.common.client.util.StateMgmtIndexDescHash
 
getIndexedProps() - Method in class com.espertech.esper.common.client.util.StateMgmtIndexDescInMulti
 
getIndexedRangeProps() - Method in class com.espertech.esper.common.client.util.StateMgmtIndexDescComposite
 
getIndexes() - Method in class com.espertech.esper.common.client.soda.DotExpressionItemArray
Returns array index expressions
getIndexName() - Method in class com.espertech.esper.common.client.hook.vdw.VirtualDataWindowEventStartIndex
Returns the index name.
getIndexName() - Method in class com.espertech.esper.common.client.hook.vdw.VirtualDataWindowEventStopIndex
Returns the index name.
getIndexName() - Method in class com.espertech.esper.common.client.soda.CreateIndexClause
Returns index name.
getInherits() - Method in class com.espertech.esper.common.client.soda.CreateSchemaClause
Returns the names of event types inherited from, if any
getInitCondition() - Method in class com.espertech.esper.common.client.soda.ContextDescriptorInitiatedTerminated
Returns the condition that starts/initiates a context partition
getInitializationExpression(CodegenClassScope) - Method in interface com.espertech.esper.common.client.hook.forgeinject.InjectionStrategy
Returns the initialization expression
getInitializationExpression(CodegenClassScope) - Method in class com.espertech.esper.common.client.hook.forgeinject.InjectionStrategyClassNewInstance
 
getInitializationValue() - Method in class com.espertech.esper.common.client.configuration.common.ConfigurationCommonVariable
Returns the initialization value, or null if none was supplied.
getInitiationConditions() - Method in class com.espertech.esper.common.client.soda.ContextDescriptorKeyedSegmented
Returns the initiation conditions, if any.
getInjectionStrategyAggregationAccessorFactory() - Method in class com.espertech.esper.common.client.hook.aggmultifunc.AggregationMultiFunctionAccessorModeManaged
Returns the injection strategy for the aggregation accessor factory
getInjectionStrategyAggregationAgentFactory() - Method in class com.espertech.esper.common.client.hook.aggmultifunc.AggregationMultiFunctionAgentModeManaged
Returns the injection strategy for the aggregation agent factory
getInjectionStrategyAggregationFunctionFactory() - Method in class com.espertech.esper.common.client.hook.aggfunc.AggregationFunctionModeManaged
Returns the injection strategy for the aggregation function factory
getInjectionStrategyAggregationFunctionFactory() - Method in class com.espertech.esper.common.client.hook.aggfunc.AggregationFunctionModeMultiParam
Returns the injection strategy for the aggregation function factory
getInjectionStrategyAggregationMethodFactory() - Method in class com.espertech.esper.common.client.hook.aggmultifunc.AggregationMultiFunctionAggregationMethodModeManaged
Returns the injection strategy for the aggregation table reader factory
getInjectionStrategyAggregationStateFactory() - Method in class com.espertech.esper.common.client.hook.aggmultifunc.AggregationMultiFunctionStateModeManaged
Returns the injection strategy for the aggregation state factory
getInjectionStrategyFactoryFactory() - Method in class com.espertech.esper.common.client.hook.vdw.VirtualDataWindowFactoryModeManaged
Returns the injection strategy for the virtual data window factory
getInlinedClassInspection() - Method in class com.espertech.esper.compiler.client.CompilerOptions
Returns the classback for inlined-class compilation wherein the callback receives class output
getInlinedClassName() - Method in class com.espertech.esper.compiler.client.option.AccessModifierInlinedClassContext
Returns the inlined-class name
getInput() - Method in class com.espertech.esper.common.client.soda.DataFlowOperator
Returns the input stream definitions, if any.
getInputCollectionComponentType() - Method in class com.espertech.esper.common.client.hook.enummethod.EnumMethodValidateContext
Returns the component type of the values that are the input of the enumeration method, or null if the input to the enumeration method are events and not scalar value input
getInputCount() - Method in class com.espertech.esper.common.client.metric.RuntimeMetric
Returns input count since runtime initialization, cumulative.
getInputCountDelta() - Method in class com.espertech.esper.common.client.metric.RuntimeMetric
Returns input count since last reporting period.
getInputEventType() - Method in class com.espertech.esper.common.client.hook.enummethod.EnumMethodValidateContext
Returns the event type of the events that are the input of the enumeration method, or null if the input to the enumeration method are scalar value input and not events
getInputStreamNames() - Method in class com.espertech.esper.common.client.soda.DataFlowOperatorInput
Returns the input stream names.
getInsert() - Method in class com.espertech.esper.common.client.soda.CreateWindowClause
Returns true if inserting from another named window, false if not.
getInsertInto() - Method in class com.espertech.esper.common.client.soda.EPStatementObjectModel
Return the insert-into-clause, or null to indicate that the clause is absent.
getInsertInto() - Method in class com.espertech.esper.common.client.soda.OnInsertSplitStreamItem
Returns the insert-into clause.
getInsertIntoDispatchLocking() - Method in class com.espertech.esper.common.client.configuration.runtime.ConfigurationRuntimeThreading
Returns the blocking strategy to use when multiple threads deliver results for a single statement to consuming statements of an insert-into, and the guarantee of order of delivery must be maintained.
getInsertIntoDispatchTimeout() - Method in class com.espertech.esper.common.client.configuration.runtime.ConfigurationRuntimeThreading
Returns the number of milliseconds that a thread may maximally be blocking to deliver statement results from a producing statement that employs insert-into to a consuming statement.
getInsertNoMatch() - Method in class com.espertech.esper.common.client.soda.OnMergeClause
Reutrns an optional insert to executed without a match-clause.
getInsertStreamList() - Method in class com.espertech.esper.runtime.client.scopetest.SupportSubscriberMRD
Returns all insert-stream events received so far.
getInsertWhereClause() - Method in class com.espertech.esper.common.client.soda.CreateWindowClause
Filter expression for inserting from another named window, or null if not inserting from another named window.
getInstance() - Static method in class com.espertech.esper.compiler.client.option.CompilerPathCache
Returns a cache that keeps a synchronized map of EPCompiled to EPL objects
getInstanceId() - Method in interface com.espertech.esper.common.client.dataflow.core.EPDataFlowInstance
Returns the instance id associated, if any.
getInt(String, int) - Method in class com.espertech.esper.common.client.json.minimaljson.JsonObject
Returns the int value of the member with the specified name in this object.
getInternalTimerMsecResolution() - Method in class com.espertech.esper.common.client.configuration.runtime.ConfigurationRuntimeThreading
Returns the millisecond resolution of the internal timer thread.
getInternalUseOnlyMaxMembersPerClass() - Method in class com.espertech.esper.common.client.configuration.compiler.ConfigurationCompilerByteCode
(Internal-use-only) Returns the maximum number of members per class, which defaults to 2k.
getInternalUseOnlyMaxMethodComplexity() - Method in class com.espertech.esper.common.client.configuration.compiler.ConfigurationCompilerByteCode
(Internal-use-only) Sets the maximum method complexity, which defaults to 1k.
getInterval() - Method in class com.espertech.esper.common.client.configuration.runtime.ConfigurationRuntimeMetricsReporting.StmtGroupMetrics
Returns the reporting interval for statement metrics for statements in the statement group.
getIntervalClause() - Method in class com.espertech.esper.common.client.soda.MatchRecognizeClause
Returns the interval clause.
getIntoTableClause() - Method in class com.espertech.esper.common.client.soda.EPStatementObjectModel
Returns the into-table clause, or null if none found.
getInvokedFlagsAndReset(SupportUpdateListener[]) - Static method in class com.espertech.esper.runtime.client.scopetest.SupportUpdateListener
For multiple listeners, return the invoked flags and reset each listener
getIsConstantValue() - Method in class com.espertech.esper.common.client.hook.aggfunc.AggregationFunctionValidationContext
A boolean indicator for each parameter expression that is true if the expression returns a constant result or false if the expression result is not a constant value.
getIsInvokedAndReset() - Method in interface com.espertech.esper.runtime.client.scopetest.SupportListener
Returns true if the listener was invoked at least once and clears the invocation flag.
getIsInvokedAndReset() - Method in class com.espertech.esper.runtime.client.scopetest.SupportUpdateListener
 
getItems() - Method in class com.espertech.esper.common.client.module.Module
Returns a list of statements (some may be comments only) that make up the module.
getItems() - Method in class com.espertech.esper.common.client.soda.ContextDescriptorCategory
Returns categories.
getItems() - Method in class com.espertech.esper.common.client.soda.ContextDescriptorHashSegmented
Returns hash items.
getItems() - Method in class com.espertech.esper.common.client.soda.ContextDescriptorKeyedSegmented
Returns the key set descriptions
getItems() - Method in class com.espertech.esper.common.client.soda.ForClause
Returns for-clause items.
getItems() - Method in class com.espertech.esper.common.client.soda.OnInsertSplitStreamClause
Returns a list of insert-into, select and where-clauses.
getItems() - Method in interface com.espertech.esper.common.client.util.ExceptionWithLineItems
Returns the line items
getItems() - Method in exception com.espertech.esper.compiler.client.EPCompileException
Returns compilation items.
getItems() - Method in class com.espertech.esper.runtime.client.EPDeploymentRollout
Returns the deployment items
getJaninoClassFiles() - Method in class com.espertech.esper.compiler.client.option.InlinedClassInspectionContext
Returns the Janino class files
getJSONRenderer(EventType) - Method in interface com.espertech.esper.common.client.render.EPEventTypeRuntime
Returns a render for the JSON format, valid only for the given event type and its subtypes.
getJSONRenderer(EventType) - Method in interface com.espertech.esper.common.client.render.EPRenderEventService
Returns a render for the JSON format, valid only for the given event type and its subtypes.
getJSONRenderer(EventType, JSONRenderingOptions) - Method in interface com.espertech.esper.common.client.render.EPEventTypeRuntime
Returns a render for the JSON format, valid only for the given event type and its subtypes.
getJSONRenderer(EventType, JSONRenderingOptions) - Method in interface com.espertech.esper.common.client.render.EPRenderEventService
Returns a render for the JSON format, valid only for the given event type and its subtypes.
getKey(int) - Method in class com.espertech.esper.common.client.util.HashableMultiKey
 
getKey(int) - Method in interface com.espertech.esper.common.client.util.MultiKey
Returns the key value at the given index
getKeyExpressions() - Method in class com.espertech.esper.common.client.soda.TableAccessExpression
Returns the primary key expressions.
getKeys() - Method in class com.espertech.esper.common.client.context.ContextPartitionIdentifierPartitioned
Returns the partition keys.
getKeys() - Method in class com.espertech.esper.common.client.util.HashableMultiKey
Returns keys.
getKeyword() - Method in class com.espertech.esper.common.client.soda.ForClauseItem
Returns the for-clause keyword.
getLabel() - Method in class com.espertech.esper.common.client.context.ContextPartitionIdentifierCategory
Returns the category label.
getLabel() - Method in class com.espertech.esper.common.client.soda.ContextDescriptorCategoryItem
Returns the category label
getLabels() - Method in interface com.espertech.esper.common.client.context.ContextPartitionSelectorCategory
Returns a set of category label names.
getLambdaParameterNumber() - Method in class com.espertech.esper.common.client.hook.enummethod.EnumMethodLambdaParameterDescriptor
Returns the lambda parameter number.
getLambdaParameters() - Method in class com.espertech.esper.common.client.hook.enummethod.EnumMethodModeStaticMethod
Returns the function that determines, for each lambda parameter, the lambda parameter type.
getLanguage() - Method in class com.espertech.esper.common.client.configuration.compiler.ConfigurationCompiler
Returns the language-related settings.
getLastNewData() - Method in interface com.espertech.esper.runtime.client.scopetest.SupportListener
Returns the last array of events (insert stream) that were received.
getLastNewData() - Method in class com.espertech.esper.runtime.client.scopetest.SupportSubscriber
Returns the last array of events (insert stream) that were received.
getLastNewData() - Method in class com.espertech.esper.runtime.client.scopetest.SupportUpdateListener
 
getLastOldData() - Method in interface com.espertech.esper.runtime.client.scopetest.SupportListener
Returns the last array of remove-stream events that were received.
getLastOldData() - Method in class com.espertech.esper.runtime.client.scopetest.SupportSubscriber
Returns the last array of remove-stream events that were received.
getLastOldData() - Method in class com.espertech.esper.runtime.client.scopetest.SupportUpdateListener
 
getLastUpdateDate() - Method in class com.espertech.esper.runtime.client.EPDeployment
Returns the last update date
getLdtOp() - Method in class com.espertech.esper.common.client.hook.datetimemethod.DateTimeMethodOpsModify
Returns the information how LocalDateTime-modify is provided
getLdtOp() - Method in class com.espertech.esper.common.client.hook.datetimemethod.DateTimeMethodOpsReformat
Returns the information how LocalDateTime-reformat is provided
getLeft() - Method in class com.espertech.esper.common.client.soda.OuterJoinQualifier
Returns property value expression to join on.
getLeft() - Method in class com.espertech.esper.common.client.soda.PropertyValueExpressionPair
Returns left expr.
getLevel() - Method in enum class com.espertech.esper.common.client.soda.ExpressionPrecedenceEnum
Level.
getLevel() - Method in enum class com.espertech.esper.common.client.soda.PatternExprPrecedenceEnum
Returns precedence.
getLine() - Method in exception com.espertech.esper.common.client.json.minimaljson.ParseException
Deprecated.
getLineNumber() - Method in class com.espertech.esper.common.client.module.ModuleItem
Returns the line number of item.
getLineNumber() - Method in exception com.espertech.esper.common.client.util.ExceptionLineItem
Returns the line number starting at 1
getLineNumberContent() - Method in class com.espertech.esper.common.client.module.ModuleItem
Returns the line number of item content excluding comments, or -1 if comments-only
getLineNumberContentEnd() - Method in class com.espertech.esper.common.client.module.ModuleItem
Returns the line number of item content end excluding comments, or -1 if comments-only
getLineNumberEnd() - Method in class com.espertech.esper.common.client.module.ModuleItem
Returns the line number of item that ends the item.
getListenerDispatchLocking() - Method in class com.espertech.esper.common.client.configuration.runtime.ConfigurationRuntimeThreading
Returns the blocking strategy to use when multiple threads deliver results for a single statement to listeners, and the guarantee of order of delivery must be maintained.
getListenerDispatchTimeout() - Method in class com.espertech.esper.common.client.configuration.runtime.ConfigurationRuntimeThreading
Returns the timeout in millisecond to wait for listener code to complete before dispatching the next result, if dispatch order is preserved
getLoaderName() - Method in class com.espertech.esper.common.client.configuration.runtime.ConfigurationRuntimePluginLoader
Returns the loader name.
getLocation() - Method in class com.espertech.esper.common.client.json.minimaljson.JsonHandler
Returns the current parser location.
getLocation() - Method in exception com.espertech.esper.common.client.json.minimaljson.ParseException
Returns the location at which the error occurred.
getLogging() - Method in class com.espertech.esper.common.client.configuration.common.ConfigurationCommon
Returns logging settings applicable to common.
getLogging() - Method in class com.espertech.esper.common.client.configuration.compiler.ConfigurationCompiler
Returns logging settings applicable to compiler.
getLogging() - Method in class com.espertech.esper.common.client.configuration.runtime.ConfigurationRuntime
Returns logging settings applicable to runtime.
getLong(String, long) - Method in class com.espertech.esper.common.client.json.minimaljson.JsonObject
Returns the long value of the member with the specified name in this object.
getLongOp() - Method in class com.espertech.esper.common.client.hook.datetimemethod.DateTimeMethodOpsReformat
Returns the information how long-reformat is provided
getLookup(VirtualDataWindowLookupContext) - Method in interface com.espertech.esper.common.client.hook.vdw.VirtualDataWindow
Returns the lookup strategy for use by an EPL statement to obtain data.
getLookupValueType() - Method in class com.espertech.esper.common.client.hook.vdw.VirtualDataWindowLookupFieldDesc
Returns the type of lookup value provided.
getLow() - Method in class com.espertech.esper.common.client.soda.MatchRecognizeRegExRepeat
Returns the low endpoint.
getLow() - Method in class com.espertech.esper.common.client.soda.PatternMatchUntilExpr
Returns the optional low endpoint for the repeat, or null if none supplied.
getMajor() - Method in class com.espertech.esper.runtime.client.util.RuntimeVersion.MajorMinorPatch
 
getManifest() - Method in class com.espertech.esper.common.client.EPCompiled
Returns a manifest object
getMappedPropertyKey() - Method in class com.espertech.esper.common.client.render.EventPropertyRendererContext
Returns the map key for mapped properties
getMapTypeConfigurations() - Method in class com.espertech.esper.common.client.configuration.common.ConfigurationCommon
Returns for each Map event type name the set of supertype event type names (Map types only).
getMatchItems() - Method in class com.espertech.esper.common.client.soda.OnMergeClause
Returns all actions.
getMatchRecognize() - Method in class com.espertech.esper.common.client.configuration.runtime.ConfigurationRuntime
Return match-recognize settings.
getMatchRecognizeClause() - Method in class com.espertech.esper.common.client.soda.EPStatementObjectModel
Match-recognize clause.
getMathContext() - Method in class com.espertech.esper.common.client.configuration.compiler.ConfigurationCompilerExpression
Returns the math context for big decimal operations, or null to leave the math context undefined.
getMax() - Method in class com.espertech.esper.common.client.hook.condition.ConditionMatchRecognizeStatesMax
Returns the limit reached.
getMax() - Method in class com.espertech.esper.common.client.hook.condition.ConditionPatternRuntimeSubexpressionMax
Returns the limit reached.
getMax() - Method in class com.espertech.esper.common.client.hook.condition.ConditionPatternSubexpressionMax
Returns the limit reached.
getMaxAgeSeconds() - Method in class com.espertech.esper.common.client.configuration.common.ConfigurationCommonCacheExpiryTime
Returns the maximum age in seconds.
getMaxMethodsPerClass() - Method in class com.espertech.esper.common.client.configuration.compiler.ConfigurationCompilerByteCode
Returns the maximum number of methods per class, which defaults to 1k.
getMaxStates() - Method in class com.espertech.esper.common.client.configuration.runtime.ConfigurationRuntimeMatchRecognize
Returns the maximum number of states
getMaxSubexpressions() - Method in class com.espertech.esper.common.client.configuration.runtime.ConfigurationRuntimePatterns
Returns the maximum number of subexpressions
getMeasures() - Method in class com.espertech.esper.common.client.soda.MatchRecognizeClause
Returns measures.
getMessage() - Method in exception com.espertech.esper.common.client.PropertyAccessException
 
getMetadata() - Method in interface com.espertech.esper.common.client.EventType
Returns the type metadata.
getMetadataRetrievalEnum() - Method in class com.espertech.esper.common.client.configuration.common.ConfigurationCommonDBRef
Returns an enumeration indicating how the runtime retrieves metadata about the columns that a given SQL query returns.
getMethodInvocationReferences() - Method in class com.espertech.esper.common.client.configuration.common.ConfigurationCommon
Returns the method-invocation-names for use in joins
getMethodName() - Method in class com.espertech.esper.common.client.hook.datetimemethod.DateTimeMethodModeStaticMethod
Returns the method
getMethodName() - Method in class com.espertech.esper.common.client.hook.enummethod.EnumMethodModeStaticMethod
Returns the method name of the public static processing method provided by the service class
getMethodName() - Method in class com.espertech.esper.common.client.soda.MethodInvocationStream
Returns the name of the static method to invoke in the from-clause.
getMethodProperties() - Method in class com.espertech.esper.common.client.configuration.common.ConfigurationCommonEventTypeBean
Returns a list of descriptors specifying explicitly configured method names and their property name.
getMetric() - Method in class com.espertech.esper.common.client.metric.EPMetricsStatement
Returns the metrics object
getMetricsReporting() - Method in class com.espertech.esper.common.client.configuration.runtime.ConfigurationRuntime
Returns the metrics reporting configuration.
getMetricsService() - Method in interface com.espertech.esper.runtime.client.EPRuntime
Returns the metrics service, for managing runtime and statement metrics reporting
getMicroseconds() - Method in class com.espertech.esper.common.client.util.TimePeriod
Returns microseconds or null if not provided.
getMilliseconds() - Method in class com.espertech.esper.common.client.util.TimePeriod
Returns milliseconds or null if not provided.
getMinor() - Method in class com.espertech.esper.runtime.client.util.RuntimeVersion.MajorMinorPatch
 
getMinutes() - Method in class com.espertech.esper.common.client.util.TimePeriod
Returns minutes or null if not provided.
getModel() - Method in class com.espertech.esper.common.client.module.ModuleItem
Returns the statement object model when provided
getModel() - Method in class com.espertech.esper.common.client.soda.SubqueryExistsExpression
Returns the lookup statement object model.
getModel() - Method in class com.espertech.esper.common.client.soda.SubqueryExpression
Returns the lookup statement object model.
getModel() - Method in class com.espertech.esper.common.client.soda.SubqueryInExpression
Returns the lookup statement object model.
getModel() - Method in class com.espertech.esper.common.client.soda.SubqueryQualifiedExpression
Returns the lookup statement object model.
getModuleName() - Method in class com.espertech.esper.common.client.hook.recompile.EPRecompileProviderContext
 
getModuleName() - Method in class com.espertech.esper.common.client.meta.EventTypeMetadata
Returns the module name or null when not provided.
getModuleName() - Method in class com.espertech.esper.common.client.serde.SerdeProviderAdditionalInfo
Returns the module name
getModuleName() - Method in class com.espertech.esper.compiler.client.CompilerOptions
Returns the callback that determines the module name.
getModuleName() - Method in class com.espertech.esper.compiler.client.option.CompilerHookContext
Returns the module name or null when none provided
getModuleName() - Method in class com.espertech.esper.compiler.client.option.ModuleUsesContext
Returns the module name or null when none provided
getModuleName() - Method in class com.espertech.esper.compiler.client.option.StatementOptionContextBase
Returns the module name
getModuleName() - Method in class com.espertech.esper.runtime.client.DeploymentStateEvent
Returns the module name, when provided, or null if none provided
getModuleName() - Method in class com.espertech.esper.runtime.client.EPDeployment
Returns the module name or null if none provided
getModuleNameProvided() - Method in class com.espertech.esper.compiler.client.option.ModuleNameContext
Returns the module name or null when none provided
getModuleOrder(Collection<Module>, Set<String>, ModuleOrderOptions) - Static method in class com.espertech.esper.common.client.module.ModuleOrderUtil
Compute a deployment order among the modules passed in considering their uses-dependency declarations.
getModuleProperties() - Method in class com.espertech.esper.common.client.hook.recompile.EPRecompileProviderContext
 
getModuleProperties() - Method in class com.espertech.esper.runtime.client.EPDeployment
Returns module properties
getModuleProviderClassName() - Method in class com.espertech.esper.common.client.EPCompiledManifest
Returns the class name of the class providing the module, or null for fire-and-forget query
getModuleText() - Method in class com.espertech.esper.common.client.module.Module
Returns module text.
getModuleUserObjectCompileTime() - Method in class com.espertech.esper.common.client.module.Module
Returns the optional user object that may be attached to the module.
getModuleUses() - Method in class com.espertech.esper.compiler.client.CompilerOptions
Returns the callback that determines the module uses.
getModuleUsesProvided() - Method in class com.espertech.esper.compiler.client.option.ModuleUsesContext
Returns the module uses or null when none provided
getMonths() - Method in class com.espertech.esper.common.client.util.TimePeriod
Returns months or null if not provided.
getMsecVersionRelease() - Method in class com.espertech.esper.common.client.configuration.runtime.ConfigurationRuntimeVariables
Returns the number of milliseconds that a version of a variables is held stable for use by very long-running atomic statement execution.
getMultiFunctionForgeClassName() - Method in class com.espertech.esper.common.client.configuration.compiler.ConfigurationCompilerPlugInAggregationMultiFunction
Returns the factory class name.
getMultiKeyPlan() - Method in class com.espertech.esper.common.client.util.StateMgmtIndexDescComposite
 
getMultiKeyPlan() - Method in class com.espertech.esper.common.client.util.StateMgmtIndexDescHash
 
getMultiKeyPlan() - Method in class com.espertech.esper.common.client.util.StateMgmtIndexDescInSingle
 
getName() - Method in class com.espertech.esper.common.client.configuration.common.ConfigurationCommonEventTypeBean.LegacyFieldPropDesc
Returns the event property name.
getName() - Method in class com.espertech.esper.common.client.configuration.common.ConfigurationCommonEventTypeBean.LegacyMethodPropDesc
Returns the event property name.
getName() - Method in class com.espertech.esper.common.client.configuration.common.ConfigurationCommonEventTypeXMLDOM.XPathPropertyDesc
Returns the event property name.
getName() - Method in class com.espertech.esper.common.client.configuration.compiler.ConfigurationCompilerPlugInAggregationFunction
Returns the aggregation function name.
getName() - Method in class com.espertech.esper.common.client.configuration.compiler.ConfigurationCompilerPlugInDateTimeMethod
Returns the date-time method name.
getName() - Method in class com.espertech.esper.common.client.configuration.compiler.ConfigurationCompilerPlugInEnumMethod
Returns the enum method name.
getName() - Method in class com.espertech.esper.common.client.configuration.compiler.ConfigurationCompilerPlugInPatternObject
Returns the view name.
getName() - Method in class com.espertech.esper.common.client.configuration.compiler.ConfigurationCompilerPlugInSingleRowFunction
Returns the single-row function name for use in EPL.
getName() - Method in class com.espertech.esper.common.client.configuration.compiler.ConfigurationCompilerPlugInView
Returns the view name.
getName() - Method in class com.espertech.esper.common.client.configuration.compiler.ConfigurationCompilerPlugInVirtualDataWindow
Returns the view name.
getName() - Method in interface com.espertech.esper.common.client.dataflow.core.EPDataFlowEmitterOperator
Returns emitter name
getName() - Method in interface com.espertech.esper.common.client.EventType
Returns the type name or null if no type name is assigned.
getName() - Method in class com.espertech.esper.common.client.hook.vdw.VirtualDataWindowEventStartIndex.VDWCreateIndexField
Returns field name
getName() - Method in class com.espertech.esper.common.client.json.minimaljson.Member
Returns the name of this member.
getName() - Method in class com.espertech.esper.common.client.meta.EventTypeMetadata
Returns the event type name.
getName() - Method in class com.espertech.esper.common.client.metric.EPMetricsStatementGroup
Returns the group name
getName() - Method in class com.espertech.esper.common.client.module.Module
Returns the module name, if provided.
getName() - Method in class com.espertech.esper.common.client.soda.AnnotationAttribute
Returns annotation name.
getName() - Method in class com.espertech.esper.common.client.soda.AnnotationPart
Returns annotation interface class name.
getName() - Method in class com.espertech.esper.common.client.soda.DotExpressionItemCall
Returns method name or nested property name.
getName() - Method in class com.espertech.esper.common.client.soda.DotExpressionItemName
Returns method name or nested property name.
getName() - Method in class com.espertech.esper.common.client.soda.EPBaseNamedObject
Returns the object name.
getName() - Method in class com.espertech.esper.common.client.soda.ExpressionDeclaration
Returns expression name.
getName() - Method in enum class com.espertech.esper.common.client.soda.ForClauseKeyword
Returns for-keyword.
getName() - Method in enum class com.espertech.esper.common.client.soda.GuardEnum
Returns name.
getName() - Method in class com.espertech.esper.common.client.soda.MatchRecognizeDefine
Returns the variable name.
getName() - Method in class com.espertech.esper.common.client.soda.MatchRecognizeRegExAtom
Returns variable name.
getName() - Method in class com.espertech.esper.common.client.soda.NamedParameterExpression
Returns the parameter name.
getName() - Method in class com.espertech.esper.common.client.soda.SchemaColumnDesc
Returns property name.
getName() - Method in class com.espertech.esper.common.client.soda.ScriptExpression
Returns the script name.
getName() - Method in interface com.espertech.esper.runtime.client.EPStatement
Returns the statement name.
getName() - Method in class com.espertech.esper.runtime.client.plugin.PluginLoaderInitContext
Returns plugin name.
getNamedParameters() - Method in class com.espertech.esper.common.client.hook.aggfunc.AggregationFunctionValidationContext
Returns any named parameters or null if there are no named parameters
getNamedParameters() - Method in class com.espertech.esper.common.client.hook.aggmultifunc.AggregationMultiFunctionValidationContext
Gets the named parameters as a list
getNamedWindowConsumerDispatchLocking() - Method in class com.espertech.esper.common.client.configuration.runtime.ConfigurationRuntimeThreading
Returns the locking strategy value for named window dispatches to named window consumers (default is spin).
getNamedWindowConsumerDispatchTimeout() - Method in class com.espertech.esper.common.client.configuration.runtime.ConfigurationRuntimeThreading
Returns the timeout millisecond value for named window dispatches to named window consumers.
getNamedWindowName() - Method in class com.espertech.esper.common.client.hook.vdw.VirtualDataWindowContext
Returns the name of the named window used in connection with the virtual data window.
getNamedWindowName() - Method in class com.espertech.esper.common.client.hook.vdw.VirtualDataWindowEventConsumerBase
Returns the named window name.
getNamedWindowName() - Method in class com.espertech.esper.common.client.hook.vdw.VirtualDataWindowEventStartIndex
Returns the named window name.
getNamedWindowName() - Method in class com.espertech.esper.common.client.hook.vdw.VirtualDataWindowEventStopIndex
Returns the named window name.
getNamedWindowName() - Method in class com.espertech.esper.common.client.hook.vdw.VirtualDataWindowEventStopWindow
Returns the named window name.
getNamedWindowName() - Method in class com.espertech.esper.common.client.hook.vdw.VirtualDataWindowFactoryContext
Returns the named window name
getNamedWindowName() - Method in class com.espertech.esper.common.client.hook.vdw.VirtualDataWindowForgeContext
Returns the name of the named window used in connection with the virtual data window.
getNamedWindowName() - Method in class com.espertech.esper.common.client.hook.vdw.VirtualDataWindowLookupContext
Returns the named window name.
getNamedWindowName() - Method in class com.espertech.esper.compiler.client.option.AccessModifierNamedWindowContext
Returns the named window name
getNameLower() - Method in enum class com.espertech.esper.common.client.soda.CreateIndexColumnType
Returns the name (lowercase).
getNamespace() - Method in class com.espertech.esper.common.client.configuration.compiler.ConfigurationCompilerPlugInPatternObject
Returns the namespace
getNamespace() - Method in class com.espertech.esper.common.client.configuration.compiler.ConfigurationCompilerPlugInView
Returns the namespace
getNamespace() - Method in class com.espertech.esper.common.client.configuration.compiler.ConfigurationCompilerPlugInVirtualDataWindow
Returns the namespace
getNamespace() - Method in class com.espertech.esper.common.client.soda.EPBaseNamedObject
Returns the object namespace name.
getNamespace() - Method in enum class com.espertech.esper.common.client.soda.GuardEnum
Returns the namespace name.
getNamespacePrefixes() - Method in class com.espertech.esper.common.client.configuration.common.ConfigurationCommonEventTypeXMLDOM
Returns the namespace prefixes in a map of prefix as key and namespace name as value.
getNewDataList() - Method in interface com.espertech.esper.runtime.client.scopetest.SupportListener
Get a list of all insert-stream event arrays received.
getNewDataList() - Method in class com.espertech.esper.runtime.client.scopetest.SupportSubscriber
Get a list of all insert-stream event arrays received.
getNewDataList() - Method in class com.espertech.esper.runtime.client.scopetest.SupportUpdateListener
 
getNewDataListFlattened() - Method in interface com.espertech.esper.runtime.client.scopetest.SupportListener
Returns an event array that represents all insert-stream events received so far.
getNewDataListFlattened() - Method in class com.espertech.esper.runtime.client.scopetest.SupportSubscriber
Returns an event array that represents all insert-stream events received so far.
getNewDataListFlattened() - Method in class com.espertech.esper.runtime.client.scopetest.SupportUpdateListener
 
getNewEvents() - Method in class com.espertech.esper.common.client.dataflow.core.EPDataFlowIRStreamCollectorContext
Returns insert stream.
getNextScheduledTime() - Method in interface com.espertech.esper.runtime.client.EPEventServiceTimeControl
Returns the time at which the next schedule execution is expected, returns null if no schedule execution is outstanding.
getNot() - Method in class com.espertech.esper.common.client.soda.LikeExpression
Returns true if this is a "not like", or false if just a like
getNotIn() - Method in class com.espertech.esper.common.client.soda.InExpression
Returns true for the not-in expression, or false for an in-expression.
getNumArrayDimensions() - Method in class com.espertech.esper.common.client.soda.NewInstanceOperatorExpression
Returns the array dimension, with child nodes providing either dimensions or array initialization values
getNumEventsEvaluated() - Method in interface com.espertech.esper.runtime.client.EPEventService
Number of events evaluated over the lifetime of the event stream processing runtime, or since the last resetStats() call.
getNumInput() - Method in class com.espertech.esper.common.client.metric.StatementMetric
Returns the number of input events.
getNumKeys() - Method in class com.espertech.esper.common.client.util.HashableMultiKey
 
getNumKeys() - Method in interface com.espertech.esper.common.client.util.MultiKey
Returns the number of keys available
getNumOutputIStream() - Method in class com.espertech.esper.common.client.metric.StatementMetric
Returns number of output rows in insert stream.
getNumOutputRStream() - Method in class com.espertech.esper.common.client.metric.StatementMetric
Returns number of output rows in remove stream.
getNumParameters() - Method in class com.espertech.esper.compiler.client.option.AccessModifierScriptContext
Returns the script number of parameters
getNumRows() - Method in class com.espertech.esper.common.client.soda.RowLimitClause
Returns the maximum number of rows, or null if using variable.
getNumRowsVariable() - Method in class com.espertech.esper.common.client.soda.RowLimitClause
Returns the variable providing maximum number of rows, or null if using constant.
getNumStatements() - Method in class com.espertech.esper.common.client.configuration.runtime.ConfigurationRuntimeMetricsReporting.StmtGroupMetrics
Returns the initial capacity number of statements held by the statement group.
getObjectArrayTypeConfigurations() - Method in class com.espertech.esper.common.client.configuration.common.ConfigurationCommon
Returns the object-array event type configurations.
getObjectName() - Method in class com.espertech.esper.runtime.client.EPDeploymentDependencyConsumed.Item
Returns the EPL object name.
getObjectName() - Method in class com.espertech.esper.runtime.client.EPDeploymentDependencyProvided.Item
Returns the EPL object name.
getObjectType() - Method in class com.espertech.esper.runtime.client.EPDeploymentDependencyConsumed.Item
Returns the EPL object type
getObjectType() - Method in class com.espertech.esper.runtime.client.EPDeploymentDependencyProvided.Item
Returns the EPL object type
getObjectValueTypeWidenerFactoryClass() - Method in class com.espertech.esper.common.client.configuration.common.ConfigurationCommonEventTypeMeta.AvroSettings
Returns the class name of widening provider that widens, coerces or transforms object values to an Avro field value or record; a widener should implement ObjectValueTypeWidenerFactory (null by default, using default widening)
getOffset() - Method in exception com.espertech.esper.common.client.json.minimaljson.ParseException
Deprecated.
getOldDataList() - Method in interface com.espertech.esper.runtime.client.scopetest.SupportListener
Get a list of all remove-stream event arrays received.
getOldDataList() - Method in class com.espertech.esper.runtime.client.scopetest.SupportSubscriber
Get a list of all remove-stream event arrays received.
getOldDataList() - Method in class com.espertech.esper.runtime.client.scopetest.SupportUpdateListener
 
getOldDataListFlattened() - Method in interface com.espertech.esper.runtime.client.scopetest.SupportListener
Returns an event array that represents all remove-stream events received so far.
getOldDataListFlattened() - Method in class com.espertech.esper.runtime.client.scopetest.SupportSubscriber
Returns an event array that represents all remove-stream events received so far.
getOldDataListFlattened() - Method in class com.espertech.esper.runtime.client.scopetest.SupportUpdateListener
Returns an event array that represents all remove-stream events received so far.
getOldEvents() - Method in class com.espertech.esper.common.client.dataflow.core.EPDataFlowIRStreamCollectorContext
Returns remove stream.
getOnExpr() - Method in class com.espertech.esper.common.client.soda.EPStatementObjectModel
Returns the on-delete clause for deleting from named windows, or null if this statement does not delete from a named window
getOp() - Method in enum class com.espertech.esper.common.client.hook.vdw.VirtualDataWindowLookupOp
Returns the string-value of the operator.
getOperator() - Method in class com.espertech.esper.common.client.hook.vdw.VirtualDataWindowLookupFieldDesc
Returns the operator.
getOperator() - Method in class com.espertech.esper.common.client.soda.ArithmaticExpression
Returns the arithmatic operator.
getOperator() - Method in class com.espertech.esper.common.client.soda.CompareListExpression
Returns the operator.
getOperator() - Method in class com.espertech.esper.common.client.soda.RelationalOpExpression
Returns the operator to use.
getOperator() - Method in class com.espertech.esper.common.client.soda.SubqueryQualifiedExpression
Returns the operator.
getOperatorName() - Method in class com.espertech.esper.common.client.dataflow.core.EPDataFlowExceptionContext
Returns the operator name.
getOperatorName() - Method in class com.espertech.esper.common.client.dataflow.core.EPDataFlowInstanceOperatorStat
Returns operator name.
getOperatorName() - Method in class com.espertech.esper.common.client.dataflow.core.EPDataFlowOperatorParameterProviderContext
Returns the operator name.
getOperatorName() - Method in class com.espertech.esper.common.client.dataflow.core.EPDataFlowOperatorProviderContext
Operator name.
getOperatorName() - Method in class com.espertech.esper.common.client.soda.DataFlowOperator
Returns the operator name.
getOperatorNum() - Method in class com.espertech.esper.common.client.dataflow.core.EPDataFlowOperatorParameterProviderContext
Returns the operator number
getOperatorNumber() - Method in class com.espertech.esper.common.client.dataflow.core.EPDataFlowExceptionContext
Returns the operator number.
getOperatorNumber() - Method in class com.espertech.esper.common.client.dataflow.core.EPDataFlowInstanceOperatorStat
Returns the operator number.
getOperatorPrettyPrint() - Method in class com.espertech.esper.common.client.dataflow.core.EPDataFlowExceptionContext
Returns the pretty-print for the operator.
getOperatorPrettyPrint() - Method in class com.espertech.esper.common.client.dataflow.core.EPDataFlowInstanceOperatorStat
Returns operator pretty print
getOperatorProvider() - Method in class com.espertech.esper.common.client.dataflow.core.EPDataFlowInstantiationOptions
Returns the operator provider.
getOperators() - Method in class com.espertech.esper.common.client.soda.CreateDataFlowClause
Returns operators.
getOperatorStatistics() - Method in interface com.espertech.esper.common.client.dataflow.core.EPDataFlowInstanceStatistics
Returns operator stats.
getOptionalAsClauseStreamName() - Method in class com.espertech.esper.common.client.soda.UpdateClause
Returns the stream name.
getOptionalAsName() - Method in class com.espertech.esper.common.client.soda.ContainedEventSelect
Returns the property alias.
getOptionalAsName() - Method in class com.espertech.esper.common.client.soda.ContextDescriptorConditionFilter
Returns the tag name assigned, if any.
getOptionalAsName() - Method in class com.espertech.esper.common.client.soda.DataFlowOperatorInput
Returns the alias name.
getOptionalAsName() - Method in class com.espertech.esper.common.client.soda.OnDeleteClause
Returns the as-provided name for the named window.
getOptionalAsName() - Method in class com.espertech.esper.common.client.soda.OnMergeClause
Returns the as-provided name for the named window.
getOptionalAsName() - Method in class com.espertech.esper.common.client.soda.OnSelectClause
Returns the as-provided name for the named window.
getOptionalAsName() - Method in class com.espertech.esper.common.client.soda.OnUpdateClause
Returns the as-provided name for the named window.
getOptionalAssignment() - Method in class com.espertech.esper.common.client.soda.CreateVariableClause
Returns the optional assignment expression, or null to initialize to a null value
getOptionalCastToType() - Method in class com.espertech.esper.common.client.configuration.common.ConfigurationCommonEventTypeXMLDOM.XPathPropertyDesc
Returns the class that the return value of the xpath expression is cast to, or null if no casting.
getOptionalColumn() - Method in class com.espertech.esper.common.client.soda.TableAccessExpression
Returns the optional table column name to access.
getOptionalColumnName() - Method in class com.espertech.esper.common.client.soda.SelectClauseStreamWildcard
Returns the optional column name (e.g.
getOptionalCondition() - Method in class com.espertech.esper.common.client.soda.OnMergeMatchItem
Returns the condition to apply or null if none is provided.
getOptionalConsumptionLevel() - Method in class com.espertech.esper.common.client.soda.PatternFilterExpr
Returns the consume level, if assigned.
getOptionalDialect() - Method in class com.espertech.esper.common.client.soda.ScriptExpression
Returns a dialect name, or null if none is defined and the configured default applies
getOptionalDistinctExpressions() - Method in class com.espertech.esper.common.client.soda.ContextDescriptorInitiatedTerminated
Returns the list of expressions providing distinct keys, if any
getOptionaleventTypeName() - Method in class com.espertech.esper.common.client.configuration.common.ConfigurationCommonEventTypeXMLDOM.XPathPropertyDesc
Returns the event type name assigned to the explicit property.
getOptionalEventTypeName() - Method in class com.espertech.esper.common.client.soda.MethodInvocationStream
Returns the optional event type name
getOptionalEventTypeName() - Method in class com.espertech.esper.common.client.soda.ScriptExpression
Returns the optional event type name.
getOptionalExpression() - Method in class com.espertech.esper.common.client.soda.CreateTableColumn
Returns the aggragtion expression, if the type of the column is aggregation, or null if a type name is provided instead.
getOptionalFilterExpression() - Method in class com.espertech.esper.common.client.hook.aggmultifunc.AggregationMultiFunctionValidationContext
Returns the filter expression when provided
getOptionalMaxPerSubexpression() - Method in class com.espertech.esper.common.client.soda.PatternFollowedByExpr
Returns the instance limits, if any, for pattern-subexpressions.
getOptionalMetadataSQL() - Method in class com.espertech.esper.common.client.soda.SQLStream
Returns the metadata SQL if any.
getOptionalName() - Method in class com.espertech.esper.common.client.soda.SubstitutionParameterExpression
Returns the name when provided
getOptionalOffsetRows() - Method in class com.espertech.esper.common.client.soda.RowLimitClause
Returns the offset, or null if using variable or not using offset.
getOptionalOffsetRowsVariable() - Method in class com.espertech.esper.common.client.soda.RowLimitClause
Returns the name of the variable providing offset values.
getOptionalPassword() - Method in class com.espertech.esper.common.client.configuration.common.ConfigurationCommonDBRef.DriverManagerConnection
Returns the password to connect to the database, or null if none supplied, since the password can also be supplied through properties.
getOptionalProperties() - Method in class com.espertech.esper.common.client.configuration.common.ConfigurationCommonDBRef.DriverManagerConnection
Returns the properties, if supplied, to use for obtaining a connection via driver manager.
getOptionalPropertySelects() - Method in class com.espertech.esper.common.client.soda.Filter
Returns contained-event spec.
getOptionalRepeat() - Method in class com.espertech.esper.common.client.soda.MatchRecognizeRegExAtom
Returns the repetition if any is defined
getOptionalRepeat() - Method in class com.espertech.esper.common.client.soda.MatchRecognizeRegExNested
Returns the repetition
getOptionalReturnType() - Method in class com.espertech.esper.common.client.soda.ScriptExpression
Returns the return type, if any is specified.
getOptionalSplitExpressionTypeName() - Method in class com.espertech.esper.common.client.soda.ContainedEventSelect
Returns the event type name assigned to events that result by applying the split (contained event) expression.
getOptionalStreamName() - Method in class com.espertech.esper.common.client.soda.OnMergeMatchedInsertAction
Returns the insert-into stream name.
getOptionalType() - Method in class com.espertech.esper.common.client.soda.SubstitutionParameterExpression
Returns the type when provided
getOptionalTypeName() - Method in class com.espertech.esper.common.client.soda.CreateTableColumn
Returns the type name, or null if the column is an aggregation and an aggregation expression is provided instead.
getOptionalUserName() - Method in class com.espertech.esper.common.client.configuration.common.ConfigurationCommonDBRef.DriverManagerConnection
Returns the user name to connect to the database, or null if none supplied, since the user name can also be supplied through properties.
getOptionalWhereClause() - Method in class com.espertech.esper.common.client.soda.UpdateClause
Returns the where-clause if any.
getOptions() - Method in class com.espertech.esper.common.client.dataflow.core.EPDataFlowSavedConfiguration
Data flow instantiation options.
getOptions() - Method in class com.espertech.esper.compiler.client.CompilerArguments
Returns the compiler options
getOptions() - Method in class com.espertech.esper.runtime.client.EPDeploymentRolloutCompiled
Returns the deployment options
getOrCreate(Class<?>) - Static method in enum class com.espertech.esper.common.client.type.EPTypePremade
Returns the pre-allocated EPTypeClass for a given class, or allocates a new EPTypeClass when there is no pre-allocated EPTypeClass for this class
getOrderByClause() - Method in class com.espertech.esper.common.client.soda.EPStatementObjectModel
Return the order-by-clause, or null to indicate that the clause is absent.
getOrderByExpressions() - Method in class com.espertech.esper.common.client.soda.OrderByClause
Returns a list of expressions and flags to order by.
getOrdered() - Method in class com.espertech.esper.common.client.module.ModuleOrder
Returns the list of modules.
getOuterJoinQualifiers() - Method in class com.espertech.esper.common.client.soda.FromClause
Returns the outer join descriptors, if this is an outer join, or an empty list if none of the streams are outer joined.
getOutput() - Method in class com.espertech.esper.common.client.soda.DataFlowOperator
Returns the output stream definitions, if any.
getOutputLimitClause() - Method in class com.espertech.esper.common.client.soda.EPStatementObjectModel
Return the output-rate-limiting-clause, or null to indicate that the clause is absent.
getOutputRow(SQLOutputRowValueContext) - Method in interface com.espertech.esper.common.client.hook.type.SQLOutputRowConversion
Returns the POJO object that represents a row of the SQL query result, or null to indicate to skip this row.
getOutputRowType(SQLOutputRowTypeContext) - Method in interface com.espertech.esper.common.client.hook.type.SQLOutputRowConversion
Return the POJO class that represents a row of the SQL query result.
getOutputStream() - Method in class com.espertech.esper.common.client.hook.vdw.VirtualDataWindowContext
Returns a handle for use to send insert and remove stream data to consuming statements.
getParameterExpressions() - Method in class com.espertech.esper.common.client.hook.aggmultifunc.AggregationMultiFunctionValidationContext
Returns positional parameters expressions to this aggregation function.
getParameterExpressions() - Method in class com.espertech.esper.common.client.hook.vdw.VirtualDataWindowContext
Returns the expressions passed as parameters to the virtual data window.
getParameterExpressions() - Method in class com.espertech.esper.common.client.hook.vdw.VirtualDataWindowFactoryContext
Returns parameter expressions as expression evaluators
getParameterExpressions() - Method in class com.espertech.esper.common.client.hook.vdw.VirtualDataWindowForgeContext
Returns the expressions passed as parameters to the virtual data window.
getParameterExpressions() - Method in class com.espertech.esper.common.client.soda.MethodInvocationStream
Returns a list of expressions that are parameters to the method.
getParameterName() - Method in class com.espertech.esper.common.client.dataflow.core.EPDataFlowOperatorParameterProviderContext
Returns the parameter name.
getParameterName() - Method in class com.espertech.esper.common.client.soda.DataFlowOperatorParameter
Get the parameter name.
getParameterNames() - Method in class com.espertech.esper.common.client.soda.ExpressionDeclaration
Returns the paramater names.
getParameterNames() - Method in class com.espertech.esper.common.client.soda.ScriptExpression
Returns the lambda expression parameters.
getParameterNumber() - Method in class com.espertech.esper.common.client.hook.enummethod.EnumMethodLambdaParameterDescriptor
Returns the overall parameter number.
getParameterNumber() - Method in class com.espertech.esper.common.client.hook.type.SQLInputParameterContext
Returns the parameter number.
getParameterProvider() - Method in class com.espertech.esper.common.client.dataflow.core.EPDataFlowInstantiationOptions
Returns the parameter provider.
getParameters() - Method in interface com.espertech.esper.common.client.dataflow.core.EPDataFlowInstance
Returns runtime parameters provided at instantiation time, or null if none have been provided.
getParameters() - Method in class com.espertech.esper.common.client.hook.aggmultifunc.AggregationMultiFunctionAggregationMethodContext
Returns the parameter expressions
getParameters() - Method in class com.espertech.esper.common.client.hook.vdw.VirtualDataWindowContext
Returns the parameters passed; for example "create window ABC.my:vdw("10.0.0.1")" passes one paramater here.
getParameters() - Method in class com.espertech.esper.common.client.hook.vdw.VirtualDataWindowFactoryContext
Returns parameters
getParameters() - Method in class com.espertech.esper.common.client.hook.vdw.VirtualDataWindowForgeContext
Returns the parameters passed; for example "create window ABC.my:vdw("10.0.0.1")" passes one paramater here.
getParameters() - Method in class com.espertech.esper.common.client.soda.CreateIndexColumn
Returns index parameters
getParameters() - Method in class com.espertech.esper.common.client.soda.DataFlowOperator
Returns operator parameters.
getParameters() - Method in class com.espertech.esper.common.client.soda.DotExpressionItemCall
Returns method parameters or parameters for mapped properties or empty list if this item represents a simple nested property.
getParameters() - Method in class com.espertech.esper.common.client.soda.EPBaseNamedObject
Returns the object parameters.
getParameters() - Method in class com.espertech.esper.common.client.soda.LambdaExpression
Returns the lambda expression parameters.
getParameters() - Method in class com.espertech.esper.common.client.type.EPTypeClassParameterized
Returns the type parameters
getParametersURIs() - Method in class com.espertech.esper.common.client.dataflow.core.EPDataFlowInstantiationOptions
Returns parameters.
getParameterTypes() - Method in class com.espertech.esper.common.client.hook.aggfunc.AggregationFunctionValidationContext
The return type of each parameter expression.
getParameterValue() - Method in class com.espertech.esper.common.client.hook.type.SQLInputParameterContext
Returns the parameter value.
getParameterValue() - Method in class com.espertech.esper.common.client.soda.DataFlowOperatorParameter
Get the parameter value, which can be either a constant, an Expression or a JSON object or a EPStatementObjectModel.
getParameterValue(SQLInputParameterContext) - Method in interface com.espertech.esper.common.client.hook.type.SQLColumnTypeConversion
Return the new value of the input parameter.
getPartitionExpressions() - Method in class com.espertech.esper.common.client.soda.MatchRecognizeClause
Get partition expressions.
getPartitionKeys() - Method in interface com.espertech.esper.common.client.context.ContextPartitionSelectorSegmented
Returns the partition keys.
getPatch() - Method in class com.espertech.esper.runtime.client.util.RuntimeVersion.MajorMinorPatch
 
getPath() - Method in class com.espertech.esper.common.client.hook.recompile.EPRecompileProviderContext
 
getPath() - Method in class com.espertech.esper.compiler.client.CompilerArguments
Returns the path.
getPathCache() - Method in class com.espertech.esper.compiler.client.CompilerOptions
Returns a cache, or null if not using a cache, that retains for each EPCompiled the EPL objects that the EPCompiled provides.
getPattern() - Method in class com.espertech.esper.common.client.soda.ContextDescriptorConditionPattern
Returns the pattern expression.
getPattern() - Method in class com.espertech.esper.common.client.soda.MatchRecognizeClause
Returns regex-pattern.
getPatternObjectType() - Method in class com.espertech.esper.common.client.configuration.compiler.ConfigurationCompilerPlugInPatternObject
Returns an object type of the pattern object plug-in.
getPatterns() - Method in class com.espertech.esper.common.client.configuration.runtime.ConfigurationRuntime
Return pattern settings.
getPatterns() - Method in class com.espertech.esper.common.client.configuration.runtime.ConfigurationRuntimeMetricsReporting.StmtGroupMetrics
Returns a list of patterns that indicate whether a statement, by the statement name matching or not matching each pattern, falls within the statement group.
getPlugInAggregationFunctions() - Method in class com.espertech.esper.common.client.configuration.compiler.ConfigurationCompiler
Returns the list of plug-in aggregation functions.
getPlugInAggregationMultiFunctions() - Method in class com.espertech.esper.common.client.configuration.compiler.ConfigurationCompiler
Returns the list of plug-in aggregation multi-functions.
getPlugInDateTimeMethods() - Method in class com.espertech.esper.common.client.configuration.compiler.ConfigurationCompiler
Returns the list of plug-in date-time methods
getPlugInEnumMethods() - Method in class com.espertech.esper.common.client.configuration.compiler.ConfigurationCompiler
Returns the list of plug-in enum-methods
getPluginLoaders() - Method in class com.espertech.esper.common.client.configuration.runtime.ConfigurationRuntime
Returns the plug-in loaders.
getPlugInPatternObjects() - Method in class com.espertech.esper.common.client.configuration.compiler.ConfigurationCompiler
Returns the list of plug-in pattern objects.
getPlugInSingleRowFunctions() - Method in class com.espertech.esper.common.client.configuration.compiler.ConfigurationCompiler
Returns the list of plug-in single-row functions.
getPlugInViews() - Method in class com.espertech.esper.common.client.configuration.compiler.ConfigurationCompiler
Returns the list of plug-in views.
getPlugInVirtualDataWindows() - Method in class com.espertech.esper.common.client.configuration.compiler.ConfigurationCompiler
Returns the list of plug-in virtual data windows.
getPrecedence() - Method in class com.espertech.esper.common.client.soda.AccessProjectionExpressionBase
 
getPrecedence() - Method in class com.espertech.esper.common.client.soda.ArithmaticExpression
 
getPrecedence() - Method in class com.espertech.esper.common.client.soda.ArrayExpression
 
getPrecedence() - Method in class com.espertech.esper.common.client.soda.AvedevProjectionExpression
 
getPrecedence() - Method in class com.espertech.esper.common.client.soda.AvgProjectionExpression
 
getPrecedence() - Method in class com.espertech.esper.common.client.soda.BetweenExpression
 
getPrecedence() - Method in class com.espertech.esper.common.client.soda.BitwiseOpExpression
 
getPrecedence() - Method in class com.espertech.esper.common.client.soda.CaseSwitchExpression
 
getPrecedence() - Method in class com.espertech.esper.common.client.soda.CaseWhenThenExpression
 
getPrecedence() - Method in class com.espertech.esper.common.client.soda.CastExpression
 
getPrecedence() - Method in class com.espertech.esper.common.client.soda.CoalesceExpression
 
getPrecedence() - Method in class com.espertech.esper.common.client.soda.CompareListExpression
 
getPrecedence() - Method in class com.espertech.esper.common.client.soda.ConcatExpression
 
getPrecedence() - Method in class com.espertech.esper.common.client.soda.Conjunction
 
getPrecedence() - Method in class com.espertech.esper.common.client.soda.ConstantExpression
 
getPrecedence() - Method in class com.espertech.esper.common.client.soda.CountEverProjectionExpression
 
getPrecedence() - Method in class com.espertech.esper.common.client.soda.CountProjectionExpression
 
getPrecedence() - Method in class com.espertech.esper.common.client.soda.CountStarProjectionExpression
 
getPrecedence() - Method in class com.espertech.esper.common.client.soda.CrontabFrequencyExpression
 
getPrecedence() - Method in class com.espertech.esper.common.client.soda.CrontabParameterExpression
 
getPrecedence() - Method in class com.espertech.esper.common.client.soda.CrontabParameterSetExpression
 
getPrecedence() - Method in class com.espertech.esper.common.client.soda.CrontabRangeExpression
 
getPrecedence() - Method in class com.espertech.esper.common.client.soda.CurrentEvaluationContextExpression
 
getPrecedence() - Method in class com.espertech.esper.common.client.soda.CurrentTimestampExpression
 
getPrecedence() - Method in class com.espertech.esper.common.client.soda.Disjunction
 
getPrecedence() - Method in class com.espertech.esper.common.client.soda.DotExpression
 
getPrecedence() - Method in interface com.espertech.esper.common.client.soda.Expression
Returns precedence.
getPrecedence() - Method in class com.espertech.esper.common.client.soda.ExpressionPlaceholder
 
getPrecedence() - Method in class com.espertech.esper.common.client.soda.FirstEverProjectionExpression
 
getPrecedence() - Method in class com.espertech.esper.common.client.soda.GroupingExpression
 
getPrecedence() - Method in class com.espertech.esper.common.client.soda.GroupingIdExpression
 
getPrecedence() - Method in class com.espertech.esper.common.client.soda.InExpression
 
getPrecedence() - Method in class com.espertech.esper.common.client.soda.InstanceOfExpression
 
getPrecedence() - Method in class com.espertech.esper.common.client.soda.IStreamBuiltinExpression
 
getPrecedence() - Method in class com.espertech.esper.common.client.soda.LambdaExpression
 
getPrecedence() - Method in class com.espertech.esper.common.client.soda.LastEverProjectionExpression
 
getPrecedence() - Method in class com.espertech.esper.common.client.soda.LikeExpression
 
getPrecedence() - Method in class com.espertech.esper.common.client.soda.MaxProjectionExpression
 
getPrecedence() - Method in class com.espertech.esper.common.client.soda.MaxRowExpression
 
getPrecedence() - Method in class com.espertech.esper.common.client.soda.MedianProjectionExpression
 
getPrecedence() - Method in class com.espertech.esper.common.client.soda.MinProjectionExpression
 
getPrecedence() - Method in class com.espertech.esper.common.client.soda.MinRowExpression
 
getPrecedence() - Method in class com.espertech.esper.common.client.soda.NamedParameterExpression
 
getPrecedence() - Method in class com.espertech.esper.common.client.soda.NewInstanceOperatorExpression
 
getPrecedence() - Method in class com.espertech.esper.common.client.soda.NewOperatorExpression
 
getPrecedence() - Method in class com.espertech.esper.common.client.soda.NotExpression
 
getPrecedence() - Method in class com.espertech.esper.common.client.soda.OrderedObjectParamExpression
Return precedence.
getPrecedence() - Method in class com.espertech.esper.common.client.soda.PatternAndExpr
 
getPrecedence() - Method in class com.espertech.esper.common.client.soda.PatternEveryDistinctExpr
 
getPrecedence() - Method in class com.espertech.esper.common.client.soda.PatternEveryExpr
 
getPrecedence() - Method in interface com.espertech.esper.common.client.soda.PatternExpr
Returns the precedence.
getPrecedence() - Method in class com.espertech.esper.common.client.soda.PatternExprPlaceholder
 
getPrecedence() - Method in class com.espertech.esper.common.client.soda.PatternFilterExpr
 
getPrecedence() - Method in class com.espertech.esper.common.client.soda.PatternFollowedByExpr
 
getPrecedence() - Method in class com.espertech.esper.common.client.soda.PatternGuardExpr
 
getPrecedence() - Method in class com.espertech.esper.common.client.soda.PatternMatchUntilExpr
 
getPrecedence() - Method in class com.espertech.esper.common.client.soda.PatternNotExpr
 
getPrecedence() - Method in class com.espertech.esper.common.client.soda.PatternObserverExpr
 
getPrecedence() - Method in class com.espertech.esper.common.client.soda.PatternOrExpr
 
getPrecedence() - Method in class com.espertech.esper.common.client.soda.PlugInProjectionExpression
 
getPrecedence() - Method in class com.espertech.esper.common.client.soda.PreviousExpression
 
getPrecedence() - Method in class com.espertech.esper.common.client.soda.PriorExpression
 
getPrecedence() - Method in class com.espertech.esper.common.client.soda.PropertyExistsExpression
 
getPrecedence() - Method in class com.espertech.esper.common.client.soda.PropertyValueExpression
 
getPrecedence() - Method in class com.espertech.esper.common.client.soda.RegExpExpression
 
getPrecedence() - Method in class com.espertech.esper.common.client.soda.RelationalOpExpression
 
getPrecedence() - Method in class com.espertech.esper.common.client.soda.SingleRowMethodExpression
 
getPrecedence() - Method in class com.espertech.esper.common.client.soda.StaticMethodExpression
 
getPrecedence() - Method in class com.espertech.esper.common.client.soda.StddevProjectionExpression
 
getPrecedence() - Method in class com.espertech.esper.common.client.soda.StreamWildcardExpression
 
getPrecedence() - Method in class com.espertech.esper.common.client.soda.SubqueryExistsExpression
 
getPrecedence() - Method in class com.espertech.esper.common.client.soda.SubqueryExpression
 
getPrecedence() - Method in class com.espertech.esper.common.client.soda.SubqueryInExpression
 
getPrecedence() - Method in class com.espertech.esper.common.client.soda.SubqueryQualifiedExpression
 
getPrecedence() - Method in class com.espertech.esper.common.client.soda.SubstitutionParameterExpression
 
getPrecedence() - Method in class com.espertech.esper.common.client.soda.SumProjectionExpression
 
getPrecedence() - Method in class com.espertech.esper.common.client.soda.TableAccessExpression
 
getPrecedence() - Method in class com.espertech.esper.common.client.soda.TimePeriodExpression
 
getPrecedence() - Method in class com.espertech.esper.common.client.soda.TypeOfExpression
 
getPrecedence() - Method in class com.espertech.esper.common.client.soda.WildcardExpression
 
getPrettyName() - Method in enum class com.espertech.esper.runtime.client.util.EPObjectType
Returns the pretty-print name
getPrettyPrintText() - Method in enum class com.espertech.esper.common.client.annotation.AuditEnum
Returns text used for the category of the audit log item.
getPrimaryKey() - Method in class com.espertech.esper.common.client.soda.CreateTableColumn
Returns indicator whether the column is a primary key
getProperties() - Method in class com.espertech.esper.common.client.configuration.common.ConfigurationCommonDBRef.DataSourceFactory
Returns the properties to pass to the static createDataSource method provided.
getProperties() - Method in class com.espertech.esper.common.client.context.ContextPartitionIdentifierInitiatedTerminated
Event or pattern information.
getProperties() - Method in class com.espertech.esper.runtime.client.plugin.PluginLoaderInitContext
Returns plugin properties.
getProperty() - Method in class com.espertech.esper.common.client.util.StateMgmtIndexDescSorted
 
getProperty(StatementProperty) - Method in interface com.espertech.esper.runtime.client.EPStatement
Returns a statement property value.
getPropertyComponentEPType() - Method in class com.espertech.esper.common.client.EventPropertyDescriptor
Returns the component type, if applicable.
getPropertyComponentType() - Method in class com.espertech.esper.common.client.EventPropertyDescriptor
Returns the component type, if applicable.
getPropertyDescriptor(String) - Method in interface com.espertech.esper.common.client.EventType
Get the property descriptor for a given property of the event, or null if a property by that name was not found.
getPropertyDescriptors() - Method in interface com.espertech.esper.common.client.EventType
Get property descriptors for the event type.
getPropertyEPType() - Method in class com.espertech.esper.common.client.EventPropertyDescriptor
Returns the property underlying type.
getPropertyEPType(String) - Method in interface com.espertech.esper.common.client.EventType
Get the type of an event property with type parameters and null-type indication.
getPropertyName() - Method in class com.espertech.esper.common.client.EventPropertyDescriptor
Returns the property name.
getPropertyName() - Method in class com.espertech.esper.common.client.hook.type.ObjectValueTypeWidenerFactoryContext
Returns the property name
getPropertyName() - Method in class com.espertech.esper.common.client.hook.type.TypeRepresentationMapperContext
Returns the property name
getPropertyName() - Method in class com.espertech.esper.common.client.hook.vdw.VirtualDataWindowLookupFieldDesc
Returns the property name queried in the where-clause.
getPropertyName() - Method in class com.espertech.esper.common.client.render.EventPropertyRendererContext
Returns the property name to be rendered.
getPropertyName() - Method in class com.espertech.esper.common.client.soda.PropertyValueExpression
Returns the property name.
getPropertyNames() - Method in interface com.espertech.esper.common.client.EventType
Get the property names for the event type.
getPropertyNames() - Method in class com.espertech.esper.common.client.soda.ContextDescriptorKeyedSegmentedItem
Returns the property names.
getPropertyResolutionStyle() - Method in class com.espertech.esper.common.client.configuration.common.ConfigurationCommonEventTypeBean
Returns the type's property resolution style to use.
getPropertySelects() - Method in class com.espertech.esper.common.client.soda.OnInsertSplitStreamItem
Returns contained-event selection, if any.
getPropertySelectsStreamName() - Method in class com.espertech.esper.common.client.soda.OnInsertSplitStreamItem
Returns the stream name assigned to contained-event selects, or null
getPropertyType() - Method in class com.espertech.esper.common.client.EventPropertyDescriptor
Returns the property underlying type.
getPropertyType(String) - Method in interface com.espertech.esper.common.client.EventType
Get the type of an event property.
getPropertyValue() - Method in class com.espertech.esper.common.client.render.EventPropertyRendererContext
Returns the property value.
getPropExpr(String) - Static method in class com.espertech.esper.common.client.soda.Expressions
Returns an expression returning the propertyName value for the propertyName name passed in.
getProtectedId() - Method in class com.espertech.esper.common.client.meta.EventTypeIdPair
Returns the protected id
getProvider(SerdeProviderFactoryContext) - Method in interface com.espertech.esper.common.client.serde.SerdeProviderFactory
Called by the runtimeonce at initialization time, returns a serde provider.
getPublicId() - Method in class com.espertech.esper.common.client.meta.EventTypeIdPair
Returns the public id
getPurgeIntervalSeconds() - Method in class com.espertech.esper.common.client.configuration.common.ConfigurationCommonCacheExpiryTime
Returns the purge interval length.
getQueryProviderClassName() - Method in class com.espertech.esper.common.client.EPCompiledManifest
Returns the class name of the class providing the fire-and-forget query, or null when this is a module
getRangeSerdes() - Method in class com.espertech.esper.common.client.util.StateMgmtIndexDescComposite
 
getReader() - Method in class com.espertech.esper.common.client.hook.aggmultifunc.AggregationMultiFunctionMethodDesc
Returns the forge of the aggregation value reader
getReadOnly() - Method in class com.espertech.esper.common.client.configuration.common.ConfigurationCommonDBRef.ConnectionSettings
Returns a boolean indicating read-only, or null if not set and default accepted.
getRemoveStreamList() - Method in class com.espertech.esper.runtime.client.scopetest.SupportSubscriberMRD
Returns all removed-stream events received so far.
getRenderer() - Method in class com.espertech.esper.common.client.render.JSONRenderingOptions
Returns the event property renderer to use.
getRenderer() - Method in class com.espertech.esper.common.client.render.XMLRenderingOptions
Returns the event property renderer to use.
getRenderEventService() - Method in interface com.espertech.esper.runtime.client.EPRuntime
Returns the event rendering service, for rendering events to JSON and XML
getResourceAsStream(String) - Static method in class com.espertech.esper.common.client.configuration.Configuration
Returns an input stream from an application resource in the classpath.
getResultSet() - Method in class com.espertech.esper.common.client.hook.type.SQLColumnValueContext
Returns the result set.
getResultSet() - Method in class com.espertech.esper.common.client.hook.type.SQLOutputRowValueContext
Returns the result set.
getReturnType() - Method in interface com.espertech.esper.common.client.hook.aggmultifunc.AggregationMultiFunctionHandler
Provide return type.
getReturnType() - Method in class com.espertech.esper.common.client.hook.datetimemethod.DateTimeMethodOpsReformat
Returns the return type.
getReturnType() - Method in class com.espertech.esper.common.client.hook.enummethod.EnumMethodModeStaticMethod
Returns the return type of the enumeration method.
getRight() - Method in class com.espertech.esper.common.client.soda.OuterJoinQualifier
Returns property value expression to join on.
getRight() - Method in class com.espertech.esper.common.client.soda.PropertyValueExpressionPair
Returns right side.
getRolloutItemNumber() - Method in class com.espertech.esper.runtime.client.DeploymentStateEvent
Returns the rollout item number, or -1 when not using rollout
getRolloutItemNumber() - Method in exception com.espertech.esper.runtime.client.EPDeployException
Returns the rollout item number, or -1 when not using rollout
getRolloutLockStrategy() - Method in class com.espertech.esper.runtime.client.RolloutOptions
Return the rollout lock strategy, the default is LockStrategyDefault
getRootElementName() - Method in class com.espertech.esper.common.client.configuration.common.ConfigurationCommonEventTypeXMLDOM
Returns the root element name.
getRootElementNamespace() - Method in class com.espertech.esper.common.client.configuration.common.ConfigurationCommonEventTypeXMLDOM
Returns the root element namespace.
getRowLimitClause() - Method in class com.espertech.esper.common.client.soda.EPStatementObjectModel
Returns the row limit specification, or null if none supplied.
getRowNum() - Method in class com.espertech.esper.common.client.hook.type.SQLOutputRowValueContext
Return row number, the number of the current output row.
getRows() - Method in class com.espertech.esper.common.client.soda.FireAndForgetInsert
Returns the rows.
getRunnables() - Method in class com.espertech.esper.common.client.dataflow.core.EPDataFlowInstanceCaptive
List of operator source runnables.
getRuntime() - Method in class com.espertech.esper.common.client.configuration.Configuration
Returns the runtime section of the configuration.
getRuntime() - Method in class com.espertech.esper.common.client.dataflow.core.EPDataFlowIRStreamCollectorContext
Returns the runtime instance and can safely be cast to runtime when needed(typed object to not require a dependency on runtime)
getRuntime() - Method in class com.espertech.esper.runtime.client.plugin.PluginLoaderInitContext
Returns the runtimeloading the plugin.
getRuntime() - Method in interface com.espertech.esper.runtime.client.util.AdapterSPI
Returns the runtime instance.
getRuntime(String) - Static method in class com.espertech.esper.runtime.client.EPRuntimeProvider
Returns a runtime for a given runtime URI.
getRuntime(String, Configuration) - Static method in class com.espertech.esper.runtime.client.EPRuntimeProvider
Returns a runtime for a given URI.
getRuntime(String, Configuration, EPRuntimeOptions) - Static method in class com.espertech.esper.runtime.client.EPRuntimeProvider
Returns a runtime for a given URI.
getRuntimeInstanceWideLock() - Method in interface com.espertech.esper.runtime.client.EPRuntime
Returns the runtime-instance global read-write lock.
getRuntimeInterval() - Method in class com.espertech.esper.common.client.configuration.runtime.ConfigurationRuntimeMetricsReporting
Returns the runtime metrics production interval in milliseconds.
getRuntimeMetric() - Method in interface com.espertech.esper.common.client.metric.EPMetricsService
Returns the current runtime metric.
getRuntimeParentClassLoader() - Method in class com.espertech.esper.runtime.client.option.DeploymentClassLoaderContext
Returns the classloader that is the parent class loader for the runtime.
getRuntimePath() - Method in interface com.espertech.esper.runtime.client.EPRuntime
Returns a path object for use by the compiler that represents a snapshot of the EPL objects deployed into the runtime at the time of this call.
getRuntimeURI() - Method in class com.espertech.esper.common.client.context.ContextStateEvent
Returns the runtime URI
getRuntimeURI() - Method in class com.espertech.esper.common.client.hook.condition.ConditionHandlerContext
Returns the runtime URI.
getRuntimeURI() - Method in class com.espertech.esper.common.client.hook.condition.ConditionHandlerFactoryContext
Returns the runtime URI.
getRuntimeURI() - Method in class com.espertech.esper.common.client.hook.exception.ExceptionHandlerContext
Returns the runtime URI.
getRuntimeURI() - Method in class com.espertech.esper.common.client.hook.exception.ExceptionHandlerContextUnassociated
Returns the runtime URI.
getRuntimeURI() - Method in class com.espertech.esper.common.client.hook.exception.ExceptionHandlerFactoryContext
Returns the runtime URI.
getRuntimeURI() - Method in class com.espertech.esper.common.client.hook.expr.EPLExpressionEvaluationContext
Returns the runtime URI
getRuntimeURI() - Method in class com.espertech.esper.common.client.hook.expr.EPLMethodInvocationContext
Returns the runtime URI or null if not set
getRuntimeURI() - Method in class com.espertech.esper.common.client.metric.MetricEvent
Returns the runtime URI.
getRuntimeURI() - Method in class com.espertech.esper.runtime.client.DeploymentStateEvent
Returns the runtime uri
getRuntimeURIs() - Static method in class com.espertech.esper.runtime.client.EPRuntimeProvider
Returns a list of known URIs.
getSavedConfiguration(String) - Method in interface com.espertech.esper.common.client.dataflow.core.EPDataFlowService
Returns a saved dataflow configuration or null if it is not found.
getSavedConfigurationName() - Method in class com.espertech.esper.common.client.dataflow.core.EPDataFlowSavedConfiguration
Configuation name.
getSavedConfigurations() - Method in interface com.espertech.esper.common.client.dataflow.core.EPDataFlowService
Returns the names of a saved data flow configurations.
getSavedInstance(String) - Method in interface com.espertech.esper.common.client.dataflow.core.EPDataFlowService
Returns a specific saved data flow instance, or null if it has not been found
getSavedInstances() - Method in interface com.espertech.esper.common.client.dataflow.core.EPDataFlowService
Returns the instance names of a saved data flow instances.
getScheduleDepth() - Method in class com.espertech.esper.common.client.metric.RuntimeMetric
Returns schedule depth.
getSchemaName() - Method in class com.espertech.esper.common.client.soda.CreateSchemaClause
Returns the type name, aka.
getSchemaResource() - Method in class com.espertech.esper.common.client.configuration.common.ConfigurationCommonEventTypeXMLDOM
Returns the schema resource.
getSchemas() - Method in class com.espertech.esper.common.client.soda.CreateDataFlowClause
Returns schemas.
getSchemaText() - Method in class com.espertech.esper.common.client.configuration.common.ConfigurationCommonEventTypeXMLDOM
Returns the schema text, if provided instead of a schema resource, this call returns the actual text of the schema document.
getScriptAttribute(String) - Method in interface com.espertech.esper.common.client.hook.expr.EPLScriptContext
Return a script attribute value.
getScriptExpression() - Method in class com.espertech.esper.common.client.soda.CreateExpressionClause
Returns the script expression or null if declaring an EPL expression.
getScriptExpressions() - Method in class com.espertech.esper.common.client.soda.EPStatementObjectModel
Returns the scripts defined.
getScriptName() - Method in class com.espertech.esper.compiler.client.option.AccessModifierScriptContext
Returns the script name
getScripts() - Method in class com.espertech.esper.common.client.configuration.compiler.ConfigurationCompiler
Returns script settings.
getSeconds() - Method in class com.espertech.esper.common.client.util.TimePeriod
Returns seconds or null if not provided.
getSelectClause() - Method in class com.espertech.esper.common.client.soda.ContainedEventSelect
Returns the select clause.
getSelectClause() - Method in class com.espertech.esper.common.client.soda.EPStatementObjectModel
Return the select-clause.
getSelectClause() - Method in class com.espertech.esper.common.client.soda.OnInsertSplitStreamItem
Returns the select-clause.
getSelectList() - Method in class com.espertech.esper.common.client.soda.OnMergeMatchedInsertAction
Returns the select expressions.
getSelectList() - Method in class com.espertech.esper.common.client.soda.SelectClause
Returns the list of expressions in the select clause.
getSelector() - Method in class com.espertech.esper.common.client.soda.OutputLimitClause
Returns the selector indicating the events to output.
getSelectors() - Method in interface com.espertech.esper.common.client.context.ContextPartitionSelectorNested
Selectors for each level of the nested context.
getSender() - Method in class com.espertech.esper.common.client.dataflow.core.EPDataFlowEventCollectorContext
Returns the emitter for the event bus.
getSerde() - Method in class com.espertech.esper.common.client.configuration.compiler.ConfigurationCompiler
Returns the serializer and de-serializer -related settings
getSerde() - Method in class com.espertech.esper.common.client.hook.aggfunc.AggregationFunctionModeManaged
Returns the class providing the serde
getSerde() - Method in class com.espertech.esper.common.client.hook.aggfunc.AggregationFunctionModeMultiParam
Returns the class providing the serde
getSerde() - Method in class com.espertech.esper.common.client.hook.aggmultifunc.AggregationMultiFunctionStateModeManaged
Returns the class providing the serde
getSerde() - Method in class com.espertech.esper.common.client.util.StateMgmtIndexDescSorted
 
getSerdeClass() - Method in class com.espertech.esper.common.client.serde.SerdeProvisionByClass
Returns the class of the serde
getSerdeProviderFactories() - Method in class com.espertech.esper.common.client.configuration.compiler.ConfigurationCompilerSerde
Returns currently-registered serde provider factories.
getSerdes() - Method in class com.espertech.esper.common.client.util.StateMgmtIndexDescInMulti
 
getServiceClass() - Method in class com.espertech.esper.common.client.hook.enummethod.EnumMethodModeStaticMethod
Returns the class providing the processing method
getServices() - Method in class com.espertech.esper.common.client.hook.vdw.VirtualDataWindowFactoryContext
Returns initialization-time services
getSingle() - Method in class com.espertech.esper.common.client.soda.MatchRecognizeRegExRepeat
Returns the exact-num-matches endpoint.
getSingle() - Method in class com.espertech.esper.common.client.soda.PatternMatchUntilExpr
Returns the single-bounds expression.
getSize() - Method in class com.espertech.esper.common.client.configuration.common.ConfigurationCommonCacheLRU
Returns the maximum cache size.
getSkipClause() - Method in class com.espertech.esper.common.client.soda.MatchRecognizeClause
Returns skip-clause.
getSplitExpression() - Method in class com.espertech.esper.common.client.soda.ContainedEventSelect
Returns the expression that returns the contained events.
getSql() - Method in class com.espertech.esper.common.client.hook.type.SQLColumnTypeContext
Returns sql.
getSql() - Method in class com.espertech.esper.common.client.hook.type.SQLOutputRowTypeContext
Returns the sql.
getSqlTypesMapping() - Method in class com.espertech.esper.common.client.configuration.common.ConfigurationCommonDBRef
Returns the mapping of types that the runtime must perform when receiving output columns of that sql types.
getSqlWithSubsParams() - Method in class com.espertech.esper.common.client.soda.SQLStream
Returns the SQL with optional substitution parameters in the SQL.
getStage(String) - Method in interface com.espertech.esper.runtime.client.EPStageService
Allocate a new stage or returns the existing stage if the stage for the same URI is already allocated.
getStageService() - Method in interface com.espertech.esper.runtime.client.EPRuntime
Returns the stage service, for managing stages
getStageURIs() - Method in interface com.espertech.esper.runtime.client.EPStageService
Returns the URI values of all stages that are currently allocated.
getStart() - Method in class com.espertech.esper.common.client.hook.vdw.VirtualDataWindowKeyRange
Returns the start value of the range.
getStartTime() - Method in class com.espertech.esper.common.client.context.ContextPartitionIdentifierInitiatedTerminated
Returns the start time of the context partition.
getStartTimestampPropertyName() - Method in class com.espertech.esper.common.client.configuration.common.ConfigurationCommonEventTypeBean
Returns the property name of the property providing the start timestamp value.
getStartTimestampPropertyName() - Method in class com.espertech.esper.common.client.configuration.common.ConfigurationCommonEventTypeWithSupertype
Returns the property name of the property providing the start timestamp value.
getStartTimestampPropertyName() - Method in class com.espertech.esper.common.client.configuration.common.ConfigurationCommonEventTypeXMLDOM
Returns the property name of the property providing the start timestamp value.
getStartTimestampPropertyName() - Method in interface com.espertech.esper.common.client.EventType
Returns the property name of the property providing the start timestamp value.
getStartTimestampPropertyName() - Method in class com.espertech.esper.common.client.soda.CreateSchemaClause
Returns the property name of the property providing the start timestamp value.
getState() - Method in class com.espertech.esper.common.client.context.ContextPartitionVariableState
Returns the variable state
getState() - Method in interface com.espertech.esper.common.client.dataflow.core.EPDataFlowInstance
Returns the state.
getState() - Method in class com.espertech.esper.common.client.util.CountMinSketchAgentContext
Returns state
getState() - Method in interface com.espertech.esper.runtime.client.util.Adapter
Get the state of this Adapter.
getState() - Method in class com.espertech.esper.runtime.client.util.AdapterStateManager
 
getStateClass() - Method in class com.espertech.esper.common.client.hook.enummethod.EnumMethodModeStaticMethod
Returns the class providing state
getStatement() - Method in class com.espertech.esper.common.client.dataflow.core.EPDataFlowIRStreamCollectorContext
Returns the statement and can safely be cast to EPStatement when needed(typed object to not require a dependency on runtime)
getStatement(String, String) - Method in interface com.espertech.esper.runtime.client.EPDeploymentService
Returns the statement of a given deployment.
getStatementAnnotations() - Method in class com.espertech.esper.common.client.hook.vdw.VirtualDataWindowLookupContext
Returns the statement annotations of the statement to be performing the lookup, or null for fire-and-forget statements.
getStatementContext() - Method in class com.espertech.esper.common.client.hook.vdw.VirtualDataWindowContext
Returns the statement context which holds statement information (name, expression, id) and statement-level services.
getStatementDeploymentId() - Method in class com.espertech.esper.common.client.context.ContextStateEventContextStatementAdded
Returns the statement deployment id.
getStatementDeploymentId() - Method in class com.espertech.esper.common.client.context.ContextStateEventContextStatementRemoved
Returns the deployment id
getStatementGroups() - Method in class com.espertech.esper.common.client.configuration.runtime.ConfigurationRuntimeMetricsReporting
Returns a map of statement group and metrics configuration for the statement group.
getStatementId() - Method in class com.espertech.esper.common.client.hook.vdw.VirtualDataWindowLookupContext
Returns the statement id of the statement to be performing the lookup, or -1 for fire-and-forget statements.
getStatementId() - Method in class com.espertech.esper.runtime.client.option.StatementNameRuntimeContext
Returns the statement id
getStatementId() - Method in interface com.espertech.esper.runtime.client.option.StatementSubstitutionParameterContext
Returns the statement id
getStatementId() - Method in class com.espertech.esper.runtime.client.option.StatementUserObjectRuntimeContext
Returns the statement number
getStatementIdFirstStatement() - Method in class com.espertech.esper.common.client.hook.recompile.EPRecompileProviderContext
 
getStatementInterval() - Method in class com.espertech.esper.common.client.configuration.runtime.ConfigurationRuntimeMetricsReporting
Returns the statement metrics production interval in milliseconds, unless statement groups have been defined that override this setting for certain statements.
getStatementName() - Method in class com.espertech.esper.common.client.context.ContextStateEventContextStatementAdded
Returns the statement name.
getStatementName() - Method in class com.espertech.esper.common.client.context.ContextStateEventContextStatementRemoved
Returns the statement name.
getStatementName() - Method in class com.espertech.esper.common.client.dataflow.core.EPDataFlowDescriptor
Returns the statement name.
getStatementName() - Method in class com.espertech.esper.common.client.dataflow.core.EPDataFlowEPStatementFilterContext
Returns the statement name
getStatementName() - Method in class com.espertech.esper.common.client.hook.aggmultifunc.AggregationMultiFunctionValidationContext
Returns the statement name.
getStatementName() - Method in class com.espertech.esper.common.client.hook.condition.ConditionHandlerContext
Returns the statement name, if provided, or the statement id assigned to the statement if no name was provided.
getStatementName() - Method in class com.espertech.esper.common.client.hook.exception.ExceptionHandlerContext
Returns the statement name, if provided, or the statement id assigned to the statement if no name was provided.
getStatementName() - Method in class com.espertech.esper.common.client.hook.expr.EPLExpressionEvaluationContext
Returns the statement name.
getStatementName() - Method in class com.espertech.esper.common.client.hook.expr.EPLMethodInvocationContext
Returns the statement name, or null if the invocation context is not associated to a specific statement and is shareable between statements
getStatementName() - Method in class com.espertech.esper.common.client.hook.type.ObjectValueTypeWidenerFactoryContext
Returns the statement name
getStatementName() - Method in class com.espertech.esper.common.client.hook.type.TypeRepresentationMapperContext
Returns the statement name
getStatementName() - Method in class com.espertech.esper.common.client.hook.vdw.VirtualDataWindowEventConsumerBase
Returns the statement name.
getStatementName() - Method in class com.espertech.esper.common.client.hook.vdw.VirtualDataWindowLookupContext
Returns the statement name of the statement to be performing the lookup, or null for fire-and-forget statements.
getStatementName() - Method in class com.espertech.esper.common.client.metric.StatementMetric
Returns statement name.
getStatementName() - Method in class com.espertech.esper.common.client.serde.SerdeProviderAdditionalInfo
Returns the statement name
getStatementName() - Method in class com.espertech.esper.compiler.client.CompilerOptions
Returns the callback that determines the statement name
getStatementName() - Method in class com.espertech.esper.compiler.client.option.StatementOptionContextBase
Returns the statement name
getStatementName() - Method in class com.espertech.esper.runtime.client.option.StatementNameRuntimeContext
Returns the statement name
getStatementName() - Method in interface com.espertech.esper.runtime.client.option.StatementSubstitutionParameterContext
Returns the statement name
getStatementName() - Method in class com.espertech.esper.runtime.client.option.StatementUserObjectRuntimeContext
Returns the statement name
getStatementName(StatementNameRuntimeContext) - Method in interface com.espertech.esper.runtime.client.option.StatementNameRuntimeOption
Returns the statement name to assign to a newly-deployed statement.
getStatementNameRuntime() - Method in class com.espertech.esper.runtime.client.DeploymentOptions
Returns the callback overriding the statement name that identifies the statement within the deployment and that can be obtained using EPStatement.getName()
getStatementNamesWhenProvidedByAPI() - Method in class com.espertech.esper.common.client.hook.recompile.EPRecompileProviderContext
 
getStatementNumber() - Method in class com.espertech.esper.compiler.client.option.StatementOptionContextBase
Returns the statement number
getStatementRawInfo() - Method in class com.espertech.esper.common.client.hook.datetimemethod.DateTimeMethodValidateContext
Returns EPL statement information.
getStatementRawInfo() - Method in class com.espertech.esper.common.client.hook.enummethod.EnumMethodValidateContext
Returns EPL statement information.
getStatements() - Method in class com.espertech.esper.runtime.client.DeploymentStateEvent
Returns the statements for the deployment or undeployment
getStatements() - Method in class com.espertech.esper.runtime.client.EPDeployment
Returns the statements
getStatementSubstitutionParameter() - Method in class com.espertech.esper.runtime.client.DeploymentOptions
Returns the callback providing values for substitution parameters.
getStatementType() - Method in class com.espertech.esper.common.client.serde.SerdeProviderAdditionalInfo
Returns the statement type
getStatementUserObject() - Method in class com.espertech.esper.common.client.hook.expr.EPLExpressionEvaluationContext
Returns the statement user object
getStatementUserObject() - Method in class com.espertech.esper.common.client.hook.expr.EPLMethodInvocationContext
Returns the statement user object or null if not assigned or if the invocation context is not associated to a specific statement and is shareable between statements
getStatementUserObject() - Method in class com.espertech.esper.compiler.client.CompilerOptions
Returns the callback that determines a compiler-time statement user object for a statement.
getStatementUserObjectRuntime() - Method in class com.espertech.esper.runtime.client.DeploymentOptions
Returns the callback providing a runtime statement user object that can be obtained using EPStatement.getUserObjectRuntime()
getStateMgmtSetting() - Method in class com.espertech.esper.compiler.client.CompilerOptions
For internal-use-only and subject-to-change-between-versions, state-management settings
getStateMode() - Method in interface com.espertech.esper.common.client.hook.aggmultifunc.AggregationMultiFunctionHandler
Describes to the compiler how it should manage code for providing aggregation state.
getStatistics() - Method in interface com.espertech.esper.common.client.dataflow.core.EPDataFlowInstance
Get data flow instance statistics, required instantiation with statistics option, use EPDataFlowInstantiationOptions to turn on stats.
getStreamName() - Method in class com.espertech.esper.common.client.soda.ContextDescriptorKeyedSegmentedItem
Returns the stream name.
getStreamName() - Method in class com.espertech.esper.common.client.soda.DataFlowOperatorOutput
Returns the output stream name.
getStreamName() - Method in class com.espertech.esper.common.client.soda.InsertIntoClause
Returns name of stream name to use for insert-into stream.
getStreamName() - Method in class com.espertech.esper.common.client.soda.SelectClauseStreamWildcard
Returns the stream name (e.g.
getStreamName() - Method in class com.espertech.esper.common.client.soda.Stream
Returns the stream name.
getStreamName() - Method in class com.espertech.esper.common.client.soda.StreamWildcardExpression
Returns the stream name.
getStreams() - Method in class com.espertech.esper.common.client.soda.FromClause
Returns the list of streams in the from-clause.
getStreamSelection() - Method in class com.espertech.esper.common.client.configuration.compiler.ConfigurationCompiler
Returns settings applicable to streams (insert and remove, insert only or remove only) selected for a statement.
getStreamSelector() - Method in class com.espertech.esper.common.client.soda.InsertIntoClause
Returns the stream selector for the insert into.
getStreamSelector() - Method in class com.espertech.esper.common.client.soda.SelectClause
Returns the stream selector.
getStreamTypeService() - Method in class com.espertech.esper.common.client.hook.datetimemethod.DateTimeMethodValidateContext
Returns event type information.
getStreamTypeService() - Method in class com.espertech.esper.common.client.hook.enummethod.EnumMethodValidateContext
Returns event type information.
getString(String, String) - Method in class com.espertech.esper.common.client.json.minimaljson.JsonObject
Returns the String value of the member with the specified name in this object.
getStringBuilder() - Method in class com.espertech.esper.common.client.render.EventPropertyRendererContext
Returns the string builder.
getSubmittedOverallCount() - Method in class com.espertech.esper.common.client.dataflow.core.EPDataFlowInstanceOperatorStat
Returns count of submitted events.
getSubmittedPerPortCount() - Method in class com.espertech.esper.common.client.dataflow.core.EPDataFlowInstanceOperatorStat
Returns count of submitted events per port.
getSubscriber() - Method in interface com.espertech.esper.runtime.client.EPStatement
Returns the current subscriber instance that receives statement results.
getSubstitutionParameterNames() - Method in interface com.espertech.esper.runtime.client.option.StatementSubstitutionParameterContext
Returns the parameter names
getSubstitutionParameters() - Method in class com.espertech.esper.common.client.hook.recompile.EPRecompileProviderContext
 
getSubstitutionParameterTypes() - Method in interface com.espertech.esper.runtime.client.option.StatementSubstitutionParameterContext
Returns the parameter types
getSuperTypes() - Method in class com.espertech.esper.common.client.configuration.common.ConfigurationCommonEventTypeWithSupertype
Returns the super types, if any.
getSuperTypes() - Method in interface com.espertech.esper.common.client.EventType
Returns an array of event types that are super to this event type, from which this event type inherited event properties.
getSurrogateEventSender() - Method in class com.espertech.esper.common.client.dataflow.core.EPDataFlowInstantiationOptions
Returns the event sender /runtime to use
getSyntax() - Method in enum class com.espertech.esper.common.client.soda.ScheduleItemType
Returns the syntax string.
getTableName() - Method in class com.espertech.esper.common.client.soda.CreateTableClause
Returns the table name
getTableName() - Method in class com.espertech.esper.common.client.soda.IntoTableClause
Returns the table name.
getTableName() - Method in class com.espertech.esper.common.client.soda.TableAccessExpression
Returns the table name.
getTableName() - Method in class com.espertech.esper.compiler.client.option.AccessModifierTableContext
Returns the table name
getTagName() - Method in class com.espertech.esper.common.client.soda.PatternFilterExpr
Returns the tag name.
getTermCondition() - Method in class com.espertech.esper.common.client.soda.ContextDescriptorInitiatedTerminated
Returns the condition that ends/terminates a context partition
getTerminationCondition() - Method in class com.espertech.esper.common.client.soda.ContextDescriptorKeyedSegmented
Returns the terminating condition or null if there is none
getText() - Method in enum class com.espertech.esper.common.client.soda.MatchRecogizePatternElementType
Returns the multiplicity text.
getText() - Method in enum class com.espertech.esper.common.client.soda.MatchRecognizeSkipClause
Returns clause text.
getText() - Method in enum class com.espertech.esper.common.client.soda.OutputLimitSelector
Returns the text for the selector.
getText() - Method in enum class com.espertech.esper.common.client.soda.OutputLimitUnit
Returns the text for the unit.
getThenAssignments() - Method in class com.espertech.esper.common.client.soda.OutputLimitClause
Returns the list of optional then-keyword variable assignments, if any
getThreading() - Method in class com.espertech.esper.common.client.configuration.runtime.ConfigurationRuntime
Returns threading settings.
getThreadingProfile() - Method in class com.espertech.esper.common.client.configuration.common.ConfigurationCommonExecution
Returns the threading profile
getThreadPoolCompilerCapacity() - Method in class com.espertech.esper.common.client.configuration.compiler.ConfigurationCompilerByteCode
Returns the capacity of the parallel compiler semaphore, or null if none defined (null is the default and is the unbounded case).
getThreadPoolCompilerNumThreads() - Method in class com.espertech.esper.common.client.configuration.compiler.ConfigurationCompilerByteCode
Returns the number of threads available for parallel compilation of multiple EPL statements.
getThreadPoolInboundCapacity() - Method in class com.espertech.esper.common.client.configuration.runtime.ConfigurationRuntimeThreading
Returns the capacity of the inbound execution queue, or null if none defined (the unbounded case, default).
getThreadPoolInboundNumThreads() - Method in class com.espertech.esper.common.client.configuration.runtime.ConfigurationRuntimeThreading
Returns the number of thread in the inbound threading pool.
getThreadPoolOutboundCapacity() - Method in class com.espertech.esper.common.client.configuration.runtime.ConfigurationRuntimeThreading
Returns the capacity of the outbound queue, or null if none defined (the unbounded case, default).
getThreadPoolOutboundNumThreads() - Method in class com.espertech.esper.common.client.configuration.runtime.ConfigurationRuntimeThreading
Returns the number of thread in the outbound threading pool.
getThreadPoolRouteExecCapacity() - Method in class com.espertech.esper.common.client.configuration.runtime.ConfigurationRuntimeThreading
Returns the capacity of the route execution queue, or null if none defined (the unbounded case, default).
getThreadPoolRouteExecNumThreads() - Method in class com.espertech.esper.common.client.configuration.runtime.ConfigurationRuntimeThreading
Returns the number of thread in the route execution thread pool.
getThreadPoolTimerExecCapacity() - Method in class com.espertech.esper.common.client.configuration.runtime.ConfigurationRuntimeThreading
Returns the capacity of the timer execution queue, or null if none defined (the unbounded case, default).
getThreadPoolTimerExecNumThreads() - Method in class com.espertech.esper.common.client.configuration.runtime.ConfigurationRuntimeThreading
Returns the number of thread in the timer execution threading pool.
getThrowable() - Method in class com.espertech.esper.common.client.dataflow.core.EPDataFlowExceptionContext
Returns the cause.
getThrowable() - Method in class com.espertech.esper.common.client.hook.exception.ExceptionHandlerContext
Returns the exception.
getThrowable() - Method in class com.espertech.esper.common.client.hook.exception.ExceptionHandlerContextUnassociated
Returns the exception.
getTimeOverall() - Method in class com.espertech.esper.common.client.dataflow.core.EPDataFlowInstanceOperatorStat
Returns total time spent submitting events
getTimePeriod() - Method in class com.espertech.esper.common.client.soda.ContextDescriptorConditionTimePeriod
Returns the time period expression
getTimePeriodExpression() - Method in class com.espertech.esper.common.client.soda.OutputLimitClause
Returns the time period, or null if none provided.
getTimePerPort() - Method in class com.espertech.esper.common.client.dataflow.core.EPDataFlowInstanceOperatorStat
Returns total time spent submitting events per port
getTimeSource() - Method in class com.espertech.esper.common.client.configuration.common.ConfigurationCommon
Returns the time source configuration.
getTimeSource() - Method in class com.espertech.esper.common.client.configuration.runtime.ConfigurationRuntime
Returns the time source configuration.
getTimeSourceType() - Method in class com.espertech.esper.common.client.configuration.runtime.ConfigurationRuntimeTimeSource
Returns the time source type.
getTimestamp() - Method in class com.espertech.esper.common.client.metric.RuntimeMetric
Returns runtime timestamp.
getTimestamp() - Method in class com.espertech.esper.common.client.metric.StatementMetric
Returns runtime timestamp.
getTimeUnit() - Method in class com.espertech.esper.common.client.configuration.common.ConfigurationCommonTimeSource
Returns the time unit time resolution level of time tracking
getTimeZone() - Method in class com.espertech.esper.common.client.configuration.runtime.ConfigurationRuntimeExpression
Returns the time zone for calendar operations.
getTransactionIsolation() - Method in class com.espertech.esper.common.client.configuration.common.ConfigurationCommonDBRef.ConnectionSettings
Returns the connection settings for transaction isolation level.
getTransientConfiguration() - Method in class com.espertech.esper.common.client.configuration.common.ConfigurationCommon
Returns transient configuration, i.e.
getTreeObjectName() - Method in class com.espertech.esper.common.client.soda.AnnotationPart
Returns the internal expression id assigned for tools to identify the expression.
getTreeObjectName() - Method in class com.espertech.esper.common.client.soda.EPStatementObjectModel
Returns the internal expression id assigned for tools to identify the expression.
getTreeObjectName() - Method in interface com.espertech.esper.common.client.soda.Expression
Returns the tree of object name, for use by tools to assign an identifier to an expression.
getTreeObjectName() - Method in class com.espertech.esper.common.client.soda.ExpressionBase
 
getTreeObjectName() - Method in class com.espertech.esper.common.client.soda.MatchRecognizeRegEx
Returns id of expression assigned by tools.
getTreeObjectName() - Method in interface com.espertech.esper.common.client.soda.PatternExpr
Returns the id for the pattern expression, for use by tools.
getTreeObjectName() - Method in class com.espertech.esper.common.client.soda.PatternExprBase
 
getTreeObjectName() - Method in class com.espertech.esper.common.client.soda.PatternGuardExpr
 
getTreeObjectName() - Method in class com.espertech.esper.common.client.soda.PatternObserverExpr
 
getType() - Method in class com.espertech.esper.common.client.configuration.common.ConfigurationCommonEventTypeXMLDOM.XPathPropertyDesc
Returns the javax.xml.xpath.XPathConstants constant representing the event property type.
getType() - Method in class com.espertech.esper.common.client.configuration.common.ConfigurationCommonVariable
Returns the variable type as a fully-qualified class name, primitive type or event type name.
getType() - Method in class com.espertech.esper.common.client.hook.enummethod.EnumMethodLambdaParameterTypeStateGetter
Returns the type of the value the lambda parameter assumes
getType() - Method in class com.espertech.esper.common.client.hook.exception.ExceptionHandlerContext
Returns exception type information
getType() - Method in class com.espertech.esper.common.client.hook.vdw.VirtualDataWindowEventStartIndex.VDWCreateIndexField
Returns index type
getType() - Method in class com.espertech.esper.common.client.soda.CreateIndexColumn
Returns the index type name
getType() - Method in class com.espertech.esper.common.client.soda.CrontabParameterExpression
Returns crontab parameter type.
getType() - Method in class com.espertech.esper.common.client.soda.MatchRecognizeRegExAtom
Returns multiplicity.
getType() - Method in class com.espertech.esper.common.client.soda.MatchRecognizeRegExNested
Returns multiplicity.
getType() - Method in class com.espertech.esper.common.client.soda.OuterJoinQualifier
Returns the type of outer join.
getType() - Method in class com.espertech.esper.common.client.soda.PreviousExpression
Returns the type of the previous expression (tail, first, window, count)
getType() - Method in class com.espertech.esper.common.client.soda.SchemaColumnDesc
Returns property type.
getType() - Method in class com.espertech.esper.common.client.type.EPTypeClass
Returns the type.
getTypeClass() - Method in class com.espertech.esper.common.client.meta.EventTypeMetadata
Returns information on the originator or use of the event type
getTypeDefinition() - Method in class com.espertech.esper.common.client.soda.CreateSchemaClause
returns the type definition.
getTypeInfo() - Method in class com.espertech.esper.common.client.soda.DataFlowOperatorOutput
Returns output port type information
getTypeName() - Method in class com.espertech.esper.common.client.soda.CastExpression
Returns the name of the type to cast to.
getTypeName() - Method in interface com.espertech.esper.common.client.type.EPType
Returns the type name.
getTypeName() - Method in class com.espertech.esper.common.client.type.EPTypeClass
 
getTypeName() - Method in class com.espertech.esper.common.client.type.EPTypeNull
 
getTypeNames() - Method in class com.espertech.esper.common.client.soda.InstanceOfExpression
Returns the types to compare to.
getTypeOrClassname() - Method in class com.espertech.esper.common.client.soda.DataFlowOperatorOutputType
Returns the type name or class name.
getTypeParameters() - Method in class com.espertech.esper.common.client.soda.DataFlowOperatorOutputType
Returns optional additional type parameters
getTypeRepresentationMapperClass() - Method in class com.espertech.esper.common.client.configuration.common.ConfigurationCommonEventTypeMeta.AvroSettings
Returns class name of mapping provider that maps types to an Avro schema; a mapper should implement TypeRepresentationMapper (null by default, using default mapping)
getTypes() - Method in class com.espertech.esper.common.client.soda.CreateSchemaClause
Returns model-after types, i.e.
getTypeVariance() - Method in class com.espertech.esper.common.client.configuration.common.ConfigurationCommonVariantStream
Returns the type variance setting specifying whether the variant stream accepts event of only the predefined types or any type.
getUndeploymentLockStrategy() - Method in class com.espertech.esper.runtime.client.UndeploymentOptions
Return the undeployment lock strategy, the default is LockStrategyDefault
getUndeployRethrowPolicy() - Method in class com.espertech.esper.common.client.configuration.runtime.ConfigurationRuntimeExceptionHandling
Returns the policy to instruct the runtime whether a module un-deploy rethrows runtime exceptions that are encountered during the undeploy.
getUnderlying() - Method in interface com.espertech.esper.common.client.EventBean
Get the underlying data object to this event wrapper.
getUnderlying(EventBean[]) - Static method in class com.espertech.esper.common.client.scopetest.EPAssertionUtil
Return an array of underlying objects for an array of events.
getUnderlyingClass() - Method in enum class com.espertech.esper.common.client.util.EventUnderlyingType
Returns the class of the default underlying type.
getUnderlyingClassName() - Method in enum class com.espertech.esper.common.client.util.EventUnderlyingType
Returns the class name of the default underlying type.
getUnderlyingEPType() - Method in interface com.espertech.esper.common.client.EventType
Get the full type information, including type parameters, that represents the Java type of the event type.
getUnderlyingType() - Method in interface com.espertech.esper.common.client.EventBeanFactory
Returns the type of the underlying class expected for successful wrapping.
getUnderlyingType() - Method in interface com.espertech.esper.common.client.EventType
Get the class that represents the Java type of the event type.
getUniqueKeyPropertyNames() - Method in interface com.espertech.esper.common.client.hook.vdw.VirtualDataWindowForge
Return the names of properties that taken together (combined, composed, not individually) are the unique keys of a row, return null if there are no unique keys that can be identified.
getUnit() - Method in class com.espertech.esper.common.client.soda.OutputLimitClause
Returns the unit the frequency is in.
getUpdateClause() - Method in class com.espertech.esper.common.client.soda.EPStatementObjectModel
Returns the update specification.
getUpdateListeners() - Method in interface com.espertech.esper.runtime.client.EPListenable
Returns an iterator of update listeners.
getUpgradeOption() - Method in class com.espertech.esper.runtime.client.EPRuntimeOptions
 
getUri() - Method in class com.espertech.esper.common.client.module.Module
Returns the module URI if provided.
getURI() - Method in interface com.espertech.esper.runtime.client.EPRuntime
Returns the runtime URI, or "default" if this is the default runtime.
getURI() - Method in interface com.espertech.esper.runtime.client.stage.EPStage
Returns the stage unique identifier URI.
getUrl() - Method in class com.espertech.esper.common.client.configuration.common.ConfigurationCommonDBRef.DriverManagerConnection
Returns the database URL to use to obtains connections.
getUserObject() - Method in interface com.espertech.esper.common.client.dataflow.core.EPDataFlowInstance
Returns the user object associated, if any.
getUserObject(StatementUserObjectRuntimeContext) - Method in interface com.espertech.esper.runtime.client.option.StatementUserObjectRuntimeOption
Returns the user object to assign to a newly-deployed statement.
getUserObjectCompileTime() - Method in interface com.espertech.esper.runtime.client.EPStatement
Returns the application defined user data object associated with the statement at compile time, or null if none was supplied at time of statement compilation.
getUserObjectRuntime() - Method in interface com.espertech.esper.runtime.client.EPStatement
Returns the application defined user data object associated with the statement at deployment time, or null if none was supplied at time of deployment.
getUserObjectsRuntime() - Method in class com.espertech.esper.common.client.hook.recompile.EPRecompileProviderContext
 
getUses() - Method in class com.espertech.esper.common.client.module.Module
Returns the dependencies the module may have on other modules.
getValidationContext() - Method in class com.espertech.esper.common.client.hook.aggmultifunc.AggregationMultiFunctionAggregationMethodContext
Returns the validation context
getValidationContext() - Method in class com.espertech.esper.common.client.hook.aggmultifunc.AggregationMultiFunctionValidationContext
Returns additional validation contextual services.
getValue() - Method in enum class com.espertech.esper.common.client.annotation.AuditEnum
Returns the constant.
getValue() - Method in enum class com.espertech.esper.common.client.annotation.HintEnum
Returns the constant.
getValue() - Method in interface com.espertech.esper.common.client.hook.aggfunc.AggregationFunction
Returns the current value held.
getValue() - Method in class com.espertech.esper.common.client.json.minimaljson.Member
Returns the value of this member.
getValue() - Method in class com.espertech.esper.common.client.soda.AnnotationAttribute
Returns annotation value.
getValue() - Method in class com.espertech.esper.common.client.soda.Assignment
Returns expression to eval.
getValue() - Method in class com.espertech.esper.common.client.util.CountMinSketchAgentContextAdd
Returns the value.
getValue() - Method in class com.espertech.esper.common.client.util.CountMinSketchAgentContextEstimate
Returns the value.
getValue() - Method in class com.espertech.esper.common.client.util.CountMinSketchTopK
Returns the value object
getValue(int, AggregationRow, EventBean[], boolean, ExprEvaluatorContext) - Method in interface com.espertech.esper.common.client.hook.aggmultifunc.AggregationMultiFunctionAggregationMethod
Returns the plain value
getValue(AggregationMultiFunctionState, EventBean[], boolean, ExprEvaluatorContext) - Method in interface com.espertech.esper.common.client.hook.aggmultifunc.AggregationMultiFunctionAccessor
Return the aggregation state value either as a scalar value or any other object.
getValue(AccessModifierContextContext) - Method in interface com.espertech.esper.compiler.client.option.AccessModifierContextOption
Returns the access modifier for the context
getValue(AccessModifierEventTypeContext) - Method in interface com.espertech.esper.compiler.client.option.AccessModifierEventTypeOption
Returns the access modifier for the event type
getValue(AccessModifierExpressionContext) - Method in interface com.espertech.esper.compiler.client.option.AccessModifierExpressionOption
Returns the access modifier for the expression
getValue(AccessModifierInlinedClassContext) - Method in interface com.espertech.esper.compiler.client.option.AccessModifierInlinedClassOption
Returns the access modifier for the inlined-class
getValue(AccessModifierNamedWindowContext) - Method in interface com.espertech.esper.compiler.client.option.AccessModifierNamedWindowOption
Returns the access modifier for the named window
getValue(AccessModifierScriptContext) - Method in interface com.espertech.esper.compiler.client.option.AccessModifierScriptOption
Returns the access modifier for the script
getValue(AccessModifierTableContext) - Method in interface com.espertech.esper.compiler.client.option.AccessModifierTableOption
Returns the access modifier for the table
getValue(AccessModifierVariableContext) - Method in interface com.espertech.esper.compiler.client.option.AccessModifierVariableOption
Returns the access modifier for the variable
getValue(BusModifierEventTypeContext) - Method in interface com.espertech.esper.compiler.client.option.BusModifierEventTypeOption
Returns the bus modifier for the event type
getValue(CompilerHookContext) - Method in interface com.espertech.esper.compiler.client.option.CompilerHookOption
Returns the compiler to use, or null for the default compiler
getValue(ModuleNameContext) - Method in interface com.espertech.esper.compiler.client.option.ModuleNameOption
Returns the module name to use or null if none is assigned.
getValue(ModuleUsesContext) - Method in interface com.espertech.esper.compiler.client.option.ModuleUsesOption
Returns the module-uses to use or null if none is assigned.
getValue(StatementNameContext) - Method in interface com.espertech.esper.compiler.client.option.StatementNameOption
Returns the statement name to assign to a statement at compilation-time.
getValue(StatementUserObjectContext) - Method in interface com.espertech.esper.compiler.client.option.StatementUserObjectOption
Returns the user object to assign to a statement at compilation-time.
getValue(StateMgmtSettingContext) - Method in interface com.espertech.esper.compiler.client.option.StateMgmtSettingOption
Return a state management setting.
getValueCache() - Method in class com.espertech.esper.common.client.configuration.compiler.ConfigurationCompilerPlugInSingleRowFunction
Returns the setting for the cache behavior.
getValueCollectionEvents(int, AggregationRow, EventBean[], boolean, ExprEvaluatorContext) - Method in interface com.espertech.esper.common.client.hook.aggmultifunc.AggregationMultiFunctionAggregationMethod
Return a collection of events or null when not available.
getValueCollectionScalar(int, AggregationRow, EventBean[], boolean, ExprEvaluatorContext) - Method in interface com.espertech.esper.common.client.hook.aggmultifunc.AggregationMultiFunctionAggregationMethod
Return a collection of values or null when not available.
getValueEventBean(int, AggregationRow, EventBean[], boolean, ExprEvaluatorContext) - Method in interface com.espertech.esper.common.client.hook.aggmultifunc.AggregationMultiFunctionAggregationMethod
Returns a single event or null when not available.
getValues() - Method in class com.espertech.esper.common.client.hook.type.SQLOutputRowValueContext
Returns column values.
getValueType() - Method in interface com.espertech.esper.common.client.hook.aggfunc.AggregationFunctionForge
Returns the type of the current value.
getVariableName() - Method in class com.espertech.esper.common.client.serde.SerdeProviderAdditionalInfoVariable
Returns the variable name
getVariableName() - Method in class com.espertech.esper.common.client.soda.CreateVariableClause
Returns the variable name.
getVariableName() - Method in class com.espertech.esper.compiler.client.option.AccessModifierVariableContext
Returns the variable name
getVariables() - Method in class com.espertech.esper.common.client.configuration.common.ConfigurationCommon
Returns the preconfigured variables
getVariables() - Method in class com.espertech.esper.common.client.configuration.runtime.ConfigurationRuntime
Returns defaults applicable to variables.
getVariableService() - Method in interface com.espertech.esper.runtime.client.EPRuntime
Returns the variable service, for reading and writing variables
getVariableType() - Method in class com.espertech.esper.common.client.soda.CreateVariableClause
Returns the variable type name.
getVariableValue(String, String) - Method in interface com.espertech.esper.common.client.variable.EPVariableService
Returns the current variable value for a global variable.
getVariableValue(Set<DeploymentIdNamePair>) - Method in interface com.espertech.esper.common.client.variable.EPVariableService
Returns current variable values for each of the global variable names passed in, guaranteeing consistency in the face of concurrent updates to the variables.
getVariableValue(Set<DeploymentIdNamePair>, ContextPartitionSelector) - Method in interface com.espertech.esper.common.client.variable.EPVariableService
Returns the current variable values for a context-partitioned variable, per context partition.
getVariableValueAll() - Method in interface com.espertech.esper.common.client.variable.EPVariableService
Returns current variable values for all global variables, guaranteeing consistency in the face of concurrent updates to the variables.
getVariantStreams() - Method in class com.espertech.esper.common.client.configuration.common.ConfigurationCommon
Returns a map of variant stream name and variant configuration information.
getVariantTypeNames() - Method in class com.espertech.esper.common.client.configuration.common.ConfigurationCommonVariantStream
Returns the names of event types that a predefined for the variant stream.
getViewFactoryContext() - Method in class com.espertech.esper.common.client.hook.vdw.VirtualDataWindowFactoryContext
Returns the view factory context
getViewForgeEnv() - Method in class com.espertech.esper.common.client.hook.vdw.VirtualDataWindowForgeContext
Returns the view forge environment
getViewResources() - Method in class com.espertech.esper.common.client.configuration.compiler.ConfigurationCompiler
Returns view resources defaults.
getViews() - Method in class com.espertech.esper.common.client.soda.CreateWindowClause
Returns the views onto the named window.
getViews() - Method in class com.espertech.esper.common.client.soda.ProjectedStream
Returns the list of views added to the stream.
getWallTime() - Method in class com.espertech.esper.common.client.metric.StatementMetric
Returns wall time in nanoseconds.
getWeeks() - Method in class com.espertech.esper.common.client.util.TimePeriod
Returns weeks or null if not provided.
getWhenExpression() - Method in class com.espertech.esper.common.client.soda.OutputLimitClause
Returns the expression that controls output for use with the when-keyword.
getWhereClause() - Method in class com.espertech.esper.common.client.soda.ContainedEventSelect
Returns the where clause.
getWhereClause() - Method in class com.espertech.esper.common.client.soda.EPStatementObjectModel
Return the where-clause, or null to indicate that the clause is absent.
getWhereClause() - Method in class com.espertech.esper.common.client.soda.OnInsertSplitStreamItem
Returns the optional where-clause.
getWhereClause() - Method in class com.espertech.esper.common.client.soda.OnMergeMatchedDeleteAction
Returns the action condition, or null if undefined.
getWhereClause() - Method in class com.espertech.esper.common.client.soda.OnMergeMatchedInsertAction
Returns the action condition, or null if undefined.
getWhereClause() - Method in class com.espertech.esper.common.client.soda.OnMergeMatchedUpdateAction
Returns the action condition, or null if undefined.
getWindowName() - Method in class com.espertech.esper.common.client.soda.CreateIndexClause
Returns window name.
getWindowName() - Method in class com.espertech.esper.common.client.soda.CreateWindowClause
Returns the window name.
getWindowName() - Method in class com.espertech.esper.common.client.soda.OnDeleteClause
Returns the name of the named window to delete from.
getWindowName() - Method in class com.espertech.esper.common.client.soda.OnMergeClause
Returns the name of the named window to update.
getWindowName() - Method in class com.espertech.esper.common.client.soda.OnSelectClause
Returns the name of the named window to delete from.
getWindowName() - Method in class com.espertech.esper.common.client.soda.OnUpdateClause
Returns the name of the named window to update.
getXMLRenderer(EventType) - Method in interface com.espertech.esper.common.client.render.EPEventTypeRuntime
Returns a render for the XML format, valid only for the given event type and its subtypes.
getXMLRenderer(EventType) - Method in interface com.espertech.esper.common.client.render.EPRenderEventService
Returns a render for the XML format, valid only for the given event type and its subtypes.
getXMLRenderer(EventType, XMLRenderingOptions) - Method in interface com.espertech.esper.common.client.render.EPEventTypeRuntime
Returns a render for the XML format, valid only for the given event type and its subtypes.
getXMLRenderer(EventType, XMLRenderingOptions) - Method in interface com.espertech.esper.common.client.render.EPRenderEventService
Returns a render for the XML format, valid only for the given event type and its subtypes.
getXpath() - Method in class com.espertech.esper.common.client.configuration.common.ConfigurationCommonEventTypeXMLDOM.XPathPropertyDesc
Returns the XPath expression.
getXPathFunctionResolver() - Method in class com.espertech.esper.common.client.configuration.common.ConfigurationCommonEventTypeXMLDOM
Returns the class name of the XPath function resolver to be assigned to the XPath factory instance upon type initialization.
getXPathProperties() - Method in class com.espertech.esper.common.client.configuration.common.ConfigurationCommonEventTypeXMLDOM
Returns a map of property name and descriptor for XPath-expression properties.
getXPathVariableResolver() - Method in class com.espertech.esper.common.client.configuration.common.ConfigurationCommonEventTypeXMLDOM
Returns the class name of the XPath variable resolver to be assigned to the XPath factory instance upon type initialization.
getYears() - Method in class com.espertech.esper.common.client.util.TimePeriod
Returns years or null if not provided.
getZdtOp() - Method in class com.espertech.esper.common.client.hook.datetimemethod.DateTimeMethodOpsModify
Returns the information how ZonedDateTime-modify is provided
getZdtOp() - Method in class com.espertech.esper.common.client.hook.datetimemethod.DateTimeMethodOpsReformat
Returns the information how ZonedDateTime-reformat is provided
GREATER - Enum constant in enum class com.espertech.esper.common.client.hook.vdw.VirtualDataWindowLookupOp
Greater (>).
GREATER_OR_EQUAL - Enum constant in enum class com.espertech.esper.common.client.hook.vdw.VirtualDataWindowLookupOp
Greater or equal (>=).
groupByClause(GroupByClause) - Method in class com.espertech.esper.common.client.soda.EPStatementObjectModel
Specify a group-by-clause.
GroupByClause - Class in com.espertech.esper.common.client.soda
The group-by clause consists of a list of expressions that provide the grouped-by values.
GroupByClause() - Constructor for class com.espertech.esper.common.client.soda.GroupByClause
Ctor - for use to create an expression tree, without child expression.
GroupByClause(Expression...) - Constructor for class com.espertech.esper.common.client.soda.GroupByClause
Ctor.
GroupByClause(String...) - Constructor for class com.espertech.esper.common.client.soda.GroupByClause
Ctor.
GroupByClause(List<GroupByClauseExpression>) - Constructor for class com.espertech.esper.common.client.soda.GroupByClause
Ctor.
GroupByClauseExpression - Interface in com.espertech.esper.common.client.soda
Base interface for group-by clause expressions, covers all possible combinations of expressions, parenthesis-expression-combinations, rollup, cube and grouping sets and their parameters.
GroupByClauseExpressionCombination - Class in com.espertech.esper.common.client.soda
A combination of expressions is for example "(a, b)", wherein the list of expressions provided together logically make up a grouping level.
GroupByClauseExpressionCombination() - Constructor for class com.espertech.esper.common.client.soda.GroupByClauseExpressionCombination
Ctor.
GroupByClauseExpressionCombination(List<Expression>) - Constructor for class com.espertech.esper.common.client.soda.GroupByClauseExpressionCombination
Ctor.
GroupByClauseExpressionGroupingSet - Class in com.espertech.esper.common.client.soda
Represents the "grouping sets" keywords.
GroupByClauseExpressionGroupingSet() - Constructor for class com.espertech.esper.common.client.soda.GroupByClauseExpressionGroupingSet
Ctor.
GroupByClauseExpressionGroupingSet(List<GroupByClauseExpression>) - Constructor for class com.espertech.esper.common.client.soda.GroupByClauseExpressionGroupingSet
Ctor.
GroupByClauseExpressionRollupOrCube - Class in com.espertech.esper.common.client.soda
Represents a rollup or cube in a group-by clause.
GroupByClauseExpressionRollupOrCube() - Constructor for class com.espertech.esper.common.client.soda.GroupByClauseExpressionRollupOrCube
Ctor.
GroupByClauseExpressionRollupOrCube(boolean, List<GroupByClauseExpression>) - Constructor for class com.espertech.esper.common.client.soda.GroupByClauseExpressionRollupOrCube
Ctor.
GroupByClauseExpressionSingle - Class in com.espertech.esper.common.client.soda
Represents a single expression (non-combined, rollup/cube or grouping set) as part of a group-by expression.
GroupByClauseExpressionSingle() - Constructor for class com.espertech.esper.common.client.soda.GroupByClauseExpressionSingle
Ctor.
GroupByClauseExpressionSingle(Expression) - Constructor for class com.espertech.esper.common.client.soda.GroupByClauseExpressionSingle
Ctor.
GROUPED_DELIVERY - Enum constant in enum class com.espertech.esper.common.client.soda.ForClauseKeyword
Grouped delivery - listener receives invocation per group.
GroupingExpression - Class in com.espertech.esper.common.client.soda
Grouping-function for use with rollup, cube or grouping sets.
GroupingExpression() - Constructor for class com.espertech.esper.common.client.soda.GroupingExpression
Ctor - for use to create an expression tree, without child expression.
GroupingIdExpression - Class in com.espertech.esper.common.client.soda
Grouping_id-function for use with rollup, cube or grouping sets.
GroupingIdExpression() - Constructor for class com.espertech.esper.common.client.soda.GroupingIdExpression
Ctor - for use to create an expression tree, without child expression.
gt(Expression, Expression) - Static method in class com.espertech.esper.common.client.soda.Expressions
Greater-then between expression results.
gt(String, Object) - Static method in class com.espertech.esper.common.client.soda.Expressions
Greater-then between a property and a constant.
gtProperty(String, String) - Static method in class com.espertech.esper.common.client.soda.Expressions
Greater-then between properties.
guard(String, String, Expression[], PatternExpr) - Static method in class com.espertech.esper.common.client.soda.Patterns
Guard pattern expression guards a sub-expression, equivalent to the "every MyEvent where timer:within(1 sec)" syntax
GUARD - Enum constant in enum class com.espertech.esper.common.client.soda.PatternExprPrecedenceEnum
Precedence.
GUARD - Enum constant in enum class com.espertech.esper.common.client.util.PatternObjectType
Guard allows or disallows events from child expressions to pass.
GuardEnum - Enum Class in com.espertech.esper.common.client.soda
Enum for all build-in guards.

H

handle(EPDataFlowExceptionContext) - Method in interface com.espertech.esper.common.client.dataflow.core.EPDataFlowExceptionHandler
Handle exception.
handle(ConditionHandlerContext) - Method in interface com.espertech.esper.common.client.hook.condition.ConditionHandler
Handle the runtimecondition as contained in the context object passed.
handle(ExceptionHandlerContext) - Method in interface com.espertech.esper.common.client.hook.exception.ExceptionHandler
Handle the exception as contained in the context object passed.
handleEvent(VirtualDataWindowEvent) - Method in interface com.espertech.esper.common.client.hook.vdw.VirtualDataWindow
Handle a management event.
handleInboundPoolUnassociated(ExceptionHandlerContextUnassociated) - Method in interface com.espertech.esper.common.client.hook.exception.ExceptionHandlerInboundPool
For use with inbound-thread-pool only, when the runtimeevaluates events as shared filters and not associated to any statements, the runtimepasses the exception to this method.
HARD - Enum constant in enum class com.espertech.esper.common.client.util.CacheReferenceType
Constant indicating that hard references should be used.
HASH - Enum constant in enum class com.espertech.esper.common.client.soda.CreateIndexColumnType
Hash-index.
HashableMultiKey - Class in com.espertech.esper.common.client.util
Multi-key made up of multiple values providing hashcode and equals semantics using Object.hashCode() and Arrays.equals(Object[], Object[])
HashableMultiKey(Object) - Constructor for class com.espertech.esper.common.client.util.HashableMultiKey
Constructor for a single key object.
HashableMultiKey(Object[]) - Constructor for class com.espertech.esper.common.client.util.HashableMultiKey
Constructor for multiple keys supplied in an object array.
HashableMultiKey(Object, Object) - Constructor for class com.espertech.esper.common.client.util.HashableMultiKey
Constructor for a pair of key objects.
HashableMultiKey(Object, Object, Object) - Constructor for class com.espertech.esper.common.client.util.HashableMultiKey
Constructor for three key objects.
HashableMultiKey(Object, Object, Object, Object) - Constructor for class com.espertech.esper.common.client.util.HashableMultiKey
Constructor for four key objects.
hashCode() - Method in class com.espertech.esper.common.client.configuration.common.ConfigurationCommonEventTypeXMLDOM
 
hashCode() - Method in class com.espertech.esper.common.client.configuration.compiler.ConfigurationCompilerPlugInAggregationFunction
 
hashCode() - Method in class com.espertech.esper.common.client.configuration.compiler.ConfigurationCompilerPlugInDateTimeMethod
 
hashCode() - Method in class com.espertech.esper.common.client.configuration.compiler.ConfigurationCompilerPlugInEnumMethod
 
hashCode() - Method in class com.espertech.esper.common.client.EventPropertyDescriptor
 
hashCode() - Method in class com.espertech.esper.common.client.hook.vdw.VirtualDataWindowKeyRange
 
hashCode() - Method in class com.espertech.esper.common.client.json.minimaljson.JsonArray
 
hashCode() - Method in class com.espertech.esper.common.client.json.minimaljson.JsonNumber
 
hashCode() - Method in class com.espertech.esper.common.client.json.minimaljson.JsonObject
 
hashCode() - Method in class com.espertech.esper.common.client.json.minimaljson.JsonString
 
hashCode() - Method in class com.espertech.esper.common.client.json.minimaljson.JsonValue
 
hashCode() - Method in class com.espertech.esper.common.client.json.minimaljson.Location
 
hashCode() - Method in class com.espertech.esper.common.client.json.minimaljson.Member
 
hashCode() - Method in class com.espertech.esper.common.client.meta.EventTypeIdPair
 
hashCode() - Method in class com.espertech.esper.common.client.type.EPTypeClass
 
hashCode() - Method in class com.espertech.esper.common.client.type.EPTypeClassParameterized
 
hashCode() - Method in class com.espertech.esper.common.client.util.HashableMultiKey
 
hashCode() - Method in class com.espertech.esper.common.client.util.TimePeriod
 
hashCode() - Method in class com.espertech.esper.runtime.client.EPDeploymentDependencyConsumed.Item
 
hashCode() - Method in class com.espertech.esper.runtime.client.EPDeploymentDependencyProvided.Item
 
HASHMAP - Enum constant in enum class com.espertech.esper.common.client.type.EPTypePremade
HashMap
HASHSET - Enum constant in enum class com.espertech.esper.common.client.type.EPTypePremade
HashSet
hasRuntime(String) - Static method in class com.espertech.esper.runtime.client.EPRuntimeProvider
Returns an indicator whether a runtime for the given URI is allocated (true) or is not allocated (false)
havingClause(Expression) - Method in class com.espertech.esper.common.client.soda.EPStatementObjectModel
Specify a having-clause.
Hint - Annotation Interface in com.espertech.esper.common.client.annotation
Annotation for providing a statement execution hint.
HintEnum - Enum Class in com.espertech.esper.common.client.annotation
Enumeration of hint values.
hook() - Element in annotation interface com.espertech.esper.common.client.annotation.Hook
Returns the simple class name (using imports) or fully-qualified class name of the hook.
Hook - Annotation Interface in com.espertech.esper.common.client.annotation
Use this annotation to install a statement-specific hook or callback at time of statement creation.
HookType - Enum Class in com.espertech.esper.common.client.annotation
Enumeration for the different types of statement-processing hooks (callbacks) that can be provided for a statement.
hours(Integer) - Method in class com.espertech.esper.common.client.util.TimePeriod
Ctor for chain.

I

ILLEGALSTATEEXCEPTION - Enum constant in enum class com.espertech.esper.common.client.type.EPTypePremade
IllegalStateException
IllegalStateTransitionException - Exception in com.espertech.esper.runtime.client.util
Thrown when an illegal Adapter state transition is attempted.
IllegalStateTransitionException(String) - Constructor for exception com.espertech.esper.runtime.client.util.IllegalStateTransitionException
 
imports - Variable in class com.espertech.esper.common.client.configuration.common.ConfigurationCommon
The class and package name imports that will be used to resolve partial class names.
IMPORTS - Enum constant in enum class com.espertech.esper.common.client.module.ModuleProperty
The module imports
in(Expression, Expression...) - Static method in class com.espertech.esper.common.client.soda.Expressions
In-expression that is equivalent to the syntax of "property in (value, value, ...
in(String, Object...) - Static method in class com.espertech.esper.common.client.soda.Expressions
In-expression that is equivalent to the syntax of "property in (value, value, ...
indentWithSpaces(int) - Static method in class com.espertech.esper.common.client.json.minimaljson.PrettyPrint
Print every value on a separate line.
indentWithTabs() - Static method in class com.espertech.esper.common.client.json.minimaljson.PrettyPrint
Do not break lines, but still insert whitespace between values.
INDEX - Enum constant in enum class com.espertech.esper.common.client.annotation.HintEnum
For use everywhere where indexes are used (subquery, joins, fire-and-forget, onl-select etc.), index hint.
INDEX - Enum constant in enum class com.espertech.esper.runtime.client.util.EPObjectType
Index.
INDEX_COMPOSITE - Enum constant in enum class com.espertech.esper.common.client.annotation.AppliesTo
Index composite of hash and btree
INDEX_HASH - Enum constant in enum class com.espertech.esper.common.client.annotation.AppliesTo
Index hashed
INDEX_IN - Enum constant in enum class com.espertech.esper.common.client.annotation.AppliesTo
Index in-set-of-values
INDEX_OTHER - Enum constant in enum class com.espertech.esper.common.client.annotation.AppliesTo
Index spatial or other
INDEX_SORTED - Enum constant in enum class com.espertech.esper.common.client.annotation.AppliesTo
Index btree
INDEX_UNINDEXED - Enum constant in enum class com.espertech.esper.common.client.annotation.AppliesTo
Index unindexed
InExpression - Class in com.espertech.esper.common.client.soda
In-expresson checks that a value is in (or not in) a set of values, equivalent to the syntax "color in ('red', 'blue')".
InExpression() - Constructor for class com.espertech.esper.common.client.soda.InExpression
Ctor.
InExpression(boolean) - Constructor for class com.espertech.esper.common.client.soda.InExpression
Ctor - for use to create an expression tree, without child expression.
InExpression(Expression, boolean, Expression[]) - Constructor for class com.espertech.esper.common.client.soda.InExpression
Ctor.
InExpression(Expression, boolean, Object...) - Constructor for class com.espertech.esper.common.client.soda.InExpression
Ctor - for use to create an expression tree, without child expression.
init(PluginLoaderInitContext) - Method in interface com.espertech.esper.runtime.client.plugin.PluginLoader
Initializes the adapter loader.
initialize() - Method in interface com.espertech.esper.runtime.client.EPRuntime
Frees any resources associated with this runtime instance, and leaves the runtime instance ready for further use.
initialize(DateTimeMethodInitializeContext) - Method in interface com.espertech.esper.common.client.hook.datetimemethod.DateTimeMethodForgeFactory
Called by the compiler to receive the list of footprints.
initialize(EnumMethodInitializeContext) - Method in interface com.espertech.esper.common.client.hook.enummethod.EnumMethodForgeFactory
Called by the compiler to receive the list of footprints.
initialize(VirtualDataWindowFactoryContext) - Method in interface com.espertech.esper.common.client.hook.vdw.VirtualDataWindowFactory
Invoked after instantiation of the factory, exactly once per named window.
initialize(VirtualDataWindowForgeContext) - Method in interface com.espertech.esper.common.client.hook.vdw.VirtualDataWindowForge
Invoked once after instantiation of the forge, exactly once per named window.
InjectionStrategy - Interface in com.espertech.esper.common.client.hook.forgeinject
Interface for providing the compiler with code that allocates and initializes an instance of some class
InjectionStrategyClassNewInstance - Class in com.espertech.esper.common.client.hook.forgeinject
Provides the compiler with code that allocates and initializes an instance of some class by using "new" and by using setters.
InjectionStrategyClassNewInstance(EPTypeClass) - Constructor for class com.espertech.esper.common.client.hook.forgeinject.InjectionStrategyClassNewInstance
The class to be instantiated.
InjectionStrategyClassNewInstance(Class) - Constructor for class com.espertech.esper.common.client.hook.forgeinject.InjectionStrategyClassNewInstance
The class to be instantiated.
InjectionStrategyClassNewInstance(String) - Constructor for class com.espertech.esper.common.client.hook.forgeinject.InjectionStrategyClassNewInstance
The class name of the class to be instantiated.
InlinedClassInspectionContext - Class in com.espertech.esper.compiler.client.option
Provides the environment to InlinedClassInspectionOption.
InlinedClassInspectionContext(ClassFile[]) - Constructor for class com.espertech.esper.compiler.client.option.InlinedClassInspectionContext
Ctor.
InlinedClassInspectionOption - Interface in com.espertech.esper.compiler.client.option
Implement this interface to receive Janino-specific class detail for inlined-classes.
InputAdapter - Interface in com.espertech.esper.runtime.client.util
An InputAdapter takes some external data, converts it into events, and sends it into the runtime runtime.
insert(boolean) - Method in class com.espertech.esper.common.client.soda.CreateWindowClause
Sets flag indicating that an insert from another named window should take place at the time of window creation.
INSERT - Enum constant in enum class com.espertech.esper.common.client.annotation.AuditEnum
For use with insert-into audit.
insertInto(InsertIntoClause) - Method in class com.espertech.esper.common.client.soda.EPStatementObjectModel
Specify an insert-into-clause.
InsertIntoClause - Class in com.espertech.esper.common.client.soda
An insert-into clause consists of a stream name and column names and an optional stream selector.
InsertIntoClause() - Constructor for class com.espertech.esper.common.client.soda.InsertIntoClause
Ctor.
InsertIntoClause(String) - Constructor for class com.espertech.esper.common.client.soda.InsertIntoClause
Ctor.
InsertIntoClause(String, String[]) - Constructor for class com.espertech.esper.common.client.soda.InsertIntoClause
Ctor.
InsertIntoClause(String, List<String>, StreamSelector) - Constructor for class com.espertech.esper.common.client.soda.InsertIntoClause
Ctor.
InsertIntoClause(String, List<String>, StreamSelector, Expression) - Constructor for class com.espertech.esper.common.client.soda.InsertIntoClause
Ctor.
insertWhereClause(Expression) - Method in class com.espertech.esper.common.client.soda.CreateWindowClause
Sets the filter expression for inserting from another named window
INSTANCE - Static variable in class com.espertech.esper.common.client.context.ContextPartitionSelectorAll
Instance for selecting all context partitions.
INSTANCE - Static variable in class com.espertech.esper.common.client.hook.enummethod.EnumMethodLambdaParameterTypeIndex
Instance.
INSTANCE - Static variable in class com.espertech.esper.common.client.hook.enummethod.EnumMethodLambdaParameterTypeSize
Instance.
INSTANCE - Static variable in class com.espertech.esper.common.client.hook.enummethod.EnumMethodLambdaParameterTypeValue
Instance.
INSTANCE - Static variable in class com.espertech.esper.common.client.render.JSONEventRendererJsonEventType
JSON event renderer instance
INSTANCE - Static variable in class com.espertech.esper.common.client.type.EPTypeNull
Instance.
INSTANCE - Static variable in class com.espertech.esper.common.client.util.ClassForNameProviderDefault
Instance of the default class-for-name provider
INSTANCE - Static variable in class com.espertech.esper.common.client.util.ClassLoaderProviderDefault
Instance of the default classloader provider
INSTANCE - Static variable in class com.espertech.esper.runtime.client.util.LockStrategyDefault
The instance of the default lock strategy.
INSTANCE - Static variable in class com.espertech.esper.runtime.client.util.LockStrategyNone
Instance of a lock strategy that does not obtain a lock.
instanceOf(Expression, String, String...) - Static method in class com.espertech.esper.common.client.soda.Expressions
Instance-of function, tests if the type of the return value of an expression is in a list of types.
instanceOf(String, String, String...) - Static method in class com.espertech.esper.common.client.soda.Expressions
Instance-of function, tests if the type of the return value of a property is in a list of types.
InstanceOfExpression - Class in com.espertech.esper.common.client.soda
Instance-of expression checks if an expression returns a certain type.
InstanceOfExpression() - Constructor for class com.espertech.esper.common.client.soda.InstanceOfExpression
Ctor.
InstanceOfExpression(Expression, String, String...) - Constructor for class com.espertech.esper.common.client.soda.InstanceOfExpression
Ctor.
InstanceOfExpression(String[]) - Constructor for class com.espertech.esper.common.client.soda.InstanceOfExpression
Ctor - for use to create an expression tree, without child expression.
instantiate(String, String) - Method in interface com.espertech.esper.common.client.dataflow.core.EPDataFlowService
Instantiate a data flow.
instantiate(String, String, EPDataFlowInstantiationOptions) - Method in interface com.espertech.esper.common.client.dataflow.core.EPDataFlowService
Instantiate a data flow, with options.
INSTANTIATED - Enum constant in enum class com.espertech.esper.common.client.dataflow.core.EPDataFlowState
Start state: the state a data flow instance is in when it gets instantiated.
instantiateSavedConfiguration(String) - Method in interface com.espertech.esper.common.client.dataflow.core.EPDataFlowService
Instantiate a data flow from a saved configuration.
INSTRUMENTATION - Enum constant in enum class com.espertech.esper.common.client.type.EPTypePremade
java.lang.instrument.Instrumentation
INTEGERBOXED - Enum constant in enum class com.espertech.esper.common.client.type.EPTypePremade
Integer
INTEGERBOXEDARRAY - Enum constant in enum class com.espertech.esper.common.client.type.EPTypePremade
Integer[]
INTEGERBOXEDARRAYARRAY - Enum constant in enum class com.espertech.esper.common.client.type.EPTypePremade
Integer[][]
INTEGERPRIMITIVE - Enum constant in enum class com.espertech.esper.common.client.type.EPTypePremade
int
INTEGERPRIMITIVEARRAY - Enum constant in enum class com.espertech.esper.common.client.type.EPTypePremade
int[]
INTEGERPRIMITIVEARRAYARRAY - Enum constant in enum class com.espertech.esper.common.client.type.EPTypePremade
int[][]
INTERNAL_AGGLOCALLEVEL - Enum constant in enum class com.espertech.esper.common.client.annotation.HookType
For internal use, aggregation level reporting.
INTERNAL_COMPILE - Enum constant in enum class com.espertech.esper.common.client.annotation.HookType
For internal use, statement spec compiled reporting.
INTERNAL_COMPILEDLOAD - Enum constant in enum class com.espertech.esper.common.client.annotation.HookType
For internal use, EPCompiled loading
INTERNAL_FILTERSPEC - Enum constant in enum class com.espertech.esper.common.client.annotation.HookType
For internal use, filter spec reporting.
INTERNAL_GROUPROLLUP_PLAN - Enum constant in enum class com.espertech.esper.common.client.annotation.HookType
For internal use, group rollup plan reporting.
INTERNAL_PATTERNCOMPILE - Enum constant in enum class com.espertech.esper.common.client.annotation.HookType
For internal use, pattern objects visibility.
INTERNAL_QUERY_PLAN - Enum constant in enum class com.espertech.esper.common.client.annotation.HookType
For internal use, query planning reporting.
INTERNAL_USE_API_COMPILE_EXPR - Enum constant in enum class com.espertech.esper.common.client.util.StatementType
Statement for compiling an expression.
internalUseGetStmtMgmtProvider(StateMgmtSettingsProxy) - Method in class com.espertech.esper.common.client.configuration.Configuration
For internal use only: returns statement settings provider
IntoTableClause - Class in com.espertech.esper.common.client.soda
Into-table clause.
IntoTableClause() - Constructor for class com.espertech.esper.common.client.soda.IntoTableClause
Ctor.
IntoTableClause(String) - Constructor for class com.espertech.esper.common.client.soda.IntoTableClause
Ctor.
InvalidContextPartitionSelector - Exception in com.espertech.esper.common.client.context
Indicates an invalid combination of context declaration and context partition selector, i.e.
InvalidContextPartitionSelector(String) - Constructor for exception com.espertech.esper.common.client.context.InvalidContextPartitionSelector
Ctor.
InvalidContextPartitionSelector(String, Throwable) - Constructor for exception com.espertech.esper.common.client.context.InvalidContextPartitionSelector
Ctor.
InvalidContextPartitionSelector(Throwable) - Constructor for exception com.espertech.esper.common.client.context.InvalidContextPartitionSelector
Ctor.
IOEXCEPTION - Enum constant in enum class com.espertech.esper.common.client.type.EPTypePremade
java.io.IOException
isAcceptsParameters() - Method in enum class com.espertech.esper.common.client.annotation.HintEnum
True if the hint accepts params.
isAlias() - Method in class com.espertech.esper.common.client.soda.ExpressionDeclaration
Returns indicator whether the expression is an alias or not.
isAll() - Method in class com.espertech.esper.common.client.soda.CompareListExpression
Returns all flag, true for ALL and false for ANY.
isAll() - Method in class com.espertech.esper.common.client.soda.MatchRecognizeClause
Indicator whether all matches.
isAll() - Method in class com.espertech.esper.common.client.soda.SubqueryQualifiedExpression
Returns true for ALL, false for ANY.
isAllowInlinedClass() - Method in class com.espertech.esper.common.client.configuration.compiler.ConfigurationCompilerByteCode
Returns the flag whether the compiler allows inlined classes
isAllowSubscriber() - Method in class com.espertech.esper.common.client.configuration.compiler.ConfigurationCompilerByteCode
Returns indicator whether any statements allow subscribers or not (false by default).
isAndAfterTerminate() - Method in class com.espertech.esper.common.client.soda.OutputLimitClause
Returns true for output upon termination of a context partition
isAnnotatedByEventFlag() - Method in class com.espertech.esper.common.client.soda.SelectClauseExpression
Returns indicator whether annotated as "@eventbean"
isArray() - Method in class com.espertech.esper.common.client.json.minimaljson.JsonArray
 
isArray() - Method in class com.espertech.esper.common.client.json.minimaljson.JsonValue
Detects whether this value represents a JSON array.
isAttachEPL() - Method in class com.espertech.esper.common.client.configuration.compiler.ConfigurationCompilerByteCode
Returns the indicator whether the EPL text will be available as a statement property.
isAttachModuleEPL() - Method in class com.espertech.esper.common.client.configuration.compiler.ConfigurationCompilerByteCode
Returns the indicator whether the EPL module text will be available as a module property.
isAttachPatternEPL() - Method in class com.espertech.esper.common.client.configuration.compiler.ConfigurationCompilerByteCode
Returns the indicator whether, for tools with access to pattern factories, the pattern subexpression text will be available for the pattern.
isAutoFragment() - Method in class com.espertech.esper.common.client.configuration.common.ConfigurationCommonEventTypeXMLDOM
Set to true (the default) to look up or create event types representing fragments of an XML document automatically upon request for fragment event type information; Or false when only explicit properties may return fragments.
isBoolean() - Method in class com.espertech.esper.common.client.json.minimaljson.JsonValue
Detects whether this value represents a boolean value.
isCanInsertEventBean() - Method in class com.espertech.esper.common.client.FragmentEventType
 
isCheckCircularDependency() - Method in class com.espertech.esper.common.client.module.ModuleOrderOptions
Returns true (the default) to indicate that the algorithm checks for circular dependencies among the uses-dependency graph, or false to not perform this check.
isCheckUses() - Method in class com.espertech.esper.common.client.module.ModuleOrderOptions
Returns true (the default) to cause the algorithm to check uses-dependencies ensuring all dependencies are satisfied i.e.
isCommentOnly() - Method in class com.espertech.esper.common.client.module.ModuleItem
Returns true to indicate comments-only expression.
isConstant() - Method in class com.espertech.esper.common.client.configuration.common.ConfigurationCommonVariable
Returns true if the variable is a constant, or false for regular variable.
isConstant() - Method in class com.espertech.esper.common.client.soda.CreateVariableClause
Returns indicator whether the variable is a constant.
isCpuStatistics() - Method in class com.espertech.esper.common.client.dataflow.core.EPDataFlowInstantiationOptions
Returns indicator whether to collect CPU statistics.
isCube() - Method in class com.espertech.esper.common.client.soda.GroupByClauseExpressionRollupOrCube
Returns true for cube, false for rollup.
isDefaultAsAttribute() - Method in class com.espertech.esper.common.client.render.XMLRenderingOptions
Indicator whether simple properties are rendered as attributes, this setting is false by default thereby simple properties are rendered as elements.
isDefaultInclude() - Method in class com.espertech.esper.common.client.configuration.runtime.ConfigurationRuntimeMetricsReporting.StmtGroupMetrics
If this flag is set then all statement names are automatically included in this statement group, and through exclude-pattern certain statement names can be omitted
isDeleteAndSelect() - Method in class com.espertech.esper.common.client.soda.OnSelectClause
Returns indicator whether select-and-delete or just select
isDeployed(String) - Method in interface com.espertech.esper.runtime.client.EPDeploymentService
Returns indicator whether a deployment for this deployment id exists
isDescending() - Method in class com.espertech.esper.common.client.soda.OrderByElement
Returns true for descending sorts for this column, false for ascending sort.
isDescending() - Method in class com.espertech.esper.common.client.soda.OrderedObjectParamExpression
Returns true for descending, false for ascending.
isDestroyed() - Method in interface com.espertech.esper.runtime.client.EPRuntime
Returns true if the runtime is in destroyed state, or false if not.
isDestroyed() - Method in interface com.espertech.esper.runtime.client.EPStatement
Returns true if the statement has been undeployed.
isDisableLocking() - Method in class com.espertech.esper.common.client.configuration.runtime.ConfigurationRuntimeExecution
Returns indicator whether statement-level locks are disabled.
isDistinct() - Method in class com.espertech.esper.common.client.hook.aggfunc.AggregationFunctionValidationContext
Returns true to indicate that the 'distinct' keyword was specified for this aggregation function.
isDistinct() - Method in class com.espertech.esper.common.client.hook.aggmultifunc.AggregationMultiFunctionDeclarationContext
Returns a flag whether the "distinct" keyword was provided.
isDistinct() - Method in class com.espertech.esper.common.client.soda.AvedevProjectionExpression
Returns true if the projection considers distinct values only.
isDistinct() - Method in class com.espertech.esper.common.client.soda.AvgProjectionExpression
Returns true if the projection considers distinct values only.
isDistinct() - Method in class com.espertech.esper.common.client.soda.CountEverProjectionExpression
Returns true for distinct.
isDistinct() - Method in class com.espertech.esper.common.client.soda.CountProjectionExpression
Returns true if the projection considers distinct values only.
isDistinct() - Method in class com.espertech.esper.common.client.soda.FirstEverProjectionExpression
Returns true for distinct.
isDistinct() - Method in class com.espertech.esper.common.client.soda.LastEverProjectionExpression
Returns true for distinct.
isDistinct() - Method in class com.espertech.esper.common.client.soda.MaxProjectionExpression
Returns true if the projection considers distinct values only.
isDistinct() - Method in class com.espertech.esper.common.client.soda.MedianProjectionExpression
Returns true if the projection considers distinct values only.
isDistinct() - Method in class com.espertech.esper.common.client.soda.MinProjectionExpression
Returns true if the projection considers distinct values only.
isDistinct() - Method in class com.espertech.esper.common.client.soda.PlugInProjectionExpression
Returns true for distinct.
isDistinct() - Method in class com.espertech.esper.common.client.soda.SelectClause
Returns indicator whether distinct or not.
isDistinct() - Method in class com.espertech.esper.common.client.soda.StddevProjectionExpression
Returns true if the projection considers distinct values only.
isDistinct() - Method in class com.espertech.esper.common.client.soda.SumProjectionExpression
Returns true if the projection considers distinct values only.
isDivisionByZeroReturnsNull() - Method in class com.espertech.esper.common.client.configuration.compiler.ConfigurationCompilerExpression
Returns false (default) when division by zero returns Double.Infinity.
isDuckTyping() - Method in class com.espertech.esper.common.client.configuration.compiler.ConfigurationCompilerExpression
Returns true to indicate that duck typing is enable for the specific syntax where it is allowed (check the documentation).
isEarlyExit() - Method in class com.espertech.esper.common.client.hook.enummethod.EnumMethodModeStaticMethod
Returns indicator whether the compiler should consider the enumeration method as doing early-exit checking
isEmpty() - Method in class com.espertech.esper.common.client.json.minimaljson.JsonArray
Returns true if this array contains no elements.
isEmpty() - Method in class com.espertech.esper.common.client.json.minimaljson.JsonObject
Returns true if this object contains no members.
isEnableAvro() - Method in class com.espertech.esper.common.client.configuration.common.ConfigurationCommonEventTypeMeta.AvroSettings
Returns the indicator whether Avro support is enabled when available (true by default).
isEnableCode() - Method in class com.espertech.esper.common.client.configuration.compiler.ConfigurationCompilerLogging
Returns indicator whether code generation logging is enabled or not.
isEnabled() - Method in class com.espertech.esper.common.client.configuration.compiler.ConfigurationCompilerScripts
Returns indicator whether scripting is allowed or not is not allowed.
isEnabledDeclaredExprValueCache() - Method in class com.espertech.esper.common.client.configuration.compiler.ConfigurationCompilerExecution
Returns indicator whether declared-expression-value-cache is enabled (true by default)
isEnableExecutionDebug() - Method in class com.espertech.esper.common.client.configuration.runtime.ConfigurationRuntimeLogging
Returns true if execution path debug logging is enabled.
isEnableExtendedBuiltin() - Method in class com.espertech.esper.common.client.configuration.compiler.ConfigurationCompilerSerde
Returns indicator whether the runtime provides the serde for extended builtin classes (see doc).
isEnableExternalizable() - Method in class com.espertech.esper.common.client.configuration.compiler.ConfigurationCompilerSerde
Returns indicator whether the runtime considers the Externalizable interface for serializing types that implement Externalizable.
isEnableFilterPlan() - Method in class com.espertech.esper.common.client.configuration.compiler.ConfigurationCompilerLogging
Returns indicator whether filter plan logging is enabled or not.
isEnableJDBC() - Method in class com.espertech.esper.common.client.configuration.common.ConfigurationCommonLogging
Returns an indicator whether JDBC query reporting is enabled.
isEnableLockActivity() - Method in class com.espertech.esper.common.client.configuration.runtime.ConfigurationRuntimeLogging
Returns indicator whether lock activity logging is enabled.
isEnableMetricsReporting() - Method in class com.espertech.esper.common.client.configuration.runtime.ConfigurationRuntimeMetricsReporting
Returns true if metrics reporting is turned on, false if not.
isEnableNativeString() - Method in class com.espertech.esper.common.client.configuration.common.ConfigurationCommonEventTypeMeta.AvroSettings
Returns indicator whether for String-type values to use the "avro.java.string=String" (true by default)
isEnableQueryPlan() - Method in class com.espertech.esper.common.client.configuration.common.ConfigurationCommonLogging
Returns indicator whether query plan logging is enabled or not.
isEnableSchemaDefaultNonNull() - Method in class com.espertech.esper.common.client.configuration.common.ConfigurationCommonEventTypeMeta.AvroSettings
Returns indicator whether generated schemas should assume non-null values (true by default)
isEnableSerializable() - Method in class com.espertech.esper.common.client.configuration.compiler.ConfigurationCompilerSerde
Returns indicator whether the runtime considers the Serializable interface for serializing types that implement Serializable
isEnableSerializationFallback() - Method in class com.espertech.esper.common.client.configuration.compiler.ConfigurationCompilerSerde
Returns indicator whether the runtime, for types for which no other serde is available, falls back to using JVM serialization.
isEnableTimerDebug() - Method in class com.espertech.esper.common.client.configuration.runtime.ConfigurationRuntimeLogging
Returns true if timer debug level logging is enabled (true by default).
isEnableXMLXSD() - Method in class com.espertech.esper.common.client.configuration.common.ConfigurationCommonEventTypeMeta
Returns indicator whether XML XSD Schema processing is enabled or not (requires esper-common-xmlxsd-version.jar)
isEventSenderValidatesRoot() - Method in class com.espertech.esper.common.client.configuration.common.ConfigurationCommonEventTypeXMLDOM
Returns true to indicate that an EventSender returned for this event type validates the root document element name against the one configured (the default), or false to not validate the root document element name as configured.
isEventTypeExists(String) - Method in class com.espertech.esper.common.client.configuration.common.ConfigurationCommon
Checks if an event type has already been registered for that name.
isEver() - Method in class com.espertech.esper.common.client.soda.MaxProjectionExpression
Returns true for max-ever
isEver() - Method in class com.espertech.esper.common.client.soda.MinProjectionExpression
Returns true for max-ever
isExistsProperty(EventBean) - Method in interface com.espertech.esper.common.client.EventPropertyGetter
Returns true if the property exists, or false if the type does not have such a property.
isExtendedAggregation() - Method in class com.espertech.esper.common.client.configuration.compiler.ConfigurationCompilerExpression
Enables or disables non-SQL standard builtin aggregation functions.
isExternalClockingEnabled() - Method in interface com.espertech.esper.runtime.client.EPEventServiceTimeControl
Returns true for external clocking, false for internal clocking.
isFairlock() - Method in class com.espertech.esper.common.client.configuration.runtime.ConfigurationRuntimeExecution
Returns true for fair locking, false for unfair locks.
isFalse() - Method in class com.espertech.esper.common.client.json.minimaljson.JsonValue
Detects whether this value represents the JSON literal false.
isFireAndForget() - Method in class com.espertech.esper.common.client.hook.vdw.VirtualDataWindowLookupContext
Returns true for fire-and-forget queries.
isFirst() - Method in class com.espertech.esper.common.client.soda.OnInsertSplitStreamClause
Returns true for firing the insert-into for only the first where-clause that matches, or false for firing the insert-into for all where-clauses that match.
isFragment() - Method in class com.espertech.esper.common.client.EventPropertyDescriptor
Returns true to indicate that the property value can itself be represented as an EventBean and that the property type can be represented as an EventType.
isHasDays() - Method in class com.espertech.esper.common.client.soda.TimePeriodExpression
Returns true if a subexpression exists that is a day-part.
isHasHA() - Method in class com.espertech.esper.common.client.hook.aggfunc.AggregationFunctionModeManaged
Returns indicator whether a serializer-deserialize to provide read and write methods is provided by AggregationFunctionModeManaged.getSerde()
isHasHA() - Method in class com.espertech.esper.common.client.hook.aggfunc.AggregationFunctionModeMultiParam
Returns indicator whether a serializer-deserialize to provide read and write methods is provided by AggregationFunctionModeMultiParam.getSerde()
isHasHA() - Method in class com.espertech.esper.common.client.hook.aggmultifunc.AggregationMultiFunctionStateModeManaged
Returns indicator whether a serializer-deserialize to provide read and write methods is provided by AggregationMultiFunctionStateModeManaged.getSerde()
isHasHours() - Method in class com.espertech.esper.common.client.soda.TimePeriodExpression
Returns true if a subexpression exists that is a hour-part.
isHasMicroseconds() - Method in class com.espertech.esper.common.client.soda.TimePeriodExpression
Returns true if a subexpression exists that is a microsecond-part.
isHasMilliseconds() - Method in class com.espertech.esper.common.client.soda.TimePeriodExpression
Returns true if a subexpression exists that is a milliseconds-part.
isHasMinutes() - Method in class com.espertech.esper.common.client.soda.TimePeriodExpression
Returns true if a subexpression exists that is a minutes-part.
isHasMonths() - Method in class com.espertech.esper.common.client.soda.TimePeriodExpression
Returns true if a subexpression exists that is a month-part.
isHasSeconds() - Method in class com.espertech.esper.common.client.soda.TimePeriodExpression
Returns true if a subexpression exists that is a seconds-part.
isHasWeeks() - Method in class com.espertech.esper.common.client.soda.TimePeriodExpression
Returns true if a subexpression exists that is a weeks-part.
isHasYears() - Method in class com.espertech.esper.common.client.soda.TimePeriodExpression
Returns true if a subexpression exists that is a year-part.
isHighEndpointIncluded() - Method in class com.espertech.esper.common.client.soda.BetweenExpression
True if the high endpoint is included.
isIncludeComments() - Method in class com.espertech.esper.common.client.configuration.compiler.ConfigurationCompilerByteCode
Returns indicator whether the generated source code should include comments for tracing back
isIncludeDebugSymbols() - Method in class com.espertech.esper.common.client.configuration.compiler.ConfigurationCompilerByteCode
Returns indicator whether the binary class code should include debug symbols
isInclusive() - Method in class com.espertech.esper.common.client.soda.ContextDescriptorConditionPattern
Return the inclusive flag, meaning events that constitute the pattern match should be considered for context-associated statements.
isIndexed() - Method in class com.espertech.esper.common.client.EventPropertyDescriptor
Returns true for indexed properties, returns false for all other property styles.
isIndexed() - Method in class com.espertech.esper.common.client.FragmentEventType
Returns true if the fragment type is an array.
isInsert() - Method in class com.espertech.esper.common.client.soda.CreateWindowClause
Returns true if inserting from another named window, false if not.
isInsertIntoDispatchPreserveOrder() - Method in class com.espertech.esper.common.client.configuration.runtime.ConfigurationRuntimeThreading
Returns true to indicate preserve order for inter-statement insert-into, or false to indicate not to preserve order
isInstrumented() - Method in class com.espertech.esper.common.client.configuration.compiler.ConfigurationCompilerByteCode
Returns the indicator whether the compiler generates instrumented byte code for use with the debugger.
isIntegerDivision() - Method in class com.espertech.esper.common.client.configuration.compiler.ConfigurationCompilerExpression
Returns false (the default) for integer division returning double values.
isInternalTimerEnabled() - Method in class com.espertech.esper.common.client.configuration.runtime.ConfigurationRuntimeThreading
Returns true if internal timer is enabled (the default), or false for internal timer disabled.
isInvoked() - Method in interface com.espertech.esper.runtime.client.scopetest.SupportListener
Returns true if the listener was invoked at least once.
isInvoked() - Method in class com.espertech.esper.runtime.client.scopetest.SupportSubscriber
Returns true if the subscriber was invoked at least once.
isInvoked() - Method in class com.espertech.esper.runtime.client.scopetest.SupportSubscriberMRD
Returns true if the subscriber was invoked at least once.
isInvoked() - Method in class com.espertech.esper.runtime.client.scopetest.SupportUpdateListener
 
isIterableUnbound() - Method in class com.espertech.esper.common.client.configuration.compiler.ConfigurationCompilerViewResources
Returns flag to indicate unbound statements are iterable and return the last event.
isJmxRuntimeMetrics() - Method in class com.espertech.esper.common.client.configuration.runtime.ConfigurationRuntimeMetricsReporting
Returns true if the runtime registers JMX mbeans, with the platform mbean server, that provide key runtime metrics.
isJsonFormatted() - Method in class com.espertech.esper.common.client.render.EventPropertyRendererContext
Returns true for JSON formatted.
isListenerDispatchPreserveOrder() - Method in class com.espertech.esper.common.client.configuration.runtime.ConfigurationRuntimeThreading
Returns true to indicate preserve order for dispatch to listeners, or false to indicate not to preserve order
isLowEndpointIncluded() - Method in class com.espertech.esper.common.client.soda.BetweenExpression
True if the low endpoint is included.
isMapped() - Method in class com.espertech.esper.common.client.EventPropertyDescriptor
Returns true for mapped properties, returns false for all other property styles.
isMatched() - Method in class com.espertech.esper.common.client.soda.OnMergeMatchItem
Returns true for matched, and false for not-matched.
isMaxStatesPreventStart() - Method in class com.espertech.esper.common.client.configuration.runtime.ConfigurationRuntimeMatchRecognize
Returns true, the default, to indicate that if there is a maximum defined it is being enforced and new states are not allowed.
isMaxSubexpressionPreventStart() - Method in class com.espertech.esper.common.client.configuration.runtime.ConfigurationRuntimePatterns
Returns true, the default, to indicate that if there is a maximum defined it is being enforced and new subexpressions are not allowed.
isModuleProvidedAccessModifier() - Method in enum class com.espertech.esper.common.client.util.NameAccessModifier
Returns true if the modifier can be used by modules i.e.
isNamedWindowConsumerDispatchPreserveOrder() - Method in class com.espertech.esper.common.client.configuration.runtime.ConfigurationRuntimeThreading
In multithreaded environments, this setting controls whether named window dispatches to named window consumers preserve the order of events inserted and removed such that statements that consume a named windows delta stream behave deterministic (true by default).
isNative() - Method in class com.espertech.esper.common.client.FragmentEventType
Returns true if the fragment is a native representation, i.e.
isNonPrivateNonTransient() - Method in enum class com.espertech.esper.common.client.util.NameAccessModifier
Returns true for a public and protected and false for all others
isNot() - Method in class com.espertech.esper.common.client.soda.LikeExpression
Returns true if this is a "not like", or false if just a like
isNot() - Method in class com.espertech.esper.common.client.soda.RegExpExpression
Returns true if negated.
isNotBetween() - Method in class com.espertech.esper.common.client.soda.BetweenExpression
Returns true for not-between, or false for between range.
isNotIn() - Method in class com.espertech.esper.common.client.soda.InExpression
Returns true for the not-in expression, or false for an in-expression.
isNotIn() - Method in class com.espertech.esper.common.client.soda.SubqueryInExpression
Returns true for not-in, or false for in-lookup.
isNotNull(Expression) - Static method in class com.espertech.esper.common.client.soda.Expressions
Not-null test.
isNotNull(String) - Static method in class com.espertech.esper.common.client.soda.Expressions
Not-null test.
isNow() - Method in class com.espertech.esper.common.client.soda.ContextDescriptorConditionCrontab
Returns "now" indicator
isNow() - Method in class com.espertech.esper.common.client.soda.ContextDescriptorConditionPattern
Returns "now" indicator
isNow() - Method in class com.espertech.esper.common.client.soda.ContextDescriptorConditionTimePeriod
Returns "now" indicator
isNull() - Method in class com.espertech.esper.common.client.json.minimaljson.JsonValue
Detects whether this value represents the JSON literal null.
isNull(Expression) - Static method in class com.espertech.esper.common.client.soda.Expressions
Is-null test.
isNull(String) - Static method in class com.espertech.esper.common.client.soda.Expressions
Is-null test.
isNumber() - Method in class com.espertech.esper.common.client.json.minimaljson.JsonNumber
 
isNumber() - Method in class com.espertech.esper.common.client.json.minimaljson.JsonValue
Detects whether this value represents a JSON number.
isObject() - Method in class com.espertech.esper.common.client.json.minimaljson.JsonObject
 
isObject() - Method in class com.espertech.esper.common.client.json.minimaljson.JsonValue
Detects whether this value represents a JSON object.
isOnTriggerInfra() - Method in enum class com.espertech.esper.common.client.util.StatementType
Returns true for on-action statements that operate against named windows or tables.
isOperatorStatistics() - Method in class com.espertech.esper.common.client.dataflow.core.EPDataFlowInstantiationOptions
Returns indicator whether to collect operator statistics.
isOrTerminated() - Method in class com.espertech.esper.common.client.soda.MatchRecognizeIntervalClause
Returns indicator whether or-terminated is set
isOutputLimitOpt() - Method in class com.espertech.esper.common.client.configuration.compiler.ConfigurationCompilerViewResources
Returns indicator whether for output limiting the options are enabled by default.
isOverlapping() - Method in class com.espertech.esper.common.client.soda.ContextDescriptorInitiatedTerminated
Returns true for overlapping context, false for non-overlapping.
isPreallocate() - Method in class com.espertech.esper.common.client.soda.ContextDescriptorHashSegmented
Returns flag indicating whether to allocate context partitions upon statement creation, or only when actually referred to
isPrecedenceEnabled() - Method in class com.espertech.esper.common.client.configuration.runtime.ConfigurationRuntimeExecution
Returns false (the default) if the runtime does not consider insert-into event-precedence, or true to enable insert-into event-precedence execution order of inserted events.
isPreventLooping() - Method in class com.espertech.esper.common.client.render.JSONRenderingOptions
Indicator whether to prevent looping, by default set to true.
isPreventLooping() - Method in class com.espertech.esper.common.client.render.XMLRenderingOptions
Indicator whether to prevent looping, by default set to true.
isPrioritized() - Method in class com.espertech.esper.common.client.configuration.runtime.ConfigurationRuntimeExecution
Returns false (the default) if the runtime does not consider statement priority and preemptive instructions, or true to enable priority-based statement execution order.
isPrivateOrTransient() - Method in enum class com.espertech.esper.common.client.util.NameAccessModifier
Returns true for a private and transient and false for all others
isProperty(String) - Method in interface com.espertech.esper.common.client.EventType
Check that the given property name or property expression is valid for this event type, ie.
isPropertyAgnostic() - Method in class com.espertech.esper.common.client.meta.EventTypeMetadata
Returns indicator whether the type is property-agnostic, i.e.
isReportInactive() - Method in class com.espertech.esper.common.client.configuration.runtime.ConfigurationRuntimeMetricsReporting.StmtGroupMetrics
Returns true to indicate that inactive statements (statements without events or timer activity) are also reported.
isReportInactive() - Method in class com.espertech.esper.common.client.metric.EPMetricsStatementGroup
Returns an indicator whether to report inactive statements
isRequiresIndex() - Method in class com.espertech.esper.common.client.EventPropertyDescriptor
Returns true to indicate that the property is an indexed property and requires an index to access elements of the indexed property.
isRequiresMapkey() - Method in class com.espertech.esper.common.client.EventPropertyDescriptor
Returns true to indicate that the property is a mapped property and requires a map key to access elements of the mapped property.
isRequiresParameters() - Method in enum class com.espertech.esper.common.client.annotation.HintEnum
True if the hint requires params.
isRetainIntersection() - Method in class com.espertech.esper.common.client.soda.ProjectedStream
Returns true if multiple data window shall be treated as an intersection.
isRetainUnion() - Method in class com.espertech.esper.common.client.soda.CreateWindowClause
Returns the retain-union flag
isRetainUnion() - Method in class com.espertech.esper.common.client.soda.ProjectedStream
Returns true if multiple data window shall be treated as a union.
isRethrowExceptions() - Method in class com.espertech.esper.common.client.configuration.compiler.ConfigurationCompilerPlugInSingleRowFunction
Returns indicator whether the runtime re-throws exceptions thrown by the single-row function.
isRuntimeFairlock() - Method in class com.espertech.esper.common.client.configuration.runtime.ConfigurationRuntimeThreading
Returns true if the runtime-level lock is configured as a fair lock (default is false).
isSelfSubselectPreeval() - Method in class com.espertech.esper.common.client.configuration.runtime.ConfigurationRuntimeExpression
Set to true (the default) to indicate that sub-selects within a statement are updated first when a new event arrives.
isSortUsingCollator() - Method in class com.espertech.esper.common.client.configuration.compiler.ConfigurationCompilerLanguage
Returns true to indicate to perform locale-independent string comparisons using Collator.
isString() - Method in class com.espertech.esper.common.client.json.minimaljson.JsonString
 
isString() - Method in class com.espertech.esper.common.client.json.minimaljson.JsonValue
Detects whether this value represents a JSON string.
isSubmitEventBean() - Method in class com.espertech.esper.common.client.dataflow.core.EPDataFlowEventBeanCollectorContext
Returns true to submit EventBean instances, false to submit underlying event.
isSubmitEventBean() - Method in class com.espertech.esper.common.client.dataflow.core.EPDataFlowIRStreamCollectorContext
Returns indicator whether to submit wrapped events (EventBean) or underlying events
isTable() - Method in enum class com.espertech.esper.common.client.meta.EventTypeTypeClass
Returns indicator whether the type is related to a table.
isTargetHA() - Method in class com.espertech.esper.common.client.EPCompiledManifest
Returns flag indicating whether the compiler targets high-availability
isThreading() - Method in class com.espertech.esper.common.client.configuration.runtime.ConfigurationRuntimeMetricsReporting
Returns true to indicate that metrics reporting takes place in a separate thread (default), or false to indicate that metrics reporting takes place as part of timer processing.
isThreadPoolInbound() - Method in class com.espertech.esper.common.client.configuration.runtime.ConfigurationRuntimeThreading
Returns true for inbound threading enabled, the default is false for not enabled.
isThreadPoolOutbound() - Method in class com.espertech.esper.common.client.configuration.runtime.ConfigurationRuntimeThreading
Returns true for outbound threading enabled, the default is false for not enabled.
isThreadPoolRouteExec() - Method in class com.espertech.esper.common.client.configuration.runtime.ConfigurationRuntimeThreading
Returns true for route execution threading enabled, the default is false for not enabled.
isThreadPoolTimerExec() - Method in class com.espertech.esper.common.client.configuration.runtime.ConfigurationRuntimeThreading
Returns true for timer execution threading enabled, the default is false for not enabled.
ISTREAM_ONLY - Enum constant in enum class com.espertech.esper.common.client.soda.StreamSelector
Indicates selection of the insert stream only.
IStreamBuiltinExpression - Class in com.espertech.esper.common.client.soda
Returns true for insert stream and false for remove stream, same as the "istream()" builtin function.
IStreamBuiltinExpression() - Constructor for class com.espertech.esper.common.client.soda.IStreamBuiltinExpression
Ctor.
isTrue() - Method in class com.espertech.esper.common.client.json.minimaljson.JsonValue
Detects whether this value represents the JSON literal true.
isUdfCache() - Method in class com.espertech.esper.common.client.configuration.compiler.ConfigurationCompilerExpression
By default true, indicates that user-defined functions cache return results if the parameter set is empty or has constant-only return values.
isUnidirectional() - Method in class com.espertech.esper.common.client.soda.ProjectedStream
Returns true if the stream as unidirectional, for use in unidirectional joins.
isUnique() - Method in class com.espertech.esper.common.client.hook.vdw.VirtualDataWindowEventStartIndex
Returns indictor for unique index
isUnique() - Method in class com.espertech.esper.common.client.soda.CreateIndexClause
Returns unique indicator.
isUnique() - Method in class com.espertech.esper.common.client.util.StateMgmtIndexDescHash
 
isUseValuesKeyword() - Method in class com.espertech.esper.common.client.soda.FireAndForgetInsert
Returns indicator whether to use the values keyword.
isVariantStreamExists(String) - Method in class com.espertech.esper.common.client.configuration.common.ConfigurationCommon
Returns true if a variant stream by the name has been declared, or false if not.
isWhile(String, String) - Static method in enum class com.espertech.esper.common.client.soda.GuardEnum
Returns true for the while-guard
isWildcard() - Method in class com.espertech.esper.common.client.soda.DataFlowOperatorOutputType
Returns true for wildcard type.
isWindowed() - Method in class com.espertech.esper.common.client.hook.aggfunc.AggregationFunctionValidationContext
Returns true to indicate that all parameter expressions return event properties that originate from a stream that provides a remove stream.
isXPathPropertyExpr() - Method in class com.espertech.esper.common.client.configuration.common.ConfigurationCommonEventTypeXMLDOM
Returns false to indicate that property expressions are evaluated by the DOM-walker implementation (the default), or true to indicate that property expressions are rewritten into XPath expressions.
isXPathResolvePropertiesAbsolute() - Method in class com.espertech.esper.common.client.configuration.common.ConfigurationCommonEventTypeXMLDOM
Indicates whether properties are compiled into absolute or deep XPath expressions (see setter method for more detail).
Item(EPObjectType, String, Set<String>) - Constructor for class com.espertech.esper.runtime.client.EPDeploymentDependencyProvided.Item
Ctor.
Item(String, EPObjectType, String) - Constructor for class com.espertech.esper.runtime.client.EPDeploymentDependencyConsumed.Item
Ctor.
ITERABLE - Enum constant in enum class com.espertech.esper.common.client.type.EPTypePremade
Iterable
IterableUnbound - Annotation Interface in com.espertech.esper.common.client.annotation
Annotation for use in EPL statements for making an unbound stream iterable returning the last event without requiring a data window to be declared.
ITERATE_ONLY - Enum constant in enum class com.espertech.esper.common.client.annotation.HintEnum
For use with match_recognize, iterate-only matching.
iterateStatementGroups(Consumer<EPMetricsStatementGroup>) - Method in interface com.espertech.esper.common.client.metric.EPMetricsService
Iterate statement groups.
iterateStatements(Consumer<EPMetricsStatement>) - Method in class com.espertech.esper.common.client.metric.EPMetricsStatementGroup
Iterate statements of the group.
iterator() - Method in interface com.espertech.esper.common.client.fireandforget.EPFireAndForgetQueryResult
Returns an iterator representing query result rows.
iterator() - Method in interface com.espertech.esper.common.client.hook.vdw.VirtualDataWindow
This method is called when a consuming statement to the named window receives initial state from the named window, for example "select sum(field) from MyVirtualDataWindow" in order to initialize its state.
iterator() - Method in class com.espertech.esper.common.client.json.minimaljson.JsonArray
Returns an iterator over the values of this array in document order.
iterator() - Method in class com.espertech.esper.common.client.json.minimaljson.JsonObject
Returns an iterator over the members of this object in document order.
iterator() - Method in interface com.espertech.esper.runtime.client.EPIterable
Returns a concurrency-unsafe iterator over events representing statement results (pull API).
iterator(ContextPartitionSelector) - Method in interface com.espertech.esper.runtime.client.EPIterable
For use with statements that have a context declared and that may therefore have multiple context partitions, allows to iterate over context partitions selectively.
ITERATOR - Enum constant in enum class com.espertech.esper.common.client.type.EPTypePremade
Iterator
iteratorCount(Iterator<T>) - Static method in class com.espertech.esper.common.client.scopetest.EPAssertionUtil
Count the number of object provided by an iterator.
iteratorToArray(Iterator<EventBean>) - Static method in class com.espertech.esper.common.client.scopetest.EPAssertionUtil
Convert an iterator of event beans to an array of event beans.
iteratorToArrayUnderlying(Iterator<EventBean>) - Static method in class com.espertech.esper.common.client.scopetest.EPAssertionUtil
Convert an iterator of event beans to an array of underlying objects.
iteratorToObjectArr(Iterator<EventBean>, String) - Static method in class com.espertech.esper.common.client.scopetest.EPAssertionUtil
Extract the property value of the event property for the given events and return an object array of values.
iteratorToObjectArr(Iterator<EventBean>, String[]) - Static method in class com.espertech.esper.common.client.scopetest.EPAssertionUtil
Extract the property value of the event properties for the given events and return an object array of values.

J

JAVABEAN - Enum constant in enum class com.espertech.esper.common.client.util.AccessorStyle
Expose JavaBean-style getter methods only, plus explicitly configured properties.
join() - Method in interface com.espertech.esper.common.client.dataflow.core.EPDataFlowInstance
Join an executing data flow instance.
Json - Class in com.espertech.esper.common.client.json.minimaljson
This class serves as the entry point to the minimal-json API.
JSON - Enum constant in enum class com.espertech.esper.common.client.meta.EventTypeApplicationType
Json type.
JSON - Enum constant in enum class com.espertech.esper.common.client.soda.CreateSchemaClauseTypeDef
Json-array underlying type.
JSON - Enum constant in enum class com.espertech.esper.common.client.util.EventUnderlyingType
Event representation is Json with underlying generation.
JsonArray - Class in com.espertech.esper.common.client.json.minimaljson
Represents a JSON array, an ordered collection of JSON values.
JsonArray() - Constructor for class com.espertech.esper.common.client.json.minimaljson.JsonArray
Creates a new empty JsonArray.
JsonArray(JsonArray) - Constructor for class com.espertech.esper.common.client.json.minimaljson.JsonArray
Creates a new JsonArray with the contents of the specified JSON array.
JsonEventField - Annotation Interface in com.espertech.esper.common.client.annotation
Annotation for use with Json to provide an adapter for a given class field.
JsonEventObject - Interface in com.espertech.esper.common.client.json.util
All JSON underlying event objects implement this interface.
JSONEventRenderer - Interface in com.espertech.esper.common.client.render
Renderer for an event into the JSON textual format.
JSONEventRendererJsonEventType - Class in com.espertech.esper.common.client.render
JSON event renderer
JsonFieldAdapter - Interface in com.espertech.esper.common.client.json.util
JSON field adapter.
JsonFieldAdapterString<T> - Interface in com.espertech.esper.common.client.json.util
JSON field adapter for strings.
JsonHandler<A,O> - Class in com.espertech.esper.common.client.json.minimaljson
A handler for parser events.
JsonHandler() - Constructor for class com.espertech.esper.common.client.json.minimaljson.JsonHandler
 
JsonNumber - Class in com.espertech.esper.common.client.json.minimaljson
JSON number.
JsonNumber(String) - Constructor for class com.espertech.esper.common.client.json.minimaljson.JsonNumber
Ctor.
JsonObject - Class in com.espertech.esper.common.client.json.minimaljson
Represents a JSON object, a set of name/value pairs, where the names are strings and the values are JSON values.
JsonObject() - Constructor for class com.espertech.esper.common.client.json.minimaljson.JsonObject
Creates a new empty JsonObject.
JsonObject(JsonObject) - Constructor for class com.espertech.esper.common.client.json.minimaljson.JsonObject
Creates a new JsonObject, initialized with the contents of the specified JSON object.
JsonParser - Class in com.espertech.esper.common.client.json.minimaljson
A streaming parser for JSON text.
JsonParser(JsonHandler<?, ?>) - Constructor for class com.espertech.esper.common.client.json.minimaljson.JsonParser
Creates a new JsonParser with the given handler.
JSONRenderingOptions - Class in com.espertech.esper.common.client.render
JSON rendering options.
JSONRenderingOptions() - Constructor for class com.espertech.esper.common.client.render.JSONRenderingOptions
Ctor.
JsonSchema - Annotation Interface in com.espertech.esper.common.client.annotation
Annotation for use with JSON schemas.
JsonSchemaField - Annotation Interface in com.espertech.esper.common.client.annotation
Annotation for use with Json to provide an adapter for a given event property name.
JsonString - Class in com.espertech.esper.common.client.json.minimaljson
 
JsonString(String) - Constructor for class com.espertech.esper.common.client.json.minimaljson.JsonString
Ctor.
JsonValue - Class in com.espertech.esper.common.client.json.minimaljson
Represents a JSON value.
JsonWriter - Class in com.espertech.esper.common.client.json.minimaljson
 
Junction - Class in com.espertech.esper.common.client.soda
Base junction for conjunction (and) and disjunction (or).
Junction() - Constructor for class com.espertech.esper.common.client.soda.Junction
 

L

LambdaExpression - Class in com.espertech.esper.common.client.soda
Lambda-expression is an expression of the form "parameter => body" where-in the "=>" reads as goes-to.
LambdaExpression() - Constructor for class com.espertech.esper.common.client.soda.LambdaExpression
Ctor.
LambdaExpression(List<String>) - Constructor for class com.espertech.esper.common.client.soda.LambdaExpression
Ctor.
LARGE - Enum constant in enum class com.espertech.esper.common.client.util.ThreadingProfile
Large for use with 100 threads or more.
largestAbsoluteValue() - Method in class com.espertech.esper.common.client.util.TimePeriod
Returns the largest absolute value.
last(Expression) - Static method in class com.espertech.esper.common.client.soda.Expressions
Lastever-value aggregation function.
last(String) - Static method in class com.espertech.esper.common.client.soda.Expressions
Lastever-value aggregation function.
LAST - Enum constant in enum class com.espertech.esper.common.client.soda.OutputLimitSelector
Output last event of last interval.
LASTDAY - Enum constant in enum class com.espertech.esper.common.client.soda.ScheduleItemType
Last day of week or month.
lastEver(Expression) - Static method in class com.espertech.esper.common.client.soda.Expressions
Lastever-value aggregation function.
lastEver(String) - Static method in class com.espertech.esper.common.client.soda.Expressions
Lastever-value aggregation function.
LastEverProjectionExpression - Class in com.espertech.esper.common.client.soda
Represents the "lastever" aggregation function.
LastEverProjectionExpression() - Constructor for class com.espertech.esper.common.client.soda.LastEverProjectionExpression
Ctor.
LastEverProjectionExpression(boolean) - Constructor for class com.espertech.esper.common.client.soda.LastEverProjectionExpression
Ctor.
LastEverProjectionExpression(Expression, boolean) - Constructor for class com.espertech.esper.common.client.soda.LastEverProjectionExpression
Ctor.
LastProjectionExpression - Class in com.espertech.esper.common.client.soda
Represents the "last" aggregation function.
LastProjectionExpression() - Constructor for class com.espertech.esper.common.client.soda.LastProjectionExpression
Ctor.
LastProjectionExpression(Expression) - Constructor for class com.espertech.esper.common.client.soda.LastProjectionExpression
Ctor.
LASTWEEKDAY - Enum constant in enum class com.espertech.esper.common.client.soda.ScheduleItemType
Last weekday in a month
le(Expression, Expression) - Static method in class com.espertech.esper.common.client.soda.Expressions
Less-or-equal between expression results.
le(String, Object) - Static method in class com.espertech.esper.common.client.soda.Expressions
Less-or-equals between a property and a constant.
leave(Object) - Method in interface com.espertech.esper.common.client.hook.aggfunc.AggregationFunction
Apply the value as leaving aggregation (leaving window).
LegacyFieldPropDesc(String, String) - Constructor for class com.espertech.esper.common.client.configuration.common.ConfigurationCommonEventTypeBean.LegacyFieldPropDesc
Ctor.
LegacyMethodPropDesc(String, String) - Constructor for class com.espertech.esper.common.client.configuration.common.ConfigurationCommonEventTypeBean.LegacyMethodPropDesc
Ctor.
leProperty(String, String) - Static method in class com.espertech.esper.common.client.soda.Expressions
Less-or-equal between properties.
LESS - Enum constant in enum class com.espertech.esper.common.client.hook.vdw.VirtualDataWindowLookupOp
Less (<).
LESS_OR_EQUAL - Enum constant in enum class com.espertech.esper.common.client.hook.vdw.VirtualDataWindowLookupOp
Less or equal (<=).
like(Expression, Expression) - Static method in class com.espertech.esper.common.client.soda.Expressions
SQL-Like.
like(Expression, Expression, Expression) - Static method in class com.espertech.esper.common.client.soda.Expressions
SQL-Like.
like(String, Object, String) - Static method in class com.espertech.esper.common.client.soda.Expressions
SQL-Like.
like(String, String) - Static method in class com.espertech.esper.common.client.soda.Expressions
SQL-Like.
LikeExpression - Class in com.espertech.esper.common.client.soda
SQL-Like expression for matching '%' and '_' wildcard strings following SQL standards.
LikeExpression() - Constructor for class com.espertech.esper.common.client.soda.LikeExpression
Ctor - for use to create an expression tree, without child expression.
LikeExpression(boolean) - Constructor for class com.espertech.esper.common.client.soda.LikeExpression
Ctor - for use to create an expression tree, without child expression.
LikeExpression(Expression, Expression) - Constructor for class com.espertech.esper.common.client.soda.LikeExpression
Ctor.
LikeExpression(Expression, Expression, boolean) - Constructor for class com.espertech.esper.common.client.soda.LikeExpression
Ctor.
LikeExpression(Expression, Expression, Expression) - Constructor for class com.espertech.esper.common.client.soda.LikeExpression
Ctor.
LikeExpression(Expression, Expression, Expression, boolean) - Constructor for class com.espertech.esper.common.client.soda.LikeExpression
Ctor.
line - Variable in class com.espertech.esper.common.client.json.minimaljson.Location
The line number, starting at 1.
lineNumber - Variable in exception com.espertech.esper.common.client.util.ExceptionLineItem
 
LINKEDHASHMAP - Enum constant in enum class com.espertech.esper.common.client.type.EPTypePremade
LinkedHashMap
LINKEDHASHMAPARRAY - Enum constant in enum class com.espertech.esper.common.client.type.EPTypePremade
LinkedHashMap[]
LINKEDHASHSET - Enum constant in enum class com.espertech.esper.common.client.type.EPTypePremade
LinkedHashSet
LINKEDLIST - Enum constant in enum class com.espertech.esper.common.client.type.EPTypePremade
LinkedList
LIST - Enum constant in enum class com.espertech.esper.common.client.type.EPTypePremade
List
LISTARRAY - Enum constant in enum class com.espertech.esper.common.client.type.EPTypePremade
List[]
LOCALDATE - Enum constant in enum class com.espertech.esper.common.client.type.EPTypePremade
LocalDate
LOCALDATEARRAY - Enum constant in enum class com.espertech.esper.common.client.type.EPTypePremade
LocalDate[]
LOCALDATEARRAYARRAY - Enum constant in enum class com.espertech.esper.common.client.type.EPTypePremade
LocalDate[][]
LOCALDATETIME - Enum constant in enum class com.espertech.esper.common.client.type.EPTypePremade
LocalDateTime
LOCALDATETIMEARRAY - Enum constant in enum class com.espertech.esper.common.client.type.EPTypePremade
LocalDateTime[]
LOCALDATETIMEARRAYARRAY - Enum constant in enum class com.espertech.esper.common.client.type.EPTypePremade
LocalDateTime[][]
LOCALTIME - Enum constant in enum class com.espertech.esper.common.client.type.EPTypePremade
LocalTime
Location - Class in com.espertech.esper.common.client.json.minimaljson
An immutable object that represents a location in the parsed text.
Locking - Enum Class in com.espertech.esper.common.client.util
Enumeration of blocking techniques.
LockStrategy - Interface in com.espertech.esper.runtime.client.util
Implement this interface to provide a custom deployment lock strategy.
LockStrategyDefault - Class in com.espertech.esper.runtime.client.util
Obtains the write lock of the runtime-wide event processing read-write lock by simply blocking until the lock was obtained.
LockStrategyException - Exception in com.espertech.esper.runtime.client.util
Exception for use with LockStrategy.
LockStrategyException(String) - Constructor for exception com.espertech.esper.runtime.client.util.LockStrategyException
Ctor.
LockStrategyNone - Class in com.espertech.esper.runtime.client.util
Obtains the write lock of the runtime-wide event processing read-write lock by simply blocking until the lock was obtained.
LockStrategyWTimeout - Class in com.espertech.esper.runtime.client.util
Obtains the write lock of the runtime-wide event processing read-write lock by trying the lock waiting for the timeout and throwing an exception if the lock was not taken.
LockStrategyWTimeout(long, TimeUnit) - Constructor for class com.espertech.esper.runtime.client.util.LockStrategyWTimeout
Ctor.
logging - Variable in class com.espertech.esper.common.client.configuration.common.ConfigurationCommon
Logging configuration.
LONGBOXED - Enum constant in enum class com.espertech.esper.common.client.type.EPTypePremade
Long
LONGBOXEDARRAY - Enum constant in enum class com.espertech.esper.common.client.type.EPTypePremade
Long[]
LONGBOXEDARRAYARRAY - Enum constant in enum class com.espertech.esper.common.client.type.EPTypePremade
Long[][]
LONGPRIMITIVE - Enum constant in enum class com.espertech.esper.common.client.type.EPTypePremade
long
LONGPRIMITIVEARRAY - Enum constant in enum class com.espertech.esper.common.client.type.EPTypePremade
long[]
LONGPRIMITIVEARRAYARRAY - Enum constant in enum class com.espertech.esper.common.client.type.EPTypePremade
long[][]
lookup(Object[], EventBean[]) - Method in interface com.espertech.esper.common.client.hook.vdw.VirtualDataWindowLookup
Invoked by an EPL statement that queries a virtual data window to perform a lookup.
LOWERCASE - Enum constant in enum class com.espertech.esper.common.client.configuration.common.ConfigurationCommonDBRef.ColumnChangeCaseEnum
Change case to lowercase on any column names returned by statement metadata.
lt(Expression, Expression) - Static method in class com.espertech.esper.common.client.soda.Expressions
Less-then between expression results.
lt(String, Object) - Static method in class com.espertech.esper.common.client.soda.Expressions
Less-then between a property and a constant.
ltProperty(String, String) - Static method in class com.espertech.esper.common.client.soda.Expressions
Less-then between properties.

M

MAJOR - Static variable in class com.espertech.esper.runtime.client.util.RuntimeVersion
Current runtime major version.
make(ObjectValueTypeWidenerFactoryContext) - Method in interface com.espertech.esper.common.client.hook.type.ObjectValueTypeWidenerFactory
Returns a type widener or coercer.
makeListeners(int) - Static method in class com.espertech.esper.runtime.client.scopetest.SupportUpdateListener
Produce an array of listeners
MANIFEST_COMPILER_VERSION - Static variable in class com.espertech.esper.compiler.client.util.EPCompiledIOUtil
Name of the attribute providing the compiler version.
MANIFEST_MODULEPROVIDERCLASSNAME - Static variable in class com.espertech.esper.compiler.client.util.EPCompiledIOUtil
Name of the attribute providing the module provider class name.
MANIFEST_QUERYPROVIDERCLASSNAME - Static variable in class com.espertech.esper.compiler.client.util.EPCompiledIOUtil
Name of the attribute providing the fire-and-forget query provider class name.
MANIFEST_TARGETHA - Static variable in class com.espertech.esper.compiler.client.util.EPCompiledIOUtil
Name of the attribute providing the flag whether the compiler targets high-availability.
map(TypeRepresentationMapperContext) - Method in interface com.espertech.esper.common.client.hook.type.TypeRepresentationMapper
Return Avro schema for type information provided.
MAP - Enum constant in enum class com.espertech.esper.common.client.meta.EventTypeApplicationType
Map type.
MAP - Enum constant in enum class com.espertech.esper.common.client.soda.CreateSchemaClauseTypeDef
Map underlying type.
MAP - Enum constant in enum class com.espertech.esper.common.client.type.EPTypePremade
Map
MAP - Enum constant in enum class com.espertech.esper.common.client.util.EventUnderlyingType
Event representation is Map (any java.util.Map interface implementation).
MAPARRAY - Enum constant in enum class com.espertech.esper.common.client.type.EPTypePremade
Map[]
MAPENTRY - Enum constant in enum class com.espertech.esper.common.client.type.EPTypePremade
Map.Entry
mapNames - Variable in class com.espertech.esper.common.client.configuration.common.ConfigurationCommon
The type names for events that are backed by java.util.Map, not containing strongly-typed nested maps.
mapTypeConfigurations - Variable in class com.espertech.esper.common.client.configuration.common.ConfigurationCommon
Map event types additional configuration information.
MATCH_UNTIL - Enum constant in enum class com.espertech.esper.common.client.soda.PatternExprPrecedenceEnum
Precedence.
MATCHRECOGDERIVED - Enum constant in enum class com.espertech.esper.common.client.meta.EventTypeTypeClass
A match-recognized-derived stream event type.
MatchRecogizePatternElementType - Enum Class in com.espertech.esper.common.client.soda
Enum for match recognize pattern atom types.
MatchRecognizeClause - Class in com.espertech.esper.common.client.soda
Match-recognize clause.
MatchRecognizeClause() - Constructor for class com.espertech.esper.common.client.soda.MatchRecognizeClause
Ctor.
MatchRecognizeDefine - Class in com.espertech.esper.common.client.soda
Define-clause in match-recognize expression.
MatchRecognizeDefine() - Constructor for class com.espertech.esper.common.client.soda.MatchRecognizeDefine
Ctor.
MatchRecognizeDefine(String, Expression) - Constructor for class com.espertech.esper.common.client.soda.MatchRecognizeDefine
Ctor.
MatchRecognizeIntervalClause - Class in com.espertech.esper.common.client.soda
Interval used within match recognize.
MatchRecognizeIntervalClause() - Constructor for class com.espertech.esper.common.client.soda.MatchRecognizeIntervalClause
Ctor.
MatchRecognizeIntervalClause(TimePeriodExpression, boolean) - Constructor for class com.espertech.esper.common.client.soda.MatchRecognizeIntervalClause
Ctor.
MatchRecognizeRegEx - Class in com.espertech.esper.common.client.soda
Interface representing an expression for use in match-recognize.
MatchRecognizeRegEx() - Constructor for class com.espertech.esper.common.client.soda.MatchRecognizeRegEx
Ctor.
MatchRecognizeRegExAlteration - Class in com.espertech.esper.common.client.soda
Interface representing an expression for use in match-recognize.
MatchRecognizeRegExAlteration() - Constructor for class com.espertech.esper.common.client.soda.MatchRecognizeRegExAlteration
 
MatchRecognizeRegExAtom - Class in com.espertech.esper.common.client.soda
Atom representing an expression for use in match-recognize.
MatchRecognizeRegExAtom() - Constructor for class com.espertech.esper.common.client.soda.MatchRecognizeRegExAtom
Ctor.
MatchRecognizeRegExAtom(String, MatchRecogizePatternElementType) - Constructor for class com.espertech.esper.common.client.soda.MatchRecognizeRegExAtom
Ctor.
MatchRecognizeRegExAtom(String, MatchRecogizePatternElementType, MatchRecognizeRegExRepeat) - Constructor for class com.espertech.esper.common.client.soda.MatchRecognizeRegExAtom
Ctor.
MatchRecognizeRegExConcatenation - Class in com.espertech.esper.common.client.soda
Interface representing an expression for use in match-recognize.
MatchRecognizeRegExConcatenation() - Constructor for class com.espertech.esper.common.client.soda.MatchRecognizeRegExConcatenation
 
MatchRecognizeRegExNested - Class in com.espertech.esper.common.client.soda
Atom representing an expression for use in match-recognize.
MatchRecognizeRegExNested() - Constructor for class com.espertech.esper.common.client.soda.MatchRecognizeRegExNested
Ctor.
MatchRecognizeRegExNested(MatchRecogizePatternElementType) - Constructor for class com.espertech.esper.common.client.soda.MatchRecognizeRegExNested
Ctor.
MatchRecognizeRegExNested(MatchRecogizePatternElementType, MatchRecognizeRegExRepeat) - Constructor for class com.espertech.esper.common.client.soda.MatchRecognizeRegExNested
Ctor.
MatchRecognizeRegExPermutation - Class in com.espertech.esper.common.client.soda
Interface representing a permutation expression for use in match-recognize.
MatchRecognizeRegExPermutation() - Constructor for class com.espertech.esper.common.client.soda.MatchRecognizeRegExPermutation
 
MatchRecognizeRegExPlaceholder - Class in com.espertech.esper.common.client.soda
For use in match recognize pattern expression as a placeholder to represent its child nodes.
MatchRecognizeRegExPlaceholder() - Constructor for class com.espertech.esper.common.client.soda.MatchRecognizeRegExPlaceholder
 
MatchRecognizeRegExRepeat - Class in com.espertech.esper.common.client.soda
Match-recognize pattern descriptor for repetition
MatchRecognizeRegExRepeat() - Constructor for class com.espertech.esper.common.client.soda.MatchRecognizeRegExRepeat
Ctor.
MatchRecognizeRegExRepeat(Expression, Expression, Expression) - Constructor for class com.espertech.esper.common.client.soda.MatchRecognizeRegExRepeat
Ctor.
MatchRecognizeSkipClause - Enum Class in com.espertech.esper.common.client.soda
Skip clause enum for match recognize.
matchUntil(Expression, Expression, PatternExpr, PatternExpr) - Static method in class com.espertech.esper.common.client.soda.Patterns
Match-until-pattern expression matches a certain number of occurances until a second expression becomes true.
MATHCONTEXT - Enum constant in enum class com.espertech.esper.common.client.type.EPTypePremade
java.math.MathContext
max(Expression) - Static method in class com.espertech.esper.common.client.soda.Expressions
Maximum aggregation function.
max(Expression, Expression, Expression...) - Static method in class com.espertech.esper.common.client.soda.Expressions
Maximum value per-row function (not aggregating).
max(String) - Static method in class com.espertech.esper.common.client.soda.Expressions
Maximum aggregation function.
max(String, String, String...) - Static method in class com.espertech.esper.common.client.soda.Expressions
Maximum value per-row function (not aggregating).
MAX_FILTER_WIDTH - Enum constant in enum class com.espertech.esper.common.client.annotation.HintEnum
For use when filter expression optimization may widen the filter expression.
maxDistinct(Expression) - Static method in class com.espertech.esper.common.client.soda.Expressions
Maximum aggregation function considering distinct values only.
maxDistinct(String) - Static method in class com.espertech.esper.common.client.soda.Expressions
Maximum aggregation function considering distinct values only.
MAXIMIM - Enum constant in enum class com.espertech.esper.common.client.soda.PatternExprPrecedenceEnum
Precedence.
MaxProjectionExpression - Class in com.espertech.esper.common.client.soda
Maximum of the (distinct) values returned by an expression.
MaxProjectionExpression() - Constructor for class com.espertech.esper.common.client.soda.MaxProjectionExpression
Ctor.
MaxProjectionExpression(boolean) - Constructor for class com.espertech.esper.common.client.soda.MaxProjectionExpression
Ctor - for use to create an expression tree, without inner expression
MaxProjectionExpression(boolean, boolean) - Constructor for class com.espertech.esper.common.client.soda.MaxProjectionExpression
Ctor - for use to create an expression tree, without inner expression
MaxProjectionExpression(Expression, boolean) - Constructor for class com.espertech.esper.common.client.soda.MaxProjectionExpression
Ctor - adds the expression to project.
MaxRowExpression - Class in com.espertech.esper.common.client.soda
Maximum-value per-row expression (not aggregating) determines the maximum value among a set of values.
MaxRowExpression() - Constructor for class com.espertech.esper.common.client.soda.MaxRowExpression
Ctor - for use to create an expression tree, without child expression.
MaxRowExpression(Expression, Expression, Expression...) - Constructor for class com.espertech.esper.common.client.soda.MaxRowExpression
Ctor.
MaxRowExpression(String, String, String[]) - Constructor for class com.espertech.esper.common.client.soda.MaxRowExpression
Ctor.
median(Expression) - Static method in class com.espertech.esper.common.client.soda.Expressions
Median aggregation function.
median(String) - Static method in class com.espertech.esper.common.client.soda.Expressions
Median aggregation function.
medianDistinct(Expression) - Static method in class com.espertech.esper.common.client.soda.Expressions
Median aggregation function considering distinct values only.
medianDistinct(String) - Static method in class com.espertech.esper.common.client.soda.Expressions
Median aggregation function considering distinct values only.
MedianProjectionExpression - Class in com.espertech.esper.common.client.soda
Median projection (aggregation) in the distinct and regular form.
MedianProjectionExpression() - Constructor for class com.espertech.esper.common.client.soda.MedianProjectionExpression
Ctor.
MedianProjectionExpression(boolean) - Constructor for class com.espertech.esper.common.client.soda.MedianProjectionExpression
Ctor - for use to create an expression tree, without inner expression
MedianProjectionExpression(Expression, boolean) - Constructor for class com.espertech.esper.common.client.soda.MedianProjectionExpression
Ctor - adds the expression to project.
Member - Class in com.espertech.esper.common.client.json.minimaljson
Represents a member of a JSON object, a pair of a name and a value.
Member(String, JsonValue) - Constructor for class com.espertech.esper.common.client.json.minimaljson.Member
Ctor.
merge(JsonObject) - Method in class com.espertech.esper.common.client.json.minimaljson.JsonObject
Copies all members of the specified object into this object.
METADATA - Enum constant in enum class com.espertech.esper.common.client.configuration.common.ConfigurationCommonDBRef.MetadataOriginEnum
Always get output column metadata from the prepared statement regardless of what driver or connection is used.
METHOD - Enum constant in enum class com.espertech.esper.common.client.type.EPTypePremade
Method
methodInvocationReferences - Variable in class com.espertech.esper.common.client.configuration.common.ConfigurationCommon
Map of class name and configuration for method invocations on that class.
MethodInvocationStream - Class in com.espertech.esper.common.client.soda
An stream that polls from a method.
MethodInvocationStream() - Constructor for class com.espertech.esper.common.client.soda.MethodInvocationStream
Ctor.
MethodInvocationStream(String, String, String) - Constructor for class com.espertech.esper.common.client.soda.MethodInvocationStream
Ctor.
methodName() - Element in annotation interface com.espertech.esper.common.client.hook.singlerowfunc.ExtensionSingleRowFunction
The method name of the provider
METHODPOLLDERIVED - Enum constant in enum class com.espertech.esper.common.client.meta.EventTypeTypeClass
A From-clause-method derived event type.
MetricEvent - Class in com.espertech.esper.common.client.metric
Base metric event.
MetricEvent(String) - Constructor for class com.espertech.esper.common.client.metric.MetricEvent
Ctor.
micros(Integer) - Method in class com.espertech.esper.common.client.util.TimePeriod
Ctor for chain.
MILLI - Enum constant in enum class com.espertech.esper.common.client.util.TimeSourceType
Millisecond time source type with time originating from System.currentTimeMillis
millis(Integer) - Method in class com.espertech.esper.common.client.util.TimePeriod
Ctor for chain.
min(Expression) - Static method in class com.espertech.esper.common.client.soda.Expressions
Minimum aggregation function.
min(Expression, Expression, Expression...) - Static method in class com.espertech.esper.common.client.soda.Expressions
Minimum value per-row function (not aggregating).
min(Integer) - Method in class com.espertech.esper.common.client.util.TimePeriod
Ctor for chain.
min(String) - Static method in class com.espertech.esper.common.client.soda.Expressions
Minimum aggregation function.
min(String, String, String...) - Static method in class com.espertech.esper.common.client.soda.Expressions
Minimum value per-row function (not aggregating).
minDistinct(Expression) - Static method in class com.espertech.esper.common.client.soda.Expressions
Minimum aggregation function considering distinct values only.
minDistinct(String) - Static method in class com.espertech.esper.common.client.soda.Expressions
Minimum aggregation function considering distinct values only.
MINIMAL - Static variable in class com.espertech.esper.common.client.json.minimaljson.WriterConfig
Write JSON in its minimal form, without any additional whitespace.
MINIMUM - Enum constant in enum class com.espertech.esper.common.client.soda.ExpressionPrecedenceEnum
Precedence.
MINIMUM - Enum constant in enum class com.espertech.esper.common.client.soda.PatternExprPrecedenceEnum
Precedence.
MINOR - Static variable in class com.espertech.esper.runtime.client.util.RuntimeVersion
Current runtime minor version.
MinProjectionExpression - Class in com.espertech.esper.common.client.soda
Minimum of the (distinct) values returned by an expression.
MinProjectionExpression() - Constructor for class com.espertech.esper.common.client.soda.MinProjectionExpression
Ctor.
MinProjectionExpression(boolean) - Constructor for class com.espertech.esper.common.client.soda.MinProjectionExpression
Ctor - for use to create an expression tree, without inner expression
MinProjectionExpression(boolean, boolean) - Constructor for class com.espertech.esper.common.client.soda.MinProjectionExpression
Ctor - for use to create an expression tree, without inner expression
MinProjectionExpression(Expression, boolean) - Constructor for class com.espertech.esper.common.client.soda.MinProjectionExpression
Ctor - adds the expression to project.
MinRowExpression - Class in com.espertech.esper.common.client.soda
Minimum-value per-row expression (not aggregating) determines the minimum value among a set of values.
MinRowExpression() - Constructor for class com.espertech.esper.common.client.soda.MinRowExpression
Ctor - for use to create an expression tree, without child expression.
MinRowExpression(Expression, Expression, Expression...) - Constructor for class com.espertech.esper.common.client.soda.MinRowExpression
Ctor.
MinRowExpression(String, String, String[]) - Constructor for class com.espertech.esper.common.client.soda.MinRowExpression
Ctor.
minus(Expression, Expression) - Static method in class com.espertech.esper.common.client.soda.Expressions
Subtraction.
minus(String, String) - Static method in class com.espertech.esper.common.client.soda.Expressions
Subtraction.
model() - Element in annotation interface com.espertech.esper.common.client.annotation.Hint
Optional model name.
Module - Class in com.espertech.esper.common.client.module
Represent a deployment unit consisting of deployment declarative information (module name, uses and imports) as well as EPL statements represented by ModuleItem.
Module() - Constructor for class com.espertech.esper.common.client.module.Module
Ctor.
Module(String, String, Set<String>, Set<String>, List<ModuleItem>, String) - Constructor for class com.espertech.esper.common.client.module.Module
Ctor.
ModuleItem - Class in com.espertech.esper.common.client.module
Represents an EPL statement as part of a Module.
ModuleItem(EPStatementObjectModel) - Constructor for class com.espertech.esper.common.client.module.ModuleItem
Ctor.
ModuleItem(String) - Constructor for class com.espertech.esper.common.client.module.ModuleItem
Ctor.
ModuleItem(String, boolean, int, int, int, int, int, int) - Constructor for class com.espertech.esper.common.client.module.ModuleItem
Ctor.
ModuleNameContext - Class in com.espertech.esper.compiler.client.option
Provides the environment to ModuleNameOption.
ModuleNameContext(String) - Constructor for class com.espertech.esper.compiler.client.option.ModuleNameContext
Ctor
ModuleNameOption - Interface in com.espertech.esper.compiler.client.option
Implement this interface to provide or override the module name at compile-time.
ModuleOrder - Class in com.espertech.esper.common.client.module
Holds an ordered list of modules considering each module's uses-dependencies on other modules.
ModuleOrder(List<Module>) - Constructor for class com.espertech.esper.common.client.module.ModuleOrder
Cotr.
ModuleOrderException - Exception in com.espertech.esper.common.client.module
Exception indicates a problem when determining delpoyment order and uses-dependency checking.
ModuleOrderException(String) - Constructor for exception com.espertech.esper.common.client.module.ModuleOrderException
Ctor.
ModuleOrderOptions - Class in com.espertech.esper.common.client.module
Options class passed to #getModuleOrder(java.util.Collection, ModuleOrderOptions)} for controlling the behavior of ordering and dependency checking logic.
ModuleOrderOptions() - Constructor for class com.espertech.esper.common.client.module.ModuleOrderOptions
 
ModuleOrderUtil - Class in com.espertech.esper.common.client.module
Module ordering utility.
ModuleOrderUtil() - Constructor for class com.espertech.esper.common.client.module.ModuleOrderUtil
 
ModuleProperty - Enum Class in com.espertech.esper.common.client.module
Provides well-known module properties.
MODULETEXT - Enum constant in enum class com.espertech.esper.common.client.module.ModuleProperty
The module text
ModuleUsesContext - Class in com.espertech.esper.compiler.client.option
Provides the environment to ModuleUsesOption.
ModuleUsesContext(String, Set<String>) - Constructor for class com.espertech.esper.compiler.client.option.ModuleUsesContext
Ctor.
ModuleUsesOption - Interface in com.espertech.esper.compiler.client.option
Implement this interface to provide or override the module-uses at compile-time.
modulo(Expression, Expression) - Static method in class com.espertech.esper.common.client.soda.Expressions
Modulo.
modulo(String, String) - Static method in class com.espertech.esper.common.client.soda.Expressions
Modulo.
months(Integer) - Method in class com.espertech.esper.common.client.util.TimePeriod
Ctor for chain.
MultiKey - Interface in com.espertech.esper.common.client.util
Interface for use with multi-keys made up of multiple values and providing hashcode and equals semantics
multiply(Expression, Expression) - Static method in class com.espertech.esper.common.client.soda.Expressions
Multiplication.
multiply(String, String) - Static method in class com.espertech.esper.common.client.soda.Expressions
Multiplication.
MULTIPLY - Enum constant in enum class com.espertech.esper.common.client.soda.ExpressionPrecedenceEnum
Precedence.

N

name() - Element in annotation interface com.espertech.esper.common.client.annotation.AvroSchemaField
Property name.
name() - Element in annotation interface com.espertech.esper.common.client.annotation.JsonSchemaField
Returns the field name
name() - Element in annotation interface com.espertech.esper.common.client.annotation.Tag
Returns the tag name.
name() - Element in annotation interface com.espertech.esper.common.client.annotation.XMLSchemaField
Property name
name() - Element in annotation interface com.espertech.esper.common.client.dataflow.annotations.DataFlowOpParameter
The parameter name
name() - Element in annotation interface com.espertech.esper.common.client.dataflow.annotations.OutputType
Returns the name
name() - Element in annotation interface com.espertech.esper.common.client.hook.aggfunc.ExtensionAggregationFunction
Aggregation function name.
name() - Element in annotation interface com.espertech.esper.common.client.hook.singlerowfunc.ExtensionSingleRowFunction
The function name
Name - Annotation Interface in com.espertech.esper.common.client.annotation
Annotation for use in EPL statement to define a statement name.
NAME - Static variable in interface com.espertech.esper.common.client.util.ClassForNameProvider
Name.
NAME - Static variable in interface com.espertech.esper.common.client.util.ClassLoaderProvider
Name.
NameAccessModifier - Enum Class in com.espertech.esper.common.client.util
Visibility modifiers for EPL objects.
nameAnnotation(String) - Static method in class com.espertech.esper.common.client.soda.AnnotationPart
Returns a name annotation for use with a statement object model
NAMED_WINDOW - Enum constant in enum class com.espertech.esper.common.client.meta.EventTypeTypeClass
A type representing a named window.
NamedParameterExpression - Class in com.espertech.esper.common.client.soda
Named parameter expression of the form "name:expression" or "name:(expression, expression...)"
NamedParameterExpression() - Constructor for class com.espertech.esper.common.client.soda.NamedParameterExpression
Ctor.
NamedParameterExpression(String) - Constructor for class com.espertech.esper.common.client.soda.NamedParameterExpression
Ctor.
NAMEDWINDOW - Enum constant in enum class com.espertech.esper.runtime.client.util.EPObjectType
Named window.
names() - Element in annotation interface com.espertech.esper.common.client.hook.aggmultifunc.ExtensionAggregationMultiFunction
List of comma-separated aggregation function names.
names() - Method in class com.espertech.esper.common.client.json.minimaljson.JsonObject
Returns a list of the names in this object in document order.
namespace() - Element in annotation interface com.espertech.esper.common.client.annotation.XMLSchemaNamespacePrefix
Namespace
NANO - Enum constant in enum class com.espertech.esper.common.client.util.TimeSourceType
Nanosecond time source from a wallclock-adjusted System.nanoTime
NAVIGABLEMAP - Enum constant in enum class com.espertech.esper.common.client.type.EPTypePremade
NavigableMap
NEGATED - Enum constant in enum class com.espertech.esper.common.client.soda.ExpressionPrecedenceEnum
Precedence.
neq(Expression, Expression) - Static method in class com.espertech.esper.common.client.soda.Expressions
Not-Equals between expression results.
neq(String, Object) - Static method in class com.espertech.esper.common.client.soda.Expressions
Not-Equals between a property and a constant.
neqProperty(String, String) - Static method in class com.espertech.esper.common.client.soda.Expressions
Not-Equals between properties.
nestableMapNames - Variable in class com.espertech.esper.common.client.configuration.common.ConfigurationCommon
The type names for events that are backed by java.util.Map, possibly containing strongly-typed nested maps.
nestableObjectArrayNames - Variable in class com.espertech.esper.common.client.configuration.common.ConfigurationCommon
The type names for events that are backed by java.util.Map, possibly containing strongly-typed nested maps.
NETURI - Enum constant in enum class com.espertech.esper.common.client.type.EPTypePremade
java.net.URI
NETURIARRAY - Enum constant in enum class com.espertech.esper.common.client.type.EPTypePremade
java.net.URI[]
NETURIARRAYARRAY - Enum constant in enum class com.espertech.esper.common.client.type.EPTypePremade
java.net.URI[][]
NETURL - Enum constant in enum class com.espertech.esper.common.client.type.EPTypePremade
java.net.URL
NETURLARRAY - Enum constant in enum class com.espertech.esper.common.client.type.EPTypePremade
java.net.URL[]
NETURLARRAYARRAY - Enum constant in enum class com.espertech.esper.common.client.type.EPTypePremade
java.net.URL[][]
newAccessor(AggregationMultiFunctionAccessorFactoryContext) - Method in interface com.espertech.esper.common.client.hook.aggmultifunc.AggregationMultiFunctionAccessorFactory
Returns the accessor
newAgent(AggregationMultiFunctionAgentFactoryContext) - Method in interface com.espertech.esper.common.client.hook.aggmultifunc.AggregationMultiFunctionAgentFactory
Returns a new agent
newAggregator(AggregationFunctionFactoryContext) - Method in interface com.espertech.esper.common.client.hook.aggfunc.AggregationFunctionFactory
Make a new initalized aggregation state.
NewInstanceOperatorExpression - Class in com.espertech.esper.common.client.soda
The "new instance" operator instantiates a host language object.
NewInstanceOperatorExpression() - Constructor for class com.espertech.esper.common.client.soda.NewInstanceOperatorExpression
Ctor.
NewInstanceOperatorExpression(String) - Constructor for class com.espertech.esper.common.client.soda.NewInstanceOperatorExpression
Ctor.
NewInstanceOperatorExpression(String, int) - Constructor for class com.espertech.esper.common.client.soda.NewInstanceOperatorExpression
Ctor.
newMethod(AggregationMultiFunctionAggregationMethodFactoryContext) - Method in interface com.espertech.esper.common.client.hook.aggmultifunc.AggregationMultiFunctionAggregationMethodFactory
Returns a new table reader
NewOperatorExpression - Class in com.espertech.esper.common.client.soda
The "new" operator is useful to format an event or event property from a list of column names and expressions.
NewOperatorExpression() - Constructor for class com.espertech.esper.common.client.soda.NewOperatorExpression
Ctor.
NewOperatorExpression(List<String>) - Constructor for class com.espertech.esper.common.client.soda.NewOperatorExpression
Ctor.
newState(AggregationMultiFunctionStateFactoryContext) - Method in interface com.espertech.esper.common.client.hook.aggmultifunc.AggregationMultiFunctionStateFactory
Returns a new state holder
NODE - Enum constant in enum class com.espertech.esper.common.client.type.EPTypePremade
Node
NODEARRAY - Enum constant in enum class com.espertech.esper.common.client.type.EPTypePremade
Node[]
NODELIST - Enum constant in enum class com.espertech.esper.common.client.type.EPTypePremade
NodeList
NoLock - Annotation Interface in com.espertech.esper.common.client.annotation
Annotation for use in EPL statements to suppress any statement-level locking (use with caution, see below).
NONBUS - Enum constant in enum class com.espertech.esper.common.client.util.EventTypeBusModifier
Disallow sending in events of this type using the send-event API on event service.
NONE - Enum constant in enum class com.espertech.esper.common.client.configuration.common.ConfigurationCommonDBRef.ColumnChangeCaseEnum
Leave the column names the way the database driver represents the column.
NONE - Enum constant in enum class com.espertech.esper.common.client.configuration.compiler.ConfigurationCompilerExecution.FilterIndexPlanning
No planning for filter indexes
NONE - Enum constant in enum class com.espertech.esper.common.client.soda.CreateSchemaClauseTypeDef
Undefined (system default) underlying type.
NORMAL - Enum constant in enum class com.espertech.esper.common.client.util.ThreadingProfile
For use with 100 threads or less.
NOSUCHELEMENTEXCEPTION - Enum constant in enum class com.espertech.esper.common.client.type.EPTypePremade
NoSuchElementException
not(Expression) - Static method in class com.espertech.esper.common.client.soda.Expressions
Not expression negates the sub-expression to the not which is expected to return boolean-typed values.
not(PatternExpr) - Static method in class com.espertech.esper.common.client.soda.Patterns
Not-keyword pattern expression flips the truth-value of the pattern sub-expression.
NOT_RANGE_CLOSED - Enum constant in enum class com.espertech.esper.common.client.hook.vdw.VirtualDataWindowLookupOp
Inverted-Range contains low and high endpoint, i.e.
NOT_RANGE_HALF_CLOSED - Enum constant in enum class com.espertech.esper.common.client.hook.vdw.VirtualDataWindowLookupOp
Inverted-Range includes high endpoint but not low endpoint, i.e.
NOT_RANGE_HALF_OPEN - Enum constant in enum class com.espertech.esper.common.client.hook.vdw.VirtualDataWindowLookupOp
Inverted-Range includes low endpoint but not high endpoint, i.e.
NOT_RANGE_OPEN - Enum constant in enum class com.espertech.esper.common.client.hook.vdw.VirtualDataWindowLookupOp
Inverted-Range contains neither endpoint, i.e.
notAValidProperty(String) - Static method in exception com.espertech.esper.common.client.PropertyAccessException
Generates the Not-A-Valid-Property exception
NotExpression - Class in com.espertech.esper.common.client.soda
Negates the contained-within subexpression.
NotExpression() - Constructor for class com.espertech.esper.common.client.soda.NotExpression
Ctor - for use to create an expression tree, without child expression.
NotExpression(Expression) - Constructor for class com.espertech.esper.common.client.soda.NotExpression
Ctor.
notFilter(Filter) - Static method in class com.espertech.esper.common.client.soda.Patterns
Pattern not-operator and filter in combination, equivalent to the "not MyEvent(vol > 100)" syntax.
notFilter(Filter, String) - Static method in class com.espertech.esper.common.client.soda.Patterns
Pattern not-operator and filter in combination, equivalent to the "not tag=MyEvent(vol > 100)" syntax.
notFilter(String) - Static method in class com.espertech.esper.common.client.soda.Patterns
Pattern not-operator and filter in combination, equivalent to the "not MyEvent" syntax.
notFilter(String, String) - Static method in class com.espertech.esper.common.client.soda.Patterns
Pattern not-operator and filter in combination, equivalent to the "not tag=MyEvent" syntax.
notIn(Expression, Expression...) - Static method in class com.espertech.esper.common.client.soda.Expressions
Not-In-expression that is equivalent to the syntax of "property not in (value, value, ...
notIn(String, Object...) - Static method in class com.espertech.esper.common.client.soda.Expressions
Not-In-expression that is equivalent to the syntax of "property not in (value, value, ...
notLike(Expression, Expression) - Static method in class com.espertech.esper.common.client.soda.Expressions
SQL-Like negated (not like).
notLike(Expression, Expression, Expression) - Static method in class com.espertech.esper.common.client.soda.Expressions
SQL-Like negated (not like).
notLike(String, Object, String) - Static method in class com.espertech.esper.common.client.soda.Expressions
SQL-Like negated (not like).
notLike(String, String) - Static method in class com.espertech.esper.common.client.soda.Expressions
SQL-Like negated (not like).
notRegexp(Expression, Expression) - Static method in class com.espertech.esper.common.client.soda.Expressions
Regular expression negated (not regexp).
notRegexp(Expression, Expression, String) - Static method in class com.espertech.esper.common.client.soda.Expressions
Regular expression negated (not regexp).
notRegexp(String, String) - Static method in class com.espertech.esper.common.client.soda.Expressions
Regular expression negated (not regexp).
notRegexp(String, String, String) - Static method in class com.espertech.esper.common.client.soda.Expressions
Regular expression negated (not regexp).
NULL - Static variable in class com.espertech.esper.common.client.json.minimaljson.Json
Represents the JSON literal null.
NULL - Static variable in class com.espertech.esper.common.client.json.minimaljson.JsonValue
Deprecated.
Use Json.NULL instead
NUMBER - Enum constant in enum class com.espertech.esper.common.client.type.EPTypePremade
Number

O

object() - Static method in class com.espertech.esper.common.client.json.minimaljson.Json
Creates a new empty JsonObject.
OBJECT - Enum constant in enum class com.espertech.esper.common.client.type.EPTypePremade
Object
OBJECTARR - Enum constant in enum class com.espertech.esper.common.client.meta.EventTypeApplicationType
Object Array type.
OBJECTARRAY - Enum constant in enum class com.espertech.esper.common.client.soda.CreateSchemaClauseTypeDef
Object-array underlying type.
OBJECTARRAY - Enum constant in enum class com.espertech.esper.common.client.type.EPTypePremade
Object[]
OBJECTARRAY - Enum constant in enum class com.espertech.esper.common.client.util.EventUnderlyingType
Event representation is object-array (Object[]).
OBJECTARRAYARRAY - Enum constant in enum class com.espertech.esper.common.client.type.EPTypePremade
Object[][]
objectArrayTypeConfigurations - Variable in class com.espertech.esper.common.client.configuration.common.ConfigurationCommon
Map event types additional configuration information.
ObjectToDataOutputCollector - Interface in com.espertech.esper.common.client.dataflow.io
Receives an object and writes to DataOutput.
ObjectToDataOutputCollectorContext - Class in com.espertech.esper.common.client.dataflow.io
Context for use with ObjectToDataOutputCollector carries object and data output.
ObjectToDataOutputCollectorContext() - Constructor for class com.espertech.esper.common.client.dataflow.io.ObjectToDataOutputCollectorContext
 
ObjectToDataOutputCollectorSerializable - Class in com.espertech.esper.common.client.dataflow.io
Writes a Serializable object to DataOutput.
ObjectToDataOutputCollectorSerializable() - Constructor for class com.espertech.esper.common.client.dataflow.io.ObjectToDataOutputCollectorSerializable
 
ObjectValueTypeWidenerFactory - Interface in com.espertech.esper.common.client.hook.type
For Avro use widener or transformer of object values to Avro record values
ObjectValueTypeWidenerFactoryContext - Class in com.espertech.esper.common.client.hook.type
For Avro types for widening objects to Avro record values, see ObjectValueTypeWidenerFactory
ObjectValueTypeWidenerFactoryContext(EPType, String, EventType, String) - Constructor for class com.espertech.esper.common.client.hook.type.ObjectValueTypeWidenerFactoryContext
Ctor.
observer(String, String, Expression[]) - Static method in class com.espertech.esper.common.client.soda.Patterns
Observer pattern expression, equivalent to the "every timer:interval(1 sec)" syntax
OBSERVER - Enum constant in enum class com.espertech.esper.common.client.util.PatternObjectType
Observer observes externally-supplied events.
offset - Variable in class com.espertech.esper.common.client.json.minimaljson.Location
The absolute character index, starting at 0.
OFFSETDATETIME - Enum constant in enum class com.espertech.esper.common.client.type.EPTypePremade
OffsetDateTime
OFFSETDATETIMEARRAY - Enum constant in enum class com.espertech.esper.common.client.type.EPTypePremade
OffsetDateTime[]
OFFSETDATETIMEARRAYARRAY - Enum constant in enum class com.espertech.esper.common.client.type.EPTypePremade
OffsetDateTime[][]
ON_DELETE - Enum constant in enum class com.espertech.esper.common.client.util.StatementType
On-delete statement.
ON_INSERT - Enum constant in enum class com.espertech.esper.common.client.util.StatementType
On-insert statement.
ON_MERGE - Enum constant in enum class com.espertech.esper.common.client.util.StatementType
On-merge statement.
ON_SELECT - Enum constant in enum class com.espertech.esper.common.client.util.StatementType
On-select statement.
ON_SET - Enum constant in enum class com.espertech.esper.common.client.util.StatementType
On-set statement.
ON_SPLITSTREAM - Enum constant in enum class com.espertech.esper.common.client.util.StatementType
On-merge statement.
ON_UPDATE - Enum constant in enum class com.espertech.esper.common.client.util.StatementType
On-update statement.
OnClause - Class in com.espertech.esper.common.client.soda
A clause to delete from a named window based on a triggering event arriving and correlated to the named window events to be deleted.
OnClause() - Constructor for class com.espertech.esper.common.client.soda.OnClause
Ctor.
onContextActivated(ContextStateEventContextActivated) - Method in interface com.espertech.esper.common.client.context.ContextPartitionStateListener
Invoked when a context is activated.
onContextCreated(ContextStateEventContextCreated) - Method in interface com.espertech.esper.common.client.context.ContextStateListener
Invoked when a new context is created.
onContextDeactivated(ContextStateEventContextDeactivated) - Method in interface com.espertech.esper.common.client.context.ContextPartitionStateListener
Invoked when a context is de-activated.
onContextDestroyed(ContextStateEventContextDestroyed) - Method in interface com.espertech.esper.common.client.context.ContextStateListener
Invoked when a context is destroyed.
onContextPartitionAllocated(ContextStateEventContextPartitionAllocated) - Method in interface com.espertech.esper.common.client.context.ContextPartitionStateListener
Invoked when a context partition is allocated, provided once per context and per partition independent of the number of statements.
onContextPartitionDeallocated(ContextStateEventContextPartitionDeallocated) - Method in interface com.espertech.esper.common.client.context.ContextPartitionStateListener
Invoked when a context partition is destroyed, provided once per context and per partition independent of the number of statements.
onContextStatementAdded(ContextStateEventContextStatementAdded) - Method in interface com.espertech.esper.common.client.context.ContextPartitionStateListener
Invoked when a statement is added to a context.
onContextStatementRemoved(ContextStateEventContextStatementRemoved) - Method in interface com.espertech.esper.common.client.context.ContextPartitionStateListener
Invoked when a statement is removed from a context.
OnDeleteClause - Class in com.espertech.esper.common.client.soda
A clause to delete from a named window based on a triggering event arriving and correlated to the named window events to be deleted.
OnDeleteClause() - Constructor for class com.espertech.esper.common.client.soda.OnDeleteClause
Ctor.
OnDeleteClause(String, String) - Constructor for class com.espertech.esper.common.client.soda.OnDeleteClause
Ctor.
onDeployment(DeploymentStateEventDeployed) - Method in interface com.espertech.esper.runtime.client.DeploymentStateListener
Called when a deployment completed
ONE_OPTIONAL - Enum constant in enum class com.espertech.esper.common.client.soda.MatchRecogizePatternElementType
For greedy '?' multiplicity.
ONE_OPTIONAL_RELUCTANT - Enum constant in enum class com.espertech.esper.common.client.soda.MatchRecogizePatternElementType
For reluctant '?' multiplicity.
ONE_TO_MANY - Enum constant in enum class com.espertech.esper.common.client.soda.MatchRecogizePatternElementType
For greedy '+' multiplicity.
ONE_TO_MANY_RELUCTANT - Enum constant in enum class com.espertech.esper.common.client.soda.MatchRecogizePatternElementType
For reluctant '+' multiplicity.
onEPRuntimeDestroyRequested(EPRuntime) - Method in interface com.espertech.esper.runtime.client.EPRuntimeStateListener
Invoked before an EPRuntime is destroyed.
onEPRuntimeInitialized(EPRuntime) - Method in interface com.espertech.esper.runtime.client.EPRuntimeStateListener
Invoked after an existing EPRuntime is initialized upon completion of a call to initialize.
OnInsertSplitStreamClause - Class in com.espertech.esper.common.client.soda
A clause to insert into zero, one or more streams based on criteria.
OnInsertSplitStreamClause() - Constructor for class com.espertech.esper.common.client.soda.OnInsertSplitStreamClause
Ctor.
OnInsertSplitStreamClause(boolean, List<OnInsertSplitStreamItem>) - Constructor for class com.espertech.esper.common.client.soda.OnInsertSplitStreamClause
Ctor.
OnInsertSplitStreamItem - Class in com.espertech.esper.common.client.soda
Items within the split-stream syntax to contain a tuple of insert-into, select and where-clause.
OnInsertSplitStreamItem() - Constructor for class com.espertech.esper.common.client.soda.OnInsertSplitStreamItem
Ctor.
OnInsertSplitStreamItem(InsertIntoClause, SelectClause, Expression) - Constructor for class com.espertech.esper.common.client.soda.OnInsertSplitStreamItem
Ctor.
OnInsertSplitStreamItem(InsertIntoClause, SelectClause, List<ContainedEventSelect>, String, Expression) - Constructor for class com.espertech.esper.common.client.soda.OnInsertSplitStreamItem
Ctor.
OnMergeClause - Class in com.espertech.esper.common.client.soda
A clause to insert, update or delete to/from a named window based on a triggering event arriving and correlated to the named window events to be updated.
OnMergeClause() - Constructor for class com.espertech.esper.common.client.soda.OnMergeClause
Ctor.
OnMergeClause(String, String, List<OnMergeMatchItem>) - Constructor for class com.espertech.esper.common.client.soda.OnMergeClause
Ctor.
OnMergeMatchedAction - Interface in com.espertech.esper.common.client.soda
Marker interface for an on-merge clause action item.
OnMergeMatchedDeleteAction - Class in com.espertech.esper.common.client.soda
For use with on-merge clauses, deletes from a named window if matching rows are found.
OnMergeMatchedDeleteAction() - Constructor for class com.espertech.esper.common.client.soda.OnMergeMatchedDeleteAction
Ctor.
OnMergeMatchedDeleteAction(Expression) - Constructor for class com.espertech.esper.common.client.soda.OnMergeMatchedDeleteAction
Ctor.
OnMergeMatchedInsertAction - Class in com.espertech.esper.common.client.soda
For use with on-merge clauses, inserts into a named window if matching rows are not found.
OnMergeMatchedInsertAction() - Constructor for class com.espertech.esper.common.client.soda.OnMergeMatchedInsertAction
Ctor.
OnMergeMatchedInsertAction(List<String>, Expression, List<SelectClauseElement>, Expression, String) - Constructor for class com.espertech.esper.common.client.soda.OnMergeMatchedInsertAction
Ctor.
OnMergeMatchedInsertAction(List<String>, List<SelectClauseElement>, Expression, String) - Constructor for class com.espertech.esper.common.client.soda.OnMergeMatchedInsertAction
Ctor.
OnMergeMatchedUpdateAction - Class in com.espertech.esper.common.client.soda
For use with on-merge clauses, updates rows in a named window if matching rows are found.
OnMergeMatchedUpdateAction() - Constructor for class com.espertech.esper.common.client.soda.OnMergeMatchedUpdateAction
Ctor.
OnMergeMatchedUpdateAction(List<Assignment>, Expression) - Constructor for class com.espertech.esper.common.client.soda.OnMergeMatchedUpdateAction
Ctor.
OnMergeMatchItem - Class in com.espertech.esper.common.client.soda
As part of on-merge, this represents a single "matched" or "not matched" entry.
OnMergeMatchItem() - Constructor for class com.espertech.esper.common.client.soda.OnMergeMatchItem
Ctor.
OnMergeMatchItem(boolean, Expression, List<OnMergeMatchedAction>) - Constructor for class com.espertech.esper.common.client.soda.OnMergeMatchItem
Ctor.
OnSelectClause - Class in com.espertech.esper.common.client.soda
A clause to delete from a named window based on a triggering event arriving and correlated to the named window events to be deleted.
OnSelectClause() - Constructor for class com.espertech.esper.common.client.soda.OnSelectClause
Ctor.
OnSelectClause(String, String) - Constructor for class com.espertech.esper.common.client.soda.OnSelectClause
Ctor.
OnSetClause - Class in com.espertech.esper.common.client.soda
A clause to assign new values to variables based on a triggering event arriving.
OnSetClause() - Constructor for class com.espertech.esper.common.client.soda.OnSetClause
Ctor.
onUndeployment(DeploymentStateEventUndeployed) - Method in interface com.espertech.esper.runtime.client.DeploymentStateListener
Called when an undeployment completed
OnUpdateClause - Class in com.espertech.esper.common.client.soda
A clause to update a named window based on a triggering event arriving and correlated to the named window events to be updated.
OnUpdateClause() - Constructor for class com.espertech.esper.common.client.soda.OnUpdateClause
Ctor.
OnUpdateClause(String, String) - Constructor for class com.espertech.esper.common.client.soda.OnUpdateClause
Ctor.
OPENED - Enum constant in enum class com.espertech.esper.runtime.client.util.AdapterState
Opened state.
operatorProvider(EPDataFlowOperatorProvider) - Method in class com.espertech.esper.common.client.dataflow.core.EPDataFlowInstantiationOptions
Sets the the operator provider.
operatorStatistics(boolean) - Method in class com.espertech.esper.common.client.dataflow.core.EPDataFlowInstantiationOptions
Sets indicator whether to collect operator statistics.
or() - Static method in class com.espertech.esper.common.client.soda.Expressions
Logical OR disjunction.
or() - Static method in class com.espertech.esper.common.client.soda.Patterns
Pattern-OR expression, allows adding sub-expressions that are connected by a logical OR.
or(Expression, Expression, Expression...) - Static method in class com.espertech.esper.common.client.soda.Expressions
Logical OR disjunction.
or(PatternExpr, PatternExpr, PatternExpr...) - Static method in class com.espertech.esper.common.client.soda.Patterns
Pattern-OR expression, allows adding sub-expressions that are connected by a logical OR.
OR - Enum constant in enum class com.espertech.esper.common.client.soda.ExpressionPrecedenceEnum
Precedence.
OR - Enum constant in enum class com.espertech.esper.common.client.soda.PatternExprPrecedenceEnum
Precedence.
orderByClause(OrderByClause) - Method in class com.espertech.esper.common.client.soda.EPStatementObjectModel
Specify an order-by-clause.
OrderByClause - Class in com.espertech.esper.common.client.soda
An order-by clause consists of expressions and flags indicating if ascending or descending.
OrderByClause() - Constructor for class com.espertech.esper.common.client.soda.OrderByClause
Ctor.
OrderByClause(Expression...) - Constructor for class com.espertech.esper.common.client.soda.OrderByClause
Ctor.
OrderByClause(String...) - Constructor for class com.espertech.esper.common.client.soda.OrderByClause
Ctor.
OrderByElement - Class in com.espertech.esper.common.client.soda
A single entry in an order-by clause consisting of an expression and order ascending or descending flag.
OrderByElement() - Constructor for class com.espertech.esper.common.client.soda.OrderByElement
Ctor.
OrderByElement(Expression, boolean) - Constructor for class com.espertech.esper.common.client.soda.OrderByElement
Ctor.
OrderedObjectParamExpression - Class in com.espertech.esper.common.client.soda
For use in view parameter lists, this is a wrapper expression that adds an ascending or descending sort indicator to its single child expression.
OrderedObjectParamExpression() - Constructor for class com.espertech.esper.common.client.soda.OrderedObjectParamExpression
Ctor.
OrderedObjectParamExpression(boolean) - Constructor for class com.espertech.esper.common.client.soda.OrderedObjectParamExpression
Ctor.
OuterJoinQualifier - Class in com.espertech.esper.common.client.soda
Qualifies a join by providing the outer join type (full/left/right) and joined-on properties.
OuterJoinQualifier() - Constructor for class com.espertech.esper.common.client.soda.OuterJoinQualifier
Ctor.
OuterJoinQualifier(OuterJoinType, PropertyValueExpression, PropertyValueExpression) - Constructor for class com.espertech.esper.common.client.soda.OuterJoinQualifier
Ctor.
OuterJoinQualifier(OuterJoinType, PropertyValueExpression, PropertyValueExpression, ArrayList<PropertyValueExpressionPair>) - Constructor for class com.espertech.esper.common.client.soda.OuterJoinQualifier
Ctor.
outputLimitClause(OutputLimitClause) - Method in class com.espertech.esper.common.client.soda.EPStatementObjectModel
Specify an output-rate-limiting-clause.
OutputLimitClause - Class in com.espertech.esper.common.client.soda
An output limit clause defines how to limit output of statements and consists of a selector specifiying which events to select to output, a frequency and a unit.
OutputLimitClause() - Constructor for class com.espertech.esper.common.client.soda.OutputLimitClause
Ctor.
OutputLimitClause(OutputLimitSelector, Expression[]) - Constructor for class com.espertech.esper.common.client.soda.OutputLimitClause
Ctor.
OutputLimitClause(OutputLimitSelector, Expression, List<Assignment>) - Constructor for class com.espertech.esper.common.client.soda.OutputLimitClause
Ctor.
OutputLimitClause(OutputLimitSelector, OutputLimitUnit) - Constructor for class com.espertech.esper.common.client.soda.OutputLimitClause
Ctor.
OutputLimitClause(OutputLimitSelector, OutputLimitUnit, TimePeriodExpression, Integer) - Constructor for class com.espertech.esper.common.client.soda.OutputLimitClause
Ctor.
OutputLimitClause(OutputLimitSelector, TimePeriodExpression) - Constructor for class com.espertech.esper.common.client.soda.OutputLimitClause
Ctor.
OutputLimitClause(OutputLimitSelector, Double) - Constructor for class com.espertech.esper.common.client.soda.OutputLimitClause
Ctor.
OutputLimitClause(OutputLimitSelector, Double, String, OutputLimitUnit) - Constructor for class com.espertech.esper.common.client.soda.OutputLimitClause
Ctor.
OutputLimitClause(OutputLimitSelector, String) - Constructor for class com.espertech.esper.common.client.soda.OutputLimitClause
Ctor.
OutputLimitClause(TimePeriodExpression) - Constructor for class com.espertech.esper.common.client.soda.OutputLimitClause
Ctor.
OutputLimitSelector - Enum Class in com.espertech.esper.common.client.soda
Selector for use in output rate limiting.
OutputLimitUnit - Enum Class in com.espertech.esper.common.client.soda
Unit for output rate limiting.
OutputType - Annotation Interface in com.espertech.esper.common.client.dataflow.annotations
Annotation for use with data flow operator forges to provide output type information
OutputTypes - Annotation Interface in com.espertech.esper.common.client.dataflow.annotations
Annotation for use with data flow operator forges to provide output type information

P

PAIR - Enum constant in enum class com.espertech.esper.common.client.type.EPTypePremade
Pair
parameterProvider(EPDataFlowOperatorParameterProvider) - Method in class com.espertech.esper.common.client.dataflow.core.EPDataFlowInstantiationOptions
Sets the parameter provider.
parse(Reader) - Static method in class com.espertech.esper.common.client.json.minimaljson.Json
Reads the entire input from the given reader and parses it as JSON.
parse(Reader) - Method in class com.espertech.esper.common.client.json.minimaljson.JsonParser
Reads the entire input from the given reader and parses it as JSON.
parse(Reader, int) - Method in class com.espertech.esper.common.client.json.minimaljson.JsonParser
Reads the entire input from the given reader and parses it as JSON.
parse(String) - Static method in class com.espertech.esper.common.client.json.minimaljson.Json
Parses the given input string as JSON.
parse(String) - Method in class com.espertech.esper.common.client.json.minimaljson.JsonParser
Parses the given input string.
parse(String) - Method in interface com.espertech.esper.common.client.json.util.EventSenderJson
 
parse(String) - Method in interface com.espertech.esper.common.client.json.util.JsonFieldAdapterString
Parse
parseDefaultCal(String) - Static method in class com.espertech.esper.common.client.util.DateTime
Parse the date-time string using DateTime.DEFAULT_XMLLIKE_DATE_FORMAT.
parseDefaultDate(String) - Static method in class com.espertech.esper.common.client.util.DateTime
Parse the date-time string using DateTime.DEFAULT_XMLLIKE_DATE_FORMAT.
parseDefaultLocalDateTime(String) - Static method in class com.espertech.esper.common.client.util.DateTime
Parse the date-time string using DateTime.DEFAULT_XMLLIKE_DATE_FORMAT.
parseDefaultMSec(String) - Static method in class com.espertech.esper.common.client.util.DateTime
Parse the date-time string using DateTime.DEFAULT_XMLLIKE_DATE_FORMAT.
parseDefaultMSecWZone(String) - Static method in class com.espertech.esper.common.client.util.DateTime
Parse the date-time string using DateTime.DEFAULT_XMLLIKE_DATE_FORMAT_WITH_ZONE.
parseDefaultZonedDateTime(String) - Static method in class com.espertech.esper.common.client.util.DateTime
Parse the date-time string using DateTime.DEFAULT_XMLLIKE_DATE_FORMAT assume System default time zone
ParseException - Exception in com.espertech.esper.common.client.json.minimaljson
An unchecked exception to indicate that an input does not qualify as valid JSON.
ParseException - Exception in com.espertech.esper.common.client.module
Exception thrown when an EPL text could not be parsed.
ParseException(String) - Constructor for exception com.espertech.esper.common.client.module.ParseException
Ctor.
parseModule(String) - Method in interface com.espertech.esper.compiler.client.EPCompiler
Parse the module text returning the module object model.
parseVersion(String) - Static method in class com.espertech.esper.runtime.client.util.RuntimeVersion
 
pass(EPDataFlowEPStatementFilterContext) - Method in interface com.espertech.esper.common.client.dataflow.core.EPDataFlowEPStatementFilter
Pass or skip the statement.
PAST_LAST_ROW - Enum constant in enum class com.espertech.esper.common.client.soda.MatchRecognizeSkipClause
Skip past last row.
PATCH - Static variable in class com.espertech.esper.runtime.client.util.RuntimeVersion
Current runtime patch version.
PATTERN - Enum constant in enum class com.espertech.esper.common.client.annotation.AuditEnum
For use with pattern audit.
PATTERN - Enum constant in enum class com.espertech.esper.common.client.type.EPTypePremade
java.util.regex.Pattern
PATTERN_AND - Enum constant in enum class com.espertech.esper.common.client.annotation.AppliesTo
Pattern-And node
PATTERN_EVERY - Enum constant in enum class com.espertech.esper.common.client.annotation.AppliesTo
Pattern-Every node
PATTERN_EVERYDISTINCT - Enum constant in enum class com.espertech.esper.common.client.annotation.AppliesTo
Pattern every-distinct
PATTERN_FILTER - Enum constant in enum class com.espertech.esper.common.client.annotation.AppliesTo
Pattern-Filter node
PATTERN_FOLLOWEDBY - Enum constant in enum class com.espertech.esper.common.client.annotation.AppliesTo
Pattern followed-by
PATTERN_GUARD - Enum constant in enum class com.espertech.esper.common.client.annotation.AppliesTo
Pattern-Guard node
PATTERN_MATCHUNTIL - Enum constant in enum class com.espertech.esper.common.client.annotation.AppliesTo
Pattern-Match-Until node
PATTERN_NOT - Enum constant in enum class com.espertech.esper.common.client.annotation.AppliesTo
Pattern-Not node
PATTERN_OBSERVER - Enum constant in enum class com.espertech.esper.common.client.annotation.AppliesTo
Pattern-Observer node
PATTERN_OR - Enum constant in enum class com.espertech.esper.common.client.annotation.AppliesTo
Pattern-Or node
PATTERN_ROOT - Enum constant in enum class com.espertech.esper.common.client.annotation.AppliesTo
Pattern-Root node (internal use only)
PatternAndExpr - Class in com.espertech.esper.common.client.soda
Logical AND for use in pattern expressions.
PatternAndExpr() - Constructor for class com.espertech.esper.common.client.soda.PatternAndExpr
Ctor - for use to create a pattern expression tree, without pattern child expression.
PatternAndExpr(PatternExpr, PatternExpr, PatternExpr...) - Constructor for class com.espertech.esper.common.client.soda.PatternAndExpr
Ctor.
PATTERNDERIVED - Enum constant in enum class com.espertech.esper.common.client.meta.EventTypeTypeClass
A pattern-derived stream event type.
PatternEveryDistinctExpr - Class in com.espertech.esper.common.client.soda
Every-Distinct construct for use in pattern expressions.
PatternEveryDistinctExpr() - Constructor for class com.espertech.esper.common.client.soda.PatternEveryDistinctExpr
Ctor - for use to create a pattern expression tree, without unique-criterial expression.
PatternEveryDistinctExpr(List<Expression>) - Constructor for class com.espertech.esper.common.client.soda.PatternEveryDistinctExpr
Ctor - for use to create a pattern expression tree, without unique-criterial expression.
PatternEveryExpr - Class in com.espertech.esper.common.client.soda
Pattern 'every' expression that controls the lifecycle of pattern sub-expressions.
PatternEveryExpr() - Constructor for class com.espertech.esper.common.client.soda.PatternEveryExpr
Ctor - for use to create a pattern expression tree, without pattern child expression.
PatternEveryExpr(PatternExpr) - Constructor for class com.espertech.esper.common.client.soda.PatternEveryExpr
Ctor.
PatternExpr - Interface in com.espertech.esper.common.client.soda
Interface representing a pattern expression.
PatternExprBase - Class in com.espertech.esper.common.client.soda
Abstract base class for all pattern expressions.
PatternExprBase() - Constructor for class com.espertech.esper.common.client.soda.PatternExprBase
Ctor.
PatternExprPlaceholder - Class in com.espertech.esper.common.client.soda
For use in pattern expression as a placeholder to represent its child nodes.
PatternExprPlaceholder() - Constructor for class com.espertech.esper.common.client.soda.PatternExprPlaceholder
Ctor.
PatternExprPrecedenceEnum - Enum Class in com.espertech.esper.common.client.soda
Pattern precendences.
PatternFilterExpr - Class in com.espertech.esper.common.client.soda
Filter for use in pattern expressions.
PatternFilterExpr() - Constructor for class com.espertech.esper.common.client.soda.PatternFilterExpr
Ctor.
PatternFilterExpr(Filter) - Constructor for class com.espertech.esper.common.client.soda.PatternFilterExpr
Ctor.
PatternFilterExpr(Filter, String) - Constructor for class com.espertech.esper.common.client.soda.PatternFilterExpr
Ctor.
PatternFollowedByExpr - Class in com.espertech.esper.common.client.soda
Followed-by for use in pattern expressions.
PatternFollowedByExpr() - Constructor for class com.espertech.esper.common.client.soda.PatternFollowedByExpr
Ctor - for use to create a pattern expression tree, without pattern child expression.
PatternFollowedByExpr(PatternExpr, PatternExpr, PatternExpr...) - Constructor for class com.espertech.esper.common.client.soda.PatternFollowedByExpr
Ctor.
PatternFollowedByExpr(List<Expression>) - Constructor for class com.espertech.esper.common.client.soda.PatternFollowedByExpr
Ctor.
PatternGuardExpr - Class in com.espertech.esper.common.client.soda
Guard is the where timer-within pattern object for use in pattern expressions.
PatternGuardExpr(String, String, Expression[], PatternExpr) - Constructor for class com.espertech.esper.common.client.soda.PatternGuardExpr
Ctor - for use to create a pattern expression tree, without pattern child expression.
PatternGuardExpr(String, String, List<Expression>) - Constructor for class com.espertech.esper.common.client.soda.PatternGuardExpr
Ctor - for use to create a pattern expression tree, without pattern child expression.
PatternGuardExpr(String, String, List<Expression>, PatternExpr) - Constructor for class com.espertech.esper.common.client.soda.PatternGuardExpr
Ctor - for use to create a pattern expression tree, without pattern child expression.
PATTERNINSTANCES - Enum constant in enum class com.espertech.esper.common.client.annotation.AuditEnum
For use with pattern audit.
PatternMatchUntilExpr - Class in com.espertech.esper.common.client.soda
Match-Until construct for use in pattern expressions.
PatternMatchUntilExpr() - Constructor for class com.espertech.esper.common.client.soda.PatternMatchUntilExpr
Ctor - for use to create a pattern expression tree, without pattern child expression.
PatternMatchUntilExpr(Expression) - Constructor for class com.espertech.esper.common.client.soda.PatternMatchUntilExpr
Ctor.
PatternMatchUntilExpr(Expression, Expression, Expression) - Constructor for class com.espertech.esper.common.client.soda.PatternMatchUntilExpr
Ctor - for use when adding required child nodes later.
PatternMatchUntilExpr(Expression, Expression, PatternExpr, PatternExpr) - Constructor for class com.espertech.esper.common.client.soda.PatternMatchUntilExpr
Ctor.
PatternNotExpr - Class in com.espertech.esper.common.client.soda
Not-expression for negating a pattern sub-expression for use in pattern expressions.
PatternNotExpr() - Constructor for class com.espertech.esper.common.client.soda.PatternNotExpr
Ctor - for use to create a pattern expression tree, without pattern child expression.
PatternNotExpr(PatternExpr) - Constructor for class com.espertech.esper.common.client.soda.PatternNotExpr
Ctor.
PatternObjectType - Enum Class in com.espertech.esper.common.client.util
Choice for type of pattern object.
PatternObserverExpr - Class in com.espertech.esper.common.client.soda
Pattern observer expression observes occurances such as timer-at (crontab) and timer-interval.
PatternObserverExpr() - Constructor for class com.espertech.esper.common.client.soda.PatternObserverExpr
Ctor.
PatternObserverExpr(String, String, Expression[]) - Constructor for class com.espertech.esper.common.client.soda.PatternObserverExpr
Ctor - for use to create a pattern expression tree, without pattern child expression.
PatternObserverExpr(String, String, List<Expression>) - Constructor for class com.espertech.esper.common.client.soda.PatternObserverExpr
Ctor - for use to create a pattern expression tree, without pattern child expression.
PatternOrExpr - Class in com.espertech.esper.common.client.soda
Logical OR for use in pattern expressions.
PatternOrExpr() - Constructor for class com.espertech.esper.common.client.soda.PatternOrExpr
Ctor - for use to create a pattern expression tree, without pattern child expression.
PatternOrExpr(PatternExpr, PatternExpr, PatternExpr...) - Constructor for class com.espertech.esper.common.client.soda.PatternOrExpr
Ctor.
Patterns - Class in com.espertech.esper.common.client.soda
Convenience factory for creating PatternExpr instances, which represent pattern expression trees.
Patterns() - Constructor for class com.espertech.esper.common.client.soda.Patterns
 
PatternStream - Class in com.espertech.esper.common.client.soda
A stream of events that is generated by pattern matches.
PatternStream() - Constructor for class com.espertech.esper.common.client.soda.PatternStream
Ctor.
PatternStream(PatternExpr) - Constructor for class com.espertech.esper.common.client.soda.PatternStream
Ctor.
PatternStream(PatternExpr, String) - Constructor for class com.espertech.esper.common.client.soda.PatternStream
Ctor.
PatternStream(PatternExpr, String, AnnotationPart[]) - Constructor for class com.espertech.esper.common.client.soda.PatternStream
Ctor.
pause() - Method in interface com.espertech.esper.runtime.client.util.Adapter
Pause the sending of events after a Adapter has been started.
pause() - Method in class com.espertech.esper.runtime.client.util.AdapterStateManager
Transition into the PAUSED state.
PAUSED - Enum constant in enum class com.espertech.esper.runtime.client.util.AdapterState
Paused state.
plugInAggregation(String, Expression...) - Static method in class com.espertech.esper.common.client.soda.Expressions
Plug-in aggregation function.
plugInAggregationFunctions - Variable in class com.espertech.esper.common.client.configuration.compiler.ConfigurationCompiler
List of configured plug-in aggregation functions.
plugInAggregationMultiFunctions - Variable in class com.espertech.esper.common.client.configuration.compiler.ConfigurationCompiler
List of configured plug-in aggregation multi-functions.
plugInDateTimeMethods - Variable in class com.espertech.esper.common.client.configuration.compiler.ConfigurationCompiler
List of configured plug-in date-time-methods.
plugInEnumMethods - Variable in class com.espertech.esper.common.client.configuration.compiler.ConfigurationCompiler
List of configured plug-in enum-methods.
PluginLoader - Interface in com.espertech.esper.runtime.client.plugin
Interface for loaders of input/output adapters or any other adapter that may participate in a runtime lifecycle.
PluginLoaderInitContext - Class in com.espertech.esper.runtime.client.plugin
Context for plugin initialization.
PluginLoaderInitContext(String, Properties, String, EPRuntime) - Constructor for class com.espertech.esper.runtime.client.plugin.PluginLoaderInitContext
Initialization context for use with the adapter loader.
pluginLoaders - Variable in class com.espertech.esper.common.client.configuration.runtime.ConfigurationRuntime
List of adapter loaders.
plugInPatternObjects - Variable in class com.espertech.esper.common.client.configuration.compiler.ConfigurationCompiler
List of configured plug-in pattern objects.
PlugInProjectionExpression - Class in com.espertech.esper.common.client.soda
Represents a plug-in aggregation function.
PlugInProjectionExpression() - Constructor for class com.espertech.esper.common.client.soda.PlugInProjectionExpression
Ctor.
PlugInProjectionExpression(String, boolean) - Constructor for class com.espertech.esper.common.client.soda.PlugInProjectionExpression
Ctor.
PlugInProjectionExpression(String, boolean, Expression...) - Constructor for class com.espertech.esper.common.client.soda.PlugInProjectionExpression
Ctor.
plugInSingleRowFunctions - Variable in class com.espertech.esper.common.client.configuration.compiler.ConfigurationCompiler
List of configured plug-in single-row functions.
plugInViews - Variable in class com.espertech.esper.common.client.configuration.compiler.ConfigurationCompiler
List of configured plug-in views.
plugInVirtualDataWindows - Variable in class com.espertech.esper.common.client.configuration.compiler.ConfigurationCompiler
List of configured plug-in views.
plus(Expression, Expression) - Static method in class com.espertech.esper.common.client.soda.Expressions
Addition.
plus(String, String) - Static method in class com.espertech.esper.common.client.soda.Expressions
Addition.
POOLED - Enum constant in enum class com.espertech.esper.common.client.configuration.common.ConfigurationCommonDBRef.ConnectionLifecycleEnum
Obtain a new connection each lookup closing the connection when done.
portNumber() - Element in annotation interface com.espertech.esper.common.client.dataflow.annotations.OutputTypes
Port number
postInitialize() - Method in interface com.espertech.esper.runtime.client.plugin.PluginLoader
Called after an runtime instances has fully initialized and is already registered with EPRuntimeProvider.
PRECONFIGURED - Enum constant in enum class com.espertech.esper.common.client.util.NameAccessModifier
Preconfigured is used for objects that are preconfigured by configuration.
PREDEFINED - Enum constant in enum class com.espertech.esper.common.client.configuration.common.ConfigurationCommonVariantStream.TypeVariance
Allow only the predefined types to be inserted into the stream.
PREFER_MERGE_JOIN - Enum constant in enum class com.espertech.esper.common.client.annotation.HintEnum
For use with join query plans to indicate preferance of the merge-join query plan.
prefix() - Element in annotation interface com.espertech.esper.common.client.annotation.XMLSchemaNamespacePrefix
Prefix
prepareQuery(EPCompiled) - Method in interface com.espertech.esper.runtime.client.EPFireAndForgetService
Prepare an unparameterized fire-and-forget query before execution and for repeated execution.
prepareQueryWithParameters(EPCompiled) - Method in interface com.espertech.esper.runtime.client.EPFireAndForgetService
Prepare a parameterized fire-and-forget query for repeated parameter setting and execution.
PRETTY_PRINT - Static variable in class com.espertech.esper.common.client.json.minimaljson.WriterConfig
Write JSON in pretty-print, with each value on a separate line and an indentation of two spaces.
PrettyPrint - Class in com.espertech.esper.common.client.json.minimaljson
Enables human readable JSON output by inserting whitespace between values.after commas and colons.
PrettyPrint(char[]) - Constructor for class com.espertech.esper.common.client.json.minimaljson.PrettyPrint
 
PREV - Enum constant in enum class com.espertech.esper.common.client.soda.PreviousExpressionType
Returns a previous event with the index counting from the last event towards the first event.
PREVCOUNT - Enum constant in enum class com.espertech.esper.common.client.soda.PreviousExpressionType
Returns the count of previous events.
previous(int, String) - Static method in class com.espertech.esper.common.client.soda.Expressions
Previous function.
previous(Expression, String) - Static method in class com.espertech.esper.common.client.soda.Expressions
Previous function.
PREVIOUS - Enum constant in enum class com.espertech.esper.common.client.annotation.AppliesTo
Previous-function
previousCount(String) - Static method in class com.espertech.esper.common.client.soda.Expressions
Previous count function.
PreviousExpression - Class in com.espertech.esper.common.client.soda
Previous function for obtaining property values of previous events.
PreviousExpression() - Constructor for class com.espertech.esper.common.client.soda.PreviousExpression
Ctor.
PreviousExpression(int, String) - Constructor for class com.espertech.esper.common.client.soda.PreviousExpression
Ctor.
PreviousExpression(Expression, String) - Constructor for class com.espertech.esper.common.client.soda.PreviousExpression
Ctor.
PreviousExpression(PreviousExpressionType, Expression) - Constructor for class com.espertech.esper.common.client.soda.PreviousExpression
Ctor.
PreviousExpressionType - Enum Class in com.espertech.esper.common.client.soda
Previous function type.
previousTail(int, String) - Static method in class com.espertech.esper.common.client.soda.Expressions
Previous tail function.
previousTail(Expression, String) - Static method in class com.espertech.esper.common.client.soda.Expressions
Previous tail function.
previousWindow(String) - Static method in class com.espertech.esper.common.client.soda.Expressions
Previous window function.
PREVTAIL - Enum constant in enum class com.espertech.esper.common.client.soda.PreviousExpressionType
Returns a previous event with the index counting from the first event towards the last event.
PREVWINDOW - Enum constant in enum class com.espertech.esper.common.client.soda.PreviousExpressionType
Returns all previous events.
print(Object) - Static method in class com.espertech.esper.common.client.util.DateTime
Print the provided date object using the default date format DateTime.DEFAULT_XMLLIKE_DATE_FORMAT
printWithZone(Object) - Static method in class com.espertech.esper.common.client.util.DateTime
Print the provided date object using the default date format DateTime.DEFAULT_XMLLIKE_DATE_FORMAT
prior(int, String) - Static method in class com.espertech.esper.common.client.soda.Expressions
Prior function.
PRIOR - Enum constant in enum class com.espertech.esper.common.client.annotation.AppliesTo
Prior
PriorExpression - Class in com.espertech.esper.common.client.soda
Expression representing the prior function.
PriorExpression() - Constructor for class com.espertech.esper.common.client.soda.PriorExpression
Ctor - for use to create an expression tree, without child expression.
PriorExpression(int, String) - Constructor for class com.espertech.esper.common.client.soda.PriorExpression
Ctor.
Priority - Annotation Interface in com.espertech.esper.common.client.annotation
An execution directive for use in an EPL statement, by which processing of an event by statements start with the statement that has the highest priority, applicable only if multiple statements must process the same event.
Private - Annotation Interface in com.espertech.esper.common.client.annotation
Annotation that is the public access modifier
PRIVATE - Enum constant in enum class com.espertech.esper.common.client.util.NameAccessModifier
Private is used for objects that may be used with the same module.
PROCESS - Enum constant in enum class com.espertech.esper.common.client.hook.exception.ExceptionHandlerExceptionType
Exception occurred during event processing
ProjectedStream - Class in com.espertech.esper.common.client.soda
Abstract base class for streams that can be projected via views providing data window, uniqueness or other projections or deriving further information from streams.
ProjectedStream() - Constructor for class com.espertech.esper.common.client.soda.ProjectedStream
Ctor.
ProjectedStream(List<View>, String) - Constructor for class com.espertech.esper.common.client.soda.ProjectedStream
Ctor.
property(String) - Static method in class com.espertech.esper.common.client.soda.Expressions
Property value.
PROPERTY - Enum constant in enum class com.espertech.esper.common.client.annotation.AuditEnum
For use with property audit.
PropertyAccessException - Exception in com.espertech.esper.common.client
This exception is thrown to indicate a problem with a accessing a property of an EventBean.
PropertyAccessException(String) - Constructor for exception com.espertech.esper.common.client.PropertyAccessException
Constructor for an inner exception and message.
PropertyAccessException(String, String) - Constructor for exception com.espertech.esper.common.client.PropertyAccessException
Constructor.
PropertyAccessException(String, Throwable) - Constructor for exception com.espertech.esper.common.client.PropertyAccessException
Constructor for an inner exception and message.
PropertyAccessException(Throwable) - Constructor for exception com.espertech.esper.common.client.PropertyAccessException
Constructor.
PropertyExistsExpression - Class in com.espertech.esper.common.client.soda
Property-exists checks if a dynamic property exists.
PropertyExistsExpression() - Constructor for class com.espertech.esper.common.client.soda.PropertyExistsExpression
Ctor - for use to create an expression tree, without child expression.
PropertyExistsExpression(String) - Constructor for class com.espertech.esper.common.client.soda.PropertyExistsExpression
Ctor.
PropertyResolutionStyle - Enum Class in com.espertech.esper.common.client.util
Enumeration of different resolution styles for resolving property names.
PropertyValueExpression - Class in com.espertech.esper.common.client.soda
Expression returning a property value.
PropertyValueExpression() - Constructor for class com.espertech.esper.common.client.soda.PropertyValueExpression
Ctor.
PropertyValueExpression(String) - Constructor for class com.espertech.esper.common.client.soda.PropertyValueExpression
Ctor.
PropertyValueExpressionPair - Class in com.espertech.esper.common.client.soda
Pair of expressions with "equals" operator between.
PropertyValueExpressionPair() - Constructor for class com.espertech.esper.common.client.soda.PropertyValueExpressionPair
Ctor.
PropertyValueExpressionPair(PropertyValueExpression, PropertyValueExpression) - Constructor for class com.espertech.esper.common.client.soda.PropertyValueExpressionPair
Ctor.
Protected - Annotation Interface in com.espertech.esper.common.client.annotation
Annotation that is the public access modifier
PROTECTED - Enum constant in enum class com.espertech.esper.common.client.util.NameAccessModifier
Protected is used for objects that may be used with the modules of the same module name.
provide(EPDataFlowOperatorParameterProviderContext) - Method in interface com.espertech.esper.common.client.dataflow.core.EPDataFlowOperatorParameterProvider
Return new value for operator
provide(EPDataFlowOperatorProviderContext) - Method in interface com.espertech.esper.common.client.dataflow.core.EPDataFlowOperatorProvider
Called to see if the provider would like to provide the operator instance as described in the context.
provide(EPRecompileProviderContext) - Method in interface com.espertech.esper.common.client.hook.recompile.EPRecompileProvider
Provide compiler output
provide(EPRecompileProviderContext) - Method in class com.espertech.esper.compiler.client.util.EPRecompileProviderDefault
 
Public - Annotation Interface in com.espertech.esper.common.client.annotation
Annotation that is the public access modifier
PUBLIC - Enum constant in enum class com.espertech.esper.common.client.util.AccessorStyle
Expose all public methods and public members as event properties, plus explicitly configured properties.
PUBLIC - Enum constant in enum class com.espertech.esper.common.client.util.NameAccessModifier
Public is used for objects that may be used by other modules irrespective of module names.

Q

QNAME - Enum constant in enum class com.espertech.esper.common.client.type.EPTypePremade
QName

R

range(Expression, Expression, Expression, boolean, boolean) - Static method in class com.espertech.esper.common.client.soda.Expressions
Between (or range).
RANGE_CLOSED - Enum constant in enum class com.espertech.esper.common.client.hook.vdw.VirtualDataWindowLookupOp
Range contains low and high endpoint, i.e.
RANGE_HALF_CLOSED - Enum constant in enum class com.espertech.esper.common.client.hook.vdw.VirtualDataWindowLookupOp
Range includes high endpoint but not low endpoint, i.e.
RANGE_HALF_OPEN - Enum constant in enum class com.espertech.esper.common.client.hook.vdw.VirtualDataWindowLookupOp
Range includes low endpoint but not high endpoint, i.e.
RANGE_OPEN - Enum constant in enum class com.espertech.esper.common.client.hook.vdw.VirtualDataWindowLookupOp
Range contains neither endpoint, i.e.
read(DataInput) - Static method in class com.espertech.esper.common.client.EPCompiledManifest
Read the manifest from input.
read(DataInput, byte[]) - Method in interface com.espertech.esper.common.client.serde.DataInputOutputSerde
Read an object from the stream.
read(File) - Static method in class com.espertech.esper.compiler.client.util.EPCompiledIOUtil
Reads the jar file into an EPCompiled compiled for deployment into a runtime.
readFrom(Reader) - Static method in class com.espertech.esper.common.client.json.minimaljson.JsonArray
Deprecated.
readFrom(Reader) - Static method in class com.espertech.esper.common.client.json.minimaljson.JsonObject
Deprecated.
readFrom(Reader) - Static method in class com.espertech.esper.common.client.json.minimaljson.JsonValue
Deprecated.
Use Json.parse(Reader) instead
readFrom(String) - Static method in class com.espertech.esper.common.client.json.minimaljson.JsonArray
Deprecated.
readFrom(String) - Static method in class com.espertech.esper.common.client.json.minimaljson.JsonObject
Deprecated.
readFrom(String) - Static method in class com.espertech.esper.common.client.json.minimaljson.JsonValue
Deprecated.
Use Json.parse(String) instead
readModule(File) - Method in interface com.espertech.esper.compiler.client.EPCompiler
Read the module by reading the text file and return the module.
readModule(InputStream, String) - Method in interface com.espertech.esper.compiler.client.EPCompiler
Read the input stream and return the module.
readModule(String, ClassLoader) - Method in interface com.espertech.esper.compiler.client.EPCompiler
Read the resource by opening from classpath and return the module.
readModule(URL) - Method in interface com.espertech.esper.compiler.client.EPCompiler
Read the module by reading from the URL provided and return the module.
READMOSTLY - Enum constant in enum class com.espertech.esper.common.client.util.FilterServiceProfile
If filters are mostly static, the default.
READWRITE - Enum constant in enum class com.espertech.esper.common.client.util.FilterServiceProfile
For very dynamic filters that come and go in a highly threaded environment.
RECLAIM_GROUP_AGED - Enum constant in enum class com.espertech.esper.common.client.annotation.HintEnum
For use with group-by and std:groupwin, reclaim groups for unbound streams based on time.
RECLAIM_GROUP_FREQ - Enum constant in enum class com.espertech.esper.common.client.annotation.HintEnum
For use with group-by and std:groupwin, reclaim groups for unbound streams based on time, this number is the frequency in seconds at which a sweep occurs for aged groups, if not provided then the sweep frequency is the same number as the age.
regexp(Expression, Expression) - Static method in class com.espertech.esper.common.client.soda.Expressions
Regular expression.
regexp(Expression, Expression, String) - Static method in class com.espertech.esper.common.client.soda.Expressions
Regular expression.
regexp(String, String) - Static method in class com.espertech.esper.common.client.soda.Expressions
Regular expression.
regexp(String, String, String) - Static method in class com.espertech.esper.common.client.soda.Expressions
Regular expression.
RegExpExpression - Class in com.espertech.esper.common.client.soda
Regular expression evaluates a "regexp" regular expression.
RegExpExpression() - Constructor for class com.espertech.esper.common.client.soda.RegExpExpression
Ctor - for use to create an expression tree, without child expression.
RegExpExpression(boolean) - Constructor for class com.espertech.esper.common.client.soda.RegExpExpression
Ctor - for use to create an expression tree, without child expression.
RegExpExpression(Expression, Expression) - Constructor for class com.espertech.esper.common.client.soda.RegExpExpression
Ctor.
RegExpExpression(Expression, Expression, boolean) - Constructor for class com.espertech.esper.common.client.soda.RegExpExpression
Ctor.
RegExpExpression(Expression, Expression, Expression) - Constructor for class com.espertech.esper.common.client.soda.RegExpExpression
Ctor.
RegExpExpression(Expression, Expression, Expression, boolean) - Constructor for class com.espertech.esper.common.client.soda.RegExpExpression
Ctor.
RELATIONAL_BETWEEN_IN - Enum constant in enum class com.espertech.esper.common.client.soda.ExpressionPrecedenceEnum
Precedence.
RelationalOpExpression - Class in com.espertech.esper.common.client.soda
Comparison using one of the relational operators (=, !=, <, <=, >, >=, is, is not).
RelationalOpExpression() - Constructor for class com.espertech.esper.common.client.soda.RelationalOpExpression
Ctor.
RelationalOpExpression(Expression, String, Expression) - Constructor for class com.espertech.esper.common.client.soda.RelationalOpExpression
Ctor.
RelationalOpExpression(String) - Constructor for class com.espertech.esper.common.client.soda.RelationalOpExpression
Ctor.
release(ManagedReadWriteLock) - Method in interface com.espertech.esper.runtime.client.util.LockStrategy
Release should release the write lock of the provided read-write lock and should never fail.
release(ManagedReadWriteLock) - Method in class com.espertech.esper.runtime.client.util.LockStrategyDefault
 
release(ManagedReadWriteLock) - Method in class com.espertech.esper.runtime.client.util.LockStrategyNone
 
release(ManagedReadWriteLock) - Method in class com.espertech.esper.runtime.client.util.LockStrategyWTimeout
 
remove(int) - Method in class com.espertech.esper.common.client.json.minimaljson.JsonArray
Removes the element at the specified index from this array.
remove(String) - Method in class com.espertech.esper.common.client.json.minimaljson.JsonObject
Removes a member with the specified name from this object.
removeAllDeploymentStateListeners() - Method in interface com.espertech.esper.runtime.client.EPDeploymentService
Removes all deployment state listener
removeAllListeners() - Method in interface com.espertech.esper.runtime.client.EPListenable
Remove all listeners.
removeAllRuntimeStateListeners() - Method in interface com.espertech.esper.runtime.client.EPRuntime
Remove all listeners to runtime state changes.
removeContextPartitionStateListener(String, String, ContextPartitionStateListener) - Method in interface com.espertech.esper.common.client.context.EPContextPartitionService
Remove a context partition state listener for the given context
removeContextPartitionStateListeners(String, String) - Method in interface com.espertech.esper.common.client.context.EPContextPartitionService
Removes all context partition state listener for the given context
removeContextStateListener(ContextStateListener) - Method in interface com.espertech.esper.common.client.context.EPContextPartitionService
Remove a context state listener
removeContextStateListeners() - Method in interface com.espertech.esper.common.client.context.EPContextPartitionService
Removes all context state listener
removeDeploymentStateListener(DeploymentStateListener) - Method in interface com.espertech.esper.runtime.client.EPDeploymentService
Remove a deployment state listener
removeImport(String) - Method in class com.espertech.esper.common.client.configuration.common.ConfigurationCommon
Remove an import.
removeListener(UpdateListener) - Method in interface com.espertech.esper.runtime.client.EPListenable
Remove a listener that observes events.
removeRuntimeStateListener(EPRuntimeStateListener) - Method in interface com.espertech.esper.runtime.client.EPRuntime
Removate a listener to runtime state changes.
removeSavedConfiguration(String) - Method in interface com.espertech.esper.common.client.dataflow.core.EPDataFlowService
Remove a previously saved data flow configuration.
removeSavedInstance(String) - Method in interface com.espertech.esper.common.client.dataflow.core.EPDataFlowService
Remove an instance previously saved.
render(EventBean) - Method in interface com.espertech.esper.common.client.render.JSONEventRenderer
Render a given event in the JSON format.
render(EventBean) - Method in class com.espertech.esper.common.client.render.JSONEventRendererJsonEventType
 
render(EventPropertyRendererContext) - Method in interface com.espertech.esper.common.client.render.EventPropertyRenderer
Render an event property.
render(String, EventBean) - Method in interface com.espertech.esper.common.client.render.JSONEventRenderer
Render a given event in the JSON format.
render(String, EventBean) - Method in class com.espertech.esper.common.client.render.JSONEventRendererJsonEventType
 
render(String, EventBean) - Method in interface com.espertech.esper.common.client.render.XMLEventRenderer
Render a given event in the XML format.
render(List<DotExpressionItem>, StringWriter, boolean) - Static method in class com.espertech.esper.common.client.soda.DotExpressionItem
Render to EPL.
renderAggregation(StringWriter, String, boolean, List<Expression>) - Static method in class com.espertech.esper.common.client.soda.ExpressionBase
Render an aggregation function with distinct and parameter expressions
renderEPLAssignments(StringWriter, List<Assignment>) - Static method in class com.espertech.esper.common.client.soda.UpdateClause
Write assignments.
renderItem(StringWriter) - Method in class com.espertech.esper.common.client.soda.DotExpressionItem
Render to EPL.
renderItem(StringWriter) - Method in class com.espertech.esper.common.client.soda.DotExpressionItemArray
 
renderItem(StringWriter) - Method in class com.espertech.esper.common.client.soda.DotExpressionItemCall
 
renderItem(StringWriter) - Method in class com.espertech.esper.common.client.soda.DotExpressionItemName
 
renderJSON(String, EventBean) - Method in interface com.espertech.esper.common.client.render.EPEventTypeRuntime
Quick-access method to render a given event in the JSON format.
renderJSON(String, EventBean) - Method in interface com.espertech.esper.common.client.render.EPRenderEventService
Quick-access method to render a given event in the JSON format.
renderJSON(String, EventBean, JSONRenderingOptions) - Method in interface com.espertech.esper.common.client.render.EPEventTypeRuntime
Quick-access method to render a given event in the JSON format.
renderJSON(String, EventBean, JSONRenderingOptions) - Method in interface com.espertech.esper.common.client.render.EPRenderEventService
Quick-access method to render a given event in the JSON format.
renderValue(StringWriter, Object) - Static method in class com.espertech.esper.common.client.soda.DataFlowOperatorParameter
Render prameter.
renderXML(String, EventBean) - Method in interface com.espertech.esper.common.client.render.EPEventTypeRuntime
Quick-access method to render a given event in the XML format.
renderXML(String, EventBean) - Method in interface com.espertech.esper.common.client.render.EPRenderEventService
Quick-access method to render a given event in the XML format.
renderXML(String, EventBean, XMLRenderingOptions) - Method in interface com.espertech.esper.common.client.render.EPEventTypeRuntime
Quick-access method to render a given event in the XML format.
renderXML(String, EventBean, XMLRenderingOptions) - Method in interface com.espertech.esper.common.client.render.EPRenderEventService
Quick-access method to render a given event in the XML format.
reset() - Method in class com.espertech.esper.common.client.configuration.common.ConfigurationCommon
Reset to an empty configuration.
reset() - Method in class com.espertech.esper.common.client.configuration.compiler.ConfigurationCompiler
Reset to an empty configuration.
reset() - Method in class com.espertech.esper.common.client.configuration.Configuration
Reset to an empty configuration.
reset() - Method in class com.espertech.esper.common.client.configuration.runtime.ConfigurationRuntime
Reset to an empty configuration.
reset() - Method in interface com.espertech.esper.runtime.client.scopetest.SupportListener
Reset listener, clearing all associated state.
reset() - Method in class com.espertech.esper.runtime.client.scopetest.SupportSubscriber
Reset subscriber, clearing all associated state.
reset() - Method in class com.espertech.esper.runtime.client.scopetest.SupportSubscriberMRD
Reset subscriber, clearing all associated state.
reset() - Method in class com.espertech.esper.runtime.client.scopetest.SupportUpdateListener
Reset listener, clearing all associated state.
resetStats() - Method in interface com.espertech.esper.runtime.client.EPEventService
Reset the count of the number of events received and emitted
resolveMap(String, Map<String, Object>, DataFlowOpInitializeContext) - Static method in class com.espertech.esper.common.client.dataflow.util.DataFlowParameterResolution
Resolve all entries in the map by first looking at the parameter value provider and by using the evaluator if one was provided or returning the provided value if no evaluator was found.
resolveNumber(String, ExprEvaluator, Number, DataFlowOpInitializeContext) - Static method in class com.espertech.esper.common.client.dataflow.util.DataFlowParameterResolution
Resolve a number value by first looking at the parameter value provider and by using the evaluator if one was provided, returning the default value if no value was found and no evaluator was provided.
resolveOptionalInstance(String, Map<String, Object>, Class<T>, DataFlowOpInitializeContext) - Static method in class com.espertech.esper.common.client.dataflow.util.DataFlowParameterResolution
Resolve an instance from a class-name map.
resolveSerdeForClass(SerdeProviderContextClass) - Method in interface com.espertech.esper.common.client.serde.SerdeProvider
Returns a serde provision or null if none can be determined.
resolveSerdeForEventType(SerdeProviderEventTypeContext) - Method in interface com.espertech.esper.common.client.serde.SerdeProvider
Returns a serde for a map or object-array event type or null for using the default serde
resolveStringOptional(String, ExprEvaluator, DataFlowOpInitializeContext) - Static method in class com.espertech.esper.common.client.dataflow.util.DataFlowParameterResolution
Resolve a string value by first looking at the parameter value provider and by using the evaluator if one was provided or returning null if no value was found.
resolveStringRequired(String, ExprEvaluator, DataFlowOpInitializeContext) - Static method in class com.espertech.esper.common.client.dataflow.util.DataFlowParameterResolution
Resolve a string value by first looking at the parameter value provider and by using the evaluator if one was provided, throwing an exception if no value was provided.
resolveWithDefault(String, ExprEvaluator, T, Class<T>, DataFlowOpInitializeContext) - Static method in class com.espertech.esper.common.client.dataflow.util.DataFlowParameterResolution
Resolve a typed value by first looking at the parameter value provider and by using the evaluator if one was provided or returning the provided default value if no value was found.
RESULTSET_AGGREGATEGROUPED_OUTPUTALL - Enum constant in enum class com.espertech.esper.common.client.annotation.AppliesTo
Result Set Aggregate-Grouped Output All
RESULTSET_AGGREGATEGROUPED_OUTPUTALL_OPT - Enum constant in enum class com.espertech.esper.common.client.annotation.AppliesTo
Result Set Aggregate-Grouped Output All with Options
RESULTSET_AGGREGATEGROUPED_OUTPUTFIRST - Enum constant in enum class com.espertech.esper.common.client.annotation.AppliesTo
Result Set Aggregate-Grouped Output Limit Helper
RESULTSET_AGGREGATEGROUPED_OUTPUTLAST_OPT - Enum constant in enum class com.espertech.esper.common.client.annotation.AppliesTo
Result Set Aggregate-Grouped Output Last with Options
RESULTSET_FULLYAGGREGATED_OUTPUTALL - Enum constant in enum class com.espertech.esper.common.client.annotation.AppliesTo
Result Set Fully-Aggregated Output All
RESULTSET_FULLYAGGREGATED_OUTPUTLAST - Enum constant in enum class com.espertech.esper.common.client.annotation.AppliesTo
Result Set Fully-Aggregated Output Last
RESULTSET_OUTPUTLIMIT - Enum constant in enum class com.espertech.esper.common.client.annotation.AppliesTo
Output rate limiting
RESULTSET_ROLLUP_OUTPUTALL - Enum constant in enum class com.espertech.esper.common.client.annotation.AppliesTo
Result Set Rollup Output Limit Helper
RESULTSET_ROLLUP_OUTPUTFIRST - Enum constant in enum class com.espertech.esper.common.client.annotation.AppliesTo
Result Set Rollup Output Limit Helper
RESULTSET_ROLLUP_OUTPUTLAST - Enum constant in enum class com.espertech.esper.common.client.annotation.AppliesTo
Result Set Rollup Output Limit Helper
RESULTSET_ROLLUP_OUTPUTSNAPSHOT - Enum constant in enum class com.espertech.esper.common.client.annotation.AppliesTo
Result Set Rollup Output Limit Helper
RESULTSET_ROWPEREVENT_OUTPUTALL - Enum constant in enum class com.espertech.esper.common.client.annotation.AppliesTo
Result Set Simple Row-Per-Event Output All
RESULTSET_ROWPEREVENT_OUTPUTLAST - Enum constant in enum class com.espertech.esper.common.client.annotation.AppliesTo
Result Set Simple Row-Per-Event Output Last
RESULTSET_ROWPERGROUP_OUTPUTALL - Enum constant in enum class com.espertech.esper.common.client.annotation.AppliesTo
Result Set Row-Per-Group Output All
RESULTSET_ROWPERGROUP_OUTPUTALL_OPT - Enum constant in enum class com.espertech.esper.common.client.annotation.AppliesTo
Result Set Row-Per-Group Output All with Option
RESULTSET_ROWPERGROUP_OUTPUTFIRST - Enum constant in enum class com.espertech.esper.common.client.annotation.AppliesTo
Result Set Row-Per-Group Output Limit Helper
RESULTSET_ROWPERGROUP_OUTPUTLAST_OPT - Enum constant in enum class com.espertech.esper.common.client.annotation.AppliesTo
Result Set Row-Per-Group Output All with Option
RESULTSET_ROWPERGROUP_UNBOUND - Enum constant in enum class com.espertech.esper.common.client.annotation.AppliesTo
Result Set Row-Per-Group Unbound Helper
RESULTSET_SIMPLE_OUTPUTALL - Enum constant in enum class com.espertech.esper.common.client.annotation.AppliesTo
Result Set Simple Output All
RESULTSET_SIMPLE_OUTPUTLAST - Enum constant in enum class com.espertech.esper.common.client.annotation.AppliesTo
Result Set Simple Output Last
resume() - Method in interface com.espertech.esper.runtime.client.util.Adapter
Resume sending events after the Adapter has been paused.
resume() - Method in class com.espertech.esper.runtime.client.util.AdapterStateManager
Transition into the STARTED state (from the PAUSED state).
RETAIN - Enum constant in enum class com.espertech.esper.common.client.configuration.common.ConfigurationCommonDBRef.ConnectionLifecycleEnum
Retain connection between lookups, not getting a new connection each lookup.
RETHROW_FIRST - Enum constant in enum class com.espertech.esper.common.client.util.UndeployRethrowPolicy
Rethrow First Encountered Exception.
rethrowExceptions() - Element in annotation interface com.espertech.esper.common.client.hook.singlerowfunc.ExtensionSingleRowFunction
Rethrow-exception setting
REVISION - Enum constant in enum class com.espertech.esper.common.client.meta.EventTypeTypeClass
A revision event type.
rollout(Collection<EPDeploymentRolloutCompiled>) - Method in interface com.espertech.esper.runtime.client.EPDeploymentService
Roll-out multiple deployments.
rollout(Collection<EPDeploymentRolloutCompiled>, RolloutOptions) - Method in interface com.espertech.esper.runtime.client.EPDeploymentService
Roll-out multiple deployments.
RolloutOptions - Class in com.espertech.esper.runtime.client
RolloutOptions() - Constructor for class com.espertech.esper.runtime.client.RolloutOptions
 
rootElementName() - Element in annotation interface com.espertech.esper.common.client.annotation.XMLSchema
The root element name (required).
rootElementNamespace() - Element in annotation interface com.espertech.esper.common.client.annotation.XMLSchema
The root element namespace
routeEvent(Object) - Method in interface com.espertech.esper.common.client.EventSender
Route the event object back to the event stream processing runtime for internal dispatching, to avoid the possibility of a stack overflow due to nested calls to sendEvent.
routeEventAvro(Object, String) - Method in interface com.espertech.esper.runtime.client.EPEventServiceRouteEvent
Route the event object back to the runtime for internal dispatching, to avoid the possibility of a stack overflow due to nested calls to sendEvent.
routeEventBean(Object, String) - Method in interface com.espertech.esper.runtime.client.EPEventServiceRouteEvent
Route the event object back to the runtime for internal dispatching, to avoid the possibility of a stack overflow due to nested calls to sendEvent.
routeEventJson(String, String) - Method in interface com.espertech.esper.runtime.client.EPEventServiceRouteEvent
Route the event object back to the runtime for internal dispatching, to avoid the possibility of a stack overflow due to nested calls to sendEvent.
routeEventMap(Map<String, Object>, String) - Method in interface com.espertech.esper.runtime.client.EPEventServiceRouteEvent
Route the event object back to the runtime for internal dispatching, to avoid the possibility of a stack overflow due to nested calls to sendEvent.
routeEventObjectArray(Object[], String) - Method in interface com.espertech.esper.runtime.client.EPEventServiceRouteEvent
Route the event object back to the runtime for internal dispatching, to avoid the possibility of a stack overflow due to nested calls to sendEvent.
routeEventXMLDOM(Node, String) - Method in interface com.espertech.esper.runtime.client.EPEventServiceRouteEvent
Route the event object back to the runtime for internal dispatching, to avoid the possibility of a stack overflow due to nested calls to sendEvent.
RowLimitClause - Class in com.espertech.esper.common.client.soda
Specification object for a row limit.
RowLimitClause() - Constructor for class com.espertech.esper.common.client.soda.RowLimitClause
Ctor.
RowLimitClause(Integer, Integer, String, String) - Constructor for class com.espertech.esper.common.client.soda.RowLimitClause
Ctor.
ROWRECOG_PARTITIONED - Enum constant in enum class com.espertech.esper.common.client.annotation.AppliesTo
Match-recognize partitioned state
ROWRECOG_SCHEDULE - Enum constant in enum class com.espertech.esper.common.client.annotation.AppliesTo
Match-recognize schedule state
ROWRECOG_UNPARTITIONED - Enum constant in enum class com.espertech.esper.common.client.annotation.AppliesTo
Match-recognize unpartitioned state
RSTREAM_ISTREAM_BOTH - Enum constant in enum class com.espertech.esper.common.client.soda.StreamSelector
Indicates selection of both the insert and the remove stream.
RSTREAM_ONLY - Enum constant in enum class com.espertech.esper.common.client.soda.StreamSelector
Indicates selection of the remove stream only.
run() - Method in interface com.espertech.esper.common.client.dataflow.core.EPDataFlowInstance
Blocking execution of the data flow instance.
RUNNING - Enum constant in enum class com.espertech.esper.common.client.dataflow.core.EPDataFlowState
Running means the data flow instance is currently executing.
RUNTIME_VERSION - Static variable in class com.espertech.esper.runtime.client.util.RuntimeVersion
Current runtime version.
RuntimeMetric - Class in com.espertech.esper.common.client.metric
Reports runtime-level instrumentation values.
RuntimeMetric(String, long, long, long, long) - Constructor for class com.espertech.esper.common.client.metric.RuntimeMetric
Ctor.
RuntimeVersion - Class in com.espertech.esper.runtime.client.util
Runtime version.
RuntimeVersion() - Constructor for class com.espertech.esper.runtime.client.util.RuntimeVersion
 
RuntimeVersion.MajorMinorPatch - Class in com.espertech.esper.runtime.client.util
 
RuntimeVersion.VersionException - Exception in com.espertech.esper.runtime.client.util
 

S

safeIterator() - Method in interface com.espertech.esper.runtime.client.EPIterable
Returns a concurrency-safe iterator that iterates over events representing statement results (pull API) in the face of concurrent event processing by further threads.
safeIterator(ContextPartitionSelector) - Method in interface com.espertech.esper.runtime.client.EPIterable
For use with statements that have a context declared and that may therefore have multiple context partitions, allows to safe-iterate over context partitions selectively.
SafeIterator<E> - Interface in com.espertech.esper.common.client.util
A concurrency-safe iterator that iterates over events representing statement results (pull API) in the face of concurrent event processing by further threads.
SAMPLE - Enum constant in enum class com.espertech.esper.common.client.configuration.common.ConfigurationCommonDBRef.MetadataOriginEnum
Obtain output column metadata by executing a sample query statement at statement compilation time.
saveConfiguration(String, String, String, EPDataFlowInstantiationOptions) - Method in interface com.espertech.esper.common.client.dataflow.core.EPDataFlowService
Save an existing data flow configuration (data flow name and its options) for later retrieval.
saveInstance(String, EPDataFlowInstance) - Method in interface com.espertech.esper.common.client.dataflow.core.EPDataFlowService
Save an existing instance with the runtime, for later retrieval.
SCHEDULE - Enum constant in enum class com.espertech.esper.common.client.annotation.AuditEnum
For use with schedule-audit.
ScheduleItemType - Enum Class in com.espertech.esper.common.client.soda
Type of schedule item.
schema() - Element in annotation interface com.espertech.esper.common.client.annotation.AvroSchemaField
Schema text.
SchemaColumnDesc - Class in com.espertech.esper.common.client.soda
Descriptor for use in create-schema syntax to define property name and type of an event property.
SchemaColumnDesc() - Constructor for class com.espertech.esper.common.client.soda.SchemaColumnDesc
Ctor.
SchemaColumnDesc(String, String) - Constructor for class com.espertech.esper.common.client.soda.SchemaColumnDesc
Ctor.
schemaResource() - Element in annotation interface com.espertech.esper.common.client.annotation.XMLSchema
The schema resource URL
schemaText() - Element in annotation interface com.espertech.esper.common.client.annotation.XMLSchema
The schema text
ScopeTestHelper - Class in com.espertech.esper.common.client.scopetest
Helper for asserting conditions.
ScopeTestHelper() - Constructor for class com.espertech.esper.common.client.scopetest.ScopeTestHelper
 
SCRIPT - Enum constant in enum class com.espertech.esper.runtime.client.util.EPObjectType
Script.
ScriptExpression - Class in com.espertech.esper.common.client.soda
Script-expression is external scripting language expression such as JavaScript, Groovy or MVEL, for example.
ScriptExpression() - Constructor for class com.espertech.esper.common.client.soda.ScriptExpression
Ctor.
ScriptExpression(String, List<String>, String, String, String) - Constructor for class com.espertech.esper.common.client.soda.ScriptExpression
Ctor.
ScriptExpression(String, List<String>, String, String, String, String) - Constructor for class com.espertech.esper.common.client.soda.ScriptExpression
Ctor.
sec(Integer) - Method in class com.espertech.esper.common.client.util.TimePeriod
Ctor for chain.
SELECT - Enum constant in enum class com.espertech.esper.common.client.util.StatementType
Select statement that may contain one or more patterns.
selectClause(SelectClause) - Method in class com.espertech.esper.common.client.soda.EPStatementObjectModel
Specify a select-clause.
SelectClause - Class in com.espertech.esper.common.client.soda
A select-clause consists of a list of selection elements (expressions, wildcard(s), stream wildcard and the like) and an optional stream selector.
SelectClause() - Constructor for class com.espertech.esper.common.client.soda.SelectClause
Ctor.
SelectClause(StreamSelector, List<SelectClauseElement>) - Constructor for class com.espertech.esper.common.client.soda.SelectClause
Ctor.
SelectClauseElement - Interface in com.espertech.esper.common.client.soda
Item in a select-clause to describe individual select-clause expressions or wildcard(s).
SelectClauseExpression - Class in com.espertech.esper.common.client.soda
Part of a select-clause to describe individual select-clause expressions.
SelectClauseExpression() - Constructor for class com.espertech.esper.common.client.soda.SelectClauseExpression
Ctor.
SelectClauseExpression(Expression) - Constructor for class com.espertech.esper.common.client.soda.SelectClauseExpression
Ctor.
SelectClauseExpression(Expression, String) - Constructor for class com.espertech.esper.common.client.soda.SelectClauseExpression
Ctor.
SelectClauseStreamWildcard - Class in com.espertech.esper.common.client.soda
For use in a select clause, this element in a select clause defines that for a given stream we want to select the underlying type.
SelectClauseStreamWildcard() - Constructor for class com.espertech.esper.common.client.soda.SelectClauseStreamWildcard
Ctor.
SelectClauseStreamWildcard(String, String) - Constructor for class com.espertech.esper.common.client.soda.SelectClauseStreamWildcard
Ctor.
SelectClauseWildcard - Class in com.espertech.esper.common.client.soda
Represents a wildcard in the select-clause.
SelectClauseWildcard() - Constructor for class com.espertech.esper.common.client.soda.SelectClauseWildcard
Ctor.
sendEvent(Object) - Method in interface com.espertech.esper.common.client.EventSender
Processes the event object.
sendEventAvro(Object, String) - Method in interface com.espertech.esper.runtime.client.EPEventServiceSendEvent
Send an event represented by a Avro GenericData.Record to the runtime.
sendEventBean(Object, String) - Method in interface com.espertech.esper.runtime.client.EPEventServiceSendEvent
Send an event represented by an object to the runtime.
sendEventJson(String, String) - Method in interface com.espertech.esper.runtime.client.EPEventServiceSendEvent
Send an event represented by a String JSON to the runtime.
sendEventMap(Map<String, Object>, String) - Method in interface com.espertech.esper.runtime.client.EPEventServiceSendEvent
Send a map containing event property values to the runtime.
sendEventObjectArray(Object[], String) - Method in interface com.espertech.esper.runtime.client.EPEventServiceSendEvent
Send an object array containing event property values to the runtime.
sendEventXMLDOM(Node, String) - Method in interface com.espertech.esper.runtime.client.EPEventServiceSendEvent
Send an event represented by a DOM node to the runtime.
SerdeProvider - Interface in com.espertech.esper.common.client.serde
For use with high-availability and scale-out only, provider for serde (serializer and deserializer) information to the compiler.
SerdeProviderAdditionalInfo - Class in com.espertech.esper.common.client.serde
For use with high-availability and scale-out only, this class provides additional information passed to serde provider, for use with SerdeProvider
SerdeProviderAdditionalInfo(StatementRawInfo) - Constructor for class com.espertech.esper.common.client.serde.SerdeProviderAdditionalInfo
Ctor.
SerdeProviderAdditionalInfoAggregation - Class in com.espertech.esper.common.client.serde
Information that the serde applies to an aggregation.
SerdeProviderAdditionalInfoAggregation(StatementRawInfo) - Constructor for class com.espertech.esper.common.client.serde.SerdeProviderAdditionalInfoAggregation
Ctor
SerdeProviderAdditionalInfoAggregationDistinct - Class in com.espertech.esper.common.client.serde
Information that the serde applies to an distinct-value expression of an aggregation.
SerdeProviderAdditionalInfoAggregationDistinct(StatementRawInfo) - Constructor for class com.espertech.esper.common.client.serde.SerdeProviderAdditionalInfoAggregationDistinct
Ctor
SerdeProviderAdditionalInfoDerivedViewProperty - Class in com.espertech.esper.common.client.serde
Information that the serde applies to a derived-value view property.
SerdeProviderAdditionalInfoDerivedViewProperty(StatementRawInfo) - Constructor for class com.espertech.esper.common.client.serde.SerdeProviderAdditionalInfoDerivedViewProperty
Ctor
SerdeProviderAdditionalInfoEventProperty - Class in com.espertech.esper.common.client.serde
Information about the event property for which to obtain a serde.
SerdeProviderAdditionalInfoEventProperty(StatementRawInfo, String, String) - Constructor for class com.espertech.esper.common.client.serde.SerdeProviderAdditionalInfoEventProperty
Ctor.
SerdeProviderAdditionalInfoEventType - Class in com.espertech.esper.common.client.serde
Information about the event type for which to obtain a serde.
SerdeProviderAdditionalInfoEventType(StatementRawInfo, String, EventType[]) - Constructor for class com.espertech.esper.common.client.serde.SerdeProviderAdditionalInfoEventType
Ctor.
SerdeProviderAdditionalInfoFilter - Class in com.espertech.esper.common.client.serde
Information that the serde applies to a filter.
SerdeProviderAdditionalInfoFilter(StatementRawInfo) - Constructor for class com.espertech.esper.common.client.serde.SerdeProviderAdditionalInfoFilter
Ctor
SerdeProviderAdditionalInfoIndex - Class in com.espertech.esper.common.client.serde
Information that the serde applies to an index.
SerdeProviderAdditionalInfoIndex(StatementRawInfo) - Constructor for class com.espertech.esper.common.client.serde.SerdeProviderAdditionalInfoIndex
Ctor
SerdeProviderAdditionalInfoMultikey - Class in com.espertech.esper.common.client.serde
Information about the multikey for which to obtain a serde.
SerdeProviderAdditionalInfoMultikey(StatementRawInfo) - Constructor for class com.espertech.esper.common.client.serde.SerdeProviderAdditionalInfoMultikey
Ctor
SerdeProviderAdditionalInfoVariable - Class in com.espertech.esper.common.client.serde
Information about the variable for which to obtain a serde.
SerdeProviderAdditionalInfoVariable(StatementRawInfo, String) - Constructor for class com.espertech.esper.common.client.serde.SerdeProviderAdditionalInfoVariable
Ctor.
SerdeProviderContextClass - Class in com.espertech.esper.common.client.serde
For use with high-availability and scale-out only, this class provides contextual information about the class that we looking to serialize or de-serialize, for use with SerdeProvider
SerdeProviderContextClass(EPTypeClass, SerdeProviderAdditionalInfo) - Constructor for class com.espertech.esper.common.client.serde.SerdeProviderContextClass
Ctor.
SerdeProviderEventTypeContext - Class in com.espertech.esper.common.client.serde
For use with high-availability and scale-out only, this class provides contextual information about the event type that we looking to serialize or de-serialize, for use with SerdeProvider
SerdeProviderEventTypeContext(StatementRawInfo, EventType) - Constructor for class com.espertech.esper.common.client.serde.SerdeProviderEventTypeContext
Ctor.
SerdeProviderFactory - Interface in com.espertech.esper.common.client.serde
Factory for serde providers.
SerdeProviderFactoryContext - Class in com.espertech.esper.common.client.serde
Context provided to serde provider factories for runtime-contextual information.
SerdeProviderFactoryContext() - Constructor for class com.espertech.esper.common.client.serde.SerdeProviderFactoryContext
 
SerdeProvision - Class in com.espertech.esper.common.client.serde
For use with high-availability and scale-out only, this class provides information to the compiler how to resolve the serializer and de-serializer (serde) at deployment-time.
SerdeProvision() - Constructor for class com.espertech.esper.common.client.serde.SerdeProvision
 
SerdeProvisionArrayOfNonPrimitive - Class in com.espertech.esper.common.client.serde
For use with high-availability and scale-out only, this class instructs the compiler that the serializer and de-serializer (serde) is available for a given component type and component type serde
SerdeProvisionArrayOfNonPrimitive(EPTypeClass, SerdeProvision) - Constructor for class com.espertech.esper.common.client.serde.SerdeProvisionArrayOfNonPrimitive
 
SerdeProvisionByClass - Class in com.espertech.esper.common.client.serde
For use with high-availability and scale-out only, this class instructs the compiler that the serializer and de-serializer (serde) is available via a singleton-pattern-style static field named "INSTANCE" (preferred) or by has a default constructor.
SerdeProvisionByClass(Class) - Constructor for class com.espertech.esper.common.client.serde.SerdeProvisionByClass
Class of the serde.
SerdeProvisionParameterized - Class in com.espertech.esper.common.client.serde
For use with high-availability and scale-out only, this class instructs the compiler that the serializer and de-serializer (serde) is available using a parameterized constructor that accepts expressions as represents by the functions provided.
SerdeProvisionParameterized(Class, Function<DataInputOutputSerdeForgeParameterizedVars, CodegenExpression>...) - Constructor for class com.espertech.esper.common.client.serde.SerdeProvisionParameterized
Ctor
set(int, boolean) - Method in class com.espertech.esper.common.client.json.minimaljson.JsonArray
Replaces the element at the specified position in this array with the JSON representation of the specified boolean value.
set(int, double) - Method in class com.espertech.esper.common.client.json.minimaljson.JsonArray
Replaces the element at the specified position in this array with the JSON representation of the specified double value.
set(int, float) - Method in class com.espertech.esper.common.client.json.minimaljson.JsonArray
Replaces the element at the specified position in this array with the JSON representation of the specified float value.
set(int, int) - Method in class com.espertech.esper.common.client.json.minimaljson.JsonArray
Replaces the element at the specified position in this array with the JSON representation of the specified int value.
set(int, long) - Method in class com.espertech.esper.common.client.json.minimaljson.JsonArray
Replaces the element at the specified position in this array with the JSON representation of the specified long value.
set(int, JsonValue) - Method in class com.espertech.esper.common.client.json.minimaljson.JsonArray
Replaces the element at the specified position in this array with the specified JSON value.
set(int, String) - Method in class com.espertech.esper.common.client.json.minimaljson.JsonArray
Replaces the element at the specified position in this array with the JSON representation of the specified string.
set(String, boolean) - Method in class com.espertech.esper.common.client.json.minimaljson.JsonObject
Sets the value of the member with the specified name to the JSON representation of the specified boolean value.
set(String, double) - Method in class com.espertech.esper.common.client.json.minimaljson.JsonObject
Sets the value of the member with the specified name to the JSON representation of the specified double value.
set(String, float) - Method in class com.espertech.esper.common.client.json.minimaljson.JsonObject
Sets the value of the member with the specified name to the JSON representation of the specified float value.
set(String, int) - Method in class com.espertech.esper.common.client.json.minimaljson.JsonObject
Sets the value of the member with the specified name to the JSON representation of the specified int value.
set(String, long) - Method in class com.espertech.esper.common.client.json.minimaljson.JsonObject
Sets the value of the member with the specified name to the JSON representation of the specified long value.
set(String, JsonValue) - Method in class com.espertech.esper.common.client.json.minimaljson.JsonObject
Sets the value of the member with the specified name to the specified JSON value.
set(String, String) - Method in class com.espertech.esper.common.client.json.minimaljson.JsonObject
Sets the value of the member with the specified name to the JSON representation of the specified string.
SET - Enum constant in enum class com.espertech.esper.common.client.type.EPTypePremade
Set
SET_NOINDEX - Enum constant in enum class com.espertech.esper.common.client.annotation.HintEnum
For use with subqueries and on-select, on-merge, on-update and on-delete to specify the query neither build an implicit index nor use an existing index, always performing a full table scan.
setAccessModifierContext(NameAccessModifier) - Method in class com.espertech.esper.common.client.configuration.compiler.ConfigurationCompilerByteCode
Sets the default access modifier for contexts
setAccessModifierContext(AccessModifierContextOption) - Method in class com.espertech.esper.compiler.client.CompilerOptions
Sets the callback that determines the access modifier of a given context.
setAccessModifierEventType(NameAccessModifier) - Method in class com.espertech.esper.common.client.configuration.compiler.ConfigurationCompilerByteCode
Sets the default access modifier for event types
setAccessModifierEventType(AccessModifierEventTypeOption) - Method in class com.espertech.esper.compiler.client.CompilerOptions
Sets the callback that determines the access modifier of a given event type.
setAccessModifierExpression(NameAccessModifier) - Method in class com.espertech.esper.common.client.configuration.compiler.ConfigurationCompilerByteCode
Sets the default access modifier for declared expressions
setAccessModifierExpression(AccessModifierExpressionOption) - Method in class com.espertech.esper.compiler.client.CompilerOptions
Sets the callback that determines the access modifier of a given declared expression.
setAccessModifierInlinedClass(NameAccessModifier) - Method in class com.espertech.esper.common.client.configuration.compiler.ConfigurationCompilerByteCode
Sets the default access modifier for inlined-classes
setAccessModifierInlinedClass(AccessModifierInlinedClassOption) - Method in class com.espertech.esper.compiler.client.CompilerOptions
Sets the callback that determines the access modifier of a given inlined-class.
setAccessModifierNamedWindow(NameAccessModifier) - Method in class com.espertech.esper.common.client.configuration.compiler.ConfigurationCompilerByteCode
Sets the default access modifier for named windows
setAccessModifierNamedWindow(AccessModifierNamedWindowOption) - Method in class com.espertech.esper.compiler.client.CompilerOptions
Sets the callback that determines the access modifier of a given named window.
setAccessModifierScript(NameAccessModifier) - Method in class com.espertech.esper.common.client.configuration.compiler.ConfigurationCompilerByteCode
Sets the default access modifier for scripts
setAccessModifierScript(AccessModifierScriptOption) - Method in class com.espertech.esper.compiler.client.CompilerOptions
Sets the callback that determines the access modifier of a given script.
setAccessModifiersPublic() - Method in class com.espertech.esper.common.client.configuration.compiler.ConfigurationCompilerByteCode
Set all access modifiers to public.
setAccessModifierTable(NameAccessModifier) - Method in class com.espertech.esper.common.client.configuration.compiler.ConfigurationCompilerByteCode
Sets the default access modifier for tables
setAccessModifierTable(AccessModifierTableOption) - Method in class com.espertech.esper.compiler.client.CompilerOptions
Returns the callback that determines the access modifier of a given table.
setAccessModifierVariable(NameAccessModifier) - Method in class com.espertech.esper.common.client.configuration.compiler.ConfigurationCompilerByteCode
Sets the default access modifier for variables
setAccessModifierVariable(AccessModifierVariableOption) - Method in class com.espertech.esper.compiler.client.CompilerOptions
Sets the callback that determines the access modifier of a given variable.
setAccessorStyle(AccessorStyle) - Method in class com.espertech.esper.common.client.configuration.common.ConfigurationCommonEventTypeBean
Sets the accessor style.
setActions(List<OnMergeMatchedAction>) - Method in class com.espertech.esper.common.client.soda.OnMergeMatchItem
Sets all actions.
setAdditionalConfiguredProperties(Map<String, Object>) - Method in class com.espertech.esper.common.client.configuration.compiler.ConfigurationCompilerPlugInAggregationMultiFunction
Sets a map of optional configuration properties, or null if none provided.
setAdditionalProperties(List<PropertyValueExpressionPair>) - Method in class com.espertech.esper.common.client.soda.OuterJoinQualifier
Set join properties.
setAfterNumberOfEvents(Integer) - Method in class com.espertech.esper.common.client.soda.OutputLimitClause
Sets the after-keyword number of events, or null if undefined.
setAfterTimePeriodExpression(Expression) - Method in class com.espertech.esper.common.client.soda.OutputLimitClause
Sets the after-keyword time period.
setAggregatorMethodFactory(AggregatorMethodFactory) - Method in class com.espertech.esper.common.client.hook.aggfunc.AggregationFunctionModeCodeGenerated
Sets the aggregation method factory
setAlias(boolean) - Method in class com.espertech.esper.common.client.soda.ExpressionDeclaration
Sets indicator whether the expression is an alias or not.
setAll(boolean) - Method in class com.espertech.esper.common.client.soda.CompareListExpression
Sets all flag, true for ALL and false for ANY.
setAll(boolean) - Method in class com.espertech.esper.common.client.soda.MatchRecognizeClause
Sets indicator whether all matches.
setAll(boolean) - Method in class com.espertech.esper.common.client.soda.SubqueryQualifiedExpression
Set to true for ALL, false for ANY.
setAllowInlinedClass(boolean) - Method in class com.espertech.esper.common.client.configuration.compiler.ConfigurationCompilerByteCode
Sets the flag whether the compiler allows inlined classes
setAllowSubscriber(boolean) - Method in class com.espertech.esper.common.client.configuration.compiler.ConfigurationCompilerByteCode
Sets indicator whether any statements allow subscribers or not (false by default).
setAndAfterTerminate(boolean) - Method in class com.espertech.esper.common.client.soda.OutputLimitClause
Set true for output upon termination of a context partition
setAndAfterTerminateAndExpr(Expression) - Method in class com.espertech.esper.common.client.soda.OutputLimitClause
Sets an optional expression evaluated when a context partition terminates before triggering output.
setAndAfterTerminateThenAssignments(List<Assignment>) - Method in class com.espertech.esper.common.client.soda.OutputLimitClause
Sets the set-assignments to execute when a context partition terminates.
setAnnotatedByEventFlag(boolean) - Method in class com.espertech.esper.common.client.soda.SelectClauseExpression
Sets indicator whether annotated as "@eventbean"
setAnnotations(AnnotationPart[]) - Method in class com.espertech.esper.common.client.soda.PatternStream
Sets the pattern-level annotations, if any
setAnnotations(List<AnnotationPart>) - Method in class com.espertech.esper.common.client.soda.CreateTableColumn
Sets optional annotations, or null if there are none
setAnnotations(List<AnnotationPart>) - Method in class com.espertech.esper.common.client.soda.DataFlowOperator
Sets the annotations.
setAnnotations(List<AnnotationPart>) - Method in class com.espertech.esper.common.client.soda.EPStatementObjectModel
Sets annotations.
setArchiveName(String) - Method in class com.espertech.esper.common.client.module.Module
Set the name of the archive this module originated from, or null if not applicable.
setAsEventTypeName(String) - Method in class com.espertech.esper.common.client.soda.CreateWindowClause
Sets the as-name.
setAsName(String) - Method in class com.espertech.esper.common.client.soda.ContextDescriptorConditionPattern
Sets the stream name assigned using the "as" keyword, or null if not provided
setAsName(String) - Method in class com.espertech.esper.common.client.soda.SelectClauseExpression
Sets the optional "as"-name of the expression, or null if not defined
setAssignments(List<Assignment>) - Method in class com.espertech.esper.common.client.soda.FireAndForgetUpdate
Sets the assignments.
setAssignments(List<Assignment>) - Method in class com.espertech.esper.common.client.soda.OnMergeMatchedUpdateAction
Sets the assignments to execute against any rows found in a named window
setAssignments(List<Assignment>) - Method in class com.espertech.esper.common.client.soda.OnSetClause
Sets a list of variable assignments.
setAssignments(List<Assignment>) - Method in class com.espertech.esper.common.client.soda.OnUpdateClause
Sets a list of variable assignments.
setAssignments(List<Assignment>) - Method in class com.espertech.esper.common.client.soda.UpdateClause
Sets a list of property assignments.
setAttachEPL(boolean) - Method in class com.espertech.esper.common.client.configuration.compiler.ConfigurationCompilerByteCode
Sets the indicator whether the EPL text will be available as a statement property.
setAttachModuleEPL(boolean) - Method in class com.espertech.esper.common.client.configuration.compiler.ConfigurationCompilerByteCode
Sets the indicator whether the EPL module text will be available as a module property.
setAttachPatternEPL(boolean) - Method in class com.espertech.esper.common.client.configuration.compiler.ConfigurationCompilerByteCode
Sets the indicator whether, for tools with access to pattern factories, the pattern subexpression text will be available for the pattern.
setAuditPattern(String) - Method in class com.espertech.esper.common.client.configuration.runtime.ConfigurationRuntimeLogging
Sets the audit formatting pattern that formats audit logs, or null if using default format.
setAutoCommit(Boolean) - Method in class com.espertech.esper.common.client.configuration.common.ConfigurationCommonDBRef.ConnectionSettings
Indicates whether to set any new connections for this database to auto-commit.
setAutoFragment(boolean) - Method in class com.espertech.esper.common.client.configuration.common.ConfigurationCommonEventTypeXMLDOM
Set to true (the default) to look up or create event types representing fragments of an XML document automatically upon request for fragment event type information; Or false when only explicit properties may return fragments.
setAvroSchema(Object) - Method in class com.espertech.esper.common.client.configuration.common.ConfigurationCommonEventTypeAvro
Sets the avro schema
setAvroSchemaText(String) - Method in class com.espertech.esper.common.client.configuration.common.ConfigurationCommonEventTypeAvro
Returns the avro schema text
setAvroSettings(ConfigurationCommonEventTypeMeta.AvroSettings) - Method in class com.espertech.esper.common.client.configuration.common.ConfigurationCommonEventTypeMeta
Sets the Avro settings.
setBinaryOp(BitWiseOpEnum) - Method in class com.espertech.esper.common.client.soda.BitwiseOpExpression
Sets the binary operator.
setBuilderConsumer(Consumer<SAIFFInitializeBuilder>) - Method in class com.espertech.esper.common.client.hook.forgeinject.InjectionStrategyClassNewInstance
Sets the builder consumer, a consumer that the strategy invokes when it is ready to build the code
setBusModifierEventType(EventTypeBusModifier) - Method in class com.espertech.esper.common.client.configuration.compiler.ConfigurationCompilerByteCode
Sets the default bus modifier for event types
setBusModifierEventType(BusModifierEventTypeOption) - Method in class com.espertech.esper.compiler.client.CompilerOptions
Sets the callback that determines whether the event type is visible in the event bus i.e.
setByteCode(ConfigurationCompilerByteCode) - Method in class com.espertech.esper.common.client.configuration.compiler.ConfigurationCompiler
Sets code generation settings
setBytes(byte[]) - Method in class com.espertech.esper.common.client.util.CountMinSketchAgentContextFromBytes
Sets the byte value.
setCalendarOp(DateTimeMethodMode) - Method in class com.espertech.esper.common.client.hook.datetimemethod.DateTimeMethodOpsModify
Sets the information how calendar-modify is provided
setCalendarOp(DateTimeMethodMode) - Method in class com.espertech.esper.common.client.hook.datetimemethod.DateTimeMethodOpsReformat
Sets the information how calendar-reformat is provided
setCatalog(String) - Method in class com.espertech.esper.common.client.configuration.common.ConfigurationCommonDBRef.ConnectionSettings
Sets the name of the catalog on new database connections.
setChain(List<DotExpressionItem>) - Method in class com.espertech.esper.common.client.soda.StaticMethodExpression
Sets the chain of method invocations, each pair a method name and list of parameter expressions
setCharPosEnd(int) - Method in class com.espertech.esper.common.client.module.ModuleItem
Sets the end position of character on line for the item.
setCharPosStart(int) - Method in class com.espertech.esper.common.client.module.ModuleItem
Sets item char position in line.
setCheckCircularDependency(boolean) - Method in class com.espertech.esper.common.client.module.ModuleOrderOptions
Set this indicator to true (the default) to indicate that the algorithm checks for circular dependencies among the uses-dependency graph, or false to not perform this check.
setCheckUses(boolean) - Method in class com.espertech.esper.common.client.module.ModuleOrderOptions
Set this indicator to true (the default) to cause the algorithm to check uses-dependencies ensuring all dependencies are satisfied i.e.
setChildren(List<Expression>) - Method in interface com.espertech.esper.common.client.soda.Expression
Sets the list of sub-expressions (child expressions) to the current expression node.
setChildren(List<Expression>) - Method in class com.espertech.esper.common.client.soda.ExpressionBase
 
setChildren(List<MatchRecognizeRegEx>) - Method in class com.espertech.esper.common.client.soda.MatchRecognizeRegEx
Set child nodes.
setChildren(List<PatternExpr>) - Method in interface com.espertech.esper.common.client.soda.PatternExpr
Sets the list of pattern sub-expressions (child expressions) to the current pattern expression node.
setChildren(List<PatternExpr>) - Method in class com.espertech.esper.common.client.soda.PatternExprBase
 
setChildren(List<PatternExpr>) - Method in class com.espertech.esper.common.client.soda.PatternGuardExpr
 
setChildren(List<PatternExpr>) - Method in class com.espertech.esper.common.client.soda.PatternObserverExpr
 
setClassName(String) - Method in class com.espertech.esper.common.client.configuration.runtime.ConfigurationRuntimePluginLoader
Sets the loader classname.
setClassName(String) - Method in class com.espertech.esper.common.client.soda.MethodInvocationStream
Sets the name of the class providing the method.
setClassName(String) - Method in class com.espertech.esper.common.client.soda.NewInstanceOperatorExpression
Sets the class name.
setClassName(String) - Method in class com.espertech.esper.common.client.soda.StaticMethodExpression
Sets the class name.
setClassPropertyResolutionStyle(PropertyResolutionStyle) - Method in class com.espertech.esper.common.client.configuration.common.ConfigurationCommonEventTypeMeta
Sets the property resolution style to use for resolving property names of Java classes.
setClassProvidedExpression(ClassProvidedExpression) - Method in class com.espertech.esper.common.client.soda.CreateClassClause
Sets class-provided that contains the class text.
setClassProvidedExpressions(List<ClassProvidedExpression>) - Method in class com.espertech.esper.common.client.soda.EPStatementObjectModel
Sets the inlined-classes provided as part of the EPL statement
setClassText(String) - Method in class com.espertech.esper.common.client.soda.ClassProvidedExpression
Sets the class text
setColumnChangeCase(ConfigurationCommonDBRef.ColumnChangeCaseEnum) - Method in class com.espertech.esper.common.client.configuration.common.ConfigurationCommonDBRef
Sets enum value determining how the runtime should change case on output column names returned from statement or statement result set metadata.
setColumnName(String) - Method in class com.espertech.esper.common.client.hook.type.SQLColumnValueContext
Returns column name
setColumnName(String) - Method in class com.espertech.esper.common.client.soda.CreateTableColumn
Sets the table column name
setColumnNames(List<String>) - Method in class com.espertech.esper.common.client.soda.InsertIntoClause
Set column names.
setColumnNames(List<String>) - Method in class com.espertech.esper.common.client.soda.NewOperatorExpression
Sets the column names.
setColumnNames(List<String>) - Method in class com.espertech.esper.common.client.soda.OnMergeMatchedInsertAction
Sets the insert-into column names, can be empty list.
setColumnNumber(int) - Method in class com.espertech.esper.common.client.hook.type.SQLColumnValueContext
Set column number
setColumns(List<CreateIndexColumn>) - Method in class com.espertech.esper.common.client.soda.CreateIndexClause
Sets columns.
setColumns(List<CreateTableColumn>) - Method in class com.espertech.esper.common.client.soda.CreateTableClause
Sets the table columns
setColumns(List<Expression>) - Method in class com.espertech.esper.common.client.soda.CreateIndexColumn
Sets index column expressions
setColumns(List<SchemaColumnDesc>) - Method in class com.espertech.esper.common.client.soda.CreateSchemaClause
Sets the column definition.
setColumns(List<SchemaColumnDesc>) - Method in class com.espertech.esper.common.client.soda.CreateWindowClause
Sets the columns for use when create-table syntax is used to define the named window type.
setColumnValue(Object) - Method in class com.espertech.esper.common.client.hook.type.SQLColumnValueContext
Set column value
setCommentOnly(boolean) - Method in class com.espertech.esper.common.client.module.ModuleItem
Set true to indicate comments-only expression.
setCommon(ConfigurationCommon) - Method in class com.espertech.esper.common.client.configuration.Configuration
Sets the common section of the configuration.
setCompiler(ConfigurationCompiler) - Method in class com.espertech.esper.common.client.configuration.Configuration
Sets the compiler section of the configuration.
setCompilerHook(CompilerHookOption) - Method in class com.espertech.esper.compiler.client.CompilerOptions
Experimental API: Sets the provider of the compiler to use
setConditionHandling(ConfigurationRuntimeConditionHandling) - Method in class com.espertech.esper.common.client.configuration.runtime.ConfigurationRuntime
Sets the condition handling configuration.
setConfig(Serializable) - Method in class com.espertech.esper.common.client.configuration.compiler.ConfigurationCompilerPlugInVirtualDataWindow
Sets any additional configuration passed to the factory as part of the context.
setConfigProperties(Properties) - Method in class com.espertech.esper.common.client.configuration.runtime.ConfigurationRuntimePluginLoader
Sets the loader configuration.
setConfiguration(Configuration) - Method in class com.espertech.esper.compiler.client.CompilerArguments
Sets the configuration
setConfigurationXML(String) - Method in class com.espertech.esper.common.client.configuration.runtime.ConfigurationRuntimePluginLoader
Sets configuration XML for the plugin.
setConnectionAutoCommit(boolean) - Method in class com.espertech.esper.common.client.configuration.common.ConfigurationCommonDBRef
Sets the auto-commit connection settings for new connections to this database.
setConnectionCatalog(String) - Method in class com.espertech.esper.common.client.configuration.common.ConfigurationCommonDBRef
Sets the catalog name for new connections created for this database.
setConnectionLifecycleEnum(ConfigurationCommonDBRef.ConnectionLifecycleEnum) - Method in class com.espertech.esper.common.client.configuration.common.ConfigurationCommonDBRef
Controls whether a new connection is obtained for each lookup, or connections are retained between lookups.
setConnectionReadOnly(boolean) - Method in class com.espertech.esper.common.client.configuration.common.ConfigurationCommonDBRef
Sets the read-only flag on new connections created for this database.
setConnectionTransactionIsolation(int) - Method in class com.espertech.esper.common.client.configuration.common.ConfigurationCommonDBRef
Sets the transaction isolation level on new connections created for this database.
setConstant(boolean) - Method in class com.espertech.esper.common.client.configuration.common.ConfigurationCommonVariable
Set to true to indicate that the variable is a constant, or false for regular variable.
setConstant(boolean) - Method in class com.espertech.esper.common.client.soda.CreateVariableClause
Sets the indicator whether the variable is a constant.
setConstant(Object) - Method in class com.espertech.esper.common.client.soda.ConstantExpression
Sets the constant value that the expression represents.
setConstantType(String) - Method in class com.espertech.esper.common.client.soda.ConstantExpression
Sets the type of the constant.
setContextName(String) - Method in class com.espertech.esper.common.client.soda.CreateContextClause
Sets the context name
setContextName(String) - Method in class com.espertech.esper.common.client.soda.EPStatementObjectModel
Sets the context name if context dimensions apply to statement.
setContextPartitionId(Integer) - Method in class com.espertech.esper.common.client.context.ContextPartitionIdentifier
Sets the context partition id - this set method is for runtime-internal use.
setContexts(List<CreateContextClause>) - Method in class com.espertech.esper.common.client.soda.ContextDescriptorNested
Sets the list of nested contexts
setCopyFrom(Set<String>) - Method in class com.espertech.esper.common.client.soda.CreateSchemaClause
Sets the optional set of event type names that properties are copied from.
setCopyMethod(String) - Method in class com.espertech.esper.common.client.configuration.common.ConfigurationCommonEventTypeBean
Sets the method name of the method to use to copy the underlying event object.
setCpuStatistics(boolean) - Method in class com.espertech.esper.common.client.dataflow.core.EPDataFlowInstantiationOptions
Sets indicator whether to collect CPU statistics.
setCreateClass(CreateClassClause) - Method in class com.espertech.esper.common.client.soda.EPStatementObjectModel
Sets the create-class clause or null if not present.
setCreateContext(CreateContextClause) - Method in class com.espertech.esper.common.client.soda.EPStatementObjectModel
Sets the create-context clause.
setCreateDataFlow(CreateDataFlowClause) - Method in class com.espertech.esper.common.client.soda.EPStatementObjectModel
Sets the "create dataflow" part,.
setCreateExpression(CreateExpressionClause) - Method in class com.espertech.esper.common.client.soda.EPStatementObjectModel
Sets the create-expression clause, if any
setCreateIndex(CreateIndexClause) - Method in class com.espertech.esper.common.client.soda.EPStatementObjectModel
Sets create-index clause.
setCreateSchema(CreateSchemaClause) - Method in class com.espertech.esper.common.client.soda.EPStatementObjectModel
Sets the create-schema clause.
setCreateTable(CreateTableClause) - Method in class com.espertech.esper.common.client.soda.EPStatementObjectModel
Sets the create-table clause if present or null if not present
setCreateVariable(CreateVariableClause) - Method in class com.espertech.esper.common.client.soda.EPStatementObjectModel
Sets the create-variable clause if this is a statement creating a variable, or null if not.
setCreateWindow(CreateWindowClause) - Method in class com.espertech.esper.common.client.soda.EPStatementObjectModel
Sets the create-window clause for creating named windows, or null if this statement does not create a named window.
setCrontabAtParameters(Expression[]) - Method in class com.espertech.esper.common.client.soda.OutputLimitClause
Crontab.
setCrontabExpressions(List<List<Expression>>) - Method in class com.espertech.esper.common.client.soda.ContextDescriptorConditionCrontab
Sets the crontab expressions.
setCube(boolean) - Method in class com.espertech.esper.common.client.soda.GroupByClauseExpressionRollupOrCube
Set to true for cube, false for rollup.
setDatabaseName(String) - Method in class com.espertech.esper.common.client.soda.SQLStream
Sets the database name.
setDataFlowInstanceId(String) - Method in class com.espertech.esper.common.client.dataflow.core.EPDataFlowInstantiationOptions
Sets the data flow instance id
setDataFlowInstanceUserObject(Object) - Method in class com.espertech.esper.common.client.dataflow.core.EPDataFlowInstantiationOptions
Sets the user object associated to the data flow instance.
setDataFlowName(String) - Method in class com.espertech.esper.common.client.soda.CreateDataFlowClause
Sets the data flow name.
setDataInput(DataInput) - Method in class com.espertech.esper.common.client.dataflow.io.DataInputToObjectCollectorContext
Sets the data input.
setDataOutput(DataOutput) - Method in class com.espertech.esper.common.client.dataflow.io.ObjectToDataOutputCollectorContext
Sets the data output
setDataSourceConnection(String, Properties) - Method in class com.espertech.esper.common.client.configuration.common.ConfigurationCommonDBRef
Sets the connection factory to use DataSource to obtain a connection.
setDataSourceFactory(Properties, String) - Method in class com.espertech.esper.common.client.configuration.common.ConfigurationCommonDBRef
Set the connection factory to use a factory class that provides an instance of DataSource.
setDateOp(DateTimeMethodMode) - Method in class com.espertech.esper.common.client.hook.datetimemethod.DateTimeMethodOpsReformat
Sets the information how Date-reformat is provided
setDays(Integer) - Method in class com.espertech.esper.common.client.util.TimePeriod
Sets days or null if not provided.
setDeclaredExprValueCacheSize(int) - Method in class com.espertech.esper.common.client.configuration.runtime.ConfigurationRuntimeExecution
Sets the cache size for declared expression values
setDefaultAccessorStyle(AccessorStyle) - Method in class com.espertech.esper.common.client.configuration.common.ConfigurationCommonEventTypeMeta
Sets the default accessor style, which is JavaBean unless changed.
setDefaultAsAttribute(boolean) - Method in class com.espertech.esper.common.client.render.XMLRenderingOptions
Indicator whether simple properties are rendered as elements (the default) or as attributes, this setting is false by default thereby simple properties are rendered as elements.
setDefaultDialect(String) - Method in class com.espertech.esper.common.client.configuration.compiler.ConfigurationCompilerScripts
Sets the default script dialect.
setDefaultEventRepresentation(EventUnderlyingType) - Method in class com.espertech.esper.common.client.configuration.common.ConfigurationCommonEventTypeMeta
Sets the default event representation.
setDefaultInclude(boolean) - Method in class com.espertech.esper.common.client.configuration.runtime.ConfigurationRuntimeMetricsReporting.StmtGroupMetrics
Set this flag to true and all statement names are automatically included in this statement group, and through exclude-pattern certain statement names can be omitted
setDefaultNamespace(String) - Method in class com.espertech.esper.common.client.configuration.common.ConfigurationCommonEventTypeXMLDOM
Sets the default namespace.
setDefaultRenderer(OutputValueRenderer) - Method in class com.espertech.esper.common.client.render.EventPropertyRendererContext
Sets the output value default renderer.
setDefaultStreamSelector(StreamSelector) - Method in class com.espertech.esper.common.client.configuration.compiler.ConfigurationCompilerStreamSelection
Sets the default stream selector.
setDefines(List<MatchRecognizeDefine>) - Method in class com.espertech.esper.common.client.soda.MatchRecognizeClause
Sets the defines-clause
setDeleteAndSelect(boolean) - Method in class com.espertech.esper.common.client.soda.OnSelectClause
Sets indicator whether select-and-delete or just select
setDeploymentClassLoaderOption(DeploymentClassLoaderOption) - Method in class com.espertech.esper.runtime.client.DeploymentOptions
Sets the class loader option
setDeploymentId(String) - Method in class com.espertech.esper.runtime.client.DeploymentOptions
Sets the deployment id if one should be assigned; A null value causes the runtime to generate and assign a deployment id.
setDeploymentLockStrategy(LockStrategy) - Method in class com.espertech.esper.runtime.client.DeploymentOptions
Sets the deployment lock strategy, the default is LockStrategyDefault
setDescending(boolean) - Method in class com.espertech.esper.common.client.soda.OrderByElement
Set to true for descending sorts for this column, false for ascending sort.
setDescending(boolean) - Method in class com.espertech.esper.common.client.soda.OrderedObjectParamExpression
Return true for descending.
setDescriptor(ContextDescriptor) - Method in class com.espertech.esper.common.client.soda.CreateContextClause
Sets the context dimension informatin
setDisableLocking(boolean) - Method in class com.espertech.esper.common.client.configuration.runtime.ConfigurationRuntimeExecution
Set to true to indicate that statement-level locks are disabled.
setDistinct(boolean) - Method in class com.espertech.esper.common.client.soda.AvedevProjectionExpression
Set the distinct flag indicating the projection considers distinct values only.
setDistinct(boolean) - Method in class com.espertech.esper.common.client.soda.AvgProjectionExpression
Set the distinct flag indicating the projection considers distinct values only.
setDistinct(boolean) - Method in class com.espertech.esper.common.client.soda.CountEverProjectionExpression
Set to true for distinct.
setDistinct(boolean) - Method in class com.espertech.esper.common.client.soda.CountProjectionExpression
Set the distinct flag indicating the projection considers distinct values only.
setDistinct(boolean) - Method in class com.espertech.esper.common.client.soda.FirstEverProjectionExpression
Set to true for distinct.
setDistinct(boolean) - Method in class com.espertech.esper.common.client.soda.LastEverProjectionExpression
Set to true for distinct.
setDistinct(boolean) - Method in class com.espertech.esper.common.client.soda.MaxProjectionExpression
Set the distinct flag indicating the projection considers distinct values only.
setDistinct(boolean) - Method in class com.espertech.esper.common.client.soda.MedianProjectionExpression
Set the distinct flag indicating the projection considers distinct values only.
setDistinct(boolean) - Method in class com.espertech.esper.common.client.soda.MinProjectionExpression
Set the distinct flag indicating the projection considers distinct values only.
setDistinct(boolean) - Method in class com.espertech.esper.common.client.soda.PlugInProjectionExpression
Set to true for distinct.
setDistinct(boolean) - Method in class com.espertech.esper.common.client.soda.SelectClause
Returns indicator whether distinct or not.
setDistinct(boolean) - Method in class com.espertech.esper.common.client.soda.StddevProjectionExpression
Set the distinct flag indicating the projection considers distinct values only.
setDistinct(boolean) - Method in class com.espertech.esper.common.client.soda.SumProjectionExpression
Set the distinct flag indicating the projection considers distinct values only.
setDivisionByZeroReturnsNull(boolean) - Method in class com.espertech.esper.common.client.configuration.compiler.ConfigurationCompilerExpression
Set to false (default) to have division by zero return Double.Infinity.
setDriverManagerConnection(String, String, String, String) - Method in class com.espertech.esper.common.client.configuration.common.ConfigurationCommonDBRef
Sets the connection factory to use DriverManager to obtain a connection.
setDriverManagerConnection(String, String, String, String, Properties) - Method in class com.espertech.esper.common.client.configuration.common.ConfigurationCommonDBRef
Sets the connection factory to use DriverManager to obtain a connection.
setDriverManagerConnection(String, String, Properties) - Method in class com.espertech.esper.common.client.configuration.common.ConfigurationCommonDBRef
Sets the connection factory to use DriverManager to obtain a connection.
setDuckTyping(boolean) - Method in class com.espertech.esper.common.client.configuration.compiler.ConfigurationCompilerExpression
Set to true to indicate that duck typing is enable for the specific syntax where it is allowed (check the documentation).
setEarlyExit(boolean) - Method in class com.espertech.esper.common.client.hook.enummethod.EnumMethodModeStaticMethod
Sets the indicator whether the compiler should consider the enumeration method as doing early-exit checking
setElse(Expression) - Method in class com.espertech.esper.common.client.soda.CaseSwitchExpression
Sets the else-part of the case-switch.
setElse(Expression) - Method in class com.espertech.esper.common.client.soda.CaseWhenThenExpression
Sets the expression to provide a value when no when-condition matches.
setEmitter(EPDataFlowEmitter) - Method in class com.espertech.esper.common.client.dataflow.io.DataInputToObjectCollectorContext
Sets the emitter
setEnableAvro(boolean) - Method in class com.espertech.esper.common.client.configuration.common.ConfigurationCommonEventTypeMeta.AvroSettings
Sets the indicator whether Avro support is enabled when available (true by default).
setEnableCode(boolean) - Method in class com.espertech.esper.common.client.configuration.compiler.ConfigurationCompilerLogging
Set indicator whether code generation logging is enabled, by default it is disabled.
setEnabled(boolean) - Method in class com.espertech.esper.common.client.configuration.compiler.ConfigurationCompilerScripts
Sets indicator whether scripting is allowed or not is not allowed.
setEnabledDeclaredExprValueCache(boolean) - Method in class com.espertech.esper.common.client.configuration.compiler.ConfigurationCompilerExecution
Sets indicator whether declared-expression-value-cache is enabled (true by default)
setEnableExecutionDebug(boolean) - Method in class com.espertech.esper.common.client.configuration.runtime.ConfigurationRuntimeLogging
Set the debug flag for debugging the execution path, in which case the runtime logs to Log4j in debug-level during execution.
setEnableExtendedBuiltin(boolean) - Method in class com.espertech.esper.common.client.configuration.compiler.ConfigurationCompilerSerde
Sets indicator whether the runtime provides the serde for extended builtin classes (see doc).
setEnableExternalizable(boolean) - Method in class com.espertech.esper.common.client.configuration.compiler.ConfigurationCompilerSerde
Sets indicator whether the runtime considers the Externalizable interface for serializing types that implement Externalizable.
setEnableFilterPlan(boolean) - Method in class com.espertech.esper.common.client.configuration.compiler.ConfigurationCompilerLogging
Set indicator whether filter plan logging is enabled, by default it is disabled.
setEnableJDBC(boolean) - Method in class com.espertech.esper.common.client.configuration.common.ConfigurationCommonLogging
Set the indicator whether JDBC query reporting is enabled.
setEnableLockActivity(boolean) - Method in class com.espertech.esper.common.client.configuration.runtime.ConfigurationRuntimeLogging
Sets indicator whether lock activity logging is enabled.
setEnableMetricsReporting(boolean) - Method in class com.espertech.esper.common.client.configuration.runtime.ConfigurationRuntimeMetricsReporting
Set to true to turn metrics reporting on, or false to turn metrics reporting off.
setEnableNativeString(boolean) - Method in class com.espertech.esper.common.client.configuration.common.ConfigurationCommonEventTypeMeta.AvroSettings
Sets indicator whether for String-type values to use the "avro.java.string=String" (true by default)
setEnableQueryPlan(boolean) - Method in class com.espertech.esper.common.client.configuration.common.ConfigurationCommonLogging
Set indicator whether query plan logging is enabled, by default it is disabled.
setEnableSchemaDefaultNonNull(boolean) - Method in class com.espertech.esper.common.client.configuration.common.ConfigurationCommonEventTypeMeta.AvroSettings
Sets indicator whether generated schemas should assume non-null values (true by default)
setEnableSerializable(boolean) - Method in class com.espertech.esper.common.client.configuration.compiler.ConfigurationCompilerSerde
Sets indicator whether the runtime considers the Serializable interface for serializing types that implement Serializable
setEnableSerializationFallback(boolean) - Method in class com.espertech.esper.common.client.configuration.compiler.ConfigurationCompilerSerde
Sets indicator whether the runtime, for types for which no other serde is available, falls back to using JVM serialization.
setEnableTimerDebug(boolean) - Method in class com.espertech.esper.common.client.configuration.runtime.ConfigurationRuntimeLogging
Set this value to false to reduce the debug-level logging output for the timer thread(s).
setEnableXMLXSD(boolean) - Method in class com.espertech.esper.common.client.configuration.common.ConfigurationCommonEventTypeMeta
Sets indicator whether XML XSD Schema processing is enabled or not (requires esper-common-xmlxsd-version.jar)
setEndCondition(ContextDescriptorCondition) - Method in class com.espertech.esper.common.client.soda.ContextDescriptorInitiatedTerminated
Sets the condition that ends/terminates a context partition
setEndTime(Long) - Method in class com.espertech.esper.common.client.context.ContextPartitionIdentifierInitiatedTerminated
Sets the end time of the context partition, if it can be computed
setEndTimestampPropertyName(String) - Method in class com.espertech.esper.common.client.configuration.common.ConfigurationCommonEventTypeBean
Sets the property name of the property providing the end timestamp value.
setEndTimestampPropertyName(String) - Method in class com.espertech.esper.common.client.configuration.common.ConfigurationCommonEventTypeWithSupertype
Sets the property name of the property providing the end timestamp value.
setEndTimestampPropertyName(String) - Method in class com.espertech.esper.common.client.configuration.common.ConfigurationCommonEventTypeXMLDOM
Sets the property name of the property providing the end timestamp value.
setEndTimestampPropertyName(String) - Method in class com.espertech.esper.common.client.soda.CreateSchemaClause
Sets the property name of the property providing the end timestamp value.
setEpServicesContextFactoryClassName(String) - Method in class com.espertech.esper.common.client.configuration.runtime.ConfigurationRuntime
Sets the class name of the services context factory class to use.
setEvent(EventBean) - Method in class com.espertech.esper.common.client.dataflow.core.EPDataFlowEventBeanCollectorContext
Sets the event to process.
setEvent(Object) - Method in class com.espertech.esper.common.client.dataflow.core.EPDataFlowEventCollectorContext
Sets the event.
setEvent(Object) - Method in class com.espertech.esper.common.client.dataflow.io.ObjectToDataOutputCollectorContext
Sets the event object.
setEventPrecedence(Expression) - Method in class com.espertech.esper.common.client.soda.InsertIntoClause
Set to null when no event-precedence is specified for the insert-into, or set an expression returning the event-precedence
setEventPrecedence(Expression) - Method in class com.espertech.esper.common.client.soda.OnMergeMatchedInsertAction
Set to null when no event-precedence is specified for the insert-into, or set an expression returning the event-precedence
setEventPropertyName(String) - Method in class com.espertech.esper.common.client.serde.SerdeProviderAdditionalInfoEventProperty
Sets the event property name
setEventSenderValidatesRoot(boolean) - Method in class com.espertech.esper.common.client.configuration.common.ConfigurationCommonEventTypeXMLDOM
Set to true (the default) to indicate that an EventSender returned for this event type validates the root document element name against the one configured (the default), or false to not validate the root document element name as configured.
setEventType(String) - Method in class com.espertech.esper.common.client.soda.UpdateClause
Returns the name of the event type to update.
setEventTypeName(String) - Method in class com.espertech.esper.common.client.configuration.compiler.ConfigurationCompilerPlugInSingleRowFunction
Sets the event type name for functions that return EventBean instances.
setEventTypeName(String) - Method in class com.espertech.esper.common.client.serde.SerdeProviderAdditionalInfoEventProperty
Sets the event type name
setEventTypeName(String) - Method in class com.espertech.esper.common.client.soda.Filter
Sets the name of the event type to filter for.
setEver(boolean) - Method in class com.espertech.esper.common.client.soda.MaxProjectionExpression
Set to true for max-ever
setEver(boolean) - Method in class com.espertech.esper.common.client.soda.MinProjectionExpression
Set to true for max-ever
setExceptionHandler(EPDataFlowExceptionHandler) - Method in class com.espertech.esper.common.client.dataflow.core.EPDataFlowInstantiationOptions
Sets the exception handler.
setExceptionHandling(ConfigurationRuntimeExceptionHandling) - Method in class com.espertech.esper.common.client.configuration.runtime.ConfigurationRuntime
Sets the exception handling configuration.
setExpiryTimeCache(double, double) - Method in class com.espertech.esper.common.client.configuration.common.ConfigurationCommonDBRef
Configures an expiry-time cache of the given maximum age in seconds and purge interval in seconds.
setExpiryTimeCache(double, double) - Method in class com.espertech.esper.common.client.configuration.common.ConfigurationCommonMethodRef
Configures an expiry-time cache of the given maximum age in seconds and purge interval in seconds.
setExpiryTimeCache(double, double, CacheReferenceType) - Method in class com.espertech.esper.common.client.configuration.common.ConfigurationCommonDBRef
Configures an expiry-time cache of the given maximum age in seconds and purge interval in seconds.
setExpiryTimeCache(double, double, CacheReferenceType) - Method in class com.espertech.esper.common.client.configuration.common.ConfigurationCommonMethodRef
Configures an expiry-time cache of the given maximum age in seconds and purge interval in seconds.
setExpression(Expression) - Method in class com.espertech.esper.common.client.soda.ContextDescriptorCategoryItem
Sets the category expression.
setExpression(Expression) - Method in class com.espertech.esper.common.client.soda.ExpressionDeclaration
Sets the expression body.
setExpression(Expression) - Method in class com.espertech.esper.common.client.soda.GroupByClauseExpressionSingle
Sets the expression.
setExpression(Expression) - Method in class com.espertech.esper.common.client.soda.MatchRecognizeDefine
Sets the expression.
setExpression(Expression) - Method in class com.espertech.esper.common.client.soda.MatchRecognizeIntervalClause
Sets the interval expression.
setExpression(Expression) - Method in class com.espertech.esper.common.client.soda.OrderByElement
Sets the order-by value expression.
setExpression(Expression) - Method in class com.espertech.esper.common.client.soda.SelectClauseExpression
Sets the selection expression.
setExpression(PatternExpr) - Method in class com.espertech.esper.common.client.soda.PatternStream
Sets the pattern expression providing events to the stream.
setExpression(String) - Method in class com.espertech.esper.common.client.module.ModuleItem
Sets the EPL.
setExpressionDeclaration(ExpressionDeclaration) - Method in class com.espertech.esper.common.client.soda.CreateExpressionClause
Sets the expression declaration or null if script instead.
setExpressionDeclarations(List<ExpressionDeclaration>) - Method in class com.espertech.esper.common.client.soda.EPStatementObjectModel
Sets the expression declarations, if any.
setExpressions(List<Expression>) - Method in class com.espertech.esper.common.client.soda.ForClauseItem
Sets for-clause expressions.
setExpressions(List<Expression>) - Method in class com.espertech.esper.common.client.soda.GroupByClauseExpressionCombination
Sets the combined expressions.
setExpressions(List<Expression>) - Method in class com.espertech.esper.common.client.soda.PatternEveryDistinctExpr
Sets distinct expressions.
setExpressions(List<GroupByClauseExpression>) - Method in class com.espertech.esper.common.client.soda.GroupByClauseExpressionGroupingSet
Sets the list of expressions in grouping set.
setExpressions(List<GroupByClauseExpression>) - Method in class com.espertech.esper.common.client.soda.GroupByClauseExpressionRollupOrCube
Sets the rollup or cube group-by expressions.
setExpressionText(String) - Method in class com.espertech.esper.common.client.soda.ScriptExpression
Sets the script body.
setExtendedAggregation(boolean) - Method in class com.espertech.esper.common.client.configuration.compiler.ConfigurationCompilerExpression
Enables or disables non-SQL standard builtin aggregation functions.
setFactoryMethod(String) - Method in class com.espertech.esper.common.client.configuration.common.ConfigurationCommonEventTypeBean
Returns the name of the factory method, either fully-qualified or just a method name if the method is on the same class as the configured class, to use when instantiating objects of the type.
setFairlock(boolean) - Method in class com.espertech.esper.common.client.configuration.runtime.ConfigurationRuntimeExecution
Set to true for fair locking, false for unfair locks.
setFilter(Expression) - Method in class com.espertech.esper.common.client.soda.Filter
Sets the optional filter expression that tests the event, or null if no filter expression is needed.
setFilter(Filter) - Method in class com.espertech.esper.common.client.soda.ContextDescriptorCategory
Sets type name and predicate expressions (filter)
setFilter(Filter) - Method in class com.espertech.esper.common.client.soda.ContextDescriptorConditionFilter
Sets the event stream filter.
setFilter(Filter) - Method in class com.espertech.esper.common.client.soda.ContextDescriptorHashSegmentedItem
Sets the filter.
setFilter(Filter) - Method in class com.espertech.esper.common.client.soda.ContextDescriptorKeyedSegmentedItem
Sets the filter.
setFilter(Filter) - Method in class com.espertech.esper.common.client.soda.FilterStream
Sets the filter to use.
setFilter(Filter) - Method in class com.espertech.esper.common.client.soda.PatternFilterExpr
Sets the filter specification.
setFilterIndexPlanning(ConfigurationCompilerExecution.FilterIndexPlanning) - Method in class com.espertech.esper.common.client.configuration.compiler.ConfigurationCompilerExecution
Sets the setting instructing the compiler which level of filter index planning to perform (default is ADVANCED).
setFilterOptimizable(ConfigurationCompilerPlugInSingleRowFunction.FilterOptimizable) - Method in class com.espertech.esper.common.client.configuration.compiler.ConfigurationCompilerPlugInSingleRowFunction
Sets filter optimization settings.
setFilterServiceMaxFilterWidth(int) - Method in class com.espertech.esper.common.client.configuration.compiler.ConfigurationCompilerExecution
Sets the maximum width for breaking up "or" expression in filters to subexpressions for reverse indexing.
setFilterServiceProfile(FilterServiceProfile) - Method in class com.espertech.esper.common.client.configuration.runtime.ConfigurationRuntimeExecution
Set the filter service profile for tuning filtering operations.
setFireAndForgetClause(FireAndForgetClause) - Method in class com.espertech.esper.common.client.soda.EPStatementObjectModel
Sets fire-and-forget (on-demand) query information for FAF select, insert, update and delete.
setFirst(boolean) - Method in class com.espertech.esper.common.client.soda.OnInsertSplitStreamClause
Set to true for firing the insert-into for only the first where-clause that matches, or false for firing the insert-into for all where-clauses that match.
setForClause(ForClause) - Method in class com.espertech.esper.common.client.soda.EPStatementObjectModel
Sets the for-clause.
setForgeClassName(String) - Method in class com.espertech.esper.common.client.configuration.compiler.ConfigurationCompilerPlugInAggregationFunction
Sets the class name of the aggregation function factory class.
setForgeClassName(String) - Method in class com.espertech.esper.common.client.configuration.compiler.ConfigurationCompilerPlugInDateTimeMethod
Sets the class name of the aggregation function factory class.
setForgeClassName(String) - Method in class com.espertech.esper.common.client.configuration.compiler.ConfigurationCompilerPlugInEnumMethod
Sets the class name of the aggregation function factory class.
setForgeClassName(String) - Method in class com.espertech.esper.common.client.configuration.compiler.ConfigurationCompilerPlugInPatternObject
Sets the view factory class name.
setForgeClassName(String) - Method in class com.espertech.esper.common.client.configuration.compiler.ConfigurationCompilerPlugInView
Sets the view factory class name.
setForgeClassName(String) - Method in class com.espertech.esper.common.client.configuration.compiler.ConfigurationCompilerPlugInVirtualDataWindow
Sets the view factory class name.
setFrequency(Double) - Method in class com.espertech.esper.common.client.soda.OutputLimitClause
Set frequency.
setFrequencyVariable(String) - Method in class com.espertech.esper.common.client.soda.OutputLimitClause
Sets the variable name of the variable providing output rate frequency values, or null if the frequency is a fixed value.
setFromClause(FromClause) - Method in class com.espertech.esper.common.client.soda.EPStatementObjectModel
Specify a from-clause.
setFunctionClassName(String) - Method in class com.espertech.esper.common.client.configuration.compiler.ConfigurationCompilerPlugInSingleRowFunction
Sets the single-row function's implementation class name.
setFunctionMethodName(String) - Method in class com.espertech.esper.common.client.configuration.compiler.ConfigurationCompilerPlugInSingleRowFunction
Sets the name of the single-row function.
setFunctionName(String) - Method in interface com.espertech.esper.common.client.hook.aggfunc.AggregationFunctionForge
Sets the EPL function name assigned to the factory.
setFunctionName(String) - Method in class com.espertech.esper.common.client.soda.PlugInProjectionExpression
Sets the function name.
setFunctionNames(String[]) - Method in class com.espertech.esper.common.client.configuration.compiler.ConfigurationCompilerPlugInAggregationMultiFunction
Sets aggregation function names.
setGranularity(int) - Method in class com.espertech.esper.common.client.soda.ContextDescriptorHashSegmented
Sets the granularity.
setGroupByClause(GroupByClause) - Method in class com.espertech.esper.common.client.soda.EPStatementObjectModel
Specify a group-by-clause.
setGroupByExpressions(List<GroupByClauseExpression>) - Method in class com.espertech.esper.common.client.soda.GroupByClause
Sets the expressions providing the grouped-by values.
setGuarded(List<PatternExpr>) - Method in class com.espertech.esper.common.client.soda.PatternGuardExpr
Set sub pattern.
setHasDays(boolean) - Method in class com.espertech.esper.common.client.soda.TimePeriodExpression
Set to true if a subexpression exists that is a day-part.
setHash(int) - Method in class com.espertech.esper.common.client.context.ContextPartitionIdentifierHash
Sets the hash code.
setHasHA(boolean) - Method in class com.espertech.esper.common.client.hook.aggfunc.AggregationFunctionModeManaged
Sets indicator whether a serializer-deserialize to provide read and write methods is provided by AggregationFunctionModeManaged.getSerde()
setHasHA(boolean) - Method in class com.espertech.esper.common.client.hook.aggfunc.AggregationFunctionModeMultiParam
Sets indicator whether a serializer-deserialize to provide read and write methods is provided by AggregationFunctionModeMultiParam.getSerde()
setHasHA(boolean) - Method in class com.espertech.esper.common.client.hook.aggmultifunc.AggregationMultiFunctionStateModeManaged
Sets indicator whether a serializer-deserialize to provide read and write methods is provided by AggregationMultiFunctionStateModeManaged.getSerde()
setHashFunction(Expression) - Method in class com.espertech.esper.common.client.soda.ContextDescriptorHashSegmentedItem
Set the hash function (SingleRowMethodExpression)
setHasHours(boolean) - Method in class com.espertech.esper.common.client.soda.TimePeriodExpression
Set to true if a subexpression exists that is a hour-part.
setHasMicroseconds(boolean) - Method in class com.espertech.esper.common.client.soda.TimePeriodExpression
Set to true if a subexpression exists that is a microsecond-part.
setHasMilliseconds(boolean) - Method in class com.espertech.esper.common.client.soda.TimePeriodExpression
Set to true if a subexpression exists that is a msec-part.
setHasMinutes(boolean) - Method in class com.espertech.esper.common.client.soda.TimePeriodExpression
Set to true if a subexpression exists that is a minutes-part.
setHasMonths(boolean) - Method in class com.espertech.esper.common.client.soda.TimePeriodExpression
Set to true if a subexpression exists that is a month-part.
setHasSeconds(boolean) - Method in class com.espertech.esper.common.client.soda.TimePeriodExpression
Set to true if a subexpression exists that is a seconds-part.
setHasWeeks(boolean) - Method in class com.espertech.esper.common.client.soda.TimePeriodExpression
Set to true if a subexpression exists that is a weeks-part.
setHasYears(boolean) - Method in class com.espertech.esper.common.client.soda.TimePeriodExpression
Set to true if a subexpression exists that is a year-part.
setHavingClause(Expression) - Method in class com.espertech.esper.common.client.soda.EPStatementObjectModel
Specify a having-clause.
setHigh(Expression) - Method in class com.espertech.esper.common.client.soda.MatchRecognizeRegExRepeat
Sets the high endpoint.
setHigh(Expression) - Method in class com.espertech.esper.common.client.soda.PatternMatchUntilExpr
Sets the optional high endpoint for the repeat, or null if none supplied.
setHighEndpointIncluded(boolean) - Method in class com.espertech.esper.common.client.soda.BetweenExpression
Set to true to indicate that the high endpoint is included (the default).
setHours(Integer) - Method in class com.espertech.esper.common.client.util.TimePeriod
Sets hours or null if not provided.
setIdentifiers(ContextPartitionIdentifier[]) - Method in class com.espertech.esper.common.client.context.ContextPartitionIdentifierNested
Sets nested partition identifiers.
setImports(Set<String>) - Method in class com.espertech.esper.common.client.module.Module
Sets the imports defined by the module.
setIncludeComments(boolean) - Method in class com.espertech.esper.common.client.configuration.compiler.ConfigurationCompilerByteCode
Sets indicator whether the generated source code should include comments for tracing back
setIncludeDebugSymbols(boolean) - Method in class com.espertech.esper.common.client.configuration.compiler.ConfigurationCompilerByteCode
Sets indicator whether the binary class code should include debug symbols
setInclusive(boolean) - Method in class com.espertech.esper.common.client.soda.ContextDescriptorConditionPattern
Set the inclusive flag, meaning events that constitute the pattern match should be considered for context-associated statements.
setIndexedPropertyIndex(Integer) - Method in class com.espertech.esper.common.client.render.EventPropertyRendererContext
Sets the index for indexed properties.
setIndexes(List<Expression>) - Method in class com.espertech.esper.common.client.soda.DotExpressionItemArray
Sets array index expressions
setIndexName(String) - Method in class com.espertech.esper.common.client.soda.CreateIndexClause
Set index name.
setInherits(Set<String>) - Method in class com.espertech.esper.common.client.soda.CreateSchemaClause
Sets the names of event types inherited from, if any
setInitializationValue(Object) - Method in class com.espertech.esper.common.client.configuration.common.ConfigurationCommonVariable
Sets the variable type.
setInitiationConditions(List<ContextDescriptorConditionFilter>) - Method in class com.espertech.esper.common.client.soda.ContextDescriptorKeyedSegmented
Sets the initiation conditions, if any.
setInjectionStrategyAggregationAccessorFactory(InjectionStrategy) - Method in class com.espertech.esper.common.client.hook.aggmultifunc.AggregationMultiFunctionAccessorModeManaged
Sets the injection strategy for the aggregation accessor factory
setInjectionStrategyAggregationAgentFactory(InjectionStrategy) - Method in class com.espertech.esper.common.client.hook.aggmultifunc.AggregationMultiFunctionAgentModeManaged
Sets the injection strategy for the aggregation agent factory
setInjectionStrategyAggregationFunctionFactory(InjectionStrategy) - Method in class com.espertech.esper.common.client.hook.aggfunc.AggregationFunctionModeManaged
Sets the injection strategy for the aggregation function factory
setInjectionStrategyAggregationFunctionFactory(InjectionStrategy) - Method in class com.espertech.esper.common.client.hook.aggfunc.AggregationFunctionModeMultiParam
Sets the injection strategy for the aggregation function factory
setInjectionStrategyAggregationMethodFactory(InjectionStrategy) - Method in class com.espertech.esper.common.client.hook.aggmultifunc.AggregationMultiFunctionAggregationMethodModeManaged
Sets the injection strategy for the aggregation table reader factory
setInjectionStrategyAggregationStateFactory(InjectionStrategy) - Method in class com.espertech.esper.common.client.hook.aggmultifunc.AggregationMultiFunctionStateModeManaged
Sets the injection strategy for the aggregation state factory
setInjectionStrategyFactoryFactory(InjectionStrategy) - Method in class com.espertech.esper.common.client.hook.vdw.VirtualDataWindowFactoryModeManaged
Sets the injection strategy for the virtual data window factory
setInlinedClassInspection(InlinedClassInspectionOption) - Method in class com.espertech.esper.compiler.client.CompilerOptions
Sets the classback for inlined-class compilation wherein the callback receives class output
setInput(List<DataFlowOperatorInput>) - Method in class com.espertech.esper.common.client.soda.DataFlowOperator
Sets the input stream definitions, if any.
setInputStreamNames(List<String>) - Method in class com.espertech.esper.common.client.soda.DataFlowOperatorInput
Sets the input stream names.
setInsert(boolean) - Method in class com.espertech.esper.common.client.soda.CreateWindowClause
Sets flag indicating that an insert from another named window should take place at the time of window creation.
setInsertInto(InsertIntoClause) - Method in class com.espertech.esper.common.client.soda.EPStatementObjectModel
Specify an insert-into-clause.
setInsertInto(InsertIntoClause) - Method in class com.espertech.esper.common.client.soda.OnInsertSplitStreamItem
Sets the insert-into clause.
setInsertIntoDispatchLocking(Locking) - Method in class com.espertech.esper.common.client.configuration.runtime.ConfigurationRuntimeThreading
Sets the blocking strategy to use when multiple threads deliver results for a single statement to consuming statements of an insert-into, and the guarantee of order of delivery must be maintained.
setInsertIntoDispatchPreserveOrder(boolean) - Method in class com.espertech.esper.common.client.configuration.runtime.ConfigurationRuntimeThreading
In multithreaded environments, this setting controls whether insert-into streams preserve the order of events inserted into them by one or more statements such that statements that consume other statement's events behave deterministic
setInsertIntoDispatchTimeout(long) - Method in class com.espertech.esper.common.client.configuration.runtime.ConfigurationRuntimeThreading
Sets the number of milliseconds that a thread may maximally be blocking to deliver statement results from a producing statement that employs insert-into to a consuming statement.
setInsertNoMatch(OnMergeMatchedInsertAction) - Method in class com.espertech.esper.common.client.soda.OnMergeClause
Sets an optional insert to executed without a match-clause.
setInsertWhereClause(Expression) - Method in class com.espertech.esper.common.client.soda.CreateWindowClause
Sets the filter expression for inserting from another named window
setInstrumented(boolean) - Method in class com.espertech.esper.common.client.configuration.compiler.ConfigurationCompilerByteCode
Sets the indicator whether the compiler generates instrumented byte code for use with the debugger.
setIntegerDivision(boolean) - Method in class com.espertech.esper.common.client.configuration.compiler.ConfigurationCompilerExpression
Set to false (default) for integer division returning double values.
setInternalTimerEnabled(boolean) - Method in class com.espertech.esper.common.client.configuration.runtime.ConfigurationRuntimeThreading
Sets the use of internal timer.
setInternalTimerMsecResolution(long) - Method in class com.espertech.esper.common.client.configuration.runtime.ConfigurationRuntimeThreading
Sets the length of the interval (resolution) of the timer thread.
setInternalUseOnlyMaxMembersPerClass(int) - Method in class com.espertech.esper.common.client.configuration.compiler.ConfigurationCompilerByteCode
(Internal-use-only) Sets the maximum number of members per class, which defaults to 2k.
setInternalUseOnlyMaxMethodComplexity(int) - Method in class com.espertech.esper.common.client.configuration.compiler.ConfigurationCompilerByteCode
(Internal-use-only) Sets the maximum method complexity, which defaults to 1k.
setInterval(long) - Method in class com.espertech.esper.common.client.configuration.runtime.ConfigurationRuntimeMetricsReporting.StmtGroupMetrics
Sets the reporting interval for statement metrics for statements in the statement group.
setIntervalClause(MatchRecognizeIntervalClause) - Method in class com.espertech.esper.common.client.soda.MatchRecognizeClause
Sets the interval clause.
setIntoTableClause(IntoTableClause) - Method in class com.espertech.esper.common.client.soda.EPStatementObjectModel
Sets the into-table clause, or null if none found.
setItems(List<ModuleItem>) - Method in class com.espertech.esper.common.client.module.Module
Sets a list of statements (some may be comments only) that make up the module.
setItems(List<ContextDescriptorCategoryItem>) - Method in class com.espertech.esper.common.client.soda.ContextDescriptorCategory
Sets categories
setItems(List<ContextDescriptorHashSegmentedItem>) - Method in class com.espertech.esper.common.client.soda.ContextDescriptorHashSegmented
Sets categories
setItems(List<ContextDescriptorKeyedSegmentedItem>) - Method in class com.espertech.esper.common.client.soda.ContextDescriptorKeyedSegmented
Sets the key set descriptions
setItems(List<ForClauseItem>) - Method in class com.espertech.esper.common.client.soda.ForClause
Sets for-clause items.
setItems(List<OnInsertSplitStreamItem>) - Method in class com.espertech.esper.common.client.soda.OnInsertSplitStreamClause
Sets a list of insert-into, select and where-clauses.
setIterableUnbound(boolean) - Method in class com.espertech.esper.common.client.configuration.compiler.ConfigurationCompilerViewResources
Sets flag to indicate unbound statements are iterable and return the last event.
setJmxRuntimeMetrics(boolean) - Method in class com.espertech.esper.common.client.configuration.runtime.ConfigurationRuntimeMetricsReporting
Set to true to have the the runtime register JMX mbeans, with the platform mbean server, that provide key runtime metrics.
setKeyExpressions(List<Expression>) - Method in class com.espertech.esper.common.client.soda.TableAccessExpression
Sets the primary key expressions.
setKeys(Object[]) - Method in class com.espertech.esper.common.client.context.ContextPartitionIdentifierPartitioned
Sets the partition keys.
setKeyword(ForClauseKeyword) - Method in class com.espertech.esper.common.client.soda.ForClauseItem
Sets the for-clause keyword.
setLabel(String) - Method in class com.espertech.esper.common.client.context.ContextPartitionIdentifierCategory
Sets the category label.
setLabel(String) - Method in class com.espertech.esper.common.client.soda.ContextDescriptorCategoryItem
Sets the category label
setLambdaParameters(Function<EnumMethodLambdaParameterDescriptor, EnumMethodLambdaParameterType>) - Method in class com.espertech.esper.common.client.hook.enummethod.EnumMethodModeStaticMethod
Sets the function that determines, for each lambda parameter, the lambda parameter type.
setLastNewData(EventBean[]) - Method in class com.espertech.esper.runtime.client.scopetest.SupportUpdateListener
Set an array of events as the last insert-stream events received.
setLastOldData(EventBean[]) - Method in class com.espertech.esper.runtime.client.scopetest.SupportUpdateListener
Set an array of events as the last remove-stream events received.
setLdtOp(DateTimeMethodMode) - Method in class com.espertech.esper.common.client.hook.datetimemethod.DateTimeMethodOpsModify
Sets the information how LocalDateTime-modify is provided
setLdtOp(DateTimeMethodMode) - Method in class com.espertech.esper.common.client.hook.datetimemethod.DateTimeMethodOpsReformat
Sets the information how LocalDateTime-reformat is provided
setLeft(Expression) - Method in class com.espertech.esper.common.client.soda.OuterJoinQualifier
Sets the property value expression to join on.
setLeft(Expression) - Method in class com.espertech.esper.common.client.soda.PropertyValueExpressionPair
Sets left expr.
setLineNumber(int) - Method in class com.espertech.esper.common.client.module.ModuleItem
Sets item line num
setLineNumberContent(int) - Method in class com.espertech.esper.common.client.module.ModuleItem
Sets the line number of item content excluding comments, or -1 if comments-only
setLineNumberContentEnd(int) - Method in class com.espertech.esper.common.client.module.ModuleItem
Sets the line number of item content end excluding comments, or -1 if comments-only
setLineNumberEnd(int) - Method in class com.espertech.esper.common.client.module.ModuleItem
Sets item line num end
setListenerDispatchLocking(Locking) - Method in class com.espertech.esper.common.client.configuration.runtime.ConfigurationRuntimeThreading
Sets the blocking strategy to use when multiple threads deliver results for a single statement to listeners, and the guarantee of order of delivery must be maintained.
setListenerDispatchPreserveOrder(boolean) - Method in class com.espertech.esper.common.client.configuration.runtime.ConfigurationRuntimeThreading
In multithreaded environments, this setting controls whether dispatches to listeners preserve the ordering in which the statement processes events.
setListenerDispatchTimeout(long) - Method in class com.espertech.esper.common.client.configuration.runtime.ConfigurationRuntimeThreading
In multithreaded environments, this setting controls when dispatches to listeners preserve the ordering the timeout to complete any outstanding dispatches.
setLoaderName(String) - Method in class com.espertech.esper.common.client.configuration.runtime.ConfigurationRuntimePluginLoader
Sets the loader name.
setLongOp(DateTimeMethodMode) - Method in class com.espertech.esper.common.client.hook.datetimemethod.DateTimeMethodOpsReformat
Sets the information how long-reformat is provided
setLookupValueType(EPType) - Method in class com.espertech.esper.common.client.hook.vdw.VirtualDataWindowLookupFieldDesc
Sets the lookup value type.
setLow(Expression) - Method in class com.espertech.esper.common.client.soda.MatchRecognizeRegExRepeat
Sets the low endpoint.
setLow(Expression) - Method in class com.espertech.esper.common.client.soda.PatternMatchUntilExpr
Sets the optional low endpoint for the repeat, or null if none supplied.
setLowEndpointIncluded(boolean) - Method in class com.espertech.esper.common.client.soda.BetweenExpression
Set to true to indicate that the low endpoint is included (the default).
setLRUCache(int) - Method in class com.espertech.esper.common.client.configuration.common.ConfigurationCommonDBRef
Configures a LRU cache of the given size for the database.
setLRUCache(int) - Method in class com.espertech.esper.common.client.configuration.common.ConfigurationCommonMethodRef
Configures a LRU cache of the given size for the method invocation.
setMappedPropertyKey(String) - Method in class com.espertech.esper.common.client.render.EventPropertyRendererContext
Sets the map key for mapped properties
setMatched(boolean) - Method in class com.espertech.esper.common.client.soda.OnMergeMatchItem
Set to true for matched, and false for not-matched.
setMatchItems(List<OnMergeMatchItem>) - Method in class com.espertech.esper.common.client.soda.OnMergeClause
Sets all actions.
setMatchRecognize(ConfigurationRuntimeMatchRecognize) - Method in class com.espertech.esper.common.client.configuration.runtime.ConfigurationRuntime
Sets match-recognize settings.
setMatchRecognizeClause(MatchRecognizeClause) - Method in class com.espertech.esper.common.client.soda.EPStatementObjectModel
Sets match-recognize clause.
setMathContext(MathContext) - Method in class com.espertech.esper.common.client.configuration.compiler.ConfigurationCompilerExpression
Sets the math context for big decimal operations, or null to leave the math context undefined.
setMaxMethodsPerClass(int) - Method in class com.espertech.esper.common.client.configuration.compiler.ConfigurationCompilerByteCode
Sets the maximum number of methods per class, which defaults to 1k.
setMaxStates(Long) - Method in class com.espertech.esper.common.client.configuration.runtime.ConfigurationRuntimeMatchRecognize
Sets the maximum number of states
setMaxStatesPreventStart(boolean) - Method in class com.espertech.esper.common.client.configuration.runtime.ConfigurationRuntimeMatchRecognize
Set to true, the default, to indicate that if there is a maximum defined it is being enforced and new states are not allowed.
setMaxSubexpressionPreventStart(boolean) - Method in class com.espertech.esper.common.client.configuration.runtime.ConfigurationRuntimePatterns
Set to true, the default, to indicate that if there is a maximum defined it is being enforced and new subexpressions are not allowed.
setMaxSubexpressions(Long) - Method in class com.espertech.esper.common.client.configuration.runtime.ConfigurationRuntimePatterns
Sets the maximum number of subexpressions
setMeasures(List<SelectClauseExpression>) - Method in class com.espertech.esper.common.client.soda.MatchRecognizeClause
Sets measures.
setMetadataOrigin(ConfigurationCommonDBRef.MetadataOriginEnum) - Method in class com.espertech.esper.common.client.configuration.common.ConfigurationCommonDBRef
Sets and indicator how the runtime should retrieve metadata about the columns that a given SQL query returns.
setMethodName(String) - Method in class com.espertech.esper.common.client.hook.enummethod.EnumMethodModeStaticMethod
Sets the method name of the public static processing method provided by the service class
setMethodName(String) - Method in class com.espertech.esper.common.client.soda.MethodInvocationStream
Sets the name of the static method to invoke in the from-clause.
setMetricsReporting(ConfigurationRuntimeMetricsReporting) - Method in class com.espertech.esper.common.client.configuration.runtime.ConfigurationRuntime
Sets the metrics reporting settings
setMetricsReportingDisabled() - Method in interface com.espertech.esper.common.client.metric.EPMetricsService
Disable runtime-level metrics reporting.
setMetricsReportingEnabled() - Method in interface com.espertech.esper.common.client.metric.EPMetricsService
Enable runtime-level metrics reporting.
setMetricsReportingInterval(String, long) - Method in interface com.espertech.esper.common.client.metric.EPMetricsService
Sets a new interval for metrics reporting for a pre-configured statement group, or changes the default statement reporting interval if supplying a null value for the statement group name.
setMetricsReportingStmtDisabled(String, String) - Method in interface com.espertech.esper.common.client.metric.EPMetricsService
Disable metrics reporting for a given statement.
setMetricsReportingStmtEnabled(String, String) - Method in interface com.espertech.esper.common.client.metric.EPMetricsService
Enable metrics reporting for the given statement.
setMicroseconds(Integer) - Method in class com.espertech.esper.common.client.util.TimePeriod
Sets microseconds or null if not provided.
setMilliseconds(Integer) - Method in class com.espertech.esper.common.client.util.TimePeriod
Sets milliseconds or null if not provided.
setMinutes(Integer) - Method in class com.espertech.esper.common.client.util.TimePeriod
Sets minutes or null if not provided.
setModel(EPStatementObjectModel) - Method in class com.espertech.esper.common.client.soda.SubqueryExistsExpression
Sets the lookup statement object model.
setModel(EPStatementObjectModel) - Method in class com.espertech.esper.common.client.soda.SubqueryExpression
Sets the lookup statement object model.
setModel(EPStatementObjectModel) - Method in class com.espertech.esper.common.client.soda.SubqueryInExpression
Sets the lookup statement object model.
setModel(EPStatementObjectModel) - Method in class com.espertech.esper.common.client.soda.SubqueryQualifiedExpression
Sets the lookup statement object model.
setModuleName(ModuleNameOption) - Method in class com.espertech.esper.compiler.client.CompilerOptions
Sets the callback that determines the module name.
setModuleText(String) - Method in class com.espertech.esper.common.client.module.Module
Sets module text.
setModuleUserObjectCompileTime(Serializable) - Method in class com.espertech.esper.common.client.module.Module
Sets an optional user object that may be attached to the module.
setModuleUses(ModuleUsesOption) - Method in class com.espertech.esper.compiler.client.CompilerOptions
Sets the callback that determines the module uses.
setMonths(Integer) - Method in class com.espertech.esper.common.client.util.TimePeriod
Sets months or null if not provided.
setMsecVersionRelease(long) - Method in class com.espertech.esper.common.client.configuration.runtime.ConfigurationRuntimeVariables
Sets the number of milliseconds that a version of a variables is held stable for use by very long-running atomic statement execution.
setMultiFunctionForgeClassName(String) - Method in class com.espertech.esper.common.client.configuration.compiler.ConfigurationCompilerPlugInAggregationMultiFunction
Sets the factory class name.
setName(String) - Method in class com.espertech.esper.common.client.configuration.common.ConfigurationCommonEventTypeXMLDOM.XPathPropertyDesc
Sets the event property name
setName(String) - Method in class com.espertech.esper.common.client.configuration.compiler.ConfigurationCompilerPlugInAggregationFunction
Sets the aggregation function name.
setName(String) - Method in class com.espertech.esper.common.client.configuration.compiler.ConfigurationCompilerPlugInDateTimeMethod
Sets the date-time method name.
setName(String) - Method in class com.espertech.esper.common.client.configuration.compiler.ConfigurationCompilerPlugInEnumMethod
Sets the enum method name.
setName(String) - Method in class com.espertech.esper.common.client.configuration.compiler.ConfigurationCompilerPlugInPatternObject
Sets the view name.
setName(String) - Method in class com.espertech.esper.common.client.configuration.compiler.ConfigurationCompilerPlugInSingleRowFunction
Sets the single-row function name for use in EPL.
setName(String) - Method in class com.espertech.esper.common.client.configuration.compiler.ConfigurationCompilerPlugInView
Sets the view name.
setName(String) - Method in class com.espertech.esper.common.client.configuration.compiler.ConfigurationCompilerPlugInVirtualDataWindow
Sets the view name.
setName(String) - Method in class com.espertech.esper.common.client.module.Module
Sets the module name or null if none provided.
setName(String) - Method in class com.espertech.esper.common.client.soda.AnnotationAttribute
Sets annotation name.
setName(String) - Method in class com.espertech.esper.common.client.soda.AnnotationPart
Sets annotation interface class name.
setName(String) - Method in class com.espertech.esper.common.client.soda.DotExpressionItemCall
Sets the method name or nested property name.
setName(String) - Method in class com.espertech.esper.common.client.soda.DotExpressionItemName
Sets the method name or nested property name.
setName(String) - Method in class com.espertech.esper.common.client.soda.EPBaseNamedObject
Sets the object name.
setName(String) - Method in class com.espertech.esper.common.client.soda.ExpressionDeclaration
Sets expression name.
setName(String) - Method in class com.espertech.esper.common.client.soda.MatchRecognizeDefine
Sets the variable name.
setName(String) - Method in class com.espertech.esper.common.client.soda.MatchRecognizeRegExAtom
Sets variable name.
setName(String) - Method in class com.espertech.esper.common.client.soda.NamedParameterExpression
Sets the parameter name.
setName(String) - Method in class com.espertech.esper.common.client.soda.SchemaColumnDesc
Set property name.
setName(String) - Method in class com.espertech.esper.common.client.soda.ScriptExpression
Sets the script name.
setNamedWindowConsumerDispatchLocking(Locking) - Method in class com.espertech.esper.common.client.configuration.runtime.ConfigurationRuntimeThreading
Sets the locking strategy value for named window dispatches to named window consumers (default is spin).
setNamedWindowConsumerDispatchPreserveOrder(boolean) - Method in class com.espertech.esper.common.client.configuration.runtime.ConfigurationRuntimeThreading
In multithreaded environments, this setting controls whether named window dispatches to named window consumers preserve the order of events inserted and removed such that statements that consume a named windows delta stream behave deterministic (true by default).
setNamedWindowConsumerDispatchTimeout(long) - Method in class com.espertech.esper.common.client.configuration.runtime.ConfigurationRuntimeThreading
Sets the timeout millisecond value for named window dispatches to named window consumers.
setNamespace(String) - Method in class com.espertech.esper.common.client.configuration.compiler.ConfigurationCompilerPlugInPatternObject
Sets the view namespace.
setNamespace(String) - Method in class com.espertech.esper.common.client.configuration.compiler.ConfigurationCompilerPlugInView
Sets the view namespace.
setNamespace(String) - Method in class com.espertech.esper.common.client.configuration.compiler.ConfigurationCompilerPlugInVirtualDataWindow
Sets the view namespace.
setNamespace(String) - Method in class com.espertech.esper.common.client.soda.EPBaseNamedObject
Sets the object namespace name
setNamespacePrefixes(Map<String, String>) - Method in class com.espertech.esper.common.client.configuration.common.ConfigurationCommonEventTypeXMLDOM
Sets namespace prefixes
setNot(boolean) - Method in class com.espertech.esper.common.client.soda.LikeExpression
Set to true if this is a "not like", or false if just a like
setNotBetween(boolean) - Method in class com.espertech.esper.common.client.soda.BetweenExpression
Set to true for not-between, or false for between range.
setNotIn(boolean) - Method in class com.espertech.esper.common.client.soda.InExpression
Set to true to indicate this is a not-in expression.
setNotIn(boolean) - Method in class com.espertech.esper.common.client.soda.SubqueryInExpression
Set to true for not-in, or false for in-lookup.
setNow(boolean) - Method in class com.espertech.esper.common.client.soda.ContextDescriptorConditionCrontab
Sets "now" indicator
setNow(boolean) - Method in class com.espertech.esper.common.client.soda.ContextDescriptorConditionPattern
Sets "now" indicator
setNow(boolean) - Method in class com.espertech.esper.common.client.soda.ContextDescriptorConditionTimePeriod
Sets "now" indicator
setNumArrayDimensions(int) - Method in class com.espertech.esper.common.client.soda.NewInstanceOperatorExpression
Sets the array dimension, with child nodes providing either dimensions or array initialization values
setNumRows(Integer) - Method in class com.espertech.esper.common.client.soda.RowLimitClause
Sets the maximum number of rows.
setNumRowsVariable(String) - Method in class com.espertech.esper.common.client.soda.RowLimitClause
Sets the variable providing maximum number of rows.
setNumStatements(int) - Method in class com.espertech.esper.common.client.configuration.runtime.ConfigurationRuntimeMetricsReporting.StmtGroupMetrics
Sets the initial capacity number of statements held by the statement group.
setObject(int, Object) - Method in interface com.espertech.esper.common.client.fireandforget.EPFireAndForgetPreparedQueryParameterized
Sets the value of the designated parameter using the given object.
setObject(int, Object) - Method in interface com.espertech.esper.runtime.client.option.StatementSubstitutionParameterContext
Sets the value of the designated parameter using the given object.
setObject(String, Object) - Method in interface com.espertech.esper.common.client.fireandforget.EPFireAndForgetPreparedQueryParameterized
Sets the value of the designated parameter using the given object.
setObject(String, Object) - Method in interface com.espertech.esper.runtime.client.option.StatementSubstitutionParameterContext
Sets the value of the designated parameter using the given object.
setObjectValueTypeWidenerFactoryClass(String) - Method in class com.espertech.esper.common.client.configuration.common.ConfigurationCommonEventTypeMeta.AvroSettings
Sets the class name of widening provider that widens, coerces or transforms object values to an Avro field value or record; a widener should implement ObjectValueTypeWidenerFactory (null by default, using default widening)
setOnExpr(OnClause) - Method in class com.espertech.esper.common.client.soda.EPStatementObjectModel
Sets the on-delete or on-select clause for selecting or deleting from named windows, or null if this statement does not on-select or on-delete from a named window
setOperator(VirtualDataWindowLookupOp) - Method in class com.espertech.esper.common.client.hook.vdw.VirtualDataWindowLookupFieldDesc
Sets the operator.
setOperator(String) - Method in class com.espertech.esper.common.client.soda.ArithmaticExpression
Set operator
setOperator(String) - Method in class com.espertech.esper.common.client.soda.CompareListExpression
Sets the operator.
setOperator(String) - Method in class com.espertech.esper.common.client.soda.RelationalOpExpression
Sets the operator to use.
setOperator(String) - Method in class com.espertech.esper.common.client.soda.SubqueryQualifiedExpression
Sets the operator.
setOperatorName(String) - Method in class com.espertech.esper.common.client.soda.DataFlowOperator
Sets the operator name.
setOperatorProvider(EPDataFlowOperatorProvider) - Method in class com.espertech.esper.common.client.dataflow.core.EPDataFlowInstantiationOptions
Sets the the operator provider.
setOperators(List<DataFlowOperator>) - Method in class com.espertech.esper.common.client.soda.CreateDataFlowClause
Sets operators.
setOperatorStatistics(boolean) - Method in class com.espertech.esper.common.client.dataflow.core.EPDataFlowInstantiationOptions
Sets indicator whether to collect operator statistics.
setOptionalAsClauseStreamName(String) - Method in class com.espertech.esper.common.client.soda.UpdateClause
Returns the stream name.
setOptionalAsName(String) - Method in class com.espertech.esper.common.client.soda.ContainedEventSelect
Sets the property alias
setOptionalAsName(String) - Method in class com.espertech.esper.common.client.soda.ContextDescriptorConditionFilter
Returns the tag name assigned, if any.
setOptionalAsName(String) - Method in class com.espertech.esper.common.client.soda.DataFlowOperatorInput
Sets the alias name.
setOptionalAsName(String) - Method in class com.espertech.esper.common.client.soda.OnDeleteClause
Sets the as-provided for the named window.
setOptionalAsName(String) - Method in class com.espertech.esper.common.client.soda.OnMergeClause
Sets the as-provided for the named window.
setOptionalAsName(String) - Method in class com.espertech.esper.common.client.soda.OnSelectClause
Sets the as-provided name for the named window.
setOptionalAsName(String) - Method in class com.espertech.esper.common.client.soda.OnUpdateClause
Sets the as-provided for the named window.
setOptionalAssignment(Expression) - Method in class com.espertech.esper.common.client.soda.CreateVariableClause
Sets the optional assignment expression, or null to initialize to a null value
setOptionalCastToType(EPTypeClass) - Method in class com.espertech.esper.common.client.configuration.common.ConfigurationCommonEventTypeXMLDOM.XPathPropertyDesc
Sets the cast-to type
setOptionalColumn(String) - Method in class com.espertech.esper.common.client.soda.TableAccessExpression
Sets the optional table column name to access.
setOptionalColumnName(String) - Method in class com.espertech.esper.common.client.soda.SelectClauseStreamWildcard
Sets the column name.
setOptionalCondition(Expression) - Method in class com.espertech.esper.common.client.soda.OnMergeMatchItem
Sets the condition to apply or null if none is provided.
setOptionalConsumptionLevel(Integer) - Method in class com.espertech.esper.common.client.soda.PatternFilterExpr
Sets the consume level.
setOptionalDialect(String) - Method in class com.espertech.esper.common.client.soda.ScriptExpression
Sets a dialect name, or null if none is defined and the configured default applies
setOptionalDistinctExpressions(List<Expression>) - Method in class com.espertech.esper.common.client.soda.ContextDescriptorInitiatedTerminated
Sets the list of expressions providing distinct keys, if any
setOptionaleventTypeName(String) - Method in class com.espertech.esper.common.client.configuration.common.ConfigurationCommonEventTypeXMLDOM.XPathPropertyDesc
Sets the event type name
setOptionalEventTypeName(String) - Method in class com.espertech.esper.common.client.configuration.common.ConfigurationCommonEventTypeXMLDOM.XPathPropertyDesc
Sets the event type name
setOptionalEventTypeName(String) - Method in class com.espertech.esper.common.client.soda.MethodInvocationStream
Sets the optional event type name
setOptionalEventTypeName(String) - Method in class com.espertech.esper.common.client.soda.ScriptExpression
Sets the optional event type name.
setOptionalExpression(Expression) - Method in class com.espertech.esper.common.client.soda.CreateTableColumn
Sets the aggragtion expression, if the type of the column is aggregation, or null if a type name is provided instead.
setOptionalMaxPerSubexpression(List<Expression>) - Method in class com.espertech.esper.common.client.soda.PatternFollowedByExpr
Sets the instance limits, if any, for pattern-subexpressions.
setOptionalMetadataSQL(String) - Method in class com.espertech.esper.common.client.soda.SQLStream
Sets metadata SQL.
setOptionalName(String) - Method in class com.espertech.esper.common.client.soda.SubstitutionParameterExpression
Sets the name
setOptionalOffsetRows(Integer) - Method in class com.espertech.esper.common.client.soda.RowLimitClause
Sets the offset.
setOptionalOffsetRowsVariable(String) - Method in class com.espertech.esper.common.client.soda.RowLimitClause
Sets the name of the variable providing offset values.
setOptionalPropertySelects(List<ContainedEventSelect>) - Method in class com.espertech.esper.common.client.soda.Filter
Sets the contained-event selection, if any.
setOptionalRepeat(MatchRecognizeRegExRepeat) - Method in class com.espertech.esper.common.client.soda.MatchRecognizeRegExAtom
Sets the repetition.
setOptionalRepeat(MatchRecognizeRegExRepeat) - Method in class com.espertech.esper.common.client.soda.MatchRecognizeRegExNested
Sets the repetition
setOptionalReturnType(String) - Method in class com.espertech.esper.common.client.soda.ScriptExpression
Sets the return type, if any is specified.
setOptionalSplitExpressionTypeName(String) - Method in class com.espertech.esper.common.client.soda.ContainedEventSelect
Sets the event type name assigned to events that result by applying the split (contained event) expression.
setOptionalStreamName(String) - Method in class com.espertech.esper.common.client.soda.OnMergeMatchedInsertAction
Sets the insert-into stream name.
setOptionalType(String) - Method in class com.espertech.esper.common.client.soda.SubstitutionParameterExpression
Sets the type
setOptionalTypeName(String) - Method in class com.espertech.esper.common.client.soda.CreateTableColumn
Sets the type name, or null if the column is an aggregation and an aggregation expression is provided instead.
setOptionalWhereClause(Expression) - Method in class com.espertech.esper.common.client.soda.UpdateClause
Sets the where-clause if any.
setOptions(CompilerOptions) - Method in class com.espertech.esper.compiler.client.CompilerArguments
Sets the compiler options.
setOrderByClause(OrderByClause) - Method in class com.espertech.esper.common.client.soda.EPStatementObjectModel
Specify an order-by-clause.
setOrderByExpressions(List<OrderByElement>) - Method in class com.espertech.esper.common.client.soda.OrderByClause
Sets a list of expressions and flags to order by.
setOrTerminated(boolean) - Method in class com.espertech.esper.common.client.soda.MatchRecognizeIntervalClause
Sets indicator whether or-terminated is set
setOuterJoinQualifiers(List<OuterJoinQualifier>) - Method in class com.espertech.esper.common.client.soda.FromClause
Set outer joins.
setOutput(List<DataFlowOperatorOutput>) - Method in class com.espertech.esper.common.client.soda.DataFlowOperator
Sets the output stream definitions, if any.
setOutputLimitClause(OutputLimitClause) - Method in class com.espertech.esper.common.client.soda.EPStatementObjectModel
Specify an output-rate-limiting-clause.
setOutputLimitOpt(boolean) - Method in class com.espertech.esper.common.client.configuration.compiler.ConfigurationCompilerViewResources
Sets indicator whether for output limiting the options are enabled by default.
setOverlapping(boolean) - Method in class com.espertech.esper.common.client.soda.ContextDescriptorInitiatedTerminated
Set to true for overlapping context, false for non-overlapping.
setParameter(int, Object) - Method in interface com.espertech.esper.common.client.hook.enummethod.EnumMethodState
Called by the runtime to provide non-lambda expression parameter values
setParameterExpressions(List<Expression>) - Method in class com.espertech.esper.common.client.soda.MethodInvocationStream
Sets a list of expressions that are parameters to the method.
setParameterName(String) - Method in class com.espertech.esper.common.client.soda.DataFlowOperatorParameter
Set the parameter name.
setParameterNames(List<String>) - Method in class com.espertech.esper.common.client.soda.ExpressionDeclaration
Sets the paramater names.
setParameterNames(List<String>) - Method in class com.espertech.esper.common.client.soda.ScriptExpression
Sets the lambda expression parameters.
setParameterNumber(int) - Method in class com.espertech.esper.common.client.hook.type.SQLInputParameterContext
Set parameter number
setParameterProvider(EPDataFlowOperatorParameterProvider) - Method in class com.espertech.esper.common.client.dataflow.core.EPDataFlowInstantiationOptions
Sets the parameter provider.
setParameters(List<DataFlowOperatorParameter>) - Method in class com.espertech.esper.common.client.soda.DataFlowOperator
Sets operator parameters.
setParameters(List<Expression>) - Method in class com.espertech.esper.common.client.soda.CreateIndexColumn
Sets index parameters
setParameters(List<Expression>) - Method in class com.espertech.esper.common.client.soda.DotExpressionItemCall
Sets method parameters or parameters for mapped properties or empty list if this item represents a simple nested property.
setParameters(List<Expression>) - Method in class com.espertech.esper.common.client.soda.EPBaseNamedObject
Sets the parameters for the object.
setParameters(List<String>) - Method in class com.espertech.esper.common.client.soda.LambdaExpression
Sets the lambda expression parameters.
setParametersURIs(Map<String, Object>) - Method in class com.espertech.esper.common.client.dataflow.core.EPDataFlowInstantiationOptions
Sets parameters.
setParameterValue(Object) - Method in class com.espertech.esper.common.client.hook.type.SQLInputParameterContext
Set parameter value.
setParameterValue(Object) - Method in class com.espertech.esper.common.client.soda.DataFlowOperatorParameter
Set the parameter value, which can be either a constant, an Expression or a JSON object or a EPStatementObjectModel.
setPartitionExpressions(List<Expression>) - Method in class com.espertech.esper.common.client.soda.MatchRecognizeClause
Set partition expressions.
setPath(CompilerPath) - Method in class com.espertech.esper.compiler.client.CompilerArguments
Sets the path
setPathCache(CompilerPathCache) - Method in class com.espertech.esper.compiler.client.CompilerOptions
Sets the cache, or null if not using a cache, that retains for each EPCompiled the EPL objects that the EPCompiled provides.
setPattern(MatchRecognizeRegEx) - Method in class com.espertech.esper.common.client.soda.MatchRecognizeClause
Sets regex-pattern.
setPattern(PatternExpr) - Method in class com.espertech.esper.common.client.soda.ContextDescriptorConditionPattern
Sets the pattern expression.
setPatternObjectType(PatternObjectType) - Method in class com.espertech.esper.common.client.configuration.compiler.ConfigurationCompilerPlugInPatternObject
Set the type of pattern object for plug-in.
setPatterns(ConfigurationRuntimePatterns) - Method in class com.espertech.esper.common.client.configuration.runtime.ConfigurationRuntime
Sets pattern settings.
setPluginLoaders(List<ConfigurationRuntimePluginLoader>) - Method in class com.espertech.esper.common.client.configuration.runtime.ConfigurationRuntime
Sets the list of plug-in loaders
setPreallocate(boolean) - Method in class com.espertech.esper.common.client.soda.ContextDescriptorHashSegmented
Set the flag indicating whether to allocate context partitions upon statement creation, or only when actually referred to
setPrecedenceEnabled(boolean) - Method in class com.espertech.esper.common.client.configuration.runtime.ConfigurationRuntimeExecution
Set to false (the default) if the runtime does not consider insert-into event-precedence, or true to enable insert-into event-precedence execution order of inserted events.
setPreventLooping(boolean) - Method in class com.espertech.esper.common.client.render.JSONRenderingOptions
Indicator whether to prevent looping, by default set to true.
setPreventLooping(boolean) - Method in class com.espertech.esper.common.client.render.XMLRenderingOptions
Indicator whether to prevent looping, by default set to true.
setPrimaryKey(Boolean) - Method in class com.espertech.esper.common.client.soda.CreateTableColumn
Sets indicator whether the column is a primary key
setPrioritized(boolean) - Method in class com.espertech.esper.common.client.configuration.runtime.ConfigurationRuntimeExecution
Set to false (the default) if the runtime does not consider statement priority and preemptive instructions, or true for enable priority-based statement execution order.
setProperties(Map<String, Object>) - Method in class com.espertech.esper.common.client.context.ContextPartitionIdentifierInitiatedTerminated
Sets the event or pattern information.
setPropertyName(String) - Method in class com.espertech.esper.common.client.render.EventPropertyRendererContext
Sets the property name to be rendered.
setPropertyName(String) - Method in class com.espertech.esper.common.client.soda.PropertyValueExpression
Sets the property name.
setPropertyNames(List<String>) - Method in class com.espertech.esper.common.client.soda.ContextDescriptorKeyedSegmentedItem
Sets the property names.
setPropertyResolutionStyle(PropertyResolutionStyle) - Method in class com.espertech.esper.common.client.configuration.common.ConfigurationCommonEventTypeBean
Sets the type's property resolution style to use.
setPropertySelects(List<ContainedEventSelect>) - Method in class com.espertech.esper.common.client.soda.OnInsertSplitStreamItem
Sets contained-event selection, if any.
setPropertySelectsStreamName(String) - Method in class com.espertech.esper.common.client.soda.OnInsertSplitStreamItem
Sets the stream name assigned to contained-event selects, or null
setPropertyValue(Object) - Method in class com.espertech.esper.common.client.render.EventPropertyRendererContext
Sets the property value.
setReadOnly(Boolean) - Method in class com.espertech.esper.common.client.configuration.common.ConfigurationCommonDBRef.ConnectionSettings
Indicates whether to set any new connections for this database to read-only.
setRenderer(EventPropertyRenderer) - Method in class com.espertech.esper.common.client.render.JSONRenderingOptions
Sets the event property renderer to use.
setRenderer(EventPropertyRenderer) - Method in class com.espertech.esper.common.client.render.XMLRenderingOptions
Sets the event property renderer to use.
setReportInactive(boolean) - Method in class com.espertech.esper.common.client.configuration.runtime.ConfigurationRuntimeMetricsReporting.StmtGroupMetrics
Set to true to indicate that inactive statements (statements without events or timer activity) are also reported, or false to omit reporting for inactive statements.
setResultSet(ResultSet) - Method in class com.espertech.esper.common.client.hook.type.SQLColumnValueContext
Sets the result set.
setResultSet(ResultSet) - Method in class com.espertech.esper.common.client.hook.type.SQLOutputRowValueContext
Sets the result set.
setRetainIntersection(boolean) - Method in class com.espertech.esper.common.client.soda.ProjectedStream
Set to true to have multiple data window be treated as a intersection.
setRetainUnion(boolean) - Method in class com.espertech.esper.common.client.soda.CreateWindowClause
Sets the retain-union flag
setRetainUnion(boolean) - Method in class com.espertech.esper.common.client.soda.ProjectedStream
Set to true to have multiple data window be treated as a union.
setRethrowExceptions(boolean) - Method in class com.espertech.esper.common.client.configuration.compiler.ConfigurationCompilerPlugInSingleRowFunction
Sets indicator whether the runtime re-throws exceptions thrown by the single-row function.
setReturnType(EPTypeClass) - Method in class com.espertech.esper.common.client.hook.datetimemethod.DateTimeMethodOpsReformat
Sets the return type.
setReturnType(EPChainableType) - Method in class com.espertech.esper.common.client.hook.enummethod.EnumMethodModeStaticMethod
Sets the return type of the enumeration method.
setRight(Expression) - Method in class com.espertech.esper.common.client.soda.OuterJoinQualifier
Sets the property value expression to join on.
setRight(Expression) - Method in class com.espertech.esper.common.client.soda.PropertyValueExpressionPair
Sets right side.
setRolloutLockStrategy(LockStrategy) - Method in class com.espertech.esper.runtime.client.RolloutOptions
Sets the rollout lock strategy, the default is LockStrategyDefault
setRootElementName(String) - Method in class com.espertech.esper.common.client.configuration.common.ConfigurationCommonEventTypeXMLDOM
Sets the root element name.
setRootElementNamespace(String) - Method in class com.espertech.esper.common.client.configuration.common.ConfigurationCommonEventTypeXMLDOM
Sets the root element namespace.
setRowLimitClause(RowLimitClause) - Method in class com.espertech.esper.common.client.soda.EPStatementObjectModel
Sets the row limit specification, or null if none applicable.
setRowNum(int) - Method in class com.espertech.esper.common.client.hook.type.SQLOutputRowValueContext
Set the row number.
setRows(List<List<Expression>>) - Method in class com.espertech.esper.common.client.soda.FireAndForgetInsert
Sets the rows.
setRuntime(ConfigurationRuntime) - Method in class com.espertech.esper.common.client.configuration.Configuration
Sets the runtime section of the configuration.
setRuntime(EPRuntime) - Method in interface com.espertech.esper.runtime.client.util.AdapterSPI
An adapter takes an runtime instance to process events.
setRuntimeFairlock(boolean) - Method in class com.espertech.esper.common.client.configuration.runtime.ConfigurationRuntimeThreading
Set to true to configured the runtime-level lock as a fair lock (default is false).
setRuntimeInterval(long) - Method in class com.espertech.esper.common.client.configuration.runtime.ConfigurationRuntimeMetricsReporting
Sets the runtime metrics production interval in milliseconds.
setSchemaName(String) - Method in class com.espertech.esper.common.client.soda.CreateSchemaClause
Sets the type name.
setSchemaResource(String) - Method in class com.espertech.esper.common.client.configuration.common.ConfigurationCommonEventTypeXMLDOM
Sets the schema resource.
setSchemas(List<CreateSchemaClause>) - Method in class com.espertech.esper.common.client.soda.CreateDataFlowClause
Sets schemas.
setSchemaText(String) - Method in class com.espertech.esper.common.client.configuration.common.ConfigurationCommonEventTypeXMLDOM
Sets the schema text, for use when the schema resource is impractical and when providing the actual text of the schema instead.
setScriptAttribute(String, Object) - Method in interface com.espertech.esper.common.client.hook.expr.EPLScriptContext
Set a script attributed.
setScriptExpression(ScriptExpression) - Method in class com.espertech.esper.common.client.soda.CreateExpressionClause
Sets the script expression or null if declaring an EPL expression.
setScriptExpressions(List<ScriptExpression>) - Method in class com.espertech.esper.common.client.soda.EPStatementObjectModel
Sets the scripts.
setScripts(ConfigurationCompilerScripts) - Method in class com.espertech.esper.common.client.configuration.compiler.ConfigurationCompiler
Sets script settings.
setSeconds(Integer) - Method in class com.espertech.esper.common.client.util.TimePeriod
Sets seconds or null if not provided.
setSelectClause(SelectClause) - Method in class com.espertech.esper.common.client.soda.ContainedEventSelect
Sets the select clause.
setSelectClause(SelectClause) - Method in class com.espertech.esper.common.client.soda.EPStatementObjectModel
Specify a select-clause.
setSelectClause(SelectClause) - Method in class com.espertech.esper.common.client.soda.OnInsertSplitStreamItem
Sets the select-clause.
setSelectList(List<SelectClauseElement>) - Method in class com.espertech.esper.common.client.soda.OnMergeMatchedInsertAction
Sets the select expressions.
setSelectList(List<SelectClauseElement>) - Method in class com.espertech.esper.common.client.soda.SelectClause
Sets the list of expressions in the select clause.
setSelector(OutputLimitSelector) - Method in class com.espertech.esper.common.client.soda.OutputLimitClause
Sets the selector indicating the events to output.
setSelfSubselectPreeval(boolean) - Method in class com.espertech.esper.common.client.configuration.runtime.ConfigurationRuntimeExpression
Set to true (the default) to indicate that sub-selects within a statement are updated first when a new event arrives.
setSerde(ConfigurationCompilerSerde) - Method in class com.espertech.esper.common.client.configuration.compiler.ConfigurationCompiler
Sets the serializer and de-serializer -related settings
setSerde(Class) - Method in class com.espertech.esper.common.client.hook.aggfunc.AggregationFunctionModeManaged
Sets the class providing the serde
setSerde(Class) - Method in class com.espertech.esper.common.client.hook.aggfunc.AggregationFunctionModeMultiParam
Sets the class providing the serde
setSerde(Class) - Method in class com.espertech.esper.common.client.hook.aggmultifunc.AggregationMultiFunctionStateModeManaged
Sets the class providing the serde
setSerdeProviderFactories(List<String>) - Method in class com.espertech.esper.common.client.configuration.compiler.ConfigurationCompilerSerde
Sets the currently-registered serde provider factories.
setServiceClass(Class) - Method in class com.espertech.esper.common.client.hook.enummethod.EnumMethodModeStaticMethod
Sets the class providing the processing method
setSingle(Expression) - Method in class com.espertech.esper.common.client.soda.MatchRecognizeRegExRepeat
Sets the exact-num-matches endpoint.
setSingle(Expression) - Method in class com.espertech.esper.common.client.soda.PatternMatchUntilExpr
Sets the single-bound expression.
setSkipClause(MatchRecognizeSkipClause) - Method in class com.espertech.esper.common.client.soda.MatchRecognizeClause
Sets the skip-clause.
setSortUsingCollator(boolean) - Method in class com.espertech.esper.common.client.configuration.compiler.ConfigurationCompilerLanguage
Set to true to indicate to perform locale-independent string comparisons using Collator.
setSplitExpression(Expression) - Method in class com.espertech.esper.common.client.soda.ContainedEventSelect
Sets the expression that returns the contained events.
setSqlWithSubsParams(String) - Method in class com.espertech.esper.common.client.soda.SQLStream
Sets the SQL with optional substitution parameters in the SQL.
setStartCondition(ContextDescriptorCondition) - Method in class com.espertech.esper.common.client.soda.ContextDescriptorInitiatedTerminated
Sets the condition that starts/initiates a context partition
setStartTime(long) - Method in class com.espertech.esper.common.client.context.ContextPartitionIdentifierInitiatedTerminated
Sets the start time of the context partition.
setStartTimestampPropertyName(String) - Method in class com.espertech.esper.common.client.configuration.common.ConfigurationCommonEventTypeBean
Sets the property name of the property providing the start timestamp value.
setStartTimestampPropertyName(String) - Method in class com.espertech.esper.common.client.configuration.common.ConfigurationCommonEventTypeWithSupertype
Sets the property name of the property providing the start timestamp value.
setStartTimestampPropertyName(String) - Method in class com.espertech.esper.common.client.configuration.common.ConfigurationCommonEventTypeXMLDOM
Sets the property name of the property providing the start timestamp value.
setStartTimestampPropertyName(String) - Method in class com.espertech.esper.common.client.soda.CreateSchemaClause
Sets the property name of the property providing the start timestamp value.
setStateClass(EPTypeClass) - Method in class com.espertech.esper.common.client.hook.enummethod.EnumMethodModeStaticMethod
Sets the class providing state
setStatementGroupInterval(String, long) - Method in class com.espertech.esper.common.client.configuration.runtime.ConfigurationRuntimeMetricsReporting
Sets a new interval for a statement group identified by name.
setStatementInterval(long) - Method in class com.espertech.esper.common.client.configuration.runtime.ConfigurationRuntimeMetricsReporting
Sets the statement metrics production interval in milliseconds, unless statement groups have been defined that override this setting for certain statements.
setStatementName(StatementNameOption) - Method in class com.espertech.esper.compiler.client.CompilerOptions
Sets the callback that determines the statement name
setStatementNameRuntime(StatementNameRuntimeOption) - Method in class com.espertech.esper.runtime.client.DeploymentOptions
Sets the callback overriding the statement name that identifies the statement within the deployment and that can be obtained using EPStatement.getName()
setStatementParameters(StatementSubstitutionParameterContext) - Method in interface com.espertech.esper.runtime.client.option.StatementSubstitutionParameterOption
Set statement substitution parameters.
setStatementSubstitutionParameter(StatementSubstitutionParameterOption) - Method in class com.espertech.esper.runtime.client.DeploymentOptions
Sets the callback providing values for substitution parameters.
setStatementUserObject(StatementUserObjectOption) - Method in class com.espertech.esper.compiler.client.CompilerOptions
Sets the callback that determines a compiler-time statement user object for a statement.
setStatementUserObjectRuntime(StatementUserObjectRuntimeOption) - Method in class com.espertech.esper.runtime.client.DeploymentOptions
Sets the callback providing a runtime statement user object that can be obtained using EPStatement.getUserObjectRuntime()
setStateMgmtSetting(StateMgmtSettingOption) - Method in class com.espertech.esper.compiler.client.CompilerOptions
For internal-use-only and subject-to-change-between-versions, state-management settings
setStreamName(String) - Method in class com.espertech.esper.common.client.soda.ContextDescriptorKeyedSegmentedItem
Sets the stream name.
setStreamName(String) - Method in class com.espertech.esper.common.client.soda.DataFlowOperatorOutput
Sets the output stream name.
setStreamName(String) - Method in class com.espertech.esper.common.client.soda.InsertIntoClause
Set stream name.
setStreamName(String) - Method in class com.espertech.esper.common.client.soda.SelectClauseStreamWildcard
Sets the stream name.
setStreamName(String) - Method in class com.espertech.esper.common.client.soda.Stream
Sets the stream name.
setStreamName(String) - Method in class com.espertech.esper.common.client.soda.StreamWildcardExpression
Sets the stream name.
setStreams(List<Stream>) - Method in class com.espertech.esper.common.client.soda.FromClause
Set the streams.
setStreamSelector(StreamSelector) - Method in class com.espertech.esper.common.client.soda.InsertIntoClause
Sets the stream selector for the insert into.
setStreamSelector(StreamSelector) - Method in class com.espertech.esper.common.client.soda.SelectClause
Sets the stream selector.
setStringBuilderAndReset(StringBuilder) - Method in class com.espertech.esper.common.client.render.EventPropertyRendererContext
Sets the string builer
setSubscriber(Object) - Method in interface com.espertech.esper.runtime.client.EPStatement
Attaches a subscriber to receive statement results, or removes a previously set subscriber (by providing a null value).
setSubscriber(Object, String) - Method in interface com.espertech.esper.runtime.client.EPStatement
Attaches a subscriber to receive statement results by calling the method with the provided method name, or removes a previously set subscriber (by providing a null value).
setSuperTypes(Set<String>) - Method in class com.espertech.esper.common.client.configuration.common.ConfigurationCommonEventTypeWithSupertype
Sets the super types.
setSurrogateEventSender(EPRuntimeEventProcessWrapped) - Method in class com.espertech.esper.common.client.dataflow.core.EPDataFlowInstantiationOptions
Sets the event sender /runtime to use
setTableName(String) - Method in class com.espertech.esper.common.client.soda.CreateTableClause
Sets the table name
setTableName(String) - Method in class com.espertech.esper.common.client.soda.IntoTableClause
Sets the table name.
setTableName(String) - Method in class com.espertech.esper.common.client.soda.TableAccessExpression
Sets the table name.
setTagName(String) - Method in class com.espertech.esper.common.client.soda.PatternFilterExpr
Sets the tag name.
setTerminationCondition(ContextDescriptorCondition) - Method in class com.espertech.esper.common.client.soda.ContextDescriptorKeyedSegmented
Sets the terminating condition or null if there is none
setThenAssignments(List<Assignment>) - Method in class com.espertech.esper.common.client.soda.OutputLimitClause
Set then.
setThreading(boolean) - Method in class com.espertech.esper.common.client.configuration.runtime.ConfigurationRuntimeMetricsReporting
Set to true to indicate that metrics reporting should take place in a separate thread, or false to indicate that metrics reporting takes place as part of timer processing.
setThreading(ConfigurationRuntimeThreading) - Method in class com.espertech.esper.common.client.configuration.runtime.ConfigurationRuntime
Sets the threading settings
setThreadingProfile(ThreadingProfile) - Method in class com.espertech.esper.common.client.configuration.common.ConfigurationCommonExecution
Sets the threading profile
setThreadPoolCompilerCapacity(Integer) - Method in class com.espertech.esper.common.client.configuration.compiler.ConfigurationCompilerByteCode
Sets the capacity of the parallel compiler semaphore, or null if none defined (null is the default and is the unbounded case).
setThreadPoolCompilerNumThreads(int) - Method in class com.espertech.esper.common.client.configuration.compiler.ConfigurationCompilerByteCode
Sets the number of threads available for parallel compilation of multiple EPL statements.
setThreadPoolInbound(boolean) - Method in class com.espertech.esper.common.client.configuration.runtime.ConfigurationRuntimeThreading
Set to true for inbound threading enabled, the default is false for not enabled.
setThreadPoolInboundCapacity(Integer) - Method in class com.espertech.esper.common.client.configuration.runtime.ConfigurationRuntimeThreading
Sets the capacity of the inbound queue, or null if none defined (the unbounded case, default).
setThreadPoolInboundNumThreads(int) - Method in class com.espertech.esper.common.client.configuration.runtime.ConfigurationRuntimeThreading
Sets the number of threads in the thread pool for inbound threading.
setThreadPoolOutbound(boolean) - Method in class com.espertech.esper.common.client.configuration.runtime.ConfigurationRuntimeThreading
Set to true for outbound threading enabled, the default is false for not enabled.
setThreadPoolOutboundCapacity(Integer) - Method in class com.espertech.esper.common.client.configuration.runtime.ConfigurationRuntimeThreading
Sets the capacity of the outbound queue, or null if none defined (the unbounded case, default).
setThreadPoolOutboundNumThreads(int) - Method in class com.espertech.esper.common.client.configuration.runtime.ConfigurationRuntimeThreading
Sets the number of threads in the thread pool for outbound threading.
setThreadPoolRouteExec(boolean) - Method in class com.espertech.esper.common.client.configuration.runtime.ConfigurationRuntimeThreading
Set to true for route execution threading enabled, the default is false for not enabled.
setThreadPoolRouteExecCapacity(Integer) - Method in class com.espertech.esper.common.client.configuration.runtime.ConfigurationRuntimeThreading
Sets the capacity of the route execution queue, or null if none defined (the unbounded case, default).
setThreadPoolRouteExecNumThreads(int) - Method in class com.espertech.esper.common.client.configuration.runtime.ConfigurationRuntimeThreading
Sets the number of threads in the thread pool for route exec threading.
setThreadPoolTimerExec(boolean) - Method in class com.espertech.esper.common.client.configuration.runtime.ConfigurationRuntimeThreading
Set to true for timer execution threading enabled, the default is false for not enabled.
setThreadPoolTimerExecCapacity(Integer) - Method in class com.espertech.esper.common.client.configuration.runtime.ConfigurationRuntimeThreading
Sets the capacity of the timer execution queue, or null if none defined (the unbounded case, default).
setThreadPoolTimerExecNumThreads(int) - Method in class com.espertech.esper.common.client.configuration.runtime.ConfigurationRuntimeThreading
Sets the number of threads in the thread pool for timer exec threading.
setTimePeriod(Expression) - Method in class com.espertech.esper.common.client.soda.ContextDescriptorConditionTimePeriod
Sets the time period expression
setTimePeriodExpression(Expression) - Method in class com.espertech.esper.common.client.soda.OutputLimitClause
Crontab
setTimeSourceType(TimeSourceType) - Method in class com.espertech.esper.common.client.configuration.runtime.ConfigurationRuntimeTimeSource
Sets the time source type.
setTimestamp(long) - Method in class com.espertech.esper.common.client.metric.StatementMetric
Sets runtime timestamp.
setTimeUnit(TimeUnit) - Method in class com.espertech.esper.common.client.configuration.common.ConfigurationCommonTimeSource
Sets the time unit time resolution level of time tracking
setTimeZone(TimeZone) - Method in class com.espertech.esper.common.client.configuration.runtime.ConfigurationRuntimeExpression
Sets the time zone for calendar operations.
setTransactionIsolation(int) - Method in class com.espertech.esper.common.client.configuration.common.ConfigurationCommonDBRef.ConnectionSettings
Sets the transaction isolation level for new database connections, can be null to accept the default.
setTransientConfiguration(Map<String, Object>) - Method in class com.espertech.esper.common.client.configuration.common.ConfigurationCommon
Sets transient configuration, i.e.
setTreeObjectName(String) - Method in class com.espertech.esper.common.client.soda.AnnotationPart
Sets an internal expression id assigned for tools to identify the expression.
setTreeObjectName(String) - Method in class com.espertech.esper.common.client.soda.EPStatementObjectModel
Sets an internal expression id assigned for tools to identify the expression.
setTreeObjectName(String) - Method in interface com.espertech.esper.common.client.soda.Expression
Sets the tree of object name, for use by tools to assign an identifier to an expression.
setTreeObjectName(String) - Method in class com.espertech.esper.common.client.soda.ExpressionBase
 
setTreeObjectName(String) - Method in class com.espertech.esper.common.client.soda.MatchRecognizeRegEx
Sets id of expression assigned by tools.
setTreeObjectName(String) - Method in interface com.espertech.esper.common.client.soda.PatternExpr
Sets and id for the pattern expression, for use by tools.
setTreeObjectName(String) - Method in class com.espertech.esper.common.client.soda.PatternExprBase
 
setTreeObjectName(String) - Method in class com.espertech.esper.common.client.soda.PatternGuardExpr
 
setTreeObjectName(String) - Method in class com.espertech.esper.common.client.soda.PatternObserverExpr
 
setType(MatchRecogizePatternElementType) - Method in class com.espertech.esper.common.client.soda.MatchRecognizeRegExAtom
Sets multiplicity.
setType(MatchRecogizePatternElementType) - Method in class com.espertech.esper.common.client.soda.MatchRecognizeRegExNested
Sets multiplicity.
setType(PreviousExpressionType) - Method in class com.espertech.esper.common.client.soda.PreviousExpression
Sets the type of the previous expression (tail, first, window, count)
setType(ScheduleItemType) - Method in class com.espertech.esper.common.client.soda.CrontabParameterExpression
Sets the crontab parameter type.
setType(OuterJoinType) - Method in class com.espertech.esper.common.client.soda.OuterJoinQualifier
Sets the type of outer join.
setType(String) - Method in class com.espertech.esper.common.client.configuration.common.ConfigurationCommonVariable
Sets the variable type as a fully-qualified class name, primitive type or event type name.
setType(String) - Method in class com.espertech.esper.common.client.soda.CreateIndexColumn
Sets the index type
setType(String) - Method in class com.espertech.esper.common.client.soda.SchemaColumnDesc
Set property type.
setType(QName) - Method in class com.espertech.esper.common.client.configuration.common.ConfigurationCommonEventTypeXMLDOM.XPathPropertyDesc
Sets the return type
setTypeDefinition(CreateSchemaClauseTypeDef) - Method in class com.espertech.esper.common.client.soda.CreateSchemaClause
Sets the type definition.
setTypeInfo(List<DataFlowOperatorOutputType>) - Method in class com.espertech.esper.common.client.soda.DataFlowOperatorOutput
Sets output port type information
setTypeName(String) - Method in class com.espertech.esper.common.client.soda.CastExpression
Sets the name of the type to cast to.
setTypeNames(String[]) - Method in class com.espertech.esper.common.client.soda.InstanceOfExpression
Sets the types to compare to.
setTypeOrClassname(String) - Method in class com.espertech.esper.common.client.soda.DataFlowOperatorOutputType
Sets the type name or class name.
setTypeParameters(List<DataFlowOperatorOutputType>) - Method in class com.espertech.esper.common.client.soda.DataFlowOperatorOutputType
Sets optional additional type parameters
setTypeRepresentationMapperClass(String) - Method in class com.espertech.esper.common.client.configuration.common.ConfigurationCommonEventTypeMeta.AvroSettings
Sets class name of mapping provider that maps types to an Avro schema; a mapper should implement TypeRepresentationMapper (null by default, using default mapping)
setTypes(Set<String>) - Method in class com.espertech.esper.common.client.soda.CreateSchemaClause
Sets model-after types, i.e.
setTypeVariance(ConfigurationCommonVariantStream.TypeVariance) - Method in class com.espertech.esper.common.client.configuration.common.ConfigurationCommonVariantStream
Sets the type variance setting specifying whether the variant stream accepts event of only the predefined types or any type.
setUdfCache(boolean) - Method in class com.espertech.esper.common.client.configuration.compiler.ConfigurationCompilerExpression
Set to true (the default) to indicate that user-defined functions cache return results if the parameter set is empty or has constant-only return values.
setUndeploymentLockStrategy(LockStrategy) - Method in class com.espertech.esper.runtime.client.UndeploymentOptions
Sets the undeployment lock strategy, the default is LockStrategyDefault
setUndeployRethrowPolicy(UndeployRethrowPolicy) - Method in class com.espertech.esper.common.client.configuration.runtime.ConfigurationRuntimeExceptionHandling
Sets the policy to instruct the runtime whether a module un-deploy rethrows runtime exceptions that are encountered during the undeploy for any statement that is undeployed.
setUnidirectional(boolean) - Method in class com.espertech.esper.common.client.soda.ProjectedStream
Set to true to indicate that a stream is unidirectional, for use in unidirectional joins.
setUnique(boolean) - Method in class com.espertech.esper.common.client.soda.CreateIndexClause
Sets unique indicator.
setUnit(OutputLimitUnit) - Method in class com.espertech.esper.common.client.soda.OutputLimitClause
Sets the unit the frequency is in.
setUnmatchedListener(UnmatchedListener) - Method in interface com.espertech.esper.runtime.client.EPEventService
Sets a listener to receive events that are unmatched by any statement.
setUpdateClause(UpdateClause) - Method in class com.espertech.esper.common.client.soda.EPStatementObjectModel
Sets the update specification.
setUpgradeOption(UpgradeOption) - Method in class com.espertech.esper.runtime.client.EPRuntimeOptions
 
setUri(String) - Method in class com.espertech.esper.common.client.module.Module
Sets the module URI or null if none provided.
setUses(Set<String>) - Method in class com.espertech.esper.common.client.module.Module
Sets the dependencies the module may have on other modules.
setUseValuesKeyword(boolean) - Method in class com.espertech.esper.common.client.soda.FireAndForgetInsert
Sets indicator whether to use the values keyword.
setValue(Expression) - Method in class com.espertech.esper.common.client.soda.Assignment
Sets expression to eval.
setValue(Object) - Method in class com.espertech.esper.common.client.soda.AnnotationAttribute
Sets annotation value.
setValue(Object) - Method in class com.espertech.esper.common.client.util.CountMinSketchAgentContextAdd
Sets the value.
setValue(Object) - Method in class com.espertech.esper.common.client.util.CountMinSketchAgentContextEstimate
Sets the value.
setValueCache(ConfigurationCompilerPlugInSingleRowFunction.ValueCache) - Method in class com.espertech.esper.common.client.configuration.compiler.ConfigurationCompilerPlugInSingleRowFunction
Sets the cache behavior.
setValues(Map<String, Object>) - Method in class com.espertech.esper.common.client.hook.type.SQLOutputRowValueContext
Set column values.
setVariableName(String) - Method in class com.espertech.esper.common.client.soda.CreateVariableClause
Sets the variable name
setVariableType(String) - Method in class com.espertech.esper.common.client.soda.CreateVariableClause
Sets the variable type name.
setVariableValue(String, String, Object) - Method in interface com.espertech.esper.common.client.variable.EPVariableService
Sets the value of a single global variable.
setVariableValue(Map<DeploymentIdNamePair, Object>) - Method in interface com.espertech.esper.common.client.variable.EPVariableService
Sets the value of multiple global variables in one update, applying all or none of the changes to variable values in one atomic transaction.
setVariableValue(Map<DeploymentIdNamePair, Object>, int) - Method in interface com.espertech.esper.common.client.variable.EPVariableService
Sets the value of multiple context-partitioned variables in one update, applying all or none of the changes to variable values in one atomic transaction.
setViews(List<View>) - Method in class com.espertech.esper.common.client.soda.CreateWindowClause
Sets the views onto the named window.
setViews(List<View>) - Method in class com.espertech.esper.common.client.soda.ProjectedStream
Sets the list of views onto the stream.
setWeeks(Integer) - Method in class com.espertech.esper.common.client.util.TimePeriod
Sets weeks or null if not provided.
setWhenExpression(Expression) - Method in class com.espertech.esper.common.client.soda.OutputLimitClause
Set when.
setWhereClause(Expression) - Method in class com.espertech.esper.common.client.soda.ContainedEventSelect
Sets the where clause.
setWhereClause(Expression) - Method in class com.espertech.esper.common.client.soda.EPStatementObjectModel
Specify a where-clause.
setWhereClause(Expression) - Method in class com.espertech.esper.common.client.soda.OnInsertSplitStreamItem
Sets the optional where-clause
setWhereClause(Expression) - Method in class com.espertech.esper.common.client.soda.OnMergeMatchedDeleteAction
Sets the action condition, or null if undefined.
setWhereClause(Expression) - Method in class com.espertech.esper.common.client.soda.OnMergeMatchedInsertAction
Sets the action condition, or null if undefined.
setWhereClause(Expression) - Method in class com.espertech.esper.common.client.soda.OnMergeMatchedUpdateAction
Sets the action condition, or null if undefined.
setWildcard(boolean) - Method in class com.espertech.esper.common.client.soda.DataFlowOperatorOutputType
Sets to true for wildcard type.
setWindowName(String) - Method in class com.espertech.esper.common.client.soda.CreateIndexClause
Sets window.
setWindowName(String) - Method in class com.espertech.esper.common.client.soda.CreateWindowClause
Sets the window name.
setWindowName(String) - Method in class com.espertech.esper.common.client.soda.OnDeleteClause
Sets the name of the named window.
setWindowName(String) - Method in class com.espertech.esper.common.client.soda.OnMergeClause
Sets the name of the named window.
setWindowName(String) - Method in class com.espertech.esper.common.client.soda.OnSelectClause
Sets the name of the named window.
setWindowName(String) - Method in class com.espertech.esper.common.client.soda.OnUpdateClause
Sets the name of the named window.
setXpath(String) - Method in class com.espertech.esper.common.client.configuration.common.ConfigurationCommonEventTypeXMLDOM.XPathPropertyDesc
Sets the xpath
setXPathFunctionResolver(String) - Method in class com.espertech.esper.common.client.configuration.common.ConfigurationCommonEventTypeXMLDOM
Sets the class name of the XPath function resolver to be assigned to the XPath factory instance upon type initialization.
setXPathProperties(Map<String, ConfigurationCommonEventTypeXMLDOM.XPathPropertyDesc>) - Method in class com.espertech.esper.common.client.configuration.common.ConfigurationCommonEventTypeXMLDOM
Sets xpath properties
setXPathPropertyExpr(boolean) - Method in class com.espertech.esper.common.client.configuration.common.ConfigurationCommonEventTypeXMLDOM
Set to false to indicate that property expressions are evaluated by the DOM-walker implementation (the default), or set to true to indicate that property expressions are rewritten into XPath expressions.
setXPathResolvePropertiesAbsolute(boolean) - Method in class com.espertech.esper.common.client.configuration.common.ConfigurationCommonEventTypeXMLDOM
When set to true (the default), indicates that when properties are compiled to XPath expressions that the compilation should generate an absolute XPath expression such as "/getQuote/request" for the simple request property, or "/getQuote/request/symbol" for a "request.symbol" nested property, wherein the root element node is "getQuote".
setXPathVariableResolver(String) - Method in class com.espertech.esper.common.client.configuration.common.ConfigurationCommonEventTypeXMLDOM
Sets the class name of the XPath variable resolver to be assigned to the XPath factory instance upon type initialization.
setYears(Integer) - Method in class com.espertech.esper.common.client.util.TimePeriod
Sets years or null if not provided.
setZdtOp(DateTimeMethodMode) - Method in class com.espertech.esper.common.client.hook.datetimemethod.DateTimeMethodOpsModify
Sets the information how ZonedDateTime-modify is provided
setZdtOp(DateTimeMethodMode) - Method in class com.espertech.esper.common.client.hook.datetimemethod.DateTimeMethodOpsReformat
Sets the information how ZonedDateTime-reformat is provided
SHORTBOXED - Enum constant in enum class com.espertech.esper.common.client.type.EPTypePremade
Short
SHORTBOXEDARRAY - Enum constant in enum class com.espertech.esper.common.client.type.EPTypePremade
Short[]
SHORTBOXEDARRAYARRAY - Enum constant in enum class com.espertech.esper.common.client.type.EPTypePremade
Short[][]
SHORTPRIMITIVE - Enum constant in enum class com.espertech.esper.common.client.type.EPTypePremade
short
SHORTPRIMITIVEARRAY - Enum constant in enum class com.espertech.esper.common.client.type.EPTypePremade
short[]
SHORTPRIMITIVEARRAYARRAY - Enum constant in enum class com.espertech.esper.common.client.type.EPTypePremade
short[][]
SILENT_DELETE - Enum constant in enum class com.espertech.esper.common.client.annotation.HintEnum
For use with named window to silent-delete.
SIMPLEDATEFORMAT - Enum constant in enum class com.espertech.esper.common.client.type.EPTypePremade
SimpleDateFormat
SINGLE - Enum constant in enum class com.espertech.esper.common.client.soda.MatchRecogizePatternElementType
For single multiplicity.
SINGLE_SUPERTYPE_MSG - Static variable in class com.espertech.esper.common.client.configuration.common.ConfigurationCommonEventTypeObjectArray
Message for single supertype for object-arrays.
singleLine() - Static method in class com.espertech.esper.common.client.json.minimaljson.PrettyPrint
Print every value on a separate line.
SingleRowMethodExpression - Class in com.espertech.esper.common.client.soda
Generic single-row method call consists of a method name and parameters, possibly chained.
SingleRowMethodExpression(String, Object[]) - Constructor for class com.espertech.esper.common.client.soda.SingleRowMethodExpression
Ctor.
SingleRowMethodExpression(List<DotExpressionItem>) - Constructor for class com.espertech.esper.common.client.soda.SingleRowMethodExpression
Ctor.
size() - Method in class com.espertech.esper.common.client.json.minimaljson.JsonArray
Returns the number of elements in this array.
size() - Method in class com.espertech.esper.common.client.json.minimaljson.JsonObject
Returns the number of members (name/value pairs) in this object.
size() - Method in class com.espertech.esper.common.client.util.HashableMultiKey
Returns the number of key objects.
SNAPSHOT - Enum constant in enum class com.espertech.esper.common.client.soda.OutputLimitSelector
Output all events as a snapshot considering the current state regardless of interval.
SOFT - Enum constant in enum class com.espertech.esper.common.client.util.CacheReferenceType
Constant indicating that soft references should be used.
sort(EventBean[], String) - Static method in class com.espertech.esper.common.client.scopetest.EPAssertionUtil
Sort events according to natural ordering of the values or a property.
sort(Iterator<EventBean>, String) - Static method in class com.espertech.esper.common.client.scopetest.EPAssertionUtil
Sort events according to natural ordering of the values or a property.
SPIN - Enum constant in enum class com.espertech.esper.common.client.util.Locking
Spin lock blocking is good for locks held very shortly or generally uncontended locks and is therefore the default.
splitCommaUnlessInParen(String) - Static method in enum class com.espertech.esper.common.client.annotation.HintEnum
Split a line of comma-separated values allowing parenthesis.
SQLARRAY - Enum constant in enum class com.espertech.esper.common.client.type.EPTypePremade
java.sql.Array
SQLBLOB - Enum constant in enum class com.espertech.esper.common.client.type.EPTypePremade
java.sql.Blob
SQLCLOB - Enum constant in enum class com.espertech.esper.common.client.type.EPTypePremade
java.sql.Clob
SQLCOL - Enum constant in enum class com.espertech.esper.common.client.annotation.HookType
For use when installing a callback for converting SQL input parameters or column output values.
SQLColumnTypeContext - Class in com.espertech.esper.common.client.hook.type
For use with SQLColumnTypeConversion, context of column conversion.
SQLColumnTypeContext(String, String, String, EPType, int, int) - Constructor for class com.espertech.esper.common.client.hook.type.SQLColumnTypeContext
Ctor.
SQLColumnTypeConversion - Interface in com.espertech.esper.common.client.hook.type
Implement this interface when providing a callback for SQL input parameter and column result processing for a statement, converting an input parameter or converting an output column value into any other value.
SQLColumnValueContext - Class in com.espertech.esper.common.client.hook.type
For use with SQLColumnTypeConversion, context of column conversion.
SQLColumnValueContext() - Constructor for class com.espertech.esper.common.client.hook.type.SQLColumnValueContext
Ctor.
SQLDATE - Enum constant in enum class com.espertech.esper.common.client.type.EPTypePremade
java.sql.Date
SQLDATEARRAY - Enum constant in enum class com.espertech.esper.common.client.type.EPTypePremade
java.sql.Date array
SQLInputParameterContext - Class in com.espertech.esper.common.client.hook.type
For use with SQLColumnTypeConversion, context of parameter conversion.
SQLInputParameterContext() - Constructor for class com.espertech.esper.common.client.hook.type.SQLInputParameterContext
Ctor.
SQLOutputRowConversion - Interface in com.espertech.esper.common.client.hook.type
Implement this interface when providing a callback for SQL row result processing for a statement, converting each row's values into a POJO.
SQLOutputRowTypeContext - Class in com.espertech.esper.common.client.hook.type
For use with SQLOutputRowConversion, context of row conversion.
SQLOutputRowTypeContext(String, String, Map<String, Object>) - Constructor for class com.espertech.esper.common.client.hook.type.SQLOutputRowTypeContext
Ctor.
SQLOutputRowValueContext - Class in com.espertech.esper.common.client.hook.type
For use with SQLOutputRowConversion, context of row conversion.
SQLOutputRowValueContext() - Constructor for class com.espertech.esper.common.client.hook.type.SQLOutputRowValueContext
 
SQLREF - Enum constant in enum class com.espertech.esper.common.client.type.EPTypePremade
java.sql.Ref
SQLROW - Enum constant in enum class com.espertech.esper.common.client.annotation.HookType
For use when installing a callback for converting SQL row results to a POJO object.
SQLStream - Class in com.espertech.esper.common.client.soda
An SQL stream that polls via SQL for events via join.
SQLStream() - Constructor for class com.espertech.esper.common.client.soda.SQLStream
Ctor.
SQLStream(String, String, String, String) - Constructor for class com.espertech.esper.common.client.soda.SQLStream
Ctor.
SQLSTRUCT - Enum constant in enum class com.espertech.esper.common.client.type.EPTypePremade
java.sql.Struct
SQLTIME - Enum constant in enum class com.espertech.esper.common.client.type.EPTypePremade
java.sql.Time
SQLTIMESTAMP - Enum constant in enum class com.espertech.esper.common.client.type.EPTypePremade
java.sql.Timestamp
stage(Collection<String>) - Method in interface com.espertech.esper.runtime.client.stage.EPStage
Stage deployments.
STAGE - Enum constant in enum class com.espertech.esper.common.client.hook.exception.ExceptionHandlerExceptionType
Staging-related exception.
start() - Method in interface com.espertech.esper.common.client.dataflow.core.EPDataFlowInstance
Non-Blocking execution of the data flow instance.
start() - Method in interface com.espertech.esper.runtime.client.util.Adapter
Start the sending of events into the runtime egine.
start() - Method in class com.espertech.esper.runtime.client.util.AdapterStateManager
Transition into the STARTED state (from the OPENED state).
startArray() - Method in class com.espertech.esper.common.client.json.minimaljson.JsonHandler
Indicates the beginning of an array in the JSON input.
startArrayValue(A) - Method in class com.espertech.esper.common.client.json.minimaljson.JsonHandler
Indicates the beginning of an array element in the JSON input.
startBoolean() - Method in class com.espertech.esper.common.client.json.minimaljson.JsonHandler
Indicates the beginning of a boolean literal (true or false) in the JSON input.
startCaptive() - Method in interface com.espertech.esper.common.client.dataflow.core.EPDataFlowInstance
Captive execution of the data flow instance.
STARTED - Enum constant in enum class com.espertech.esper.runtime.client.util.AdapterState
Started state.
startNull() - Method in class com.espertech.esper.common.client.json.minimaljson.JsonHandler
Indicates the beginning of a null literal in the JSON input.
startNumber() - Method in class com.espertech.esper.common.client.json.minimaljson.JsonHandler
Indicates the beginning of a number in the JSON input.
startObject() - Method in class com.espertech.esper.common.client.json.minimaljson.JsonHandler
Indicates the beginning of an object in the JSON input.
startObjectName(O) - Method in class com.espertech.esper.common.client.json.minimaljson.JsonHandler
Indicates the beginning of the name of an object member in the JSON input.
startObjectValue(O, String) - Method in class com.espertech.esper.common.client.json.minimaljson.JsonHandler
Indicates the beginning of the name of an object member in the JSON input.
startString() - Method in class com.espertech.esper.common.client.json.minimaljson.JsonHandler
Indicates the beginning of a string in the JSON input.
state() - Method in interface com.espertech.esper.common.client.hook.enummethod.EnumMethodState
Returns the enumeration result
StatementMetric - Class in com.espertech.esper.common.client.metric
Reports statement-level instrumentation values.
StatementMetric(String, String, String) - Constructor for class com.espertech.esper.common.client.metric.StatementMetric
Ctor.
StatementNameContext - Class in com.espertech.esper.compiler.client.option
Provides the environment to StatementNameOption.
StatementNameContext(Supplier<String>, String, String, Annotation[], int) - Constructor for class com.espertech.esper.compiler.client.option.StatementNameContext
Ctor.
StatementNameOption - Interface in com.espertech.esper.compiler.client.option
Implement this interface to provide a custom user object at compile-time for the statements when they are compiled.
StatementNameRuntimeContext - Class in com.espertech.esper.runtime.client.option
Provides the environment to StatementNameRuntimeOption.
StatementNameRuntimeContext(String, String, int, String, Annotation[]) - Constructor for class com.espertech.esper.runtime.client.option.StatementNameRuntimeContext
Ctor.
StatementNameRuntimeOption - Interface in com.espertech.esper.runtime.client.option
Implement this interface to provide a statement name at runtime for statements when they are deployed.
StatementOptionContextBase - Class in com.espertech.esper.compiler.client.option
Base class providing statement information for compiler options.
StatementOptionContextBase(Supplier<String>, String, String, Annotation[], int) - Constructor for class com.espertech.esper.compiler.client.option.StatementOptionContextBase
Ctor.
STATEMENTOUT - Enum constant in enum class com.espertech.esper.common.client.meta.EventTypeTypeClass
An application-defined event type such as JavaBean or legacy Java, XML or Map.
StatementProperty - Enum Class in com.espertech.esper.common.client.util
Provides well-known statement properties.
StatementSubstitutionParameterContext - Interface in com.espertech.esper.runtime.client.option
Provides the environment to StatementSubstitutionParameterOption.
StatementSubstitutionParameterOption - Interface in com.espertech.esper.runtime.client.option
Implement this interface to provide values for substitution parameters.
StatementType - Enum Class in com.espertech.esper.common.client.util
Type of the statement.
STATEMENTTYPE - Enum constant in enum class com.espertech.esper.common.client.util.StatementProperty
The statement type, of type StatementType
StatementUserObjectContext - Class in com.espertech.esper.compiler.client.option
Provides the environment to StatementUserObjectOption.
StatementUserObjectContext(Supplier<String>, String, String, Annotation[], int) - Constructor for class com.espertech.esper.compiler.client.option.StatementUserObjectContext
Ctor.
StatementUserObjectOption - Interface in com.espertech.esper.compiler.client.option
Implement this interface to provide a custom user object at compile-time for the statements when they are compiled.
StatementUserObjectRuntimeContext - Class in com.espertech.esper.runtime.client.option
Provides the environment to StatementUserObjectRuntimeOption.
StatementUserObjectRuntimeContext(String, String, int, String, Annotation[]) - Constructor for class com.espertech.esper.runtime.client.option.StatementUserObjectRuntimeContext
Ctor.
StatementUserObjectRuntimeOption - Interface in com.espertech.esper.runtime.client.option
Implement this interface to provide a custom user object at runtime for statements when they are deployed.
StateMgmtIndexDescComposite - Class in com.espertech.esper.common.client.util
 
StateMgmtIndexDescComposite(String[], MultiKeyClassRef, String[], DataInputOutputSerdeForge[]) - Constructor for class com.espertech.esper.common.client.util.StateMgmtIndexDescComposite
 
StateMgmtIndexDescHash - Class in com.espertech.esper.common.client.util
 
StateMgmtIndexDescHash(String[], MultiKeyClassRef, boolean) - Constructor for class com.espertech.esper.common.client.util.StateMgmtIndexDescHash
 
StateMgmtIndexDescInMulti - Class in com.espertech.esper.common.client.util
 
StateMgmtIndexDescInMulti(String[], DataInputOutputSerdeForge[]) - Constructor for class com.espertech.esper.common.client.util.StateMgmtIndexDescInMulti
 
StateMgmtIndexDescInSingle - Class in com.espertech.esper.common.client.util
 
StateMgmtIndexDescInSingle(String, MultiKeyClassRef) - Constructor for class com.espertech.esper.common.client.util.StateMgmtIndexDescInSingle
 
StateMgmtIndexDescSorted - Class in com.espertech.esper.common.client.util
 
StateMgmtIndexDescSorted(String, DataInputOutputSerdeForge) - Constructor for class com.espertech.esper.common.client.util.StateMgmtIndexDescSorted
 
StateMgmtSetting - Interface in com.espertech.esper.common.client.util
 
StateMgmtSettingContext - Class in com.espertech.esper.compiler.client.option
For internal-use-only and subject-to-change-between-versions: Provides the environment to StateMgmtSettingOption.
StateMgmtSettingContext(StatementRawInfo, AppliesTo, StateMgmtSettingBucket) - Constructor for class com.espertech.esper.compiler.client.option.StateMgmtSettingContext
Ctor.
StateMgmtSettingOption - Interface in com.espertech.esper.compiler.client.option
Implement this interface to provide or override the state management settings, for use with high-availability only.
staticMethod(String, String, Expression...) - Static method in class com.espertech.esper.common.client.soda.Expressions
Static method invocation.
staticMethod(String, String, Object...) - Static method in class com.espertech.esper.common.client.soda.Expressions
Static method invocation.
StaticMethodExpression - Class in com.espertech.esper.common.client.soda
Static method call consists of a class name and method name.
StaticMethodExpression(String, String, Object[]) - Constructor for class com.espertech.esper.common.client.soda.StaticMethodExpression
Ctor.
StaticMethodExpression(String, List<DotExpressionItem>) - Constructor for class com.espertech.esper.common.client.soda.StaticMethodExpression
Ctor.
stddev(Expression) - Static method in class com.espertech.esper.common.client.soda.Expressions
Standard deviation aggregation function.
stddev(String) - Static method in class com.espertech.esper.common.client.soda.Expressions
Standard deviation aggregation function.
stddevDistinct(Expression) - Static method in class com.espertech.esper.common.client.soda.Expressions
Standard deviation function considering distinct values only.
stddevDistinct(String) - Static method in class com.espertech.esper.common.client.soda.Expressions
Standard deviation function considering distinct values only.
StddevProjectionExpression - Class in com.espertech.esper.common.client.soda
Standard deviation of the (distinct) values returned by an expression.
StddevProjectionExpression() - Constructor for class com.espertech.esper.common.client.soda.StddevProjectionExpression
Ctor.
StddevProjectionExpression(boolean) - Constructor for class com.espertech.esper.common.client.soda.StddevProjectionExpression
Ctor - for use to create an expression tree, without inner expression
StddevProjectionExpression(Expression, boolean) - Constructor for class com.espertech.esper.common.client.soda.StddevProjectionExpression
Ctor - adds the expression to project.
StmtGroupMetrics() - Constructor for class com.espertech.esper.common.client.configuration.runtime.ConfigurationRuntimeMetricsReporting.StmtGroupMetrics
Ctor.
stop() - Method in interface com.espertech.esper.runtime.client.util.Adapter
Stop sending events and return the Adapter to the OPENED state, ready to be started once again.
stop() - Method in class com.espertech.esper.runtime.client.util.AdapterStateManager
Transition into the OPENED state.
Stream - Class in com.espertech.esper.common.client.soda
An abstract base class for a named or unnamed stream.
Stream() - Constructor for class com.espertech.esper.common.client.soda.Stream
Ctor.
Stream(String) - Constructor for class com.espertech.esper.common.client.soda.Stream
Ctor.
STREAM - Enum constant in enum class com.espertech.esper.common.client.annotation.AuditEnum
For use with stream-audit.
STREAM - Enum constant in enum class com.espertech.esper.common.client.meta.EventTypeTypeClass
A type that represents the information made available via insert-into.
streamSelector(StreamSelector) - Method in class com.espertech.esper.common.client.soda.SelectClause
Sets the stream selector.
StreamSelector - Enum Class in com.espertech.esper.common.client.soda
Enumeration for representing selection of the remove stream or the insert stream, or both.
StreamWildcardExpression - Class in com.espertech.esper.common.client.soda
Represents "stream.*" in for example "mystream.*"
StreamWildcardExpression() - Constructor for class com.espertech.esper.common.client.soda.StreamWildcardExpression
Ctor.
StreamWildcardExpression(String) - Constructor for class com.espertech.esper.common.client.soda.StreamWildcardExpression
Ctor.
STRING - Enum constant in enum class com.espertech.esper.common.client.type.EPTypePremade
String
STRINGARRAY - Enum constant in enum class com.espertech.esper.common.client.type.EPTypePremade
String[]
STRINGARRAYARRAY - Enum constant in enum class com.espertech.esper.common.client.type.EPTypePremade
String[][]
STRINGBUFFER - Enum constant in enum class com.espertech.esper.common.client.type.EPTypePremade
StringBuffer
STRINGBUILDER - Enum constant in enum class com.espertech.esper.common.client.type.EPTypePremade
StringBuilder
submit(Object) - Method in interface com.espertech.esper.common.client.dataflow.core.EPDataFlowEmitterOperator
Submit an underlying event
submitPort(int, Object) - Method in interface com.espertech.esper.common.client.dataflow.core.EPDataFlowEmitterOperator
Submit an underlying event to a given port
submitSignal(EPDataFlowSignal) - Method in interface com.espertech.esper.common.client.dataflow.core.EPDataFlowEmitterOperator
Submit a signal
SUBQDERIVED - Enum constant in enum class com.espertech.esper.common.client.meta.EventTypeTypeClass
A subquery-method derived event type.
subquery(EPStatementObjectModel) - Static method in class com.espertech.esper.common.client.soda.Expressions
Subquery.
subqueryExists(EPStatementObjectModel) - Static method in class com.espertech.esper.common.client.soda.Expressions
Subquery with exists-clause, represents the syntax of "select * from ...
SubqueryExistsExpression - Class in com.espertech.esper.common.client.soda
Exists-expression for a set of values returned by a lookup.
SubqueryExistsExpression() - Constructor for class com.espertech.esper.common.client.soda.SubqueryExistsExpression
Ctor.
SubqueryExistsExpression(EPStatementObjectModel) - Constructor for class com.espertech.esper.common.client.soda.SubqueryExistsExpression
Ctor - for use to create an expression tree, without child expression.
SubqueryExpression - Class in com.espertech.esper.common.client.soda
Subquery-expression returns values returned by a lookup modelled by a further EPStatementObjectModel.
SubqueryExpression() - Constructor for class com.espertech.esper.common.client.soda.SubqueryExpression
Ctor.
SubqueryExpression(EPStatementObjectModel) - Constructor for class com.espertech.esper.common.client.soda.SubqueryExpression
Ctor - for use to create an expression tree, without child expression.
subqueryIn(Expression, EPStatementObjectModel) - Static method in class com.espertech.esper.common.client.soda.Expressions
Subquery with in-clause, represents the syntax of "value in (select ...
subqueryIn(String, EPStatementObjectModel) - Static method in class com.espertech.esper.common.client.soda.Expressions
Subquery with in-clause, represents the syntax of "value in (select ...
SubqueryInExpression - Class in com.espertech.esper.common.client.soda
In-expression for a set of values returned by a lookup.
SubqueryInExpression() - Constructor for class com.espertech.esper.common.client.soda.SubqueryInExpression
Ctor.
SubqueryInExpression(EPStatementObjectModel, boolean) - Constructor for class com.espertech.esper.common.client.soda.SubqueryInExpression
Ctor - for use to create an expression tree, without child expression.
SubqueryInExpression(Expression, EPStatementObjectModel, boolean) - Constructor for class com.espertech.esper.common.client.soda.SubqueryInExpression
Ctor - for use to create an expression tree, without child expression.
subqueryNotIn(Expression, EPStatementObjectModel) - Static method in class com.espertech.esper.common.client.soda.Expressions
Subquery with not-in-clause, represents the syntax of "value not in (select ...
subqueryNotIn(String, EPStatementObjectModel) - Static method in class com.espertech.esper.common.client.soda.Expressions
Subquery with not-in-clause, represents the syntax of "value not in (select ...
SubqueryQualifiedExpression - Class in com.espertech.esper.common.client.soda
Exists-expression for a set of values returned by a lookup.
SubqueryQualifiedExpression() - Constructor for class com.espertech.esper.common.client.soda.SubqueryQualifiedExpression
Ctor.
SubqueryQualifiedExpression(EPStatementObjectModel, String, boolean) - Constructor for class com.espertech.esper.common.client.soda.SubqueryQualifiedExpression
Ctor - for use to create an expression tree, without child expression.
SubstitutionParameterExpression - Class in com.espertech.esper.common.client.soda
Represents a substitution parameter
SubstitutionParameterExpression() - Constructor for class com.espertech.esper.common.client.soda.SubstitutionParameterExpression
Ctor.
SubstitutionParameterExpression(String, String) - Constructor for class com.espertech.esper.common.client.soda.SubstitutionParameterExpression
Ctor.
sum(Expression) - Static method in class com.espertech.esper.common.client.soda.Expressions
Sum aggregation function.
sum(String) - Static method in class com.espertech.esper.common.client.soda.Expressions
Sum aggregation function.
sumDistinct(Expression) - Static method in class com.espertech.esper.common.client.soda.Expressions
Sum aggregation function considering distinct values only.
sumDistinct(String) - Static method in class com.espertech.esper.common.client.soda.Expressions
Sum aggregation function considering distinct values only.
SumProjectionExpression - Class in com.espertech.esper.common.client.soda
Sum of the (distinct) values returned by an expression.
SumProjectionExpression() - Constructor for class com.espertech.esper.common.client.soda.SumProjectionExpression
Ctor.
SumProjectionExpression(boolean) - Constructor for class com.espertech.esper.common.client.soda.SumProjectionExpression
Ctor - for use to create an expression tree, without inner expression
SumProjectionExpression(Expression, boolean) - Constructor for class com.espertech.esper.common.client.soda.SumProjectionExpression
Ctor - adds the expression to project.
SUPPLIER - Enum constant in enum class com.espertech.esper.common.client.type.EPTypePremade
java.util.function.Supplier
SupportListener - Interface in com.espertech.esper.runtime.client.scopetest
Listener interface for use in regression testing for asserting receive events.
SupportSubscriber - Class in com.espertech.esper.runtime.client.scopetest
Subscriber for that retains the events it receives for use in assertions.
SupportSubscriber() - Constructor for class com.espertech.esper.runtime.client.scopetest.SupportSubscriber
Ctor.
SupportSubscriberMRD - Class in com.espertech.esper.runtime.client.scopetest
Subscriber for multi-row delivery that retains the events it receives for use in assertions.
SupportSubscriberMRD() - Constructor for class com.espertech.esper.runtime.client.scopetest.SupportSubscriberMRD
 
SupportUpdateListener - Class in com.espertech.esper.runtime.client.scopetest
Update listener that retains the events it receives for use in assertions.
SupportUpdateListener() - Constructor for class com.espertech.esper.runtime.client.scopetest.SupportUpdateListener
Ctor.
SUSPEND - Enum constant in enum class com.espertech.esper.common.client.util.Locking
Blocking that suspends a thread and notifies a thread to wake up can be more expensive then spin locks.
syntaxValidate(Module, CompilerArguments) - Method in interface com.espertech.esper.compiler.client.EPCompiler
Validate the syntax of the module.

T

TABLE - Enum constant in enum class com.espertech.esper.runtime.client.util.EPObjectType
Table.
TABLE_INTERNAL - Enum constant in enum class com.espertech.esper.common.client.meta.EventTypeTypeClass
A type for internal use with tables
TABLE_PUBLIC - Enum constant in enum class com.espertech.esper.common.client.meta.EventTypeTypeClass
A type representing a table.
TableAccessExpression - Class in com.espertech.esper.common.client.soda
Table access expression.
TableAccessExpression() - Constructor for class com.espertech.esper.common.client.soda.TableAccessExpression
Ctor.
TableAccessExpression(String, List<Expression>, String) - Constructor for class com.espertech.esper.common.client.soda.TableAccessExpression
Ctor.
Tag - Annotation Interface in com.espertech.esper.common.client.annotation
Annotation for use in EPL statement to tag a statement with a name-value pair.
ThreadingProfile - Enum Class in com.espertech.esper.common.client.util
Threading profile.
THROWABLE - Enum constant in enum class com.espertech.esper.common.client.type.EPTypePremade
Throwable
TIME_PERIOD - Enum constant in enum class com.espertech.esper.common.client.soda.OutputLimitUnit
The time period unit.
timePeriod(Double, Double, Double, Double, Double) - Static method in class com.espertech.esper.common.client.soda.Expressions
Returns a time period expression for the specified parts.
timePeriod(Object, Object, Object, Object, Object) - Static method in class com.espertech.esper.common.client.soda.Expressions
Returns a time period expression for the specified parts.
TimePeriod - Class in com.espertech.esper.common.client.util
Represents a time period.
TimePeriod() - Constructor for class com.espertech.esper.common.client.util.TimePeriod
Ctor.
TimePeriod(Integer, Integer, Integer, Integer, Integer, Integer, Integer, Integer, Integer) - Constructor for class com.espertech.esper.common.client.util.TimePeriod
Ctor.
TimePeriodExpression - Class in com.espertech.esper.common.client.soda
Represent an expression
TimePeriodExpression() - Constructor for class com.espertech.esper.common.client.soda.TimePeriodExpression
Ctor.
TimePeriodExpression(boolean, boolean, boolean, boolean, boolean) - Constructor for class com.espertech.esper.common.client.soda.TimePeriodExpression
Ctor.
TimePeriodExpression(boolean, boolean, boolean, boolean, boolean, boolean, boolean, boolean) - Constructor for class com.espertech.esper.common.client.soda.TimePeriodExpression
Ctor.
TimePeriodExpression(boolean, boolean, boolean, boolean, boolean, boolean, boolean, boolean, boolean) - Constructor for class com.espertech.esper.common.client.soda.TimePeriodExpression
Ctor.
TimePeriodExpression(Expression, Expression, Expression, Expression, Expression) - Constructor for class com.espertech.esper.common.client.soda.TimePeriodExpression
Ctor.
TimePeriodExpression(Expression, Expression, Expression, Expression, Expression, Expression, Expression, Expression) - Constructor for class com.espertech.esper.common.client.soda.TimePeriodExpression
Ctor.
TimePeriodExpression(Expression, Expression, Expression, Expression, Expression, Expression, Expression, Expression, Expression) - Constructor for class com.espertech.esper.common.client.soda.TimePeriodExpression
Ctor.
TIMER_WITHIN - Enum constant in enum class com.espertech.esper.common.client.soda.GuardEnum
Timer guard.
TIMER_WITHINMAX - Enum constant in enum class com.espertech.esper.common.client.soda.GuardEnum
Timer-withinmax guard.
timerAt(Integer, Integer, Integer, Integer, Integer, Integer) - Static method in class com.espertech.esper.common.client.soda.Patterns
Timer-at observer
timerInterval(double) - Static method in class com.espertech.esper.common.client.soda.Patterns
Timer-interval observer expression.
timerWithin(double, PatternExpr) - Static method in class com.espertech.esper.common.client.soda.Patterns
Timer-within guard expression.
timerWithinMax(double, int, PatternExpr) - Static method in class com.espertech.esper.common.client.soda.Patterns
Timer-within-max guard expression.
timeSource - Variable in class com.espertech.esper.common.client.configuration.common.ConfigurationCommon
Time source configuration
TimeSourceType - Enum Class in com.espertech.esper.common.client.util
Time source type.
TIMEZONE - Enum constant in enum class com.espertech.esper.common.client.type.EPTypePremade
TimeZone
TO_CURRENT_ROW - Enum constant in enum class com.espertech.esper.common.client.soda.MatchRecognizeSkipClause
Skip to current row.
TO_NEXT_ROW - Enum constant in enum class com.espertech.esper.common.client.soda.MatchRecognizeSkipClause
Skip to next row.
toCalendar(String) - Static method in class com.espertech.esper.common.client.util.DateTime
Returns a calendar from a given string using the default SimpleDateFormat for parsing.
toCalendar(String, String) - Static method in class com.espertech.esper.common.client.util.DateTime
Returns a calendar from a given string using the provided format.
toDate(String) - Static method in class com.espertech.esper.common.client.util.DateTime
Returns a date from a given string using the default SimpleDateFormat for parsing.
toDate(String, String) - Static method in class com.espertech.esper.common.client.util.DateTime
Returns a date from a given string using the provided format.
toEpl(StringWriter) - Method in class com.espertech.esper.common.client.soda.DataFlowOperatorParameter
Render parameter.
toEPL() - Method in class com.espertech.esper.common.client.soda.EPStatementObjectModel
Renders the object model in it's EPL syntax textual representation.
toEPL(EPStatementFormatter) - Method in class com.espertech.esper.common.client.soda.EPStatementObjectModel
Rendering using the provided formatter.
toEPL(EPStatementFormatter, StringWriter) - Method in class com.espertech.esper.common.client.soda.EPStatementObjectModel
Renders the object model in it's EPL syntax textual representation, using a whitespace-formatter as provided.
toEPL(StringWriter) - Method in class com.espertech.esper.common.client.soda.AnnotationPart
Print part.
toEPL(StringWriter) - Method in class com.espertech.esper.common.client.soda.ClassProvidedExpression
Print part.
toEPL(StringWriter) - Method in class com.espertech.esper.common.client.soda.CreateClassClause
EPL output
toEPL(StringWriter) - Method in class com.espertech.esper.common.client.soda.CreateExpressionClause
EPL output
toEPL(StringWriter) - Method in class com.espertech.esper.common.client.soda.CreateIndexClause
Renders the clause in textual representation.
toEPL(StringWriter) - Method in class com.espertech.esper.common.client.soda.CreateIndexColumn
Renders the clause in textual representation.
toEPL(StringWriter) - Method in class com.espertech.esper.common.client.soda.CreateSchemaClause
Render as EPL.
toEPL(StringWriter) - Method in class com.espertech.esper.common.client.soda.CreateTableClause
Render create-table clause
toEPL(StringWriter) - Method in class com.espertech.esper.common.client.soda.CreateTableColumn
Render create-table column
toEPL(StringWriter) - Method in class com.espertech.esper.common.client.soda.CreateVariableClause
Render as EPL.
toEPL(StringWriter) - Method in class com.espertech.esper.common.client.soda.CreateWindowClause
Renders the clause in textual representation.
toEPL(StringWriter) - Method in class com.espertech.esper.common.client.soda.EPBaseNamedObject
Writes the object in EPL-syntax in the format "namespace:name(parameter, parameter, ..., parameter)"
toEPL(StringWriter) - Method in class com.espertech.esper.common.client.soda.EPStatementObjectModel
Rendering using the provided writer.
toEPL(StringWriter) - Method in class com.espertech.esper.common.client.soda.ExpressionDeclaration
Print part.
toEPL(StringWriter) - Method in class com.espertech.esper.common.client.soda.FireAndForgetInsert
 
toEPL(StringWriter) - Method in class com.espertech.esper.common.client.soda.ForClause
Renders the clause in textual representation.
toEPL(StringWriter) - Method in class com.espertech.esper.common.client.soda.ForClauseItem
Renders the clause in textual representation.
toEPL(StringWriter) - Method in class com.espertech.esper.common.client.soda.GroupByClause
Renders the clause in textual representation.
toEPL(StringWriter) - Method in interface com.espertech.esper.common.client.soda.GroupByClauseExpression
Render group by expression
toEPL(StringWriter) - Method in class com.espertech.esper.common.client.soda.GroupByClauseExpressionCombination
 
toEPL(StringWriter) - Method in class com.espertech.esper.common.client.soda.GroupByClauseExpressionGroupingSet
 
toEPL(StringWriter) - Method in class com.espertech.esper.common.client.soda.GroupByClauseExpressionRollupOrCube
 
toEPL(StringWriter) - Method in class com.espertech.esper.common.client.soda.GroupByClauseExpressionSingle
 
toEPL(StringWriter) - Method in class com.espertech.esper.common.client.soda.MatchRecognizeClause
Renders the clause in textual representation.
toEPL(StringWriter) - Method in class com.espertech.esper.common.client.soda.OnDeleteClause
Renders the clause in textual representation.
toEPL(StringWriter) - Method in interface com.espertech.esper.common.client.soda.OnMergeMatchedAction
Render to EPL.
toEPL(StringWriter) - Method in class com.espertech.esper.common.client.soda.OnMergeMatchedDeleteAction
 
toEPL(StringWriter) - Method in class com.espertech.esper.common.client.soda.OnMergeMatchedInsertAction
 
toEPL(StringWriter) - Method in class com.espertech.esper.common.client.soda.OnMergeMatchedUpdateAction
 
toEPL(StringWriter) - Method in class com.espertech.esper.common.client.soda.OnSelectClause
Renders the clause in textual representation.
toEPL(StringWriter) - Method in class com.espertech.esper.common.client.soda.OnUpdateClause
Renders the clause in textual representation.
toEPL(StringWriter) - Method in class com.espertech.esper.common.client.soda.OrderByClause
Renders the clause in textual representation.
toEPL(StringWriter) - Method in class com.espertech.esper.common.client.soda.OrderByElement
Renders the clause in textual representation.
toEPL(StringWriter) - Method in class com.espertech.esper.common.client.soda.OutputLimitClause
Renders the clause in textual representation.
toEPL(StringWriter) - Method in class com.espertech.esper.common.client.soda.RowLimitClause
Renders the clause in textual representation.
toEPL(StringWriter) - Method in class com.espertech.esper.common.client.soda.SchemaColumnDesc
Render to EPL.
toEPL(StringWriter) - Method in class com.espertech.esper.common.client.soda.ScriptExpression
Print part.
toEPL(StringWriter) - Method in class com.espertech.esper.common.client.soda.UpdateClause
Renders the clause in EPL.
toEPL(StringWriter, EPStatementFormatter) - Method in class com.espertech.esper.common.client.soda.ContainedEventSelect
Returns the EPL.
toEPL(StringWriter, EPStatementFormatter) - Method in interface com.espertech.esper.common.client.soda.ContextDescriptor
Format as EPL.
toEPL(StringWriter, EPStatementFormatter) - Method in class com.espertech.esper.common.client.soda.ContextDescriptorCategory
 
toEPL(StringWriter, EPStatementFormatter) - Method in class com.espertech.esper.common.client.soda.ContextDescriptorCategoryItem
 
toEPL(StringWriter, EPStatementFormatter) - Method in interface com.espertech.esper.common.client.soda.ContextDescriptorCondition
Populate the EPL.
toEPL(StringWriter, EPStatementFormatter) - Method in class com.espertech.esper.common.client.soda.ContextDescriptorConditionCrontab
 
toEPL(StringWriter, EPStatementFormatter) - Method in class com.espertech.esper.common.client.soda.ContextDescriptorConditionFilter
 
toEPL(StringWriter, EPStatementFormatter) - Method in class com.espertech.esper.common.client.soda.ContextDescriptorConditionImmediate
 
toEPL(StringWriter, EPStatementFormatter) - Method in class com.espertech.esper.common.client.soda.ContextDescriptorConditionNever
 
toEPL(StringWriter, EPStatementFormatter) - Method in class com.espertech.esper.common.client.soda.ContextDescriptorConditionPattern
 
toEPL(StringWriter, EPStatementFormatter) - Method in class com.espertech.esper.common.client.soda.ContextDescriptorConditionTimePeriod
 
toEPL(StringWriter, EPStatementFormatter) - Method in class com.espertech.esper.common.client.soda.ContextDescriptorHashSegmented
 
toEPL(StringWriter, EPStatementFormatter) - Method in class com.espertech.esper.common.client.soda.ContextDescriptorHashSegmentedItem
 
toEPL(StringWriter, EPStatementFormatter) - Method in class com.espertech.esper.common.client.soda.ContextDescriptorInitiatedTerminated
 
toEPL(StringWriter, EPStatementFormatter) - Method in class com.espertech.esper.common.client.soda.ContextDescriptorKeyedSegmented
 
toEPL(StringWriter, EPStatementFormatter) - Method in class com.espertech.esper.common.client.soda.ContextDescriptorKeyedSegmentedItem
 
toEPL(StringWriter, EPStatementFormatter) - Method in class com.espertech.esper.common.client.soda.ContextDescriptorNested
 
toEPL(StringWriter, EPStatementFormatter) - Method in class com.espertech.esper.common.client.soda.CreateContextClause
Render as EPL.
toEPL(StringWriter, EPStatementFormatter) - Method in class com.espertech.esper.common.client.soda.CreateDataFlowClause
Render as EPL.
toEPL(StringWriter, EPStatementFormatter) - Method in class com.espertech.esper.common.client.soda.DataFlowOperator
Render to string.
toEPL(StringWriter, EPStatementFormatter) - Method in class com.espertech.esper.common.client.soda.Filter
Returns a textual representation of the filter.
toEPL(StringWriter, EPStatementFormatter) - Method in class com.espertech.esper.common.client.soda.FromClause
Renders the from-clause in textual representation.
toEPL(StringWriter, EPStatementFormatter) - Method in class com.espertech.esper.common.client.soda.IntoTableClause
Renders the clause.
toEPL(StringWriter, EPStatementFormatter) - Method in class com.espertech.esper.common.client.soda.OnInsertSplitStreamClause
Renders the clause in textual representation.
toEPL(StringWriter, EPStatementFormatter) - Method in class com.espertech.esper.common.client.soda.OnMergeMatchItem
Renders the clause in textual representation.
toEPL(StringWriter, EPStatementFormatter) - Method in class com.espertech.esper.common.client.soda.OnSetClause
Renders the clause in EPL.
toEPL(StringWriter, EPStatementFormatter) - Method in class com.espertech.esper.common.client.soda.Stream
Renders the clause in textual representation.
toEPL(StringWriter, EPStatementFormatter, boolean) - Method in class com.espertech.esper.common.client.soda.InsertIntoClause
Renders the clause in textual representation.
toEPL(StringWriter, EPStatementFormatter, boolean, boolean) - Method in class com.espertech.esper.common.client.soda.SelectClause
Renders the clause in textual representation.
toEPL(StringWriter, EPStatementFormatter, List<ContainedEventSelect>) - Static method in class com.espertech.esper.common.client.soda.ContainedEventSelect
Render contained-event select
toEPL(StringWriter, ExpressionPrecedenceEnum) - Method in interface com.espertech.esper.common.client.soda.Expression
Write expression considering precedence.
toEPL(StringWriter, ExpressionPrecedenceEnum) - Method in class com.espertech.esper.common.client.soda.ExpressionBase
 
toEPL(StringWriter, Expression, EPStatementFormatter) - Method in class com.espertech.esper.common.client.soda.OnMergeClause
Renders the clause in textual representation.
toEPL(StringWriter, PatternExprPrecedenceEnum, EPStatementFormatter) - Method in interface com.espertech.esper.common.client.soda.PatternExpr
Renders the pattern expression and all it's child expressions, in full tree depth, as a string in language syntax.
toEPL(StringWriter, PatternExprPrecedenceEnum, EPStatementFormatter) - Method in class com.espertech.esper.common.client.soda.PatternExprBase
 
toEPL(StringWriter, PatternExprPrecedenceEnum, EPStatementFormatter) - Method in class com.espertech.esper.common.client.soda.PatternGuardExpr
 
toEPL(StringWriter, PatternExprPrecedenceEnum, EPStatementFormatter) - Method in class com.espertech.esper.common.client.soda.PatternObserverExpr
 
toEPL(StringWriter, List<AnnotationPart>, EPStatementFormatter) - Static method in class com.espertech.esper.common.client.soda.AnnotationPart
Print.
toEPL(StringWriter, List<ClassProvidedExpression>, EPStatementFormatter) - Static method in class com.espertech.esper.common.client.soda.ClassProvidedExpression
Print.
toEPL(StringWriter, List<ExpressionDeclaration>, EPStatementFormatter) - Static method in class com.espertech.esper.common.client.soda.ExpressionDeclaration
Print.
toEPL(StringWriter, List<ScriptExpression>, EPStatementFormatter) - Static method in class com.espertech.esper.common.client.soda.ScriptExpression
Print.
toEPLCreateTablePart(StringWriter) - Method in class com.espertech.esper.common.client.soda.CreateWindowClause
To-EPL for create-table syntax.
toEPLElement(StringWriter) - Method in interface com.espertech.esper.common.client.soda.SelectClauseElement
Output the string rendering of the select clause element.
toEPLElement(StringWriter) - Method in class com.espertech.esper.common.client.soda.SelectClauseExpression
Renders the element in textual representation.
toEPLElement(StringWriter) - Method in class com.espertech.esper.common.client.soda.SelectClauseStreamWildcard
Renders the element in textual representation.
toEPLElement(StringWriter) - Method in class com.espertech.esper.common.client.soda.SelectClauseWildcard
Renders the element in textual representation.
toEPLInsertPart(StringWriter) - Method in class com.espertech.esper.common.client.soda.CreateWindowClause
Renders the clause in textual representation.
toEPLOptions(StringWriter, EPStatementFormatter, boolean) - Method in class com.espertech.esper.common.client.soda.FromClause
Renders the from-clause in textual representation.
toEPLProjectedStream(StringWriter, EPStatementFormatter) - Method in class com.espertech.esper.common.client.soda.FilterStream
 
toEPLProjectedStream(StringWriter, EPStatementFormatter) - Method in class com.espertech.esper.common.client.soda.PatternStream
 
toEPLProjectedStream(StringWriter, EPStatementFormatter) - Method in class com.espertech.esper.common.client.soda.ProjectedStream
Represent as textual.
toEPLProjectedStreamType(StringWriter) - Method in class com.espertech.esper.common.client.soda.FilterStream
 
toEPLProjectedStreamType(StringWriter) - Method in class com.espertech.esper.common.client.soda.PatternStream
 
toEPLProjectedStreamType(StringWriter) - Method in class com.espertech.esper.common.client.soda.ProjectedStream
Represent type as textual non complete.
toEPLStream(StringWriter, EPStatementFormatter) - Method in class com.espertech.esper.common.client.soda.MethodInvocationStream
 
toEPLStream(StringWriter, EPStatementFormatter) - Method in class com.espertech.esper.common.client.soda.ProjectedStream
Renders the clause in textual representation.
toEPLStream(StringWriter, EPStatementFormatter) - Method in class com.espertech.esper.common.client.soda.SQLStream
 
toEPLStream(StringWriter, EPStatementFormatter) - Method in class com.espertech.esper.common.client.soda.Stream
Renders the stream in textual representation.
toEPLStreamOptions(StringWriter) - Method in class com.espertech.esper.common.client.soda.MethodInvocationStream
 
toEPLStreamOptions(StringWriter) - Method in class com.espertech.esper.common.client.soda.ProjectedStream
 
toEPLStreamOptions(StringWriter) - Method in class com.espertech.esper.common.client.soda.SQLStream
 
toEPLStreamOptions(StringWriter) - Method in class com.espertech.esper.common.client.soda.Stream
Renders the stream in textual representation any stream options, if present.
toEPLStreamType(StringWriter) - Method in class com.espertech.esper.common.client.soda.MethodInvocationStream
 
toEPLStreamType(StringWriter) - Method in class com.espertech.esper.common.client.soda.ProjectedStream
 
toEPLStreamType(StringWriter) - Method in class com.espertech.esper.common.client.soda.SQLStream
 
toEPLStreamType(StringWriter) - Method in class com.espertech.esper.common.client.soda.Stream
Renders the stream type under a non-complete textual representation for tool use
toEPLViews(StringWriter, List<View>) - Static method in class com.espertech.esper.common.client.soda.ProjectedStream
Renders the views onto the projected stream.
toEPLWithHash(StringWriter) - Method in class com.espertech.esper.common.client.soda.View
Render view.
toExpression() - Method in class com.espertech.esper.common.client.configuration.compiler.ConfigurationCompilerPlugInAggregationMultiFunction
Returns the code expression of the settings
toExpression() - Method in class com.espertech.esper.common.client.meta.EventTypeMetadata
Build an expression for the metadata (for internal use).
toExpression() - Method in interface com.espertech.esper.common.client.util.StateMgmtSetting
 
toExpression(CodegenMethodScope, CodegenClassScope) - Method in class com.espertech.esper.common.client.configuration.common.ConfigurationCommonEventTypeXMLDOM
Returns the code expression of the config settings
toExpression(CodegenMethodScope, CodegenClassScope) - Method in class com.espertech.esper.common.client.configuration.common.ConfigurationCommonEventTypeXMLDOM.XPathPropertyDesc
Returns the code expression of the xpath settings
toExpressionWPublicId(CodegenExpression) - Method in class com.espertech.esper.common.client.meta.EventTypeMetadata
Build an expression for the metadata (for internal use).
toForge() - Method in class com.espertech.esper.common.client.serde.SerdeProvision
Convert to serde forge
toForge() - Method in class com.espertech.esper.common.client.serde.SerdeProvisionArrayOfNonPrimitive
 
toForge() - Method in class com.espertech.esper.common.client.serde.SerdeProvisionByClass
 
toForge() - Method in class com.espertech.esper.common.client.serde.SerdeProvisionParameterized
 
toFullName() - Method in class com.espertech.esper.common.client.type.EPTypeClass
Returns the class full name, including type parameters if any.
toFullName() - Method in class com.espertech.esper.common.client.type.EPTypeClassParameterized
 
toMillisec(String) - Static method in class com.espertech.esper.common.client.util.DateTime
Returns a long-millisecond value from a given string using the default SimpleDateFormat for parsing.
toMillisec(String, String) - Static method in class com.espertech.esper.common.client.util.DateTime
Returns a long-millisecond value from a given string using the provided format.
toObjectArray(MultiKey) - Static method in interface com.espertech.esper.common.client.util.MultiKey
Convert the multi-key to an object array
toObjectArray(Object) - Static method in class com.espertech.esper.common.client.scopetest.EPAssertionUtil
For a given array, copy the array elements into a new array of Object[] type.
toPrecedenceFreeEPL(StringWriter) - Method in class com.espertech.esper.common.client.soda.AccessProjectionExpressionBase
 
toPrecedenceFreeEPL(StringWriter) - Method in class com.espertech.esper.common.client.soda.ArithmaticExpression
 
toPrecedenceFreeEPL(StringWriter) - Method in class com.espertech.esper.common.client.soda.ArrayExpression
 
toPrecedenceFreeEPL(StringWriter) - Method in class com.espertech.esper.common.client.soda.AvedevProjectionExpression
 
toPrecedenceFreeEPL(StringWriter) - Method in class com.espertech.esper.common.client.soda.AvgProjectionExpression
 
toPrecedenceFreeEPL(StringWriter) - Method in class com.espertech.esper.common.client.soda.BetweenExpression
Renders the clause in textual representation.
toPrecedenceFreeEPL(StringWriter) - Method in class com.espertech.esper.common.client.soda.BitwiseOpExpression
 
toPrecedenceFreeEPL(StringWriter) - Method in class com.espertech.esper.common.client.soda.CaseSwitchExpression
 
toPrecedenceFreeEPL(StringWriter) - Method in class com.espertech.esper.common.client.soda.CaseWhenThenExpression
 
toPrecedenceFreeEPL(StringWriter) - Method in class com.espertech.esper.common.client.soda.CastExpression
 
toPrecedenceFreeEPL(StringWriter) - Method in class com.espertech.esper.common.client.soda.CoalesceExpression
 
toPrecedenceFreeEPL(StringWriter) - Method in class com.espertech.esper.common.client.soda.CompareListExpression
 
toPrecedenceFreeEPL(StringWriter) - Method in class com.espertech.esper.common.client.soda.ConcatExpression
 
toPrecedenceFreeEPL(StringWriter) - Method in class com.espertech.esper.common.client.soda.Conjunction
 
toPrecedenceFreeEPL(StringWriter) - Method in class com.espertech.esper.common.client.soda.ConstantExpression
 
toPrecedenceFreeEPL(StringWriter) - Method in class com.espertech.esper.common.client.soda.CountEverProjectionExpression
 
toPrecedenceFreeEPL(StringWriter) - Method in class com.espertech.esper.common.client.soda.CountProjectionExpression
 
toPrecedenceFreeEPL(StringWriter) - Method in class com.espertech.esper.common.client.soda.CountStarProjectionExpression
 
toPrecedenceFreeEPL(StringWriter) - Method in class com.espertech.esper.common.client.soda.CrontabFrequencyExpression
 
toPrecedenceFreeEPL(StringWriter) - Method in class com.espertech.esper.common.client.soda.CrontabParameterExpression
 
toPrecedenceFreeEPL(StringWriter) - Method in class com.espertech.esper.common.client.soda.CrontabParameterSetExpression
 
toPrecedenceFreeEPL(StringWriter) - Method in class com.espertech.esper.common.client.soda.CrontabRangeExpression
 
toPrecedenceFreeEPL(StringWriter) - Method in class com.espertech.esper.common.client.soda.CurrentEvaluationContextExpression
 
toPrecedenceFreeEPL(StringWriter) - Method in class com.espertech.esper.common.client.soda.CurrentTimestampExpression
 
toPrecedenceFreeEPL(StringWriter) - Method in class com.espertech.esper.common.client.soda.Disjunction
 
toPrecedenceFreeEPL(StringWriter) - Method in class com.espertech.esper.common.client.soda.DotExpression
 
toPrecedenceFreeEPL(StringWriter) - Method in class com.espertech.esper.common.client.soda.ExpressionBase
Renders the expressions and all it's child expression, in full tree depth, as a string in language syntax.
toPrecedenceFreeEPL(StringWriter) - Method in class com.espertech.esper.common.client.soda.ExpressionPlaceholder
 
toPrecedenceFreeEPL(StringWriter) - Method in class com.espertech.esper.common.client.soda.FirstEverProjectionExpression
 
toPrecedenceFreeEPL(StringWriter) - Method in class com.espertech.esper.common.client.soda.GroupingExpression
 
toPrecedenceFreeEPL(StringWriter) - Method in class com.espertech.esper.common.client.soda.GroupingIdExpression
 
toPrecedenceFreeEPL(StringWriter) - Method in class com.espertech.esper.common.client.soda.InExpression
 
toPrecedenceFreeEPL(StringWriter) - Method in class com.espertech.esper.common.client.soda.InstanceOfExpression
 
toPrecedenceFreeEPL(StringWriter) - Method in class com.espertech.esper.common.client.soda.IStreamBuiltinExpression
 
toPrecedenceFreeEPL(StringWriter) - Method in class com.espertech.esper.common.client.soda.LambdaExpression
 
toPrecedenceFreeEPL(StringWriter) - Method in class com.espertech.esper.common.client.soda.LastEverProjectionExpression
 
toPrecedenceFreeEPL(StringWriter) - Method in class com.espertech.esper.common.client.soda.LikeExpression
 
toPrecedenceFreeEPL(StringWriter) - Method in class com.espertech.esper.common.client.soda.MaxProjectionExpression
 
toPrecedenceFreeEPL(StringWriter) - Method in class com.espertech.esper.common.client.soda.MaxRowExpression
 
toPrecedenceFreeEPL(StringWriter) - Method in class com.espertech.esper.common.client.soda.MedianProjectionExpression
 
toPrecedenceFreeEPL(StringWriter) - Method in class com.espertech.esper.common.client.soda.MinProjectionExpression
 
toPrecedenceFreeEPL(StringWriter) - Method in class com.espertech.esper.common.client.soda.MinRowExpression
 
toPrecedenceFreeEPL(StringWriter) - Method in class com.espertech.esper.common.client.soda.NamedParameterExpression
 
toPrecedenceFreeEPL(StringWriter) - Method in class com.espertech.esper.common.client.soda.NewInstanceOperatorExpression
 
toPrecedenceFreeEPL(StringWriter) - Method in class com.espertech.esper.common.client.soda.NewOperatorExpression
 
toPrecedenceFreeEPL(StringWriter) - Method in class com.espertech.esper.common.client.soda.NotExpression
 
toPrecedenceFreeEPL(StringWriter) - Method in class com.espertech.esper.common.client.soda.OrderedObjectParamExpression
 
toPrecedenceFreeEPL(StringWriter) - Method in class com.espertech.esper.common.client.soda.PatternObserverExpr
Renders the expressions and all it's child expression, in full tree depth, as a string in language syntax.
toPrecedenceFreeEPL(StringWriter) - Method in class com.espertech.esper.common.client.soda.PlugInProjectionExpression
 
toPrecedenceFreeEPL(StringWriter) - Method in class com.espertech.esper.common.client.soda.PreviousExpression
 
toPrecedenceFreeEPL(StringWriter) - Method in class com.espertech.esper.common.client.soda.PriorExpression
 
toPrecedenceFreeEPL(StringWriter) - Method in class com.espertech.esper.common.client.soda.PropertyExistsExpression
 
toPrecedenceFreeEPL(StringWriter) - Method in class com.espertech.esper.common.client.soda.PropertyValueExpression
 
toPrecedenceFreeEPL(StringWriter) - Method in class com.espertech.esper.common.client.soda.RegExpExpression
 
toPrecedenceFreeEPL(StringWriter) - Method in class com.espertech.esper.common.client.soda.RelationalOpExpression
 
toPrecedenceFreeEPL(StringWriter) - Method in class com.espertech.esper.common.client.soda.SingleRowMethodExpression
 
toPrecedenceFreeEPL(StringWriter) - Method in class com.espertech.esper.common.client.soda.StaticMethodExpression
 
toPrecedenceFreeEPL(StringWriter) - Method in class com.espertech.esper.common.client.soda.StddevProjectionExpression
 
toPrecedenceFreeEPL(StringWriter) - Method in class com.espertech.esper.common.client.soda.StreamWildcardExpression
 
toPrecedenceFreeEPL(StringWriter) - Method in class com.espertech.esper.common.client.soda.SubqueryExistsExpression
 
toPrecedenceFreeEPL(StringWriter) - Method in class com.espertech.esper.common.client.soda.SubqueryExpression
 
toPrecedenceFreeEPL(StringWriter) - Method in class com.espertech.esper.common.client.soda.SubqueryInExpression
 
toPrecedenceFreeEPL(StringWriter) - Method in class com.espertech.esper.common.client.soda.SubqueryQualifiedExpression
 
toPrecedenceFreeEPL(StringWriter) - Method in class com.espertech.esper.common.client.soda.SubstitutionParameterExpression
 
toPrecedenceFreeEPL(StringWriter) - Method in class com.espertech.esper.common.client.soda.SumProjectionExpression
 
toPrecedenceFreeEPL(StringWriter) - Method in class com.espertech.esper.common.client.soda.TableAccessExpression
 
toPrecedenceFreeEPL(StringWriter) - Method in class com.espertech.esper.common.client.soda.TimePeriodExpression
 
toPrecedenceFreeEPL(StringWriter) - Method in class com.espertech.esper.common.client.soda.TypeOfExpression
 
toPrecedenceFreeEPL(StringWriter) - Method in class com.espertech.esper.common.client.soda.WildcardExpression
 
toPrecedenceFreeEPL(StringWriter, EPStatementFormatter) - Method in class com.espertech.esper.common.client.soda.PatternAndExpr
 
toPrecedenceFreeEPL(StringWriter, EPStatementFormatter) - Method in class com.espertech.esper.common.client.soda.PatternEveryDistinctExpr
 
toPrecedenceFreeEPL(StringWriter, EPStatementFormatter) - Method in class com.espertech.esper.common.client.soda.PatternEveryExpr
 
toPrecedenceFreeEPL(StringWriter, EPStatementFormatter) - Method in class com.espertech.esper.common.client.soda.PatternExprBase
Renders the expressions and all it's child expression, in full tree depth, as a string in language syntax.
toPrecedenceFreeEPL(StringWriter, EPStatementFormatter) - Method in class com.espertech.esper.common.client.soda.PatternExprPlaceholder
 
toPrecedenceFreeEPL(StringWriter, EPStatementFormatter) - Method in class com.espertech.esper.common.client.soda.PatternFilterExpr
 
toPrecedenceFreeEPL(StringWriter, EPStatementFormatter) - Method in class com.espertech.esper.common.client.soda.PatternFollowedByExpr
 
toPrecedenceFreeEPL(StringWriter, EPStatementFormatter) - Method in class com.espertech.esper.common.client.soda.PatternGuardExpr
Renders the expressions and all it's child expression, in full tree depth, as a string in language syntax.
toPrecedenceFreeEPL(StringWriter, EPStatementFormatter) - Method in class com.espertech.esper.common.client.soda.PatternMatchUntilExpr
 
toPrecedenceFreeEPL(StringWriter, EPStatementFormatter) - Method in class com.espertech.esper.common.client.soda.PatternNotExpr
 
toPrecedenceFreeEPL(StringWriter, EPStatementFormatter) - Method in class com.espertech.esper.common.client.soda.PatternOrExpr
 
toPrecedenceFreeEPL(String, List<Expression>, StringWriter) - Static method in class com.espertech.esper.common.client.soda.ExpressionBase
Renders child expression of a function in a comma-separated list.
toPrecedenceFreeEPL(List<Expression>, StringWriter) - Static method in class com.espertech.esper.common.client.soda.ExpressionBase
Render expression list
toPropertyExpressions(String...) - Static method in class com.espertech.esper.common.client.soda.Expressions
Returns a list of expressions returning property values for the property names passed in.
toSimpleName() - Method in class com.espertech.esper.common.client.type.EPTypeClass
Returns the class simple name, including type parameters if any.
toSimpleName() - Method in class com.espertech.esper.common.client.type.EPTypeClassParameterized
 
toString() - Method in class com.espertech.esper.common.client.configuration.common.ConfigurationCommonCacheExpiryTime
 
toString() - Method in class com.espertech.esper.common.client.configuration.common.ConfigurationCommonCacheLRU
 
toString() - Method in class com.espertech.esper.common.client.configuration.runtime.ConfigurationRuntimePluginLoader
 
toString() - Method in class com.espertech.esper.common.client.context.ContextPartitionIdentifierCategory
 
toString() - Method in class com.espertech.esper.common.client.context.ContextPartitionIdentifierHash
 
toString() - Method in class com.espertech.esper.common.client.context.ContextPartitionIdentifierInitiatedTerminated
 
toString() - Method in class com.espertech.esper.common.client.context.ContextPartitionIdentifierNested
 
toString() - Method in class com.espertech.esper.common.client.context.ContextPartitionIdentifierPartitioned
 
toString() - Method in class com.espertech.esper.common.client.EventPropertyDescriptor
 
toString() - Method in class com.espertech.esper.common.client.hook.vdw.VirtualDataWindowKeyRange
 
toString() - Method in class com.espertech.esper.common.client.json.minimaljson.JsonNumber
 
toString() - Method in class com.espertech.esper.common.client.json.minimaljson.JsonValue
Returns the JSON string for this value in its minimal form, without any additional whitespace.
toString() - Method in class com.espertech.esper.common.client.json.minimaljson.Location
 
toString() - Method in interface com.espertech.esper.common.client.json.util.JsonEventObject
Returns the JSON string using WriterConfig.MINIMAL.
toString() - Method in class com.espertech.esper.common.client.meta.EventTypeIdPair
 
toString() - Method in class com.espertech.esper.common.client.meta.EventTypeMetadata
 
toString() - Method in class com.espertech.esper.common.client.module.Module
 
toString() - Method in class com.espertech.esper.common.client.serde.SerdeProviderAdditionalInfoEventProperty
 
toString() - Method in class com.espertech.esper.common.client.serde.SerdeProviderAdditionalInfoEventType
 
toString() - Method in class com.espertech.esper.common.client.serde.SerdeProviderAdditionalInfoMultikey
 
toString() - Method in class com.espertech.esper.common.client.serde.SerdeProviderAdditionalInfoVariable
 
toString() - Method in class com.espertech.esper.common.client.type.EPTypeClass
 
toString() - Method in class com.espertech.esper.common.client.type.EPTypeNull
 
toString() - Method in class com.espertech.esper.common.client.util.CountMinSketchTopK
 
toString() - Method in class com.espertech.esper.common.client.util.HashableMultiKey
 
toString() - Method in class com.espertech.esper.runtime.client.EPDeploymentDependencyConsumed.Item
 
toString() - Method in class com.espertech.esper.runtime.client.EPDeploymentDependencyProvided.Item
 
toString(WriterConfig) - Method in class com.espertech.esper.common.client.json.minimaljson.JsonValue
Returns the JSON string for this value using the given formatting.
toString(WriterConfig) - Method in interface com.espertech.esper.common.client.json.util.JsonEventObject
Returns the JSON string given a writer configuration
toStringISO8601() - Method in class com.espertech.esper.common.client.util.TimePeriod
Returns ISO8601 string.
TRANSIENT - Enum constant in enum class com.espertech.esper.common.client.util.NameAccessModifier
Transient is used for non-visible objects that are only visible for the purpose of statement-internal processing.
transientConfiguration - Variable in class com.espertech.esper.common.client.configuration.common.ConfigurationCommon
Transient configuration.
traverseClasses(Consumer<Class<?>>) - Method in class com.espertech.esper.common.client.type.EPTypeClass
Traverses classes that are referenced by the class and type parameters, if any.
traverseClasses(Consumer<Class<?>>) - Method in class com.espertech.esper.common.client.type.EPTypeClassParameterized
 
TREEMAP - Enum constant in enum class com.espertech.esper.common.client.type.EPTypePremade
TreeMap
TREESET - Enum constant in enum class com.espertech.esper.common.client.type.EPTypePremade
TreeSet
TRUE - Static variable in class com.espertech.esper.common.client.json.minimaljson.Json
Represents the JSON literal true.
TRUE - Static variable in class com.espertech.esper.common.client.json.minimaljson.JsonValue
Deprecated.
Use Json.TRUE instead
type() - Element in annotation interface com.espertech.esper.common.client.annotation.Hook
Returns hook type.
type() - Element in annotation interface com.espertech.esper.common.client.annotation.XMLSchemaField
javax.xml.xpath.XPathConstants type as a string, i.e.
type() - Element in annotation interface com.espertech.esper.common.client.dataflow.annotations.OutputType
Returns the type
typeClass - Variable in class com.espertech.esper.common.client.type.EPTypeClass
 
typeName() - Element in annotation interface com.espertech.esper.common.client.dataflow.annotations.OutputType
Returns the type name
typeOf(Expression) - Static method in class com.espertech.esper.common.client.soda.Expressions
Type-of function, returns the event type name or result type as a string of a stream name, property or expression.
typeOf(String) - Static method in class com.espertech.esper.common.client.soda.Expressions
Type-of function, returns the event type name or result type as a string of a stream name, property or expression.
TypeOfExpression - Class in com.espertech.esper.common.client.soda
Type-of expression return the type name, as a string value, of the events in the stream if passing a stream name or the fragment event type if passing a property name that results in a fragment event otherwise the class simple name of the expression result or null if the expression returns a null value.
TypeOfExpression() - Constructor for class com.espertech.esper.common.client.soda.TypeOfExpression
Ctor.
TypeOfExpression(Expression) - Constructor for class com.espertech.esper.common.client.soda.TypeOfExpression
Ctor.
TypeRepresentationMapper - Interface in com.espertech.esper.common.client.hook.type
For Avro schemas for mapping a given type to a given Avro schema.
TypeRepresentationMapperContext - Class in com.espertech.esper.common.client.hook.type
For Avro customized type mapping, use with TypeRepresentationMapper
TypeRepresentationMapperContext(Class, String, String) - Constructor for class com.espertech.esper.common.client.hook.type.TypeRepresentationMapperContext
Ctor

U

UDFDERIVED - Enum constant in enum class com.espertech.esper.common.client.meta.EventTypeTypeClass
An UDF-method derived event type.
UNARY - Enum constant in enum class com.espertech.esper.common.client.soda.ExpressionPrecedenceEnum
Precedence.
unassigned() - Static method in class com.espertech.esper.common.client.meta.EventTypeIdPair
Returns an unassigned value that has -1 as the public and protected id
UNDEFINED - Enum constant in enum class com.espertech.esper.common.client.annotation.AppliesTo
For use with annotations as a default value, not used otherwise (internal use only)
undeploy(String) - Method in interface com.espertech.esper.runtime.client.EPDeploymentService
Undeploy a deployment and with the default options.
undeploy(String, UndeploymentOptions) - Method in interface com.espertech.esper.runtime.client.EPDeploymentService
Undeploy a deployment and with the provided options
UNDEPLOY - Enum constant in enum class com.espertech.esper.common.client.hook.exception.ExceptionHandlerExceptionType
Exception occurred upon undeploy
undeployAll() - Method in interface com.espertech.esper.runtime.client.EPDeploymentService
Undeploy all deployments and with the default options.
undeployAll(UndeploymentOptions) - Method in interface com.espertech.esper.runtime.client.EPDeploymentService
Undeploy all deployments and with the provided options.
UndeploymentOptions - Class in com.espertech.esper.runtime.client
UndeploymentOptions() - Constructor for class com.espertech.esper.runtime.client.UndeploymentOptions
 
UndeployRethrowPolicy - Enum Class in com.espertech.esper.common.client.util
Enumeration of blocking techniques.
unidirectional(boolean) - Method in class com.espertech.esper.common.client.soda.ProjectedStream
Set to unidirectional.
UnmatchedListener - Interface in com.espertech.esper.runtime.client
Interface to receive notification from an runtime that an event that has been sent into the runtimeor that has been generated via insert-into has not been matched to any statement, considering all started statement's event stream filter criteria (not considering where-clause and having-clauses).
unmodifiableArray(JsonArray) - Static method in class com.espertech.esper.common.client.json.minimaljson.JsonArray
Returns an unmodifiable wrapper for the specified JsonArray.
unmodifiableObject(JsonObject) - Static method in class com.espertech.esper.common.client.json.minimaljson.JsonObject
Returns an unmodifiable JsonObject for the specified one.
unstage(Collection<String>) - Method in interface com.espertech.esper.runtime.client.stage.EPStage
Un-stage deployments.
UNSUPPORTEDOPERATIONEXCEPTION - Enum constant in enum class com.espertech.esper.common.client.type.EPTypePremade
UnsupportedOperationException
update(EventBean) - Method in interface com.espertech.esper.runtime.client.UnmatchedListener
Called upon the runtimeencountering an event not matched to any of the event stream filters of any active statement.
update(EventBean[], EventBean[]) - Method in interface com.espertech.esper.common.client.hook.vdw.VirtualDataWindow
This method is invoked when events are inserted-into or removed-from the virtual data window.
update(EventBean[], EventBean[]) - Method in interface com.espertech.esper.common.client.hook.vdw.VirtualDataWindowOutStream
Post insert stream (new data) and remove stream (old data) events.
update(EventBean[], EventBean[], EPStatement, EPRuntime) - Method in class com.espertech.esper.runtime.client.scopetest.SupportUpdateListener
 
update(EventBean[], EventBean[], EPStatement, EPRuntime) - Method in interface com.espertech.esper.runtime.client.UpdateListener
Notify that new events are available or old events are removed.
update(Object[][], Object[][]) - Method in class com.espertech.esper.runtime.client.scopetest.SupportSubscriberMRD
Receive multi-row subscriber data through this methods.
update(Object[], Object[]) - Method in class com.espertech.esper.runtime.client.scopetest.SupportSubscriber
Receive events.
UPDATE - Enum constant in enum class com.espertech.esper.common.client.util.StatementType
Update statement.
UpdateClause - Class in com.espertech.esper.common.client.soda
Specification for the update clause.
UpdateClause() - Constructor for class com.espertech.esper.common.client.soda.UpdateClause
Ctor.
UpdateClause(String, String) - Constructor for class com.espertech.esper.common.client.soda.UpdateClause
Ctor.
UpdateListener - Interface in com.espertech.esper.runtime.client
Defines an interface to notify of new and old events.
upgrade(InputStream, String) - Static method in class com.espertech.esper.common.client.configuration.ConfigurationSchema7To8Upgrade
Convert a schema from the input stream
UpgradeOption - Interface in com.espertech.esper.runtime.client.option
 
UPPERCASE - Enum constant in enum class com.espertech.esper.common.client.configuration.common.ConfigurationCommonDBRef.ColumnChangeCaseEnum
Change case to uppercase on any column names returned by statement metadata.
URI - Enum constant in enum class com.espertech.esper.common.client.module.ModuleProperty
The module URI
USEROBJECT - Enum constant in enum class com.espertech.esper.common.client.module.ModuleProperty
The module user object
USES - Enum constant in enum class com.espertech.esper.common.client.module.ModuleProperty
The module uses
UUID - Enum constant in enum class com.espertech.esper.common.client.type.EPTypePremade
java.util.UUID
UUIDARRAY - Enum constant in enum class com.espertech.esper.common.client.type.EPTypePremade
java.util.UUID[]
UUIDARRAYARRAY - Enum constant in enum class com.espertech.esper.common.client.type.EPTypePremade
java.util.UUID[][]

V

validate(AggregationFunctionValidationContext) - Method in interface com.espertech.esper.common.client.hook.aggfunc.AggregationFunctionForge
Implemented by plug-in aggregation functions to allow such functions to validate the type of values passed to the function at statement compile time and to generally interrogate parameter expressions.
validate(DateTimeMethodValidateContext) - Method in interface com.espertech.esper.common.client.hook.datetimemethod.DateTimeMethodForgeFactory
Called by the compiler to allow validation of actual parameters beyond validation of the footprint information that the compiler does automatically.
validate(EnumMethodValidateContext) - Method in interface com.espertech.esper.common.client.hook.enummethod.EnumMethodForgeFactory
Called by the compiler to allow validation of actual parameters beyond validation of the footprint information that the compiler does automatically.
validate(String, ExprNode, EventType, Class, DataFlowOpForgeInitializeContext) - Static method in class com.espertech.esper.common.client.dataflow.util.DataFlowParameterValidation
Validate the provided expression.
validate(String, ExprNode, Class, DataFlowOpForgeInitializeContext) - Static method in class com.espertech.esper.common.client.dataflow.util.DataFlowParameterValidation
Validate the provided expression.
validateGetHandler(AggregationMultiFunctionValidationContext) - Method in interface com.espertech.esper.common.client.hook.aggmultifunc.AggregationMultiFunctionForge
Called for each instance of use of any of the aggregation functions at validation time after all declared aggregation have been added.
validateGetListed(Annotation) - Static method in enum class com.espertech.esper.common.client.annotation.HintEnum
Validate a hint annotation ensuring it contains only recognized hints.
value() - Element in annotation interface com.espertech.esper.common.client.annotation.Audit
Comma-separated list of keywords (not case-sentitive), see AuditEnum for a list of keywords.
value() - Element in annotation interface com.espertech.esper.common.client.annotation.Description
Returns the description text.
value() - Element in annotation interface com.espertech.esper.common.client.annotation.EventRepresentation
Define the event underlying type
value() - Element in annotation interface com.espertech.esper.common.client.annotation.Hint
Hint keyword(s), comma-separated.
value() - Element in annotation interface com.espertech.esper.common.client.annotation.Name
Returns the statement name.
value() - Element in annotation interface com.espertech.esper.common.client.annotation.Priority
Priority value.
value() - Element in annotation interface com.espertech.esper.common.client.annotation.Tag
Returns the tag value.
value() - Element in annotation interface com.espertech.esper.common.client.dataflow.annotations.OutputTypes
Types
value(boolean) - Static method in class com.espertech.esper.common.client.json.minimaljson.Json
Returns a JsonValue instance that represents the given boolean value.
value(double) - Static method in class com.espertech.esper.common.client.json.minimaljson.Json
Returns a JsonValue instance that represents the given double value.
value(float) - Static method in class com.espertech.esper.common.client.json.minimaljson.Json
Returns a JsonValue instance that represents the given float value.
value(int) - Static method in class com.espertech.esper.common.client.json.minimaljson.Json
Returns a JsonValue instance that represents the given int value.
value(long) - Static method in class com.espertech.esper.common.client.json.minimaljson.Json
Returns a JsonValue instance that represents the given long value.
value(String) - Static method in class com.espertech.esper.common.client.json.minimaljson.Json
Returns a JsonValue instance that represents the given string.
valueCache() - Element in annotation interface com.espertech.esper.common.client.hook.singlerowfunc.ExtensionSingleRowFunction
Value cache setting.
valueOf(boolean) - Static method in class com.espertech.esper.common.client.json.minimaljson.JsonValue
Deprecated.
Use Json.value() instead
valueOf(double) - Static method in class com.espertech.esper.common.client.json.minimaljson.JsonValue
Deprecated.
Use Json.value() instead
valueOf(float) - Static method in class com.espertech.esper.common.client.json.minimaljson.JsonValue
Deprecated.
Use Json.value() instead
valueOf(int) - Static method in class com.espertech.esper.common.client.json.minimaljson.JsonValue
Deprecated.
Use Json.value() instead
valueOf(long) - Static method in class com.espertech.esper.common.client.json.minimaljson.JsonValue
Deprecated.
Use Json.value() instead
valueOf(String) - Static method in enum class com.espertech.esper.common.client.annotation.AppliesTo
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.espertech.esper.common.client.annotation.AuditEnum
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.espertech.esper.common.client.annotation.HintEnum
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.espertech.esper.common.client.annotation.HookType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.espertech.esper.common.client.configuration.common.ConfigurationCommonDBRef.ColumnChangeCaseEnum
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.espertech.esper.common.client.configuration.common.ConfigurationCommonDBRef.ConnectionLifecycleEnum
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.espertech.esper.common.client.configuration.common.ConfigurationCommonDBRef.MetadataOriginEnum
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.espertech.esper.common.client.configuration.common.ConfigurationCommonVariantStream.TypeVariance
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.espertech.esper.common.client.configuration.compiler.ConfigurationCompilerExecution.FilterIndexPlanning
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.espertech.esper.common.client.configuration.compiler.ConfigurationCompilerPlugInSingleRowFunction.FilterOptimizable
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.espertech.esper.common.client.configuration.compiler.ConfigurationCompilerPlugInSingleRowFunction.ValueCache
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.espertech.esper.common.client.dataflow.core.EPDataFlowState
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.espertech.esper.common.client.hook.exception.ExceptionHandlerExceptionType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.espertech.esper.common.client.hook.vdw.VirtualDataWindowLookupOp
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in class com.espertech.esper.common.client.json.minimaljson.JsonValue
Deprecated.
Use Json.value() instead
valueOf(String) - Static method in enum class com.espertech.esper.common.client.meta.EventTypeApplicationType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.espertech.esper.common.client.meta.EventTypeTypeClass
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.espertech.esper.common.client.module.ModuleProperty
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.espertech.esper.common.client.soda.CreateIndexColumnType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.espertech.esper.common.client.soda.CreateSchemaClauseTypeDef
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.espertech.esper.common.client.soda.ExpressionPrecedenceEnum
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.espertech.esper.common.client.soda.ForClauseKeyword
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.espertech.esper.common.client.soda.GuardEnum
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.espertech.esper.common.client.soda.MatchRecogizePatternElementType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.espertech.esper.common.client.soda.MatchRecognizeSkipClause
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.espertech.esper.common.client.soda.OutputLimitSelector
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.espertech.esper.common.client.soda.OutputLimitUnit
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.espertech.esper.common.client.soda.PatternExprPrecedenceEnum
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.espertech.esper.common.client.soda.PreviousExpressionType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.espertech.esper.common.client.soda.ScheduleItemType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.espertech.esper.common.client.soda.StreamSelector
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.espertech.esper.common.client.type.EPTypePremade
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.espertech.esper.common.client.util.AccessorStyle
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.espertech.esper.common.client.util.CacheReferenceType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.espertech.esper.common.client.util.EventTypeBusModifier
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.espertech.esper.common.client.util.EventUnderlyingType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.espertech.esper.common.client.util.FilterServiceProfile
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.espertech.esper.common.client.util.Locking
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.espertech.esper.common.client.util.NameAccessModifier
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.espertech.esper.common.client.util.PatternObjectType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.espertech.esper.common.client.util.PropertyResolutionStyle
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.espertech.esper.common.client.util.StatementProperty
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.espertech.esper.common.client.util.StatementType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.espertech.esper.common.client.util.ThreadingProfile
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.espertech.esper.common.client.util.TimeSourceType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.espertech.esper.common.client.util.UndeployRethrowPolicy
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.espertech.esper.runtime.client.util.AdapterState
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.espertech.esper.runtime.client.util.EPObjectType
Returns the enum constant of this class with the specified name.
values() - Static method in enum class com.espertech.esper.common.client.annotation.AppliesTo
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.espertech.esper.common.client.annotation.AuditEnum
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.espertech.esper.common.client.annotation.HintEnum
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.espertech.esper.common.client.annotation.HookType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.espertech.esper.common.client.configuration.common.ConfigurationCommonDBRef.ColumnChangeCaseEnum
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.espertech.esper.common.client.configuration.common.ConfigurationCommonDBRef.ConnectionLifecycleEnum
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.espertech.esper.common.client.configuration.common.ConfigurationCommonDBRef.MetadataOriginEnum
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.espertech.esper.common.client.configuration.common.ConfigurationCommonVariantStream.TypeVariance
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.espertech.esper.common.client.configuration.compiler.ConfigurationCompilerExecution.FilterIndexPlanning
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.espertech.esper.common.client.configuration.compiler.ConfigurationCompilerPlugInSingleRowFunction.FilterOptimizable
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.espertech.esper.common.client.configuration.compiler.ConfigurationCompilerPlugInSingleRowFunction.ValueCache
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.espertech.esper.common.client.dataflow.core.EPDataFlowState
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.espertech.esper.common.client.hook.exception.ExceptionHandlerExceptionType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.espertech.esper.common.client.hook.vdw.VirtualDataWindowLookupOp
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Method in class com.espertech.esper.common.client.json.minimaljson.JsonArray
Returns a list of the values in this array in document order.
values() - Static method in enum class com.espertech.esper.common.client.meta.EventTypeApplicationType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.espertech.esper.common.client.meta.EventTypeTypeClass
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.espertech.esper.common.client.module.ModuleProperty
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.espertech.esper.common.client.soda.CreateIndexColumnType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.espertech.esper.common.client.soda.CreateSchemaClauseTypeDef
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.espertech.esper.common.client.soda.ExpressionPrecedenceEnum
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.espertech.esper.common.client.soda.ForClauseKeyword
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.espertech.esper.common.client.soda.GuardEnum
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.espertech.esper.common.client.soda.MatchRecogizePatternElementType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.espertech.esper.common.client.soda.MatchRecognizeSkipClause
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.espertech.esper.common.client.soda.OutputLimitSelector
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.espertech.esper.common.client.soda.OutputLimitUnit
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.espertech.esper.common.client.soda.PatternExprPrecedenceEnum
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.espertech.esper.common.client.soda.PreviousExpressionType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.espertech.esper.common.client.soda.ScheduleItemType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.espertech.esper.common.client.soda.StreamSelector
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.espertech.esper.common.client.type.EPTypePremade
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.espertech.esper.common.client.util.AccessorStyle
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.espertech.esper.common.client.util.CacheReferenceType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.espertech.esper.common.client.util.EventTypeBusModifier
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.espertech.esper.common.client.util.EventUnderlyingType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.espertech.esper.common.client.util.FilterServiceProfile
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.espertech.esper.common.client.util.Locking
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.espertech.esper.common.client.util.NameAccessModifier
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.espertech.esper.common.client.util.PatternObjectType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.espertech.esper.common.client.util.PropertyResolutionStyle
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.espertech.esper.common.client.util.StatementProperty
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.espertech.esper.common.client.util.StatementType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.espertech.esper.common.client.util.ThreadingProfile
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.espertech.esper.common.client.util.TimeSourceType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.espertech.esper.common.client.util.UndeployRethrowPolicy
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.espertech.esper.runtime.client.util.AdapterState
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.espertech.esper.runtime.client.util.EPObjectType
Returns an array containing the constants of this enum class, in the order they are declared.
VARIABLE - Enum constant in enum class com.espertech.esper.runtime.client.util.EPObjectType
Variable
VariableConstantValueException - Exception in com.espertech.esper.common.client.variable
Indicates that a variable cannot be set.
VariableConstantValueException(String) - Constructor for exception com.espertech.esper.common.client.variable.VariableConstantValueException
Ctor.
VariableNotFoundException - Exception in com.espertech.esper.common.client.variable
Indicates that a variable was not found.
VariableNotFoundException(String) - Constructor for exception com.espertech.esper.common.client.variable.VariableNotFoundException
Ctor.
variables - Variable in class com.espertech.esper.common.client.configuration.common.ConfigurationCommon
Map of variables.
VariableValueException - Exception in com.espertech.esper.common.client.variable
Indicates that a variable value could not be assigned.
VariableValueException(String) - Constructor for exception com.espertech.esper.common.client.variable.VariableValueException
Ctor.
VARIANT - Enum constant in enum class com.espertech.esper.common.client.meta.EventTypeApplicationType
Variant type.
VARIANT - Enum constant in enum class com.espertech.esper.common.client.meta.EventTypeTypeClass
A variant stream event type.
VARIANT - Enum constant in enum class com.espertech.esper.common.client.soda.CreateSchemaClauseTypeDef
Variant type.
variantStreams - Variable in class com.espertech.esper.common.client.configuration.common.ConfigurationCommon
Variant streams allow events of disparate types to be treated the same.
VDWCreateIndexField(String, String) - Constructor for class com.espertech.esper.common.client.hook.vdw.VirtualDataWindowEventStartIndex.VDWCreateIndexField
Ctor.
View - Class in com.espertech.esper.common.client.soda
A view provides a projection upon a stream, such as a data window, grouping or unique.
View() - Constructor for class com.espertech.esper.common.client.soda.View
Ctor.
View(String, String, List<Expression>) - Constructor for class com.espertech.esper.common.client.soda.View
Creates a view.
VIEW - Enum constant in enum class com.espertech.esper.common.client.annotation.AuditEnum
For use with view audit.
VIEWDERIVED - Enum constant in enum class com.espertech.esper.common.client.meta.EventTypeTypeClass
An derived-value-view-defined event type.
VirtualDataWindow - Interface in com.espertech.esper.common.client.hook.vdw
A virtual data window exposes externally-managed data transparently as a named window without the need to retain any data in memory.
VirtualDataWindowContext - Class in com.espertech.esper.common.client.hook.vdw
Context for use with virtual data window factory VirtualDataWindowFactory provides contextual information about the named window and the type of events held, handle for posting insert and remove streams and factory for event bean instances.
VirtualDataWindowContext(VirtualDWViewFactory, AgentInstanceViewFactoryChainContext, EventBeanFactory, VirtualDataWindowOutStreamImpl) - Constructor for class com.espertech.esper.common.client.hook.vdw.VirtualDataWindowContext
Ctor.
VirtualDataWindowEvent - Class in com.espertech.esper.common.client.hook.vdw
Base class for events related to virtual data windows.
VirtualDataWindowEvent() - Constructor for class com.espertech.esper.common.client.hook.vdw.VirtualDataWindowEvent
 
VirtualDataWindowEventConsumerAdd - Class in com.espertech.esper.common.client.hook.vdw
Event indicating a named-window consuming statement is being added.
VirtualDataWindowEventConsumerAdd(String, Object, String, int, ExprEvaluator, ExprEvaluatorContext) - Constructor for class com.espertech.esper.common.client.hook.vdw.VirtualDataWindowEventConsumerAdd
Ctor.
VirtualDataWindowEventConsumerBase - Class in com.espertech.esper.common.client.hook.vdw
Base class for events indicating a named-window consumer management.
VirtualDataWindowEventConsumerBase(String, Object, String, int) - Constructor for class com.espertech.esper.common.client.hook.vdw.VirtualDataWindowEventConsumerBase
Ctor.
VirtualDataWindowEventConsumerRemove - Class in com.espertech.esper.common.client.hook.vdw
Event indicating a named-window consuming statement is being removed.
VirtualDataWindowEventConsumerRemove(String, Object, String, int) - Constructor for class com.espertech.esper.common.client.hook.vdw.VirtualDataWindowEventConsumerRemove
Ctor.
VirtualDataWindowEventStartIndex - Class in com.espertech.esper.common.client.hook.vdw
Event raised when an index gets created or started via the "create index" syntax.
VirtualDataWindowEventStartIndex(String, String, List<VirtualDataWindowEventStartIndex.VDWCreateIndexField>, boolean) - Constructor for class com.espertech.esper.common.client.hook.vdw.VirtualDataWindowEventStartIndex
Ctor.
VirtualDataWindowEventStartIndex.VDWCreateIndexField - Class in com.espertech.esper.common.client.hook.vdw
Captures virtual data window indexed field information.
VirtualDataWindowEventStopIndex - Class in com.espertech.esper.common.client.hook.vdw
Event to indicate that for a virtual data window an exitsing index is being stopped or destroyed.
VirtualDataWindowEventStopIndex(String, String) - Constructor for class com.espertech.esper.common.client.hook.vdw.VirtualDataWindowEventStopIndex
Ctor.
VirtualDataWindowEventStopWindow - Class in com.espertech.esper.common.client.hook.vdw
This event is raised when a virtual data window is stopped.
VirtualDataWindowEventStopWindow(String, int) - Constructor for class com.espertech.esper.common.client.hook.vdw.VirtualDataWindowEventStopWindow
Ctor.
VirtualDataWindowFactory - Interface in com.espertech.esper.common.client.hook.vdw
Factory for virtual data windows.
VirtualDataWindowFactoryContext - Class in com.espertech.esper.common.client.hook.vdw
Context for use with virtual data window factory VirtualDataWindowFactory provides contextual information as well as the handle for posting insert and remove streams and factory for event bean instances.
VirtualDataWindowFactoryContext(EventType, Object[], ExprEvaluator[], String, Serializable, ViewFactoryContext, EPStatementInitServices) - Constructor for class com.espertech.esper.common.client.hook.vdw.VirtualDataWindowFactoryContext
Ctor.
VirtualDataWindowFactoryFactory - Interface in com.espertech.esper.common.client.hook.vdw
A factory that the runtime invokes at deployment time to obtain the virtual data window factory.
VirtualDataWindowFactoryFactoryContext - Class in com.espertech.esper.common.client.hook.vdw
Context for use with a virtual data window factory factory VirtualDataWindowFactoryFactory.
VirtualDataWindowFactoryFactoryContext() - Constructor for class com.espertech.esper.common.client.hook.vdw.VirtualDataWindowFactoryFactoryContext
 
VirtualDataWindowFactoryMode - Interface in com.espertech.esper.common.client.hook.vdw
Describes to the compiler how it should manage code for the virtual data window factory.
VirtualDataWindowFactoryModeManaged - Class in com.espertech.esper.common.client.hook.vdw
Use this class to provide a virtual data window factory wherein there is no need to write code that generates code.
VirtualDataWindowFactoryModeManaged() - Constructor for class com.espertech.esper.common.client.hook.vdw.VirtualDataWindowFactoryModeManaged
 
VirtualDataWindowForge - Interface in com.espertech.esper.common.client.hook.vdw
Factory for VirtualDataWindow.
VirtualDataWindowForgeContext - Class in com.espertech.esper.common.client.hook.vdw
Context for use with virtual data window forge VirtualDataWindowForge provides contextual information about the named window and the type of events held.
VirtualDataWindowForgeContext(EventType, Object[], ExprNode[], String, ViewForgeEnv, Serializable) - Constructor for class com.espertech.esper.common.client.hook.vdw.VirtualDataWindowForgeContext
Ctor.
VirtualDataWindowKeyRange - Class in com.espertech.esper.common.client.hook.vdw
Provides a range as a start and end value, for use as a paramater to the lookup values passed to the VirtualDataWindowLookup lookup method.
VirtualDataWindowKeyRange(Object, Object) - Constructor for class com.espertech.esper.common.client.hook.vdw.VirtualDataWindowKeyRange
Ctor.
VirtualDataWindowLookup - Interface in com.espertech.esper.common.client.hook.vdw
Represents a lookup strategy object that an EPL statement that queries a virtual data window obtains to perform read operations into the virtual data window.
VirtualDataWindowLookupContext - Class in com.espertech.esper.common.client.hook.vdw
Context passed to VirtualDataWindow upon obtaining a lookup strategy for use by an EPL statement that queries the virtual data window.
VirtualDataWindowLookupContext(String, String, int, Annotation[], boolean, String, List<VirtualDataWindowLookupFieldDesc>, List<VirtualDataWindowLookupFieldDesc>) - Constructor for class com.espertech.esper.common.client.hook.vdw.VirtualDataWindowLookupContext
Ctor.
VirtualDataWindowLookupFieldDesc - Class in com.espertech.esper.common.client.hook.vdw
As part of a lookup context, see VirtualDataWindowLookupContext, this object encapsulates information about a single property in a correlated where-clause.
VirtualDataWindowLookupFieldDesc(String, VirtualDataWindowLookupOp, EPType) - Constructor for class com.espertech.esper.common.client.hook.vdw.VirtualDataWindowLookupFieldDesc
Ctor.
VirtualDataWindowLookupOp - Enum Class in com.espertech.esper.common.client.hook.vdw
Enumeration for indicating the type of operator for a lookup against a virtual data window, see VirtualDataWindowLookupContext.
VirtualDataWindowOutStream - Interface in com.espertech.esper.common.client.hook.vdw
For use with virtual data windows, handles any insert stream and remove stream events that a virtual data window may post to consuming statements.
visible(NameAccessModifier, String, String) - Static method in enum class com.espertech.esper.common.client.util.NameAccessModifier
Returns indicator whether the object is visible.
visit(InlinedClassInspectionContext) - Method in interface com.espertech.esper.compiler.client.option.InlinedClassInspectionOption
Provides Janino-specific class detail for inlined-classes
VOID - Enum constant in enum class com.espertech.esper.common.client.type.EPTypePremade
void

W

waitForInvocation(long) - Method in class com.espertech.esper.runtime.client.scopetest.SupportUpdateListener
Wait for an invocation up to the given milliseconds
waitForInvocation(long, int) - Method in interface com.espertech.esper.runtime.client.scopetest.SupportListener
Wait for the listener invocation for up to the given number of milliseconds.
waitForInvocation(long, int) - Method in class com.espertech.esper.runtime.client.scopetest.SupportUpdateListener
Wait for the listener invocation for up to the given number of milliseconds.
WARN - Enum constant in enum class com.espertech.esper.common.client.util.UndeployRethrowPolicy
Warn.
WEAK - Enum constant in enum class com.espertech.esper.common.client.util.CacheReferenceType
Constant indicating that weak references should be used.
WEEKDAY - Enum constant in enum class com.espertech.esper.common.client.soda.ScheduleItemType
Weekday (nearest to a date)
weeks(Integer) - Method in class com.espertech.esper.common.client.util.TimePeriod
Ctor for chain.
WHEN_EXPRESSION - Enum constant in enum class com.espertech.esper.common.client.soda.OutputLimitUnit
The unit representing a when-expression.
whereClause(Expression) - Method in class com.espertech.esper.common.client.soda.EPStatementObjectModel
Specify a where-clause.
WHILE_GUARD - Enum constant in enum class com.espertech.esper.common.client.soda.GuardEnum
While-guard.
whileGuard(PatternExpr, Expression) - Static method in class com.espertech.esper.common.client.soda.Patterns
While-guard expression.
WILDCARD - Enum constant in enum class com.espertech.esper.common.client.soda.ScheduleItemType
Wildcard means any value.
WildcardExpression - Class in com.espertech.esper.common.client.soda
Represents "*" in for example "last(*)"
WildcardExpression() - Constructor for class com.espertech.esper.common.client.soda.WildcardExpression
 
WINDOW_CORRELATION - Enum constant in enum class com.espertech.esper.common.client.annotation.AppliesTo
Correlation stat view
WINDOW_EXPRESSION - Enum constant in enum class com.espertech.esper.common.client.annotation.AppliesTo
Expression window
WINDOW_EXPRESSIONBATCH - Enum constant in enum class com.espertech.esper.common.client.annotation.AppliesTo
Expression batch window
WINDOW_EXTTIMED - Enum constant in enum class com.espertech.esper.common.client.annotation.AppliesTo
Externally-timed window
WINDOW_EXTTIMEDBATCH - Enum constant in enum class com.espertech.esper.common.client.annotation.AppliesTo
Externally-timed batch window
WINDOW_FIRSTEVENT - Enum constant in enum class com.espertech.esper.common.client.annotation.AppliesTo
First-event window
WINDOW_FIRSTLENGTH - Enum constant in enum class com.espertech.esper.common.client.annotation.AppliesTo
First-length window
WINDOW_FIRSTTIME - Enum constant in enum class com.espertech.esper.common.client.annotation.AppliesTo
First-time window
WINDOW_FIRSTUNIQUE - Enum constant in enum class com.espertech.esper.common.client.annotation.AppliesTo
First-unique window
WINDOW_GROUP - Enum constant in enum class com.espertech.esper.common.client.annotation.AppliesTo
Grouped window
WINDOW_INTERSECT - Enum constant in enum class com.espertech.esper.common.client.annotation.AppliesTo
Intersect view
WINDOW_KEEPALL - Enum constant in enum class com.espertech.esper.common.client.annotation.AppliesTo
Keep-all window
WINDOW_LASTEVENT - Enum constant in enum class com.espertech.esper.common.client.annotation.AppliesTo
Last-event window
WINDOW_LENGTH - Enum constant in enum class com.espertech.esper.common.client.annotation.AppliesTo
Length window
WINDOW_LENGTHBATCH - Enum constant in enum class com.espertech.esper.common.client.annotation.AppliesTo
Length-batch window
WINDOW_RANK - Enum constant in enum class com.espertech.esper.common.client.annotation.AppliesTo
Rank window
WINDOW_REGRESSIONLINEST - Enum constant in enum class com.espertech.esper.common.client.annotation.AppliesTo
Regression lineest stat view
WINDOW_ROWRECOG - Enum constant in enum class com.espertech.esper.common.client.annotation.AppliesTo
Match-recognize view (internal use only)
WINDOW_SIZE - Enum constant in enum class com.espertech.esper.common.client.annotation.AppliesTo
Size stat view
WINDOW_SORTED - Enum constant in enum class com.espertech.esper.common.client.annotation.AppliesTo
Sorted window
WINDOW_TIME - Enum constant in enum class com.espertech.esper.common.client.annotation.AppliesTo
Time window
WINDOW_TIMEACCUM - Enum constant in enum class com.espertech.esper.common.client.annotation.AppliesTo
Time-accumulative window
WINDOW_TIMEBATCH - Enum constant in enum class com.espertech.esper.common.client.annotation.AppliesTo
Time-batch window
WINDOW_TIMELENGTHBATCH - Enum constant in enum class com.espertech.esper.common.client.annotation.AppliesTo
Length-batch window
WINDOW_TIMEORDER - Enum constant in enum class com.espertech.esper.common.client.annotation.AppliesTo
Time order window
WINDOW_TIMETOLIVE - Enum constant in enum class com.espertech.esper.common.client.annotation.AppliesTo
Time-to-live window
WINDOW_UNION - Enum constant in enum class com.espertech.esper.common.client.annotation.AppliesTo
Union view
WINDOW_UNIQUE - Enum constant in enum class com.espertech.esper.common.client.annotation.AppliesTo
Unique-window
WINDOW_UNIVARIATESTAT - Enum constant in enum class com.espertech.esper.common.client.annotation.AppliesTo
Univariate stat view
WINDOW_WEIGHTEDAVG - Enum constant in enum class com.espertech.esper.common.client.annotation.AppliesTo
Weighted average stat view
WindowProjectionExpression - Class in com.espertech.esper.common.client.soda
Represents the "window" aggregation function.
WindowProjectionExpression() - Constructor for class com.espertech.esper.common.client.soda.WindowProjectionExpression
Ctor.
WindowProjectionExpression(Expression) - Constructor for class com.espertech.esper.common.client.soda.WindowProjectionExpression
Ctor.
withIds(long, long) - Method in class com.espertech.esper.common.client.meta.EventTypeMetadata
Return metadata with the assigned ids
wrap(Object) - Method in interface com.espertech.esper.common.client.EventBeanFactory
Wraps the underlying event object.
WRAPPER - Enum constant in enum class com.espertech.esper.common.client.meta.EventTypeApplicationType
Wrapper type.
write(char[], int, int) - Method in class com.espertech.esper.common.client.json.minimaljson.WritingBuffer
 
write(int) - Method in class com.espertech.esper.common.client.json.minimaljson.WritingBuffer
 
write(EPCompiled, File) - Static method in class com.espertech.esper.compiler.client.util.EPCompiledIOUtil
Write the compiled to a jar file.
write(E, DataOutput, byte[], EventBeanCollatedWriter) - Method in interface com.espertech.esper.common.client.serde.DataInputOutputSerde
Write an object to the stream.
write(DataOutput) - Method in class com.espertech.esper.common.client.EPCompiledManifest
Write the manifest to output.
write(StringWriter) - Method in enum class com.espertech.esper.common.client.soda.CreateSchemaClauseTypeDef
Write keyword according to type def.
write(String, int, int) - Method in class com.espertech.esper.common.client.json.minimaljson.WritingBuffer
 
write(T, JsonWriter) - Method in interface com.espertech.esper.common.client.json.util.JsonFieldAdapterString
Write
writeArrayClose() - Method in class com.espertech.esper.common.client.json.minimaljson.JsonWriter
 
writeArrayOpen() - Method in class com.espertech.esper.common.client.json.minimaljson.JsonWriter
 
writeArraySeparator() - Method in class com.espertech.esper.common.client.json.minimaljson.JsonWriter
 
writeCollatedEvent(EventBean, DataOutput, byte[]) - Method in interface com.espertech.esper.common.client.serde.EventBeanCollatedWriter
Write event collated.
writeCollatedOID(long, DataOutput, byte[]) - Method in interface com.espertech.esper.common.client.serde.EventBeanCollatedWriter
Write event id collated.
writeEPL(StringWriter) - Method in class com.espertech.esper.common.client.soda.MatchRecognizeRegEx
Write EPL.
writeEPL(StringWriter) - Method in class com.espertech.esper.common.client.soda.MatchRecognizeRegExAlteration
 
writeEPL(StringWriter) - Method in class com.espertech.esper.common.client.soda.MatchRecognizeRegExAtom
 
writeEPL(StringWriter) - Method in class com.espertech.esper.common.client.soda.MatchRecognizeRegExConcatenation
 
writeEPL(StringWriter) - Method in class com.espertech.esper.common.client.soda.MatchRecognizeRegExNested
 
writeEPL(StringWriter) - Method in class com.espertech.esper.common.client.soda.MatchRecognizeRegExPermutation
 
writeEPL(StringWriter) - Method in class com.espertech.esper.common.client.soda.MatchRecognizeRegExPlaceholder
 
writeEPL(StringWriter) - Method in class com.espertech.esper.common.client.soda.MatchRecognizeRegExRepeat
Render as EPL.
writeJsonString(String) - Method in class com.espertech.esper.common.client.json.minimaljson.JsonWriter
 
writeLiteral(String) - Method in class com.espertech.esper.common.client.json.minimaljson.JsonWriter
 
writeMemberName(String) - Method in class com.espertech.esper.common.client.json.minimaljson.JsonWriter
 
writeMemberSeparator() - Method in class com.espertech.esper.common.client.json.minimaljson.JsonWriter
 
writeNumber(String) - Method in class com.espertech.esper.common.client.json.minimaljson.JsonWriter
 
writeObjectClose() - Method in class com.espertech.esper.common.client.json.minimaljson.JsonWriter
 
writeObjectOpen() - Method in class com.espertech.esper.common.client.json.minimaljson.JsonWriter
 
writeObjectSeparator() - Method in class com.espertech.esper.common.client.json.minimaljson.JsonWriter
 
writer - Variable in class com.espertech.esper.common.client.json.minimaljson.JsonWriter
 
WriterConfig - Class in com.espertech.esper.common.client.json.minimaljson
Controls the formatting of the JSON output.
WriterConfig() - Constructor for class com.espertech.esper.common.client.json.minimaljson.WriterConfig
 
writeString(String) - Method in class com.espertech.esper.common.client.json.minimaljson.JsonWriter
 
writeTo(Writer) - Method in class com.espertech.esper.common.client.json.minimaljson.JsonValue
Writes the JSON representation of this value to the given writer in its minimal form, without any additional whitespace.
writeTo(Writer, WriterConfig) - Method in class com.espertech.esper.common.client.json.minimaljson.JsonValue
Writes the JSON representation of this value to the given writer using the given formatting.
writeTo(Writer, WriterConfig) - Method in interface com.espertech.esper.common.client.json.util.JsonEventObject
Write JSON to the provided writer and using the provided configuration.
WritingBuffer - Class in com.espertech.esper.common.client.json.minimaljson
A lightweight writing buffer to reduce the amount of write operations to be performed on the underlying writer.
WritingBuffer(Writer, int) - Constructor for class com.espertech.esper.common.client.json.minimaljson.WritingBuffer
 

X

XML - Enum constant in enum class com.espertech.esper.common.client.meta.EventTypeApplicationType
Xml type.
XML - Enum constant in enum class com.espertech.esper.common.client.soda.CreateSchemaClauseTypeDef
XML underlying type.
XMLEventRenderer - Interface in com.espertech.esper.common.client.render
Renderer for an event into the XML textual format.
XMLRenderingOptions - Class in com.espertech.esper.common.client.render
XML rendering options.
XMLRenderingOptions() - Constructor for class com.espertech.esper.common.client.render.XMLRenderingOptions
Ctor.
XMLSchema - Annotation Interface in com.espertech.esper.common.client.annotation
Annotation for use with XML schemas.
XMLSchemaField - Annotation Interface in com.espertech.esper.common.client.annotation
Annotation for use with XML to set a given event property name to use XPath.
XMLSchemaNamespacePrefix - Annotation Interface in com.espertech.esper.common.client.annotation
Annotation for use with XML schemas to define a namespace prefix.
xpath() - Element in annotation interface com.espertech.esper.common.client.annotation.XMLSchemaField
XPath expression
xpathFunctionResolver() - Element in annotation interface com.espertech.esper.common.client.annotation.XMLSchema
Sets the class name of the XPath function resolver to be assigned to the XPath factory instance upon type initialization.
XPathPropertyDesc() - Constructor for class com.espertech.esper.common.client.configuration.common.ConfigurationCommonEventTypeXMLDOM.XPathPropertyDesc
Ctor.
XPathPropertyDesc(String, String, QName) - Constructor for class com.espertech.esper.common.client.configuration.common.ConfigurationCommonEventTypeXMLDOM.XPathPropertyDesc
Ctor.
XPathPropertyDesc(String, String, QName, EPTypeClass) - Constructor for class com.espertech.esper.common.client.configuration.common.ConfigurationCommonEventTypeXMLDOM.XPathPropertyDesc
Ctor.
XPathPropertyDesc(String, String, QName, String) - Constructor for class com.espertech.esper.common.client.configuration.common.ConfigurationCommonEventTypeXMLDOM.XPathPropertyDesc
Ctor.
xpathPropertyExpr() - Element in annotation interface com.espertech.esper.common.client.annotation.XMLSchema
Set to false (the default) to indicate that property expressions are evaluated by the DOM-walker implementation (the default), or set to true to indicate that property expressions are rewritten into XPath expressions.
xpathResolvePropertiesAbsolute() - Element in annotation interface com.espertech.esper.common.client.annotation.XMLSchema
When set to true (the default), indicates that when properties are compiled to XPath expressions that the compilation should generate an absolute XPath expression such as "/getQuote/request" for the simple request property, or "/getQuote/request/symbol" for a "request.symbol" nested property, wherein the root element node is "getQuote".
xpathVariableResolver() - Element in annotation interface com.espertech.esper.common.client.annotation.XMLSchema
Sets the class name of the XPath variable resolver to be assigned to the XPath factory instance upon type initialization.

Y

years(Integer) - Method in class com.espertech.esper.common.client.util.TimePeriod
Ctor for chain.

Z

ZERO_TO_MANY - Enum constant in enum class com.espertech.esper.common.client.soda.MatchRecogizePatternElementType
For greedy '*' multiplicity.
ZERO_TO_MANY_RELUCTANT - Enum constant in enum class com.espertech.esper.common.client.soda.MatchRecogizePatternElementType
For reluctant '*' multiplicity.
ZONEDDATETIME - Enum constant in enum class com.espertech.esper.common.client.type.EPTypePremade
ZonedDateTime
ZONEDDATETIMEARRAY - Enum constant in enum class com.espertech.esper.common.client.type.EPTypePremade
ZonedDateTime[]
ZONEDDATETIMEARRAYARRAY - Enum constant in enum class com.espertech.esper.common.client.type.EPTypePremade
ZonedDateTime[][]
A B C D E F G H I J L M N O P Q R S T U V W X Y Z 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form