Skip navigation links
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _ 

F

f - Variable in class com.espertech.esper.epl.generated.EsperEPL2GrammarParser.ConstantContext
 
f - Variable in class com.espertech.esper.epl.generated.EsperEPL2GrammarParser.FollowedByRepeatContext
 
f - Variable in class com.espertech.esper.epl.generated.EsperEPL2GrammarParser.OutputClauseInsertContext
 
fafDelete() - Method in class com.espertech.esper.epl.generated.EsperEPL2GrammarParser.EplExpressionContext
 
fafDelete() - Method in class com.espertech.esper.epl.generated.EsperEPL2GrammarParser
 
FafDeleteContext(ParserRuleContext, int) - Constructor for class com.espertech.esper.epl.generated.EsperEPL2GrammarParser.FafDeleteContext
 
fafInsert() - Method in class com.espertech.esper.epl.generated.EsperEPL2GrammarParser.EplExpressionContext
 
fafInsert() - Method in class com.espertech.esper.epl.generated.EsperEPL2GrammarParser
 
FafInsertContext(ParserRuleContext, int) - Constructor for class com.espertech.esper.epl.generated.EsperEPL2GrammarParser.FafInsertContext
 
fafUpdate() - Method in class com.espertech.esper.epl.generated.EsperEPL2GrammarParser.EplExpressionContext
 
fafUpdate() - Method in class com.espertech.esper.epl.generated.EsperEPL2GrammarParser
 
FafUpdateContext(ParserRuleContext, int) - Constructor for class com.espertech.esper.epl.generated.EsperEPL2GrammarParser.FafUpdateContext
 
fail() - Static method in class com.espertech.esper.client.scopetest.ScopeTestHelper
Fail assertion.
fail(String) - Static method in class com.espertech.esper.client.scopetest.ScopeTestHelper
Fail assertion.
failNotEquals(String, Object, Object) - Static method in class com.espertech.esper.client.scopetest.ScopeTestHelper
Fail assertion formatting a message for not-equals.
failNotSame(String, Object, Object) - Static method in class com.espertech.esper.client.scopetest.ScopeTestHelper
Fail assertion formatting a message for not-same.
fifteenMinuteEWMA() - Static method in class com.espertech.esper.metrics.codahale_metrics.metrics.stats.EWMA
Creates a new EWMA which is equivalent to the UNIX fifteen minute load average and which expects to be ticked every 5 seconds.
fifteenMinuteRate() - Method in class com.espertech.esper.metrics.codahale_metrics.metrics.core.Meter
 
fifteenMinuteRate() - Method in interface com.espertech.esper.metrics.codahale_metrics.metrics.core.Metered
Returns the fifteen-minute exponentially-weighted moving average rate at which events have occurred since the meter was created.
fifteenMinuteRate() - Method in class com.espertech.esper.metrics.codahale_metrics.metrics.core.Timer
 
fileDescriptorUsage() - Method in class com.espertech.esper.metrics.codahale_metrics.metrics.core.VirtualMachineMetrics
Returns the percentage of available file descriptors which are currently in use.
FileUtil - Class in com.espertech.esper.util
 
FileUtil() - Constructor for class com.espertech.esper.util.FileUtil
 
fillEquivalentNav(EventType[], QueryGraph) - Static method in class com.espertech.esper.epl.join.plan.QueryGraph
Fill in equivalent key properties (navigation entries) on all streams.
filter(ContextPartitionIdentifier) - Method in interface com.espertech.esper.client.context.ContextPartitionSelectorFiltered
Filter function should return true or false to indicate interest in this context partition.
Filter - Class in com.espertech.esper.client.soda
Filter defines the event type to be filtered for, and an optional expression that returns true if the filter should consider the event, or false to reject the event.
Filter() - Constructor for class com.espertech.esper.client.soda.Filter
Ctor.
Filter(String) - Constructor for class com.espertech.esper.client.soda.Filter
Ctor.
Filter(String, Expression) - Constructor for class com.espertech.esper.client.soda.Filter
Ctor.
filter(String) - Static method in class com.espertech.esper.client.soda.Patterns
Filter expression for use in patterns, equivalent to the simple "MyEvent" syntax.
filter(String, String) - Static method in class com.espertech.esper.client.soda.Patterns
Filter expression for use in patterns, equivalent to the simple "tag=MyEvent" syntax.
filter(Filter) - Static method in class com.espertech.esper.client.soda.Patterns
Filter expression for use in patterns, equivalent to the "MyEvent(vol > 100)" syntax.
filter(Filter, String) - Static method in class com.espertech.esper.client.soda.Patterns
Filter expression for use in patterns, equivalent to the "tag=MyEvent(vol > 100)" syntax.
Filter - Class in com.espertech.esper.dataflow.ops
 
Filter() - Constructor for class com.espertech.esper.dataflow.ops.Filter
 
filter(int, int, ExcludePlanFilterOperatorType, ExprNode...) - Method in class com.espertech.esper.epl.join.hint.ExcludePlanHint
 
FILTERED_SELECTED - Static variable in class com.espertech.esper.epl.expression.ExprSubselectRowNode
 
FILTERED_UNSELECTED - Static variable in class com.espertech.esper.epl.expression.ExprSubselectRowNode
 
FilteredEventIterator - Class in com.espertech.esper.epl.named
An iterator that filters events suppied by another iterator, using a list of one or more filter expressions as filter.
FilteredEventIterator(ExprEvaluator[], Iterator<EventBean>, ExprEvaluatorContext) - Constructor for class com.espertech.esper.epl.named.FilteredEventIterator
Ctor.
FilterExprAnalyzer - Class in com.espertech.esper.epl.join.plan
Analyzes a filter expression and builds a query graph model.
FilterExprAnalyzer() - Constructor for class com.espertech.esper.epl.join.plan.FilterExprAnalyzer
 
