- AccessModifierContextContext - Class in com.espertech.esper.compiler.client.option
-
- 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
-
- 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
-
- 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.
- AccessModifierNamedWindowContext - Class in com.espertech.esper.compiler.client.option
-
- 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
-
- 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
-
- 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
-
- 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 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 - 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
- adapterForTypedAvro(Object, EventType) - Method in interface com.espertech.esper.common.client.hook.expr.EventBeanService
-
Construct an event bean for a given Avro GenericData.Record and given the Avro-event-type
- adapterForTypedBean(Object, EventType) - Method in interface com.espertech.esper.common.client.hook.expr.EventBeanService
-
Construct an event bean for a given bean (Object, POJO) and given the Bean-event-type
- adapterForTypedDOM(Node, EventType) - Method in interface com.espertech.esper.common.client.hook.expr.EventBeanService
-
Construct an event bean for a given Node and given the XML-event-type
- adapterForTypedMap(Map<String, Object>, EventType) - Method in interface com.espertech.esper.common.client.hook.expr.EventBeanService
-
Construct an event bean for a given Map and given the Map-event-type
- adapterForTypedObjectArray(Object[], EventType) - Method in interface com.espertech.esper.common.client.hook.expr.EventBeanService
-
Construct an event bean for a given Object-Array and given 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 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(Object) - Method in class com.espertech.esper.common.client.soda.ArithmaticExpression
-
Add a constant to include in the computation.
- add(Expression) - Method in class com.espertech.esper.common.client.soda.ArithmaticExpression
-
Add an expression to include in the computation.
- 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(Object) - Method in class com.espertech.esper.common.client.soda.ArrayExpression
-
Add a constant to the expression.
- add(Expression) - Method in class com.espertech.esper.common.client.soda.ArrayExpression
-
Add an expression representing an array element to the expression.
- add(String) - Method in class com.espertech.esper.common.client.soda.BitwiseOpExpression
-
Add a property to the expression.
- add(Object) - Method in class com.espertech.esper.common.client.soda.BitwiseOpExpression
-
Add a constant to the expression.
- add(Expression) - Method in class com.espertech.esper.common.client.soda.BitwiseOpExpression
-
Add an expression to the expression.
- 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(Object) - Method in class com.espertech.esper.common.client.soda.CoalesceExpression
-
Add a constant to include in the computation.
- add(Expression) - Method in class com.espertech.esper.common.client.soda.CoalesceExpression
-
Add an expression to include in the computation.
- add(String) - Method in class com.espertech.esper.common.client.soda.CoalesceExpression
-
Add a property 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(Expression) - Method in class com.espertech.esper.common.client.soda.ConcatExpression
-
Add an expression 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, 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.
- add(Stream) - Method in class com.espertech.esper.common.client.soda.FromClause
-
Adds a stream.
- 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(Object) - Method in class com.espertech.esper.common.client.soda.InExpression
-
Add a constant 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(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(Expression) - Method in class com.espertech.esper.common.client.soda.Junction
-
Expression to add to the conjunction (AND) or disjunction (OR).
- add(String) - Method in class com.espertech.esper.common.client.soda.Junction
-
Property to add to the conjunction (AND) or disjunction (OR).
- add(Object) - Method in class com.espertech.esper.common.client.soda.MaxRowExpression
-
Add a constant to include in the computation.
- add(Expression) - Method in class com.espertech.esper.common.client.soda.MaxRowExpression
-
Add an expression to include in the computation.
- add(String) - Method in class com.espertech.esper.common.client.soda.MaxRowExpression
-
Add a property 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(Expression) - Method in class com.espertech.esper.common.client.soda.MinRowExpression
-
Add an expression 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, boolean) - Method in class com.espertech.esper.common.client.soda.OrderByClause
-
Adds a property and flag.
- add(Expression, boolean) - Method in class com.espertech.esper.common.client.soda.OrderByClause
-
Adds an expression and flag.
- 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(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(String...) - Method in class com.espertech.esper.common.client.soda.SelectClause
-
Adds property names to be selected.
- add(Expression) - Method in class com.espertech.esper.common.client.soda.SelectClause
-
Adds an expression to the select clause.
- 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(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(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.
- 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(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.
- addAnnotationImport(Class) - Method in class com.espertech.esper.common.client.configuration.common.ConfigurationCommon
-
Add a class to the imports available for 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(String) - Method in class com.espertech.esper.common.client.configuration.runtime.ConfigurationRuntimeConditionHandling
-
Add an condition handler factory class name.
- addClass(Class) - Method in class com.espertech.esper.common.client.configuration.runtime.ConfigurationRuntimeConditionHandling
-
Add an condition handler factory class.
- addClass(String) - Method in class com.espertech.esper.common.client.configuration.runtime.ConfigurationRuntimeExceptionHandling
-
Add an exception handler factory class name.
- addClass(Class) - Method in class com.espertech.esper.common.client.configuration.runtime.ConfigurationRuntimeExceptionHandling
-
Add an exception handler factory class.
- 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(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, 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(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, 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.
- 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>, 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, 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, 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, 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.
- 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 typs 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(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.
- addImport(Class) - Method in class com.espertech.esper.common.client.configuration.common.ConfigurationCommon
-
Adds a class to the list of automatically-imported classes.
- 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.
- 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(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.
- 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.
- 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.
- addPluginLoader(String, String, Properties) - Method in class com.espertech.esper.common.client.configuration.runtime.ConfigurationRuntime
-
Add a plugin loader (f.e.
- addPluginLoader(String, String) - 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.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.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, 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.
- 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.
- 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.
- 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(String, String) - Method in class com.espertech.esper.common.client.soda.CreateWindowClause
-
Adds an un-parameterized view to the named window.
- addView(String) - Method in class com.espertech.esper.common.client.soda.CreateWindowClause
-
Adds an un-parameterized view to the named window.
- 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, List<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.CreateWindowClause
-
Adds a 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, String) - Method in class com.espertech.esper.common.client.soda.ProjectedStream
-
Adds an un-parameterized view to the stream.
- addView(String, String, List<Expression>) - Method in class com.espertech.esper.common.client.soda.ProjectedStream
-
Adds a parameterized view to the stream.
- addView(String, String, Expression...) - Method in class com.espertech.esper.common.client.soda.ProjectedStream
-
Adds a parameterized view to the stream.
- addView(String, Expression...) - Method in class com.espertech.esper.common.client.soda.ProjectedStream
-
Adds a parameterized view to the stream.
- addView(View) - Method in class com.espertech.esper.common.client.soda.ProjectedStream
-
Add a view to the stream.
- 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.
- 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).
- 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.
- 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
-
- 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
-
- 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
-
- AggregationFunctionValidationContext(Class[], 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
-
- 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
-
- 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
-
- 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
-
- AggregationMultiFunctionDeclarationContext - Class in com.espertech.esper.common.client.hook.aggmultifunc
-
- 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.
- 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
-
- 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
-
- AggregationMultiFunctionTableReader - Interface in com.espertech.esper.common.client.hook.aggmultifunc
-
Reader for aggregation multi-function state held by a table column.
- AggregationMultiFunctionTableReaderFactory - Interface in com.espertech.esper.common.client.hook.aggmultifunc
-
Factory for aggregation multi-function table readers
- AggregationMultiFunctionTableReaderFactoryContext - Class in com.espertech.esper.common.client.hook.aggmultifunc
-
- AggregationMultiFunctionTableReaderFactoryContext() - Constructor for class com.espertech.esper.common.client.hook.aggmultifunc.AggregationMultiFunctionTableReaderFactoryContext
-
- AggregationMultiFunctionTableReaderMode - Interface in com.espertech.esper.common.client.hook.aggmultifunc
-
Describes to the compiler how it should manage code for aggregation multi-function table reader.
- AggregationMultiFunctionTableReaderModeManaged - Class in com.espertech.esper.common.client.hook.aggmultifunc
-
Use this class to provide a table reader wherein there is no need to write code that generates code,
- AggregationMultiFunctionTableReaderModeManaged() - Constructor for class com.espertech.esper.common.client.hook.aggmultifunc.AggregationMultiFunctionTableReaderModeManaged
-
- 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, TableMetadataColumnAggregation, ExprNode[], ExprNode) - Constructor for class com.espertech.esper.common.client.hook.aggmultifunc.AggregationMultiFunctionValidationContext
-
Ctor.
- and() - Static method in class com.espertech.esper.common.client.soda.Expressions
-
Logical AND conjunction.
- and(Expression, Expression, Expression...) - 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(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.
- ANNOTATION_IMPORT - Static variable in class com.espertech.esper.common.client.configuration.common.ConfigurationCommon
-
Import name of the package that hosts the annotation classes.
- 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.
- AppliesTo - Enum in com.espertech.esper.common.client.annotation
-
Annotation to target certain constructs.
- applyEnter(EventBean[], ExprEvaluatorContext, AggregationRow, int) - Method in interface com.espertech.esper.common.client.hook.aggmultifunc.AggregationMultiFunctionAgent
-
Enter-into (add to) an aggregation
- applyEnter(EventBean[], ExprEvaluatorContext) - Method in interface com.espertech.esper.common.client.hook.aggmultifunc.AggregationMultiFunctionState
-
Enter an event.
- applyLeave(EventBean[], ExprEvaluatorContext, AggregationRow, int) - Method in interface com.espertech.esper.common.client.hook.aggmultifunc.AggregationMultiFunctionAgent
-
Leave-from (remove from) an aggregation
- applyLeave(EventBean[], ExprEvaluatorContext) - Method in interface com.espertech.esper.common.client.hook.aggmultifunc.AggregationMultiFunctionState
-
Remove an event.
- 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(String) - 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.
- 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.
- 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.
- 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(String, Object, Object) - Static method in class com.espertech.esper.common.client.scopetest.ScopeTestHelper
-
Assert that two values equal.
- assertEquals(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[], 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(int[], int[]) - Static method in class com.espertech.esper.common.client.scopetest.EPAssertionUtil
-
Compare the two integer arrays allowing any order.
- assertEqualsAnyOrder(Object[], Object[]) - Static method in class com.espertech.esper.common.client.scopetest.EPAssertionUtil
-
Compare the two object arrays allowing any order.
- assertEqualsAnyOrder(EventBean[][], EventBean[][]) - Static method in class com.espertech.esper.common.client.scopetest.EPAssertionUtil
-
Compare two 2-dimensional event arrays.
- 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(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(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.
- 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[][], 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(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(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(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(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(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(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(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(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.
- 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.
- 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.
- 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.
- assertGetAndResetIRPair() - Method in interface com.espertech.esper.runtime.client.scopetest.SupportListener
-
Asserts that there is exactly one insert-stream event and one remove-stream event available and resets.
- assertGetAndResetIRPair() - Method in class com.espertech.esper.runtime.client.scopetest.SupportUpdateListener
-
- 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
- assertNewOldData(Object[][], Object[][]) - Method in interface com.espertech.esper.runtime.client.scopetest.SupportListener
-
Asserts name-value pairs of insert and remove stream events
- assertNewOldData(Object[][], Object[][]) - Method in class com.espertech.esper.runtime.client.scopetest.SupportUpdateListener
-
- 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(String, Object) - Static method in class com.espertech.esper.common.client.scopetest.ScopeTestHelper
-
Assert that a value is null.
- assertNull(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(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.
- 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.
- 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(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(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.
- 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(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(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(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(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(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.
- 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(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(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(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.
- 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.
- assertSame(String, Object, Object) - Static method in class com.espertech.esper.common.client.scopetest.ScopeTestHelper
-
Assert that two values are the same.
- assertSame(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.
- Audit - Annotation Type in com.espertech.esper.common.client.annotation
-
Annotation for use in EPL statements to add a debug.
- AuditEnum - Enum in com.espertech.esper.common.client.annotation
-
Enumeration of audit values.
- avedev(String) - Static method in class com.espertech.esper.common.client.soda.Expressions
-
Mean deviation aggregation function.
- avedev(Expression) - Static method in class com.espertech.esper.common.client.soda.Expressions
-
Mean deviation aggregation function.
- avedevDistinct(String) - Static method in class com.espertech.esper.common.client.soda.Expressions
-
Mean deviation function considering distinct values only.
- avedevDistinct(Expression) - 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(String) - Static method in class com.espertech.esper.common.client.soda.Expressions
-
Average aggregation function.
- avg(Expression) - Static method in class com.espertech.esper.common.client.soda.Expressions
-
Average aggregation function.
- avgDistinct(String) - Static method in class com.espertech.esper.common.client.soda.Expressions
-
Average aggregation function considering distinct values only.
- avgDistinct(Expression) - 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.
- AvroSchemaField - Annotation Type in com.espertech.esper.common.client.annotation
-
Annottation 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
-
- CacheReferenceType - Enum in com.espertech.esper.common.client.util
-
Enum indicating what kind of references are used to store the cache map's keys and values.
- cancel() - Method in interface com.espertech.esper.common.client.dataflow.core.EPDataFlowInstance
-
Cancel execution.
- 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(String) - Constructor for class com.espertech.esper.common.client.soda.CastExpression
-
Ctor - for use to create an expression tree, without child expression.
- CastExpression(Expression, String) - Constructor for class com.espertech.esper.common.client.soda.CastExpression
-
Ctor.
- 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.
- 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.util.SafeIterator
-
Close the safe itertor, releasing locks.
- coalesce(String, String, String...) - Static method in class com.espertech.esper.common.client.soda.Expressions
-
Coalesce.
- coalesce(Expression, Expression, Expression...) - 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(String, String, String...) - Constructor for class com.espertech.esper.common.client.soda.CoalesceExpression
-
Ctor.
- CoalesceExpression(Expression, Expression, Expression...) - 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
-
- 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.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.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.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.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.util - package com.espertech.esper.runtime.client.util
-
Adapter shared classes.
- 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(String, CompilerArguments) - Method in interface com.espertech.esper.compiler.client.EPCompiler
-
Compiles EPL and returns the byte code for deployment into a runtime.
- 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.
- compileQuery(String, CompilerArguments) - Method in interface com.espertech.esper.compiler.client.EPCompiler
-
Compiles a single fire-and-forget query for execution by the 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.
- CompilerArguments - Class in com.espertech.esper.compiler.client
-
- CompilerArguments() - Constructor for class com.espertech.esper.compiler.client.CompilerArguments
-
- CompilerArguments(Configuration) - Constructor for class com.espertech.esper.compiler.client.CompilerArguments
-
Ctor.
- CompilerArguments(EPCompilerPathable) - Constructor for class com.espertech.esper.compiler.client.CompilerArguments
-
Ctor.
- 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
-
- concat(String, String...) - Static method in class com.espertech.esper.common.client.soda.Expressions
-
Concatenation.
- concatenateArray(Object[], Object[]) - Static method in class com.espertech.esper.common.client.scopetest.EPAssertionUtil
-
Concatenate two arrays.
- concatenateArray(Object[]...) - Static method in class com.espertech.esper.common.client.scopetest.EPAssertionUtil
-
Concatenate multiple 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
-
- 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 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 in com.espertech.esper.common.client.configuration.common
-
Enum controlling connection lifecycle.
- ConfigurationCommonDBRef.ConnectionSettings - Class in com.espertech.esper.common.client.configuration.common
-
Supplies connectioon-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 in com.espertech.esper.common.client.configuration.common
-
Indicates how the runtimeretrieves 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.
- 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(Set<String>) - Constructor for class com.espertech.esper.common.client.configuration.common.ConfigurationCommonEventTypeObjectArray
-
Ctor.
- ConfigurationCommonEventTypeObjectArray() - 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(Set<String>) - Constructor for class com.espertech.esper.common.client.configuration.common.ConfigurationCommonEventTypeWithSupertype
-
Ctor.
- ConfigurationCommonEventTypeWithSupertype() - 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 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
-
- ConfigurationCompilerExpression - Class in com.espertech.esper.common.client.configuration.compiler
-
Expression evaluation settings in the runtimeare 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 runtimeare 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.
- 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(String, String, String, ConfigurationCompilerPlugInSingleRowFunction.ValueCache, ConfigurationCompilerPlugInSingleRowFunction.FilterOptimizable, boolean, String) - Constructor for class com.espertech.esper.common.client.configuration.compiler.ConfigurationCompilerPlugInSingleRowFunction
-
Ctor.
- ConfigurationCompilerPlugInSingleRowFunction() - Constructor for class com.espertech.esper.common.client.configuration.compiler.ConfigurationCompilerPlugInSingleRowFunction
-
Ctor.
- ConfigurationCompilerPlugInSingleRowFunction.FilterOptimizable - Enum 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 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
-
- 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 runtimeare 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-reconize settings.
- ConfigurationRuntimeMatchRecognize() - Constructor for class com.espertech.esper.common.client.configuration.runtime.ConfigurationRuntimeMatchRecognize
-
- ConfigurationRuntimeMetricsReporting - Class in com.espertech.esper.common.client.configuration.runtime
-
Configuratiom 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(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(File) - Method in class com.espertech.esper.common.client.configuration.Configuration
-
Use the configuration specified in the given application
file.
- configure(Document) - Method in class com.espertech.esper.common.client.configuration.Configuration
-
Use the mappings and properties specified in the given XML document.
- 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.
- 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<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) - 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, List<Expression>) - 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.
- 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.
- 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.
- 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.
- count(String) - Static method in class com.espertech.esper.common.client.soda.Expressions
-
Count aggregation function.
- count(Expression) - Static method in class com.espertech.esper.common.client.soda.Expressions
-
Count aggregation function.
- countDistinct(String) - Static method in class com.espertech.esper.common.client.soda.Expressions
-
Count aggregation function considering distinct values only.
- countDistinct(Expression) - 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(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(String, String, String...) - Static method in class com.espertech.esper.common.client.soda.CreateIndexClause
-
Creates a clause to create a named window.
- 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(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, Expression) - Static method in class com.espertech.esper.common.client.soda.CreateVariableClause
-
Creates a create-variable syntax for declaring a variable.
- 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) - Static method in class com.espertech.esper.common.client.soda.Filter
-
Creates a filter to the given named event type.
- 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(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(String) - Static method in class com.espertech.esper.common.client.soda.FilterStream
-
Creates a stream of events of the given name.
- 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(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(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.FilterStream
-
Creates a stream of events of the given event type name and names that stream.
- 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(ForClauseKeyword) - Static method in class com.espertech.esper.common.client.soda.ForClauseItem
-
Creates a for-clause with no expressions.
- 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(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(Stream...) - Static method in class com.espertech.esper.common.client.soda.FromClause
-
Creates a from clause that selects from a single stream.
- 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(String...) - Static method in class com.espertech.esper.common.client.soda.GroupByClause
-
Creates a group-by clause from property names.
- create(Expression...) - Static method in class com.espertech.esper.common.client.soda.GroupByClause
-
Creates a group-by clause from expressions.
- create(String) - Static method in class com.espertech.esper.common.client.soda.InsertIntoClause
-
Creates the insert-into clause.
- 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) - 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.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(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() - 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(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(String, String, List<OnMergeMatchItem>) - Static method in class com.espertech.esper.common.client.soda.OnMergeClause
-
Creates an on-update clause.
- create(String, String) - Static method in class com.espertech.esper.common.client.soda.OnSelectClause
-
Creates an on-select clause.
- 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(String, String) - Static method in class com.espertech.esper.common.client.soda.OnUpdateClause
-
Creates an on-update clause.
- create() - Static method in class com.espertech.esper.common.client.soda.OrderByClause
-
Create an empty order-by clause.
- create(String...) - Static method in class com.espertech.esper.common.client.soda.OrderByClause
-
Create an order-by clause.
- create(Expression...) - Static method in class com.espertech.esper.common.client.soda.OrderByClause
-
Create an order-by clause.
- create(String, OuterJoinType, String) - Static method in class com.espertech.esper.common.client.soda.OuterJoinQualifier
-
Creates qualifier.
- create(TimePeriodExpression) - 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, double) - 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(double) - 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.OutputLimitClause
-
Creates an output limit clause.
- 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(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(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.RowLimitClause
-
Creates a row 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() - Static method in class com.espertech.esper.common.client.soda.SelectClause
-
Creates an empty select-clause to be added to via add methods.
- 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(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(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.SQLStream
-
Creates a new SQL-based stream.
- create(String, String, String, String) - Static method in class com.espertech.esper.common.client.soda.SQLStream
-
Creates a new SQL-based stream.
- create(String, Expression) - Static method in class com.espertech.esper.common.client.soda.UpdateClause
-
Ctor.
- create(String, 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.View
-
Creates a view.
- create(String, String, List<Expression>) - Static method in class com.espertech.esper.common.client.soda.View
-
Creates a view.
- create(String, List<Expression>) - Static method in class com.espertech.esper.common.client.soda.View
-
Creates a view.
- create(String, String, Expression...) - Static method in class com.espertech.esper.common.client.soda.View
-
Creates a view.
- create(String, Expression...) - Static method in class com.espertech.esper.common.client.soda.View
-
Creates a view.
- createAfter(TimePeriodExpression) - Static method in class com.espertech.esper.common.client.soda.OutputLimitClause
-
Create with after-only time period.
- createAfter(int) - Static method in class com.espertech.esper.common.client.soda.OutputLimitClause
-
Create with after-only and number of events.
- 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, 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.
- 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.
- 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 in com.espertech.esper.common.client.soda
-
Enumeration to represents the index type.
- 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, Set<String>, CreateSchemaClauseTypeDef) - 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>, List<SchemaColumnDesc>, Set<String>, CreateSchemaClauseTypeDef) - Constructor for class com.espertech.esper.common.client.soda.CreateSchemaClause
-
Ctor.
- CreateSchemaClauseTypeDef - Enum 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(String, Expression, String, List<AnnotationPart>, Boolean) - Constructor for class com.espertech.esper.common.client.soda.CreateTableColumn
-
Ctor.
- CreateTableColumn() - 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.
- 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.
- ge(String, Object) - Static method in class com.espertech.esper.common.client.soda.Expressions
-
Greater-or-equal between a property and a constant.
- ge(Expression, Expression) - Static method in class com.espertech.esper.common.client.soda.Expressions
-
Greater-or-equals between expression results.
- geProperty(String, String) - Static method in class com.espertech.esper.common.client.soda.Expressions
-
Greater-or-equal between properties.
- 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(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(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.
- 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.
- 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.
- 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
-
- 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.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
- 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.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 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.
- 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
- 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.
- 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
- 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.
- 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.
- getColumnChangeCase() - Method in class com.espertech.esper.common.client.configuration.common.ConfigurationCommonDBRef
-
Returns enum value determining how the runtimechanges 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(SQLColumnValueContext) - Method in interface com.espertech.esper.common.client.hook.type.SQLColumnTypeConversion
-
Return the new value of the column.
- getColumnValue() - Method in class com.espertech.esper.common.client.hook.type.SQLColumnValueContext
-
Returns column value
- getCommon() - Method in class com.espertech.esper.common.client.configuration.Configuration
-
Returns the common section of the configuration.
- 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.
- 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.
- 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.compiler.client.CompilerArguments
-
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.
- 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.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.
- 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.
- 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 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.dataflow.core.EPDataFlowSavedConfiguration
-
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
- 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 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 com.espertech.esper.common.client.util.EventUnderlyingType
-
Returns the default underlying type.
- getDefault() - Static method in enum 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.
- 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
- getDeployment(String) - Method in interface com.espertech.esper.runtime.client.EPDeploymentService
-
Returns the deployment.
- 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.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 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
- getDeploymentLockStrategy() - Method in class com.espertech.esper.runtime.client.DeploymentOptions
-
- getDeployments() - Method in interface com.espertech.esper.runtime.client.EPDeploymentService
-
Returns the deployment ids of all deployments.
- getDeploymentService() - Method in interface com.espertech.esper.runtime.client.EPRuntime
-
Returns the deployment service, for deploying and undeploying compiled modules
- 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.
- 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 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
- 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.
- 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
- 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.soda.UpdateClause
-
Returns the name of the event type to update.
- getEventType(String, String) - Method in interface com.espertech.esper.runtime.client.EPEventTypeService
-
Returns the event type as defined by a given deployment.
- getEventType() - Method in interface com.espertech.esper.runtime.client.EPStatement
-
Returns the type of events the statement pushes to listeners or returns for iterator.
- 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.
- 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.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
- 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.
- 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.
- getExistingRuntime(String) - Static method in class com.espertech.esper.runtime.client.EPRuntimeProvider
-
Returns an existing runtime.
- 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.
- 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.
- 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.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(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.
- getFragment(EventBean) - Method in interface com.espertech.esper.common.client.EventPropertyGetter
-
- 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.
- getFragmentType() - Method in class com.espertech.esper.common.client.FragmentEventType
-
Returns the type of the fragment.
- 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.
- 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
-
- getHandlerFactories() - Method in class com.espertech.esper.common.client.configuration.runtime.ConfigurationRuntimeExceptionHandling
-
- 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 com.espertech.esper.common.client.annotation.HintEnum
-
Check if the hint is present in the annotations provided.
- getHintAssignedValue(Hint) - Method in enum com.espertech.esper.common.client.annotation.HintEnum
-
Returns hint value.
- getHintAssignedValues(Annotation[]) - Method in enum 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.
- getIndexedPropertyIndex() - Method in class com.espertech.esper.common.client.render.EventPropertyRendererContext
-
Returns the index for indexed properties.
- 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
- 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
- getInjectionStrategyTableReaderFactory() - Method in class com.espertech.esper.common.client.hook.aggmultifunc.AggregationMultiFunctionTableReaderModeManaged
-
Returns the injection strategy for the aggregation table reader factory
- getInput() - Method in class com.espertech.esper.common.client.soda.DataFlowOperator
-
Returns the input stream definitions, if any.
- 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.
- 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 maximually 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.
- getInstanceId() - Method in interface com.espertech.esper.common.client.dataflow.core.EPDataFlowInstance
-
Returns the instance id associated, if any.
- getInternalTimerMsecResolution() - Method in class com.espertech.esper.common.client.configuration.runtime.ConfigurationRuntimeThreading
-
Returns the millisecond resolutuion of the internal timer thread.
- 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
-
- getItems() - Method in exception com.espertech.esper.compiler.client.EPCompileException
-
Returns compilation items.
- 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) - 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.
- 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.
- 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.
- 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.
- 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
- 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 com.espertech.esper.common.client.soda.ExpressionPrecedenceEnum
-
Level.
- getLevel() - Method in enum com.espertech.esper.common.client.soda.PatternExprPrecedenceEnum
-
Returns precedence.
- 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
- 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.
- 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.
- 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.
- 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.
- 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.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.
- 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.
- 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.meta.EventTypeMetadata
-
Returns the module name or null when not provided.
- 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.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.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.
- 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.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.meta.EventTypeMetadata
-
Returns the event type 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.DotExpressionItem
-
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 com.espertech.esper.common.client.soda.ForClauseKeyword
-
Returns for-keyword.
- getName() - Method in enum 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 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 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.
- 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.
- 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.
- 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)
- 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 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.
- getOptionalAggregate() - Method in class com.espertech.esper.common.client.soda.TableAccessExpression
-
Returns the optional table column aggregation accessor to use.
- 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.
- getOptionalTableColumnRead() - Method in class com.espertech.esper.common.client.hook.aggmultifunc.AggregationMultiFunctionValidationContext
-
Returns table column information when used with tables
- 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
- 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.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.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.DotExpressionItem
-
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.
- 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(SQLInputParameterContext) - Method in interface com.espertech.esper.common.client.hook.type.SQLColumnTypeConversion
-
Return the new value of the input parameter.
- 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
-
- 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.
- getPath() - Method in class com.espertech.esper.compiler.client.CompilerArguments
-
Returns the path.
- 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.
- 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
-
- getPrettyPrintText() - Method in enum 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(StatementProperty) - Method in interface com.espertech.esper.runtime.client.EPStatement
-
Returns a statement property value.
- getPropertyComponentType() - Method in class com.espertech.esper.common.client.EventPropertyDescriptor
-
Returns the component type.
- 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.
- 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
- 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
- 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.
- 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.
- 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.
- 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(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() - 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.
- 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 runtimemetrics production interval in milliseconds.
- getRuntimePath() - Method in interface com.espertech.esper.runtime.client.EPRuntime
-
Returns a path object for use by the compiler that represents the EPL objects deployed into the runtime.
- 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.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
- 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 runtimemust 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.
- 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
-
- 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 number
- 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
- 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.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(StatementNameRuntimeContext) - Method in interface com.espertech.esper.runtime.client.option.StatementNameRuntimeOption
-
Returns the statement name to assign to a newly-deployed statement.
- 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
- 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()
- getStatementNumber() - Method in class com.espertech.esper.compiler.client.option.StatementOptionContextBase
-
Returns the statement number
- 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.
- 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
-
- 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
-
- 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.
- 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
- 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 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
- getTableReaderMode() - 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.
- 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 com.espertech.esper.common.client.soda.MatchRecogizePatternElementType
-
Returns the multiplicity text.
- getText() - Method in enum com.espertech.esper.common.client.soda.MatchRecognizeSkipClause
-
Returns clause text.
- getText() - Method in enum com.espertech.esper.common.client.soda.OutputLimitSelector
-
Returns the text for the selector.
- getText() - Method in enum 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
- 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.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.
- 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.
- 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
-
- getUndeployRethrowPolicy() - Method in class com.espertech.esper.common.client.configuration.runtime.ConfigurationRuntimeExceptionHandling
-
Returns the policy to instruct the runtimewhether 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.
- getUnderlyingClassName() - Method in enum com.espertech.esper.common.client.util.EventUnderlyingType
-
Returns the class name of the default underlying 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.
- 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.
- 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.
- 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.AggregationMultiFunctionValidationContext
-
Returns additional validation contextual services.
- getValue() - Method in enum com.espertech.esper.common.client.annotation.AuditEnum
-
Returns the constant.
- getValue() - Method in enum 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(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(int, AggregationRow, EventBean[], boolean, ExprEvaluatorContext) - Method in interface com.espertech.esper.common.client.hook.aggmultifunc.AggregationMultiFunctionTableReader
-
Returns the plain value
- 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(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(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(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.
- 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.AggregationMultiFunctionTableReader
-
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.AggregationMultiFunctionTableReader
-
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.AggregationMultiFunctionTableReader
-
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.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>, ContextPartitionSelector) - Method in interface com.espertech.esper.common.client.variable.EPVariableService
-
Returns the current variable values for a context-partitioned variable, per context partition.
- 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.
- 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, 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) - 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.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.
- 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(List<GroupByClauseExpression>) - Constructor for class com.espertech.esper.common.client.soda.GroupByClause
-
Ctor.
- GroupByClause() - Constructor for class com.espertech.esper.common.client.soda.GroupByClause
-
Ctor - for use to create an expression tree, without child expression.
- GroupByClause(String...) - Constructor for class com.espertech.esper.common.client.soda.GroupByClause
-
Ctor.
- GroupByClause(Expression...) - 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(List<Expression>) - Constructor for class com.espertech.esper.common.client.soda.GroupByClauseExpressionCombination
-
Ctor.
- GroupByClauseExpressionCombination() - 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(List<GroupByClauseExpression>) - Constructor for class com.espertech.esper.common.client.soda.GroupByClauseExpressionGroupingSet
-
Ctor.
- GroupByClauseExpressionGroupingSet() - 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(boolean, List<GroupByClauseExpression>) - Constructor for class com.espertech.esper.common.client.soda.GroupByClauseExpressionRollupOrCube
-
Ctor.
- GroupByClauseExpressionRollupOrCube() - 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(Expression) - Constructor for class com.espertech.esper.common.client.soda.GroupByClauseExpressionSingle
-
Ctor.
- GroupByClauseExpressionSingle() - Constructor for class com.espertech.esper.common.client.soda.GroupByClauseExpressionSingle
-
Ctor.
- 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(String, Object) - Static method in class com.espertech.esper.common.client.soda.Expressions
-
Greater-then between a property and a constant.
- gt(Expression, Expression) - Static method in class com.espertech.esper.common.client.soda.Expressions
-
Greater-then between expression results.
- 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
- GuardEnum - Enum in com.espertech.esper.common.client.soda
-
Enum for all build-in guards.
- 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.
- 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, ...
- 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, ...
- 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, Object...) - 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.
- init(PluginLoaderInitContext) - Method in interface com.espertech.esper.runtime.client.plugin.PluginLoader
-
Initializes the adapter loader.
- 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.
- 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.
- 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(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.
- 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.
- 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.
- 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.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(String[]) - Constructor for class com.espertech.esper.common.client.soda.InstanceOfExpression
-
Ctor - for use to create an expression tree, without child expression.
- InstanceOfExpression(Expression, String, String...) - Constructor for class com.espertech.esper.common.client.soda.InstanceOfExpression
-
Ctor.
- 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.
- instantiateSavedConfiguration(String) - Method in interface com.espertech.esper.common.client.dataflow.core.EPDataFlowService
-
Instantiate a data flow from a saved configuration.
- IntoTableClause - Class in com.espertech.esper.common.client.soda
-
Into-table clause.
- IntoTableClause(String) - Constructor for class com.espertech.esper.common.client.soda.IntoTableClause
-
Ctor.
- IntoTableClause() - 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.
- isAcceptsParameters() - Method in enum 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.
- 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"
- 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.
- 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).
- 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.
- 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.
- isEnableJDBC() - Method in class com.espertech.esper.common.client.configuration.common.ConfigurationCommonLogging
-
Returns an indicator whether JDBC query reporting 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)
- isEnableTimerDebug() - Method in class com.espertech.esper.common.client.configuration.runtime.ConfigurationRuntimeLogging
-
Returns true if timer debug level logging is enabled (true by default).
- 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.
- 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
-
- isHasHA() - Method in class com.espertech.esper.common.client.hook.aggfunc.AggregationFunctionModeMultiParam
-
- isHasHA() - Method in class com.espertech.esper.common.client.hook.aggmultifunc.AggregationMultiFunctionStateModeManaged
-
- 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 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 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(String) - Static method in class com.espertech.esper.common.client.soda.Expressions
-
Not-null test.
- isNotNull(Expression) - 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(String) - Static method in class com.espertech.esper.common.client.soda.Expressions
-
Is-null test.
- isNull(Expression) - Static method in class com.espertech.esper.common.client.soda.Expressions
-
Is-null test.
- isOnTriggerInfra() - Method in enum 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
- 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 runtimedoes not consider statement priority and preemptive instructions,
or true to enable priority-based statement execution order.
- isPrivateOrTransient() - Method in enum 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.
- isProperty() - Method in class com.espertech.esper.common.client.soda.DotExpressionItem
-
Returns true if this dot-item is a property name.
- 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.
- 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 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 runtimere-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.
- 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
- 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.
- 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.
- 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.
- 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 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).
- IterableUnbound - Annotation Type 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.
- 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 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.
- 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.
- 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.
- 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.
- 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.
- ScheduleItemType - Enum in com.espertech.esper.common.client.soda
-
Type of schedule item.
- 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.
- ScopeTestHelper - Class in com.espertech.esper.common.client.scopetest
-
Helper for asserting conditions.
- ScopeTestHelper() - Constructor for class com.espertech.esper.common.client.scopetest.ScopeTestHelper
-
- 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, String) - 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.
- sec(Integer) - Method in class com.espertech.esper.common.client.util.TimePeriod
-
Ctor for chain.
- 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.
- 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.
- 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.
- 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.
- 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(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.
- setAnnotations(AnnotationPart[]) - Method in class com.espertech.esper.common.client.soda.PatternStream
-
Sets the pattern-level annotations, if any
- 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.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.
- 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.
- setColumnChangeCase(ConfigurationCommonDBRef.ColumnChangeCaseEnum) - Method in class com.espertech.esper.common.client.configuration.common.ConfigurationCommonDBRef
-
Sets enum value determining how the runtimeshould 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<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<CreateTableColumn>) - Method in class com.espertech.esper.common.client.soda.CreateTableClause
-
Sets the table columns
- 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.
- 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(Object) - Method in class com.espertech.esper.common.client.soda.ConstantExpression
-
Sets the constant value that the expression represents.
- setConstant(boolean) - Method in class com.espertech.esper.common.client.soda.CreateVariableClause
-
Sets the indicator whether the variable is a constant.
- 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.
- 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<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
.
- 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
- 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
-
- 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, 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, 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.
- 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).
- 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.
- 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 runtimelogs
to Log4j in debug-level during execution.
- setEnableJDBC(boolean) - Method in class com.espertech.esper.common.client.configuration.common.ConfigurationCommonLogging
-
Set the indicator whether JDBC query reporting 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)
- 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).
- 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.
- setEventSenderValidatesRoot(boolean) - Method in class com.espertech.esper.common.client.configuration.common.ConfigurationCommonEventTypeXMLDOM
-
Set to 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.
- 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.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, 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) - 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.ConfigurationCommonMethodRef
-
Configures an expiry-time cache of the given maximum age in seconds and purge interval in seconds.
- setExpression(String) - Method in class com.espertech.esper.common.client.module.ModuleItem
-
Sets the EPL.
- 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(PatternExpr) - Method in class com.espertech.esper.common.client.soda.PatternStream
-
Sets the pattern expression providing events to the stream.
- setExpression(Expression) - Method in class com.espertech.esper.common.client.soda.SelectClauseExpression
-
Sets the selection expression.
- 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<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.
- setExpressions(List<Expression>) - Method in class com.espertech.esper.common.client.soda.PatternEveryDistinctExpr
-
Sets distinct 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(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(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.FilterStream
-
Sets the filter to use.
- setFilter(Filter) - Method in class com.espertech.esper.common.client.soda.PatternFilterExpr
-
Sets the filter specification.
- 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.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
-
- setHasHA(boolean) - Method in class com.espertech.esper.common.client.hook.aggfunc.AggregationFunctionModeMultiParam
-
- setHasHA(boolean) - Method in class com.espertech.esper.common.client.hook.aggmultifunc.AggregationMultiFunctionStateModeManaged
-
- 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.
- 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
- 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
- setInjectionStrategyTableReaderFactory(InjectionStrategy) - Method in class com.espertech.esper.common.client.hook.aggmultifunc.AggregationMultiFunctionTableReaderModeManaged
-
Sets the injection strategy for the aggregation table reader factory
- 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 maximually 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.
- 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
- 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.
- 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
- 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.
- setLookupValueType(Class) - 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.
- 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 runtimeshould retrieve metadata about the columns
that a given SQL query returns.
- 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.compiler.ConfigurationCompilerPlugInAggregationFunction
-
Sets the aggregation function 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.DotExpressionItem
-
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
- 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
- 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(String, 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.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.
- setOptionalAggregate(Expression) - Method in class com.espertech.esper.common.client.soda.TableAccessExpression
-
Sets the optional table column aggregation accessor to use.
- 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
- 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.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.
- 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<Expression>) - Method in class com.espertech.esper.common.client.soda.CreateIndexColumn
-
Sets index parameters
- 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.DotExpressionItem
-
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
-
- 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
- setPattern(PatternExpr) - Method in class com.espertech.esper.common.client.soda.ContextDescriptorConditionPattern
-
Sets the pattern expression.
- setPattern(MatchRecognizeRegEx) - Method in class com.espertech.esper.common.client.soda.MatchRecognizeClause
-
Sets regex-pattern.
- 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
- 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 runtimedoes 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.
- setProperty(boolean) - Method in class com.espertech.esper.common.client.soda.DotExpressionItem
-
Set to true if this dot-item is a property name.
- 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 runtimere-throws exceptions
thrown by the single-row function.
- 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.
- 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.
- 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 runtimemetrics 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(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
- 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.
- 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
-
- 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(ConfigurationRuntimeThreading) - Method in class com.espertech.esper.common.client.configuration.runtime.ConfigurationRuntime
-
Sets the threading settings
- 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.
- setThreadingProfile(ThreadingProfile) - Method in class com.espertech.esper.common.client.configuration.common.ConfigurationCommonExecution
-
Sets the threading profile
- 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(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(ScheduleItemType) - Method in class com.espertech.esper.common.client.soda.CrontabParameterExpression
-
Sets the crontab parameter type.
- 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(OuterJoinType) - Method in class com.espertech.esper.common.client.soda.OuterJoinQualifier
-
Sets the type of outer join.
- setType(PreviousExpressionType) - Method in class com.espertech.esper.common.client.soda.PreviousExpression
-
Sets the type of the previous expression (tail, first, window, count)
- setType(String) - Method in class com.espertech.esper.common.client.soda.SchemaColumnDesc
-
Set property 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
-
- setUndeployRethrowPolicy(UndeployRethrowPolicy) - Method in class com.espertech.esper.common.client.configuration.runtime.ConfigurationRuntimeExceptionHandling
-
Sets the policy to instruct the runtimewhether 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.
- 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(Object) - Method in class com.espertech.esper.common.client.soda.AnnotationAttribute
-
Sets annotation value.
- 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.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.
- 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.
- 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.
- SINGLE_SUPERTYPE_MSG - Static variable in class com.espertech.esper.common.client.configuration.common.ConfigurationCommonEventTypeObjectArray
-
Message for single supertype for object-arrays.
- 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.
- 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.
- 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.
- splitCommaUnlessInParen(String) - Static method in enum com.espertech.esper.common.client.annotation.HintEnum
-
Split a line of comma-separated values allowing parenthesis.
- SQLColumnTypeContext - Class in com.espertech.esper.common.client.hook.type
-
- SQLColumnTypeContext(String, String, String, Class, 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
-
- SQLColumnValueContext() - Constructor for class com.espertech.esper.common.client.hook.type.SQLColumnValueContext
-
Ctor.
- SQLInputParameterContext - Class in com.espertech.esper.common.client.hook.type
-
- 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
-
- 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
-
- SQLOutputRowValueContext() - Constructor for class com.espertech.esper.common.client.hook.type.SQLOutputRowValueContext
-
- 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.
- 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).
- startCaptive() - Method in interface com.espertech.esper.common.client.dataflow.core.EPDataFlowInstance
-
Captive execution of the data flow instance.
- 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
-
- 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
-
- 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.
- StatementProperty - Enum in com.espertech.esper.common.client.util
-
Provides well-known statement properties.
- StatementSubstitutionParameterContext - Interface in com.espertech.esper.runtime.client.option
-
- StatementSubstitutionParameterOption - Interface in com.espertech.esper.runtime.client.option
-
Implement this interface to provide values for substitution parameters.
- StatementType - Enum in com.espertech.esper.common.client.util
-
Type of the statement.
- StatementUserObjectContext - Class in com.espertech.esper.compiler.client.option
-
- 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
-
- 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.
- staticMethod(String, String, Object...) - Static method in class com.espertech.esper.common.client.soda.Expressions
-
Static method invocation.
- staticMethod(String, String, Expression...) - 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(String) - Static method in class com.espertech.esper.common.client.soda.Expressions
-
Standard deviation aggregation function.
- stddev(Expression) - Static method in class com.espertech.esper.common.client.soda.Expressions
-
Standard deviation aggregation function.
- stddevDistinct(String) - Static method in class com.espertech.esper.common.client.soda.Expressions
-
Standard deviation function considering distinct values only.
- stddevDistinct(Expression) - 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.
- streamSelector(StreamSelector) - Method in class com.espertech.esper.common.client.soda.SelectClause
-
Sets the stream selector.
- StreamSelector - Enum 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(String) - Constructor for class com.espertech.esper.common.client.soda.StreamWildcardExpression
-
Ctor.
- StreamWildcardExpression() - Constructor for class com.espertech.esper.common.client.soda.StreamWildcardExpression
-
Ctor.
- 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
- 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
-
- 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(String, EPStatementObjectModel) - Static method in class com.espertech.esper.common.client.soda.Expressions
-
Subquery with in-clause, represents the syntax of "value in (select ...
- 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 ...
- 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(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 ...
- 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 ...
- 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(String) - Static method in class com.espertech.esper.common.client.soda.Expressions
-
Sum aggregation function.
- sum(Expression) - Static method in class com.espertech.esper.common.client.soda.Expressions
-
Sum aggregation function.
- sumDistinct(String) - Static method in class com.espertech.esper.common.client.soda.Expressions
-
Sum aggregation function considering distinct values only.
- sumDistinct(Expression) - 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.
- 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.
- syntaxValidate(Module, CompilerArguments) - Method in interface com.espertech.esper.compiler.client.EPCompiler
-
Validate the syntax of the module.