FilterExprView - Class in com.espertech.esper.epl.view
Simple filter view filtering events using a filter expression tree.
FilterExprView(ExprNode, ExprEvaluator, ExprEvaluatorContext) - Constructor for class com.espertech.esper.epl.view.FilterExprView
Ctor.
FilterExprViewIterator - Class in com.espertech.esper.epl.view
Iterator for reading and filtering a source event iterator.
FilterExprViewIterator(Iterator<EventBean>, ExprEvaluator, ExprEvaluatorContext) - Constructor for class com.espertech.esper.epl.view.FilterExprViewIterator
Ctor.
FilterFaultHandler - Interface in com.espertech.esper.filter
 
FilterForFilterFactoryNodes() - Constructor for class com.espertech.esper.epl.spec.PatternStreamSpecRaw.FilterForFilterFactoryNodes
 
FilterHandle - Interface in com.espertech.esper.filter
Marker interface for use with FilterService.
FilterHandleCallback - Interface in com.espertech.esper.filter
Interface for a callback method to be called when an event matches a filter specification.
FilterHandleSetNode - Class in com.espertech.esper.filter
This class holds a list of indizes storing filter constants in FilterParamIndexBase nodes and a set of FilterHandle.
FilterHandleSetNode(ReadWriteLock) - Constructor for class com.espertech.esper.filter.FilterHandleSetNode
Constructor.
filtering(EventBean, Collection<FilterHandle>, String) - Method in interface com.espertech.esper.filter.FilterServiceListener
Indicates an event being filtered.
FilterLockBackoffException - Exception in com.espertech.esper.filter
 
FilterLockBackoffException() - Constructor for exception com.espertech.esper.filter.FilterLockBackoffException
 
FilterOperator - Enum in com.espertech.esper.filter
Defines the different operator types available for event filters.
FilterParamExprMap - Class in com.espertech.esper.filter
A two-sided map for filter parameters mapping filter expression nodes to filter parameters and back.
FilterParamExprMap() - Constructor for class com.espertech.esper.filter.FilterParamExprMap
Ctor.
FilterParamIndexBase - Class in com.espertech.esper.filter
Each implementation of this abstract class represents an index of filter parameter constants supplied in filter parameters in filter specifications that feature the same event property and operator.
FilterParamIndexBase(FilterOperator) - Constructor for class com.espertech.esper.filter.FilterParamIndexBase
Constructor.
FilterParamIndexBooleanExpr - Class in com.espertech.esper.filter
Index that simply maintains a list of boolean expressions.
FilterParamIndexBooleanExpr(ReadWriteLock) - Constructor for class com.espertech.esper.filter.FilterParamIndexBooleanExpr
Constructs the index for multiple-exact matches.
FilterParamIndexCompare - Class in com.espertech.esper.filter
Index for filter parameter constants for the comparison operators (less, greater, etc).
FilterParamIndexCompare(FilterSpecLookupable, ReadWriteLock, FilterOperator) - Constructor for class com.espertech.esper.filter.FilterParamIndexCompare
 
FilterParamIndexCompareString - Class in com.espertech.esper.filter
Index for filter parameter constants for the comparison operators (less, greater, etc).
FilterParamIndexCompareString(FilterSpecLookupable, ReadWriteLock, FilterOperator) - Constructor for class com.espertech.esper.filter.FilterParamIndexCompareString
 
FilterParamIndexDoubleRange - Class in com.espertech.esper.filter
Index for filter parameter constants for the range operators (range open/closed/half).
FilterParamIndexDoubleRange(FilterSpecLookupable, ReadWriteLock, FilterOperator) - Constructor for class com.espertech.esper.filter.FilterParamIndexDoubleRange
 
FilterParamIndexDoubleRangeBase - Class in com.espertech.esper.filter
Index for filter parameter constants for the range operators (range open/closed/half).
FilterParamIndexDoubleRangeInverted - Class in com.espertech.esper.filter
Index for filter parameter constants for the not range operators (range open/closed/half).
FilterParamIndexDoubleRangeInverted(FilterSpecLookupable, ReadWriteLock, FilterOperator) - Constructor for class com.espertech.esper.filter.FilterParamIndexDoubleRangeInverted
 
FilterParamIndexEquals - Class in com.espertech.esper.filter
Index for filter parameter constants to match using the equals (=) operator.
FilterParamIndexEquals(FilterSpecLookupable, ReadWriteLock) - Constructor for class com.espertech.esper.filter.FilterParamIndexEquals
 
FilterParamIndexEqualsBase - Class in com.espertech.esper.filter
Index for filter parameter constants to match using the equals (=) operator.
FilterParamIndexEqualsIs - Class in com.espertech.esper.filter
Index for filter parameter constants to match using the equals (=) operator.
FilterParamIndexEqualsIs(FilterSpecLookupable, ReadWriteLock) - Constructor for class com.espertech.esper.filter.FilterParamIndexEqualsIs
 
FilterParamIndexIn - Class in com.espertech.esper.filter
Index for filter parameter constants to match using the 'in' operator to match against a supplied set of values (i.e.
FilterParamIndexIn(FilterSpecLookupable, ReadWriteLock) - Constructor for class com.espertech.esper.filter.FilterParamIndexIn
 
FilterParamIndexLookupableBase - Class in com.espertech.esper.filter
Each implementation of this abstract class represents an index of filter parameter constants supplied in filter parameters in filter specifications that feature the same event property and operator.
FilterParamIndexLookupableBase(FilterOperator, FilterSpecLookupable) - Constructor for class com.espertech.esper.filter.FilterParamIndexLookupableBase
Constructor.
FilterParamIndexNotEquals - Class in com.espertech.esper.filter
Index for filter parameter constants to match using the equals (=) operator.
FilterParamIndexNotEquals(FilterSpecLookupable, ReadWriteLock) - Constructor for class com.espertech.esper.filter.FilterParamIndexNotEquals
 
FilterParamIndexNotEqualsBase - Class in com.espertech.esper.filter
Index for filter parameter constants to match using the equals (=) operator.
FilterParamIndexNotEqualsIs - Class in com.espertech.esper.filter
Index for filter parameter constants to match using the equals (=) operator.
FilterParamIndexNotEqualsIs(FilterSpecLookupable, ReadWriteLock) - Constructor for class com.espertech.esper.filter.FilterParamIndexNotEqualsIs
 
FilterParamIndexNotIn - Class in com.espertech.esper.filter
Index for filter parameter constants to match using the 'not in' operator to match against a all other values then the supplied set of values.
FilterParamIndexNotIn(FilterSpecLookupable, ReadWriteLock) - Constructor for class com.espertech.esper.filter.FilterParamIndexNotIn
 
FilterParamIndexStringRange - Class in com.espertech.esper.filter
Index for filter parameter constants for the range operators (range open/closed/half).
FilterParamIndexStringRange(FilterSpecLookupable, ReadWriteLock, FilterOperator) - Constructor for class com.espertech.esper.filter.FilterParamIndexStringRange
 
FilterParamIndexStringRangeBase - Class in com.espertech.esper.filter
 
FilterParamIndexStringRangeInverted - Class in com.espertech.esper.filter
Index for filter parameter constants for the not range operators (range open/closed/half).
FilterParamIndexStringRangeInverted(FilterSpecLookupable, ReadWriteLock, FilterOperator) - Constructor for class com.espertech.esper.filter.FilterParamIndexStringRangeInverted
 
FilterService - Interface in com.espertech.esper.filter
Interface for filtering events by event type and event property values.
FilterServiceBase - Class in com.espertech.esper.filter
Implementation of the filter service interface.
FilterServiceGranularLockFactory - Interface in com.espertech.esper.filter
 
FilterServiceGranularLockFactoryNone - Class in com.espertech.esper.filter
 
FilterServiceGranularLockFactoryNone() - Constructor for class com.espertech.esper.filter.FilterServiceGranularLockFactoryNone
 
FilterServiceGranularLockFactoryReentrant - Class in com.espertech.esper.filter
 
FilterServiceGranularLockFactoryReentrant() - Constructor for class com.espertech.esper.filter.FilterServiceGranularLockFactoryReentrant
 
FilterServiceListener - Interface in com.espertech.esper.filter
Listener to filter activity.
FilterServiceLockCoarse - Class in com.espertech.esper.filter
 
FilterServiceLockCoarse() - Constructor for class com.espertech.esper.filter.FilterServiceLockCoarse
 
FilterServiceLockFine - Class in com.espertech.esper.filter
 
FilterServiceLockFine() - Constructor for class com.espertech.esper.filter.FilterServiceLockFine
 
FilterServiceProvider - Class in com.espertech.esper.filter
Static factory for implementations of the FilterService interface.
FilterServiceProvider() - Constructor for class com.espertech.esper.filter.FilterServiceProvider
 
FilterServiceSPI - Interface in com.espertech.esper.filter
Service provider interface for filter service.
FilterSet - Class in com.espertech.esper.filter
Holder object for a set of filters for one or more statements.
FilterSet(List<FilterSetEntry>) - Constructor for class com.espertech.esper.filter.FilterSet
Ctor.
FilterSetEntry - Class in com.espertech.esper.filter
Entry to a FilterSet filter set taken from a FilterService.
FilterSetEntry(FilterHandle, FilterValueSet) - Constructor for class com.espertech.esper.filter.FilterSetEntry
Ctor.
filterSort(URI, Map<URI, Object>) - Static method in class com.espertech.esper.util.URIUtil
Given a child URI and a map of factory URIs, inspect the child URI against the factory URIs and return a collection of entries for which the child URI falls within or is equals to the factory URI.
FilterSpecCompiled - Class in com.espertech.esper.filter
Contains the filter criteria to sift through events.
FilterSpecCompiled(EventType, String, List<FilterSpecParam>, PropertyEvaluator) - Constructor for class com.espertech.esper.filter.FilterSpecCompiled
Constructor - validates parameter list against event type, throws exception if invalid property names or mismatcing filter operators are found.
FilterSpecCompiler - Class in com.espertech.esper.filter
Helper to compile (validate and optimize) filter expressions as used in pattern and filter-based streams.
FilterSpecCompiler() - Constructor for class com.espertech.esper.filter.FilterSpecCompiler
 
FilterSpecLookupable - Class in com.espertech.esper.filter
 
FilterSpecLookupable(String, EventPropertyGetter, Class) - Constructor for class com.espertech.esper.filter.FilterSpecLookupable
 
FilterSpecParam - Class in com.espertech.esper.filter
This class represents one filter parameter in an FilterSpecCompiled filter specification.
FilterSpecParamComparator - Class in com.espertech.esper.filter
Sort comparator for filter parameters that sorts filter parameters according to filter operator type.
FilterSpecParamComparator() - Constructor for class com.espertech.esper.filter.FilterSpecParamComparator
 
FilterSpecParamConstant - Class in com.espertech.esper.filter
This class represents a single, constant value filter parameter in an FilterSpecCompiled filter specification.
FilterSpecParamConstant(FilterSpecLookupable, FilterOperator, Object) - Constructor for class com.espertech.esper.filter.FilterSpecParamConstant
Constructor.
FilterSpecParamContextProp - Class in com.espertech.esper.filter
This class represents a filter parameter containing a reference to a context property.
FilterSpecParamContextProp(FilterSpecLookupable, FilterOperator, String, EventPropertyGetter, SimpleNumberCoercer) - Constructor for class com.espertech.esper.filter.FilterSpecParamContextProp
 
FilterSpecParamEventProp - Class in com.espertech.esper.filter
This class represents a filter parameter containing a reference to another event's property in the event pattern result, for use to describe a filter parameter in a FilterSpecCompiled filter specification.
FilterSpecParamEventProp(FilterSpecLookupable, FilterOperator, String, String, boolean, SimpleNumberCoercer, Class, String) - Constructor for class com.espertech.esper.filter.FilterSpecParamEventProp
Constructor.
FilterSpecParamEventPropIndexed - Class in com.espertech.esper.filter
This class represents a filter parameter containing a reference to another event's property in the event pattern result, for use to describe a filter parameter in a FilterSpecCompiled filter specification.
FilterSpecParamEventPropIndexed(FilterSpecLookupable, FilterOperator, String, int, String, boolean, SimpleNumberCoercer, Class, String) - Constructor for class com.espertech.esper.filter.FilterSpecParamEventPropIndexed
Constructor.
FilterSpecParamExprNode - Class in com.espertech.esper.filter
This class represents an arbitrary expression node returning a boolean value as a filter parameter in an FilterSpecCompiled filter specification.
FilterSpecParamExprNode(FilterSpecLookupable, FilterOperator, ExprNode, LinkedHashMap<String, Pair<EventType, String>>, LinkedHashMap<String, Pair<EventType, String>>, VariableService, EventAdapterService, ConfigurationInformation, String, boolean) - Constructor for class com.espertech.esper.filter.FilterSpecParamExprNode
Ctor.
FilterSpecParamIn - Class in com.espertech.esper.filter
This class represents a 'in' filter parameter in an FilterSpecCompiled filter specification.
FilterSpecParamIn(FilterSpecLookupable, FilterOperator, List<FilterSpecParamInValue>) - Constructor for class com.espertech.esper.filter.FilterSpecParamIn
Ctor.
FilterSpecParamInValue - Interface in com.espertech.esper.filter
Denotes a value for use by the in-keyword within a list of values
FilterSpecParamRange - Class in com.espertech.esper.filter
This class represents a range filter parameter in an FilterSpecCompiled filter specification.
FilterSpecParamRange(FilterSpecLookupable, FilterOperator, FilterSpecParamRangeValue, FilterSpecParamRangeValue) - Constructor for class com.espertech.esper.filter.FilterSpecParamRange
Constructor.
FilterSpecParamRangeValue - Interface in com.espertech.esper.filter
Interface for range-type filter parameters for type checking and to obtain the filter values for endpoints based on prior results.
FilterSpecRaw - Class in com.espertech.esper.epl.spec
Filter definition in an un-validated and un-resolved form.
FilterSpecRaw(String, List<ExprNode>, PropertyEvalSpec) - Constructor for class com.espertech.esper.epl.spec.FilterSpecRaw
Ctor.
FilterSpecRaw() - Constructor for class com.espertech.esper.epl.spec.FilterSpecRaw
Default ctor.
FilterStream - Class in com.espertech.esper.client.soda
A stream upon which projections (views) can be added that selects events by name and filter expression.
FilterStream() - Constructor for class com.espertech.esper.client.soda.FilterStream
Ctor.
FilterStream(Filter) - Constructor for class com.espertech.esper.client.soda.FilterStream
Ctor.
FilterStream(Filter, String) - Constructor for class com.espertech.esper.client.soda.FilterStream
Ctor.
FilterStream(Filter, String, List<View>) - Constructor for class com.espertech.esper.client.soda.FilterStream
Ctor.
FilterStreamSpecCompiled - Class in com.espertech.esper.epl.spec
Specification for building an event stream out of a filter for events (supplying type and basic filter criteria) and views onto these events which are staggered onto each other to supply a final stream of events.
FilterStreamSpecCompiled(FilterSpecCompiled, ViewSpec[], String, StreamSpecOptions) - Constructor for class com.espertech.esper.epl.spec.FilterStreamSpecCompiled
Ctor.
FilterStreamSpecRaw - Class in com.espertech.esper.epl.spec
Unvalided filter-based stream specification.
FilterStreamSpecRaw(FilterSpecRaw, ViewSpec[], String, StreamSpecOptions) - Constructor for class com.espertech.esper.epl.spec.FilterStreamSpecRaw
Ctor.
FilterStreamSpecRaw() - Constructor for class com.espertech.esper.epl.spec.FilterStreamSpecRaw
Default ctor.
FilterValueSet - Interface in com.espertech.esper.filter
Contains the filter criteria to sift through events.
FilterValueSetImpl - Class in com.espertech.esper.filter
Container for filter values for use by the FilterService to filter and distribute incoming events.
FilterValueSetImpl(EventType, FilterValueSetParam[]) - Constructor for class com.espertech.esper.filter.FilterValueSetImpl
Ctor.
FilterValueSetParam - Interface in com.espertech.esper.filter
This interface represents one filter parameter in an FilterValueSet filter specification.
FilterValueSetParamImpl - Class in com.espertech.esper.filter
Filter parameter value defining the event property to filter, the filter operator, and the filter value.
FilterValueSetParamImpl(FilterSpecLookupable, FilterOperator, Object) - Constructor for class com.espertech.esper.filter.FilterValueSetParamImpl
Ctor.
findAnnotatedFields(Class, Class<? extends Annotation>) - Static method in class com.espertech.esper.util.JavaClassHelper
 
findAnnotatedMethods(Class, Class<? extends Annotation>) - Static method in class com.espertech.esper.util.JavaClassHelper
 
findAnnotation(Annotation[], Class) - Static method in class com.espertech.esper.epl.annotation.AnnotationUtil
 
findAnnotations(Annotation[], Class) - Static method in class com.espertech.esper.epl.annotation.AnnotationUtil
 
findClasspathFile(String) - Static method in class com.espertech.esper.util.FileUtil
 
findDeleteClasspathFile(String) - Static method in class com.espertech.esper.util.FileUtil
 
findDescendent(Viewable, Viewable) - Static method in class com.espertech.esper.view.ViewSupport
Find the descendent view in the view tree under the parent view returning the list of view nodes between the parent view and the descendent view.
findExpression(ExprNode, ExprNode) - Static method in class com.espertech.esper.epl.expression.ExprNodeUtility
 
findHashItemSpec(ContextDetailHash, FilterSpecCompiled) - Static method in class com.espertech.esper.core.context.mgr.ContextControllerHashFactory
 
findIndex(ArrayDeque<FilterValueSetParam>, List<FilterParamIndexBase>) - Static method in class com.espertech.esper.filter.IndexHelper
Find an index that matches one of the filter parameters passed.
findItem(String[], String) - Static method in class com.espertech.esper.util.CollectionUtil
 
findMethodsByNameStartsWith(Class, String) - Static method in class com.espertech.esper.util.JavaClassHelper
 
findParameter(ArrayDeque<FilterValueSetParam>, FilterParamIndexBase) - Static method in class com.espertech.esper.filter.IndexHelper
Determine among the passed in filter parameters any parameter that matches the given index on property name and filter operator type.
findPreviousViewFactory(List<ViewFactory>) - Static method in class com.espertech.esper.core.start.EPStatementStartMethodHelperPrevious
 
findPriorViewFactory(List<ViewFactory>) - Static method in class com.espertech.esper.core.start.EPStatementStartMethodHelperPrior
 
findPropertyMapping(SchemaElementComplex, String) - Static method in class com.espertech.esper.event.xml.SchemaUtil
Finds an apropiate definition for the given property, starting at the * given definition.
findRequiredMethod(Class, String) - Static method in class com.espertech.esper.util.JavaClassHelper
 
findRootElement(SchemaModel, String, String) - Static method in class com.espertech.esper.event.xml.SchemaUtil
Returns the root element for a given schema given a root element name and namespace.
findTable(Set<String>, Set<String>, IndexHint) - Method in class com.espertech.esper.epl.named.NamedWindowIndexRepository
 
findViewIndex(View[], View) - Static method in class com.espertech.esper.view.ViewSupport
 
findWritable(String, Set<WriteablePropertyDescriptor>) - Static method in class com.espertech.esper.event.EventTypeUtility
 
fireAndForget(QueryPlanIndexDescFAF) - Method in interface com.espertech.esper.epl.join.util.QueryPlanIndexHook
 
FireAndForgetClause - Interface in com.espertech.esper.client.soda
Marker interface used for fire-and-forget (on-demand) queries such as "update...set" and "delete from..." that can be executed via the API.
FireAndForgetDelete - Class in com.espertech.esper.client.soda
Fire-and-forget (on-demand) delete DML.
FireAndForgetDelete() - Constructor for class com.espertech.esper.client.soda.FireAndForgetDelete
 
FireAndForgetInsert - Class in com.espertech.esper.client.soda
Fire-and-forget (on-demand) insert DML.
FireAndForgetInsert(boolean) - Constructor for class com.espertech.esper.client.soda.FireAndForgetInsert
Ctor.
FireAndForgetInsert() - Constructor for class com.espertech.esper.client.soda.FireAndForgetInsert
Ctor.
FireAndForgetSpec - Class in com.espertech.esper.epl.spec
 
FireAndForgetSpec() - Constructor for class com.espertech.esper.epl.spec.FireAndForgetSpec
 
FireAndForgetSpecDelete - Class in com.espertech.esper.epl.spec
 
FireAndForgetSpecDelete() - Constructor for class com.espertech.esper.epl.spec.FireAndForgetSpecDelete
 
FireAndForgetSpecInsert - Class in com.espertech.esper.epl.spec
 
FireAndForgetSpecInsert(boolean) - Constructor for class com.espertech.esper.epl.spec.FireAndForgetSpecInsert
 
FireAndForgetSpecUpdate - Class in com.espertech.esper.epl.spec
 
FireAndForgetSpecUpdate(List<OnTriggerSetAssignment>) - Constructor for class com.espertech.esper.epl.spec.FireAndForgetSpecUpdate
 
FireAndForgetUpdate - Class in com.espertech.esper.client.soda
Fire-and-forget (on-demand) update DML.
FireAndForgetUpdate() - Constructor for class com.espertech.esper.client.soda.FireAndForgetUpdate
Ctor.
fireStatementStopped() - Method in interface com.espertech.esper.view.StatementStopService
Used by the engine to indicate a statement stopped, invoking any callbacks registered.
fireStatementStopped() - Method in class com.espertech.esper.view.StatementStopServiceImpl
 
first(String) - Static method in class com.espertech.esper.client.soda.Expressions
First-value (windowed) aggregation function.
first(Expression) - Static method in class com.espertech.esper.client.soda.Expressions
First-value (in window) aggregation function.
FIRST - Static variable in class com.espertech.esper.epl.generated.EsperEPL2GrammarLexer
 
FIRST - Static variable in class com.espertech.esper.epl.generated.EsperEPL2GrammarParser
 
FIRST() - Method in class com.espertech.esper.epl.generated.EsperEPL2GrammarParser.FirstLastAggregationContext
 
FIRST() - Method in class com.espertech.esper.epl.generated.EsperEPL2GrammarParser.KeywordAllowedIdentContext
 
FIRST() - Method in class com.espertech.esper.epl.generated.EsperEPL2GrammarParser.OutputClauseInsertContext
 
FIRST() - Method in class com.espertech.esper.epl.generated.EsperEPL2GrammarParser.OutputLimitContext
 
FirstElementView - Class in com.espertech.esper.view.std
View retaining the very first event.
FirstElementView() - Constructor for class com.espertech.esper.view.std.FirstElementView
 
FirstElementViewFactory - Class in com.espertech.esper.view.std
Factory for FirstElementView instances.
FirstElementViewFactory() - Constructor for class com.espertech.esper.view.std.FirstElementViewFactory
 
firstEver(String) - Static method in class com.espertech.esper.client.soda.Expressions
First-value (ever) aggregation function.
firstEver(Expression) - Static method in class com.espertech.esper.client.soda.Expressions
First-value (ever) aggregation function.
FirstEverProjectionExpression - Class in com.espertech.esper.client.soda
Represents the "firstever" aggregation function.
FirstEverProjectionExpression() - Constructor for class com.espertech.esper.client.soda.FirstEverProjectionExpression
Ctor.
FirstEverProjectionExpression(boolean) - Constructor for class com.espertech.esper.client.soda.FirstEverProjectionExpression
Ctor.
FirstEverProjectionExpression(Expression, boolean) - Constructor for class com.espertech.esper.client.soda.FirstEverProjectionExpression
Ctor.
firstLastAggregation() - Method in class com.espertech.esper.epl.generated.EsperEPL2GrammarParser.Builtin_firstlastContext
 
firstLastAggregation() - Method in class com.espertech.esper.epl.generated.EsperEPL2GrammarParser
 
FirstLastAggregationContext(ParserRuleContext, int) - Constructor for class com.espertech.esper.epl.generated.EsperEPL2GrammarParser.FirstLastAggregationContext
 
FirstLengthWindowView - Class in com.espertech.esper.view.window
A length-first view takes the first N arriving events.
FirstLengthWindowView(AgentInstanceViewFactoryChainContext, FirstLengthWindowViewFactory, int) - Constructor for class com.espertech.esper.view.window.FirstLengthWindowView
Ctor.
FirstLengthWindowViewFactory - Class in com.espertech.esper.view.window
FirstLengthWindowViewFactory() - Constructor for class com.espertech.esper.view.window.FirstLengthWindowViewFactory
 
FirstProjectionExpression - Class in com.espertech.esper.client.soda
Represents the "first" aggregation function.
FirstProjectionExpression() - Constructor for class com.espertech.esper.client.soda.FirstProjectionExpression
Ctor.
FirstProjectionExpression(Expression) - Constructor for class com.espertech.esper.client.soda.FirstProjectionExpression
Ctor.
FirstTimeView - Class in com.espertech.esper.view.window
 
FirstTimeView(FirstTimeViewFactory, AgentInstanceViewFactoryChainContext, ExprTimePeriodEvalDeltaConst) - Constructor for class com.espertech.esper.view.window.FirstTimeView
Constructor.
FirstTimeViewFactory - Class in com.espertech.esper.view.window
Factory for FirstTimeView.
FirstTimeViewFactory() - Constructor for class com.espertech.esper.view.window.FirstTimeViewFactory
 
FirstUniqueByPropertyView - Class in com.espertech.esper.view.std
This view retains the first event for each multi-key of distinct property values.
FirstUniqueByPropertyView(ExprNode[], AgentInstanceViewFactoryChainContext) - Constructor for class com.espertech.esper.view.std.FirstUniqueByPropertyView
Constructor.
FirstUniqueByPropertyViewFactory - Class in com.espertech.esper.view.std
Factory for FirstUniqueByPropertyView instances.
FirstUniqueByPropertyViewFactory() - Constructor for class com.espertech.esper.view.std.FirstUniqueByPropertyViewFactory
 
fits(Calendar) - Method in class com.espertech.esper.schedule.ScheduleComputeHelper.DateCheckerMonthWeekday
 
fiveMinuteEWMA() - Static method in class com.espertech.esper.metrics.codahale_metrics.metrics.stats.EWMA
Creates a new EWMA which is equivalent to the UNIX five minute load average and which expects to be ticked every 5 seconds.
fiveMinuteRate() - Method in class com.espertech.esper.metrics.codahale_metrics.metrics.core.Meter
 
fiveMinuteRate() - Method in interface com.espertech.esper.metrics.codahale_metrics.metrics.core.Metered
Returns the five-minute exponentially-weighted moving average rate at which events have occurred since the meter was created.
fiveMinuteRate() - Method in class com.espertech.esper.metrics.codahale_metrics.metrics.core.Timer
 
flatten(ArrayDeque<EventBean[]>) - Static method in class com.espertech.esper.event.EventBeanUtility
Flatten the vector of arrays to an array.
flattenBatchJoin(List<UniformPair<Set<MultiKey<EventBean>>>>) - Static method in class com.espertech.esper.event.EventBeanUtility
Flattens a list of pairs of join result sets.
flattenBatchStream(List<UniformPair<EventBean[]>>) - Static method in class com.espertech.esper.event.EventBeanUtility
Flatten the vector of arrays to an array.
flattenList(ArrayDeque<UniformPair<EventBean[]>>) - Static method in class com.espertech.esper.event.EventBeanUtility
Flatten the vector of arrays to an array.
FloatingPointLiteral - Static variable in class com.espertech.esper.epl.generated.EsperEPL2GrammarLexer
 
FloatingPointLiteral - Static variable in class com.espertech.esper.epl.generated.EsperEPL2GrammarParser
 
FloatingPointLiteral() - Method in class com.espertech.esper.epl.generated.EsperEPL2GrammarParser.NumberContext
 
FloatValue - Class in com.espertech.esper.type
Placeholder for a float value in an event expression.
FloatValue() - Constructor for class com.espertech.esper.type.FloatValue
 
flush() - Method in class com.espertech.esper.collection.FlushedEventBuffer
Empty buffer.
FlushedEventBuffer - Class in com.espertech.esper.collection
Buffer for events - accumulates events until flushed.
FlushedEventBuffer() - Constructor for class com.espertech.esper.collection.FlushedEventBuffer
 
flushMetrics() - Method in class com.espertech.esper.epl.metric.StatementMetricArray
Flushes the existing metrics via array copy and swap.
FOLLOWED_BY - Static variable in class com.espertech.esper.epl.generated.EsperEPL2GrammarLexer
 
FOLLOWED_BY() - Method in class com.espertech.esper.epl.generated.EsperEPL2GrammarParser.ExpressionLambdaDeclContext
 
FOLLOWED_BY - Static variable in class com.espertech.esper.epl.generated.EsperEPL2GrammarParser
 
FOLLOWED_BY() - Method in class com.espertech.esper.epl.generated.EsperEPL2GrammarParser.FollowedByRepeatContext
 
FOLLOWED_BY() - Method in class com.espertech.esper.epl.generated.EsperEPL2GrammarParser.GopOutContext
 
followedBy(PatternExpr, PatternExpr, PatternExpr...) - Static method in class com.espertech.esper.client.soda.Patterns
Pattern followed-by expression, allows adding sub-expressions that are connected by a followed-by.
followedBy() - Static method in class com.espertech.esper.client.soda.Patterns
Pattern followed-by expression, allows adding sub-expressions that are connected by a followed-by.
followedByExpression() - Method in class com.espertech.esper.epl.generated.EsperEPL2GrammarParser
 
followedByExpression() - Method in class com.espertech.esper.epl.generated.EsperEPL2GrammarParser.PatternExpressionContext
 
FollowedByExpressionContext(ParserRuleContext, int) - Constructor for class com.espertech.esper.epl.generated.EsperEPL2GrammarParser.FollowedByExpressionContext
 
followedByRepeat(int) - Method in class com.espertech.esper.epl.generated.EsperEPL2GrammarParser.FollowedByExpressionContext
 
followedByRepeat() - Method in class com.espertech.esper.epl.generated.EsperEPL2GrammarParser.FollowedByExpressionContext
 
followedByRepeat() - Method in class com.espertech.esper.epl.generated.EsperEPL2GrammarParser
 
FollowedByRepeatContext(ParserRuleContext, int) - Constructor for class com.espertech.esper.epl.generated.EsperEPL2GrammarParser.FollowedByRepeatContext
 
FOLLOWMAX_BEGIN - Static variable in class com.espertech.esper.epl.generated.EsperEPL2GrammarLexer
 
FOLLOWMAX_BEGIN() - Method in class com.espertech.esper.epl.generated.EsperEPL2GrammarParser.FollowedByRepeatContext
 
FOLLOWMAX_BEGIN - Static variable in class com.espertech.esper.epl.generated.EsperEPL2GrammarParser
 
FOLLOWMAX_END - Static variable in class com.espertech.esper.epl.generated.EsperEPL2GrammarLexer
 
FOLLOWMAX_END() - Method in class com.espertech.esper.epl.generated.EsperEPL2GrammarParser.FollowedByRepeatContext
 
FOLLOWMAX_END - Static variable in class com.espertech.esper.epl.generated.EsperEPL2GrammarParser
 
FOR - Static variable in class com.espertech.esper.epl.generated.EsperEPL2GrammarLexer
 
FOR - Static variable in class com.espertech.esper.epl.generated.EsperEPL2GrammarParser
 
FOR() - Method in class com.espertech.esper.epl.generated.EsperEPL2GrammarParser.ForExprContext
 
FOR() - Method in class com.espertech.esper.epl.generated.EsperEPL2GrammarParser.KeywordAllowedIdentContext
 
forceIncreaseCount(EvalFollowedByNode) - Method in class com.espertech.esper.pattern.pool.PatternSubexpressionPoolEngineSvc
 
ForClause - Class in com.espertech.esper.client.soda
A for-clause is a means to specify listener and observer delivery.
ForClause() - Constructor for class com.espertech.esper.client.soda.ForClause
 
ForClauseItem - Class in com.espertech.esper.client.soda
An item in a for-clause for controlling delivery of result events to listeners and subscribers.
ForClauseItem() - Constructor for class com.espertech.esper.client.soda.ForClauseItem
Ctor.
ForClauseItem(ForClauseKeyword) - Constructor for class com.espertech.esper.client.soda.ForClauseItem
Ctor.
ForClauseItemSpec - Class in com.espertech.esper.epl.spec
 
ForClauseItemSpec(String, List<ExprNode>) - Constructor for class com.espertech.esper.epl.spec.ForClauseItemSpec
 
ForClauseKeyword - Enum in com.espertech.esper.client.soda
Keywords for use in the for-clause.
ForClauseSpec - Class in com.espertech.esper.epl.spec
 
ForClauseSpec() - Constructor for class com.espertech.esper.epl.spec.ForClauseSpec
 
forExpr() - Method in class com.espertech.esper.epl.generated.EsperEPL2GrammarParser.EplExpressionContext
 
forExpr() - Method in class com.espertech.esper.epl.generated.EsperEPL2GrammarParser
 
ForExprContext(ParserRuleContext, int) - Constructor for class com.espertech.esper.epl.generated.EsperEPL2GrammarParser.ForExprContext
 
format() - Method in class com.espertech.esper.util.AuditContext
 
formatted() - Method in class com.espertech.esper.type.CronParameter
 
formatted() - Method in class com.espertech.esper.type.FrequencyParameter
 
formatted() - Method in class com.espertech.esper.type.IntParameter
 
formatted() - Method in class com.espertech.esper.type.ListParameter
 
formatted() - Method in interface com.espertech.esper.type.NumberSetParameter
 
formatted() - Method in class com.espertech.esper.type.RangeParameter
 
formatted() - Method in class com.espertech.esper.type.WildcardParameter
 
forName(String, String) - Static method in enum com.espertech.esper.pattern.guard.GuardEnum
Returns the enum for the given namespace and name.
forName(String, String) - Static method in enum com.espertech.esper.pattern.observer.ObserverEnum
Returns observer enum for namespace name and observer name.
forName(String, String) - Static method in enum com.espertech.esper.view.ViewEnum
Returns the view enumeration value given the name of the view.
FragmentEventType - Class in com.espertech.esper.client
Provides an event type for a property of an event.
FragmentEventType(EventType, boolean, boolean) - Constructor for class com.espertech.esper.client.FragmentEventType
Ctor.
FragmentFactory - Interface in com.espertech.esper.event.xml
Factory for event fragments for use with DOM getters.
FragmentFactoryDOMGetter - Class in com.espertech.esper.event.xml
Factory for fragments for DOM getters.
FragmentFactoryDOMGetter(EventAdapterService, BaseXMLEventType, String) - Constructor for class com.espertech.esper.event.xml.FragmentFactoryDOMGetter
Ctor.
FragmentFactoryXPathPredefinedGetter - Class in com.espertech.esper.event.xml
Fragment factory for use with XPath explicit properties.
FragmentFactoryXPathPredefinedGetter(EventAdapterService, String, String) - Constructor for class com.espertech.esper.event.xml.FragmentFactoryXPathPredefinedGetter
Ctor.
FragmentTypeEval(int, EventType, String) - Constructor for class com.espertech.esper.epl.expression.ExprTypeofNode.FragmentTypeEval
 
frequencyOperand() - Method in class com.espertech.esper.epl.generated.EsperEPL2GrammarParser.ExpressionWithTimeContext
 
frequencyOperand() - Method in class com.espertech.esper.epl.generated.EsperEPL2GrammarParser
 
frequencyOperand() - Method in class com.espertech.esper.epl.generated.EsperEPL2GrammarParser.NumericListParameterContext
 
FrequencyOperandContext(ParserRuleContext, int) - Constructor for class com.espertech.esper.epl.generated.EsperEPL2GrammarParser.FrequencyOperandContext
 
FrequencyParameter - Class in com.espertech.esper.type
Encapsulates a parameter specifying a frequency, i.e.
FrequencyParameter(int) - Constructor for class com.espertech.esper.type.FrequencyParameter
Ctor.
FROM - Static variable in class com.espertech.esper.epl.generated.EsperEPL2GrammarLexer
 
FROM() - Method in class com.espertech.esper.epl.generated.EsperEPL2GrammarParser.CreateContextChoiceContext
 
FROM() - Method in class com.espertech.esper.epl.generated.EsperEPL2GrammarParser.CreateContextCoalesceItemContext
 
FROM() - Method in class com.espertech.esper.epl.generated.EsperEPL2GrammarParser.CreateContextPartitionItemContext
 
FROM() - Method in class com.espertech.esper.epl.generated.EsperEPL2GrammarParser.CreateWindowExprModelAfterContext
 
FROM() - Method in class com.espertech.esper.epl.generated.EsperEPL2GrammarParser.FafDeleteContext
 
FROM - Static variable in class com.espertech.esper.epl.generated.EsperEPL2GrammarParser
 
FROM() - Method in class com.espertech.esper.epl.generated.EsperEPL2GrammarParser.OnExprFromContext
 
FROM() - Method in class com.espertech.esper.epl.generated.EsperEPL2GrammarParser.PropertyExpressionSelectContext
 
FROM() - Method in class com.espertech.esper.epl.generated.EsperEPL2GrammarParser.SelectExprContext
 
FROM() - Method in class com.espertech.esper.epl.generated.EsperEPL2GrammarParser.SubQueryExprContext
 
from(String, Exception) - Static method in exception com.espertech.esper.epl.parse.ASTWalkException
 
from(String) - Static method in exception com.espertech.esper.epl.parse.ASTWalkException
 
from(String, String) - Static method in exception com.espertech.esper.epl.parse.ASTWalkException
 
from(String, CommonTokenStream, RuleContext) - Static method in exception com.espertech.esper.epl.parse.ASTWalkException
 
from(String, Token) - Static method in exception com.espertech.esper.epl.parse.ASTWalkException
 
fromClause(FromClause) - Method in class com.espertech.esper.client.soda.EPStatementObjectModel
Specify a from-clause.
FromClause - Class in com.espertech.esper.client.soda
The from-clause names the streams to select upon.
FromClause() - Constructor for class com.espertech.esper.client.soda.FromClause
Ctor.
FromClause(Stream, OuterJoinQualifier, Stream) - Constructor for class com.espertech.esper.client.soda.FromClause
Ctor for an outer join between two streams.
FromClause(Stream...) - Constructor for class com.espertech.esper.client.soda.FromClause
Ctor.
fromClause() - Method in class com.espertech.esper.epl.generated.EsperEPL2GrammarParser
 
fromClause() - Method in class com.espertech.esper.epl.generated.EsperEPL2GrammarParser.SelectExprContext
 
FromClauseContext(ParserRuleContext, int) - Constructor for class com.espertech.esper.epl.generated.EsperEPL2GrammarParser.FromClauseContext
 
fromMethod(Method) - Static method in class com.espertech.esper.epl.rettype.EPTypeHelper
Interrogate the provided method and determine whether it returns single-value, array of single-value or collection of single-value and their component type.
fromName(String) - Static method in enum com.espertech.esper.epl.datetime.eval.DatetimeMethodEnum
 
fromName(String) - Static method in enum com.espertech.esper.epl.enummethod.dot.EnumMethodEnum
 
fromOpString(String) - Static method in enum com.espertech.esper.client.hook.VirtualDataWindowLookupOp
Map the operator from a string-value.
fromParamsWithLongMaxEnd(ExprOptionalConstant[]) - Static method in class com.espertech.esper.epl.datetime.interval.IntervalStartEndParameterPair
 
fromParamsWithSameEnd(ExprOptionalConstant[]) - Static method in class com.espertech.esper.epl.datetime.interval.IntervalStartEndParameterPair
 
fromString(String) - Static method in enum com.espertech.esper.epl.datetime.calop.CalendarFieldEnum
 
fromString(String, String) - Static method in enum com.espertech.esper.rowregex.RegexNFATypeEnum
Inspect code and return enum for code.
FULL - Static variable in class com.espertech.esper.epl.generated.EsperEPL2GrammarLexer
 
FULL - Static variable in class com.espertech.esper.epl.generated.EsperEPL2GrammarParser
 
FULL() - Method in class com.espertech.esper.epl.generated.EsperEPL2GrammarParser.KeywordAllowedIdentContext
 
FULL() - Method in class com.espertech.esper.epl.generated.EsperEPL2GrammarParser.OuterJoinContext
 
FullTableScanLookupPlan - Class in com.espertech.esper.epl.join.plan
Plan for a full table scan.
FullTableScanLookupPlan(int, int, String) - Constructor for class com.espertech.esper.epl.join.plan.FullTableScanLookupPlan
Ctor.
FullTableScanLookupStrategy - Class in com.espertech.esper.epl.join.exec.base
Lookup on an unindexed table returning the full table as matching events.
FullTableScanLookupStrategy(UnindexedEventTable) - Constructor for class com.espertech.esper.epl.join.exec.base.FullTableScanLookupStrategy
Ctor.
funcIdentChained() - Method in class com.espertech.esper.epl.generated.EsperEPL2GrammarParser
 
funcIdentChained() - Method in class com.espertech.esper.epl.generated.EsperEPL2GrammarParser.LibFunctionNoClassContext
 
FuncIdentChainedContext(ParserRuleContext, int) - Constructor for class com.espertech.esper.epl.generated.EsperEPL2GrammarParser.FuncIdentChainedContext
 
funcIdentTop() - Method in class com.espertech.esper.epl.generated.EsperEPL2GrammarParser
 
funcIdentTop() - Method in class com.espertech.esper.epl.generated.EsperEPL2GrammarParser.LibFunctionWithClassContext
 
FuncIdentTopContext(ParserRuleContext, int) - Constructor for class com.espertech.esper.epl.generated.EsperEPL2GrammarParser.FuncIdentTopContext
 
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _ 
Skip navigation links