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 _ 

U

u - Variable in class com.espertech.esper.epl.generated.EsperEPL2GrammarParser.CreateIndexExprContext
 
u - Variable in class com.espertech.esper.epl.generated.EsperEPL2GrammarParser.MergeMatchedItemContext
 
u - Variable in class com.espertech.esper.epl.generated.EsperEPL2GrammarParser.StreamExpressionContext
 
unaryExpression() - Method in class com.espertech.esper.epl.generated.EsperEPL2GrammarParser.MultiplyExpressionContext
 
unaryExpression(int) - Method in class com.espertech.esper.epl.generated.EsperEPL2GrammarParser.MultiplyExpressionContext
 
unaryExpression() - Method in class com.espertech.esper.epl.generated.EsperEPL2GrammarParser
 
UnaryExpressionContext(ParserRuleContext, int) - Constructor for class com.espertech.esper.epl.generated.EsperEPL2GrammarParser.UnaryExpressionContext
 
unbind(Name) - Method in class com.espertech.esper.core.service.EngineEnvContext
 
unbind(String) - Method in class com.espertech.esper.core.service.EngineEnvContext
 
uncaughtException(Thread, Throwable) - Method in class com.espertech.esper.metrics.codahale_metrics.metrics.util.DeathRattleExceptionHandler
 
undeploy(String) - Method in interface com.espertech.esper.client.deploy.EPDeploymentAdmin
Undeploy a previously deployed module.
undeploy(String, UndeploymentOptions) - Method in interface com.espertech.esper.client.deploy.EPDeploymentAdmin
Undeploy a previously deployed module.
undeploy(String) - Method in class com.espertech.esper.core.deploy.EPDeploymentAdminImpl
 
undeploy(String, UndeploymentOptions) - Method in class com.espertech.esper.core.deploy.EPDeploymentAdminImpl
 
UndeploymentOptions - Class in com.espertech.esper.client.deploy
Options for use in undeployment of a module to control the behavior of the undeploy operation.
UndeploymentOptions() - Constructor for class com.espertech.esper.client.deploy.UndeploymentOptions
 
UndeploymentResult - Class in com.espertech.esper.client.deploy
Result object of an undeployment operation.
UndeploymentResult(String, List<DeploymentInformationItem>) - Constructor for class com.espertech.esper.client.deploy.UndeploymentResult
Ctor.
undeployRemove(String) - Method in interface com.espertech.esper.client.deploy.EPDeploymentAdmin
Undeploy a single module, if its in deployed state, and removes it from the known modules.
undeployRemove(String, UndeploymentOptions) - Method in interface com.espertech.esper.client.deploy.EPDeploymentAdmin
Undeploy a single module, if its in deployed state, and removes it from the known modules.
undeployRemove(String) - Method in class com.espertech.esper.core.deploy.EPDeploymentAdminImpl
 
undeployRemove(String, UndeploymentOptions) - Method in class com.espertech.esper.core.deploy.EPDeploymentAdminImpl
 
undeployTypes(Set<String>, StatementEventTypeRef, EventAdapterService, FilterService) - Static method in class com.espertech.esper.core.deploy.EPLModuleUtil
 
unescapeBacktick(String) - Static method in class com.espertech.esper.epl.parse.ASTUtil
 
unescapeBacktick(String) - Static method in class com.espertech.esper.event.property.PropertyParser
 
unescapeClassIdent(EsperEPL2GrammarParser.ClassIdentifierContext) - Static method in class com.espertech.esper.epl.parse.ASTUtil
 
unescapedIndexOfDot(String) - Static method in class com.espertech.esper.epl.parse.ASTUtil
Find the index of an unescaped dot (.) character, or return -1 if none found.
unescapeDot(String) - Static method in class com.espertech.esper.epl.parse.ASTUtil
Un-Escape all escaped dot characters in the text (identifier only) passed in.
UNFILTERED_SELECTED - Static variable in class com.espertech.esper.epl.expression.ExprSubselectRowNode
 
UNFILTERED_SELECTED_GROUPED - Static variable in class com.espertech.esper.epl.expression.ExprSubselectRowNode
 
UNFILTERED_UNSELECTED - Static variable in class com.espertech.esper.epl.expression.ExprSubselectRowNode
 
unhealthy(String) - Static method in class com.espertech.esper.metrics.codahale_metrics.metrics.core.HealthCheck.Result
Returns an unhealthy HealthCheck.Result with the given message.
unhealthy(String, Object...) - Static method in class com.espertech.esper.metrics.codahale_metrics.metrics.core.HealthCheck.Result
Returns an unhealthy HealthCheck.Result with a formatted message.
unhealthy(Throwable) - Static method in class com.espertech.esper.metrics.codahale_metrics.metrics.core.HealthCheck.Result
Returns an unhealthy HealthCheck.Result with the given error.
unidirectional(boolean) - Method in class com.espertech.esper.client.soda.ProjectedStream
Set to unidirectional.
UNIDIRECTIONAL - Static variable in class com.espertech.esper.epl.generated.EsperEPL2GrammarLexer
 
UNIDIRECTIONAL() - Method in class com.espertech.esper.epl.generated.EsperEPL2GrammarParser.KeywordAllowedIdentContext
 
UNIDIRECTIONAL() - Method in class com.espertech.esper.epl.generated.EsperEPL2GrammarParser.StreamExpressionContext
 
UNIDIRECTIONAL - Static variable in class com.espertech.esper.epl.generated.EsperEPL2GrammarParser
 
UniformPair<T> - Class in com.espertech.esper.collection
General-purpose pair of values of any type.
UniformPair(T, T) - Constructor for class com.espertech.esper.collection.UniformPair
Construct pair of values.
UniformSample - Class in com.espertech.esper.metrics.codahale_metrics.metrics.stats
A random sample of a stream of longs.
UniformSample(int) - Constructor for class com.espertech.esper.metrics.codahale_metrics.metrics.stats.UniformSample
Creates a new UniformSample.
UnindexedEventTable - Class in com.espertech.esper.epl.join.table
Simple table of events without an index.
UnindexedEventTable(int) - Constructor for class com.espertech.esper.epl.join.table.UnindexedEventTable
Ctor.
UnindexedEventTableFactory - Class in com.espertech.esper.epl.join.table
Factory for simple table of events without an index.
UnindexedEventTableFactory(int) - Constructor for class com.espertech.esper.epl.join.table.UnindexedEventTableFactory
 
UnindexedEventTableList - Class in com.espertech.esper.epl.join.table
Simple table of events without an index, based on a List implementation rather then a set since we know there cannot be duplicates (such as a poll returning individual rows).
UnindexedEventTableList(List<EventBean>, int) - Constructor for class com.espertech.esper.epl.join.table.UnindexedEventTableList
Ctor.
UnionAsymetricView - Class in com.espertech.esper.view.internal
A view that represents a union of multiple data windows wherein at least one is asymetric: it does not present a insert stream for each insert stream event received.
UnionAsymetricView(AgentInstanceViewFactoryChainContext, UnionViewFactory, EventType, List<View>) - Constructor for class com.espertech.esper.view.internal.UnionAsymetricView
Ctor.
UnionView - Class in com.espertech.esper.view.internal
A view that represents a union of multiple data windows.
UnionView(AgentInstanceViewFactoryChainContext, UnionViewFactory, EventType, List<View>) - Constructor for class com.espertech.esper.view.internal.UnionView
Ctor.
UnionViewFactory - Class in com.espertech.esper.view.internal
Factory for union-views.
UnionViewFactory() - Constructor for class com.espertech.esper.view.internal.UnionViewFactory
Ctor.
UniqueByPropertyView - Class in com.espertech.esper.view.std
This view includes only the most recent among events having the same value for the specified field or fields.
UniqueByPropertyView(ExprNode[], AgentInstanceViewFactoryChainContext) - Constructor for class com.espertech.esper.view.std.UniqueByPropertyView
Constructor.
UniqueByPropertyViewFactory - Class in com.espertech.esper.view.std
Factory for UniqueByPropertyView instances.
UniqueByPropertyViewFactory() - Constructor for class com.espertech.esper.view.std.UniqueByPropertyViewFactory
 
UnivariateStatisticsView - Class in com.espertech.esper.view.stat
View for computing statistics, which the view exposes via fields representing the sum, count, standard deviation for sample and for population and variance.
UnivariateStatisticsView(AgentInstanceContext, ExprNode, EventType, StatViewAdditionalProps) - Constructor for class com.espertech.esper.view.stat.UnivariateStatisticsView
Constructor requires the name of the field to use in the parent view to compute the statistics.
UnivariateStatisticsViewFactory - Class in com.espertech.esper.view.stat
Factory for UnivariateStatisticsView instances.
UnivariateStatisticsViewFactory() - Constructor for class com.espertech.esper.view.stat.UnivariateStatisticsViewFactory
 
unmap(ExprNode) - Static method in class com.espertech.esper.epl.spec.StatementSpecMapper
Unmap expresission.
unmap(EvalFactoryNode) - Static method in class com.espertech.esper.epl.spec.StatementSpecMapper
Unmap pattern.
unmap(AnnotationDesc) - Static method in class com.espertech.esper.epl.spec.StatementSpecMapper
Unmap annotation.
unmap(RowRegexExprNode) - Static method in class com.espertech.esper.epl.spec.StatementSpecMapper
Unmap match recognize pattern.
unmap(StatementSpecRaw) - Static method in class com.espertech.esper.epl.spec.StatementSpecMapper
Maps the internal representation of a statement to the SODA object model.
UnmatchedListener - Interface in com.espertech.esper.client
Interface to receive notification from an engine that an event that has been sent into the engine or that has been generated via insert-into has not been matched to any statement, considering all started statement's event stream filter criteria (not considering where-clause and having-clauses).
unregister(String) - Method in class com.espertech.esper.metrics.codahale_metrics.metrics.core.HealthCheckRegistry
Unregisters the application HealthCheck with the given name.
unregister(HealthCheck) - Method in class com.espertech.esper.metrics.codahale_metrics.metrics.core.HealthCheckRegistry
Unregisters the given HealthCheck.
unregisterCallback(String, int, VariableChangeCallback) - Method in interface com.espertech.esper.epl.variable.VariableService
Removes a callback.
unregisterCallback(String, int, VariableChangeCallback) - Method in class com.espertech.esper.epl.variable.VariableServiceImpl
 
unregisterMbean(MBeanServer, ObjectName) - Static method in class com.espertech.esper.metrics.jmx.CommonJMXUtil
 
unregisterMbean(MetricName) - Static method in class com.espertech.esper.metrics.jmx.CommonJMXUtil
 
UNTIL - Static variable in class com.espertech.esper.epl.generated.EsperEPL2GrammarLexer
 
UNTIL() - Method in class com.espertech.esper.epl.generated.EsperEPL2GrammarParser.KeywordAllowedIdentContext
 
until - Variable in class com.espertech.esper.epl.generated.EsperEPL2GrammarParser.MatchUntilExpressionContext
 
UNTIL() - Method in class com.espertech.esper.epl.generated.EsperEPL2GrammarParser.MatchUntilExpressionContext
 
UNTIL - Static variable in class com.espertech.esper.epl.generated.EsperEPL2GrammarParser
 
update(EventBean[], EventBean[]) - Method in interface com.espertech.esper.client.hook.VirtualDataWindow
This method is invoked when events are inserted-into or removed-from the virtual data window.
update(EventBean[], EventBean[]) - Method in interface com.espertech.esper.client.hook.VirtualDataWindowOutStream
Post insert stream (new data) and remove stream (old data) events.
update(Object[], Object[]) - Method in class com.espertech.esper.client.scopetest.SupportSubscriber
Receive events.
update(Object[][], Object[][]) - Method in class com.espertech.esper.client.scopetest.SupportSubscriberMRD
Receive multi-row subscriber data through this methods.
update(EventBean[], EventBean[]) - Method in class com.espertech.esper.client.scopetest.SupportUpdateListener
 
update(EventBean[], EventBean[], EPStatement, EPServiceProvider) - Method in interface com.espertech.esper.client.StatementAwareUpdateListener
Notify that new events are available or old events are removed.
update(EventBean) - Method in interface com.espertech.esper.client.UnmatchedListener
Called upon the engine encountering an event not matched to any of the event stream filters of any active statement.
update(EventBean[], EventBean[]) - Method in interface com.espertech.esper.client.UpdateListener
Notify that new events are available or old events are removed.
update(EventBean[], EventBean[]) - Method in interface com.espertech.esper.collection.ViewUpdatedCollection
Accepts view insert and remove stream.
update(EventBean[], EventBean[]) - Method in class com.espertech.esper.core.context.util.ContextMergeView
 
update(EventBean[], EventBean[]) - Method in class com.espertech.esper.core.context.util.ContextMergeViewForwarding
 
update(EventBean[], EventBean[]) - Method in class com.espertech.esper.core.service.InternalRoutePreprocessView
 
update(EventBean[], EventBean[], String, EPStatementSPI, EPServiceProviderSPI) - Method in interface com.espertech.esper.core.service.StatementResultListener
Provide statement result.
update(EventBean[], EventBean[]) - Method in class com.espertech.esper.core.service.UpdateDispatchViewBlockingSpin
 
update(EventBean[], EventBean[]) - Method in class com.espertech.esper.core.service.UpdateDispatchViewBlockingWait
 
update(EventBean[], EventBean[]) - Method in class com.espertech.esper.core.service.UpdateDispatchViewNonBlocking
 
update(EventBean[], EventBean[]) - Method in class com.espertech.esper.dataflow.ops.epl.EPLSelectUpdateDispatchView
 
update(EventBean[], EventBean[]) - Method in class com.espertech.esper.dataflow.ops.epl.EPLSelectViewable
 
update(EventBean[], EventBean[], EPStatement, EPServiceProvider) - Method in class com.espertech.esper.dataflow.ops.EPStatementSource.EmitterCollectorUpdateListener
 
update(EventBean[], EventBean[], EPStatement, EPServiceProvider) - Method in class com.espertech.esper.dataflow.ops.EPStatementSource.EmitterUpdateListener
 
UPDATE - Static variable in class com.espertech.esper.epl.generated.EsperEPL2GrammarLexer
 
UPDATE() - Method in class com.espertech.esper.epl.generated.EsperEPL2GrammarParser.FafUpdateContext
 
UPDATE() - Method in class com.espertech.esper.epl.generated.EsperEPL2GrammarParser.MergeMatchedItemContext
 
UPDATE() - Method in class com.espertech.esper.epl.generated.EsperEPL2GrammarParser.OnUpdateExprContext
 
UPDATE - Static variable in class com.espertech.esper.epl.generated.EsperEPL2GrammarParser
 
UPDATE() - Method in class com.espertech.esper.epl.generated.EsperEPL2GrammarParser.UpdateExprContext
 
update(EventBean[], EventBean[]) - Method in class com.espertech.esper.epl.named.NamedWindowConsumerView
 
update(EventBean[], EventBean[]) - Method in class com.espertech.esper.epl.named.NamedWindowOnExprBaseView
 
update(EventBean[], EventBean[]) - Method in class com.espertech.esper.epl.named.NamedWindowRootViewInstance
 
update(EventBean[], EventBean[]) - Method in class com.espertech.esper.epl.named.NamedWindowTailViewInstance
 
update(EventBean, EventBean[], ExprEvaluatorContext) - Method in class com.espertech.esper.epl.named.NamedWindowUpdateHelper
 
update(EventBean[], EventBean[]) - Method in class com.espertech.esper.epl.subquery.SubselectAggregatorViewFilteredGrouped
 
update(EventBean[], EventBean[]) - Method in class com.espertech.esper.epl.subquery.SubselectAggregatorViewFilteredUngrouped
 
update(EventBean[], EventBean[]) - Method in class com.espertech.esper.epl.subquery.SubselectAggregatorViewUnfilteredGrouped
 
update(EventBean[], EventBean[]) - Method in class com.espertech.esper.epl.subquery.SubselectAggregatorViewUnfilteredUngrouped
 
update(Object, Object) - Method in class com.espertech.esper.epl.variable.CreateVariableView
 
update(EventBean[], EventBean[]) - Method in class com.espertech.esper.epl.variable.CreateVariableView
 
update(EventBean[], EventBean[]) - Method in class com.espertech.esper.epl.variable.OnSetVariableView
 
update(Object, Object) - Method in interface com.espertech.esper.epl.variable.VariableChangeCallback
Indicate a change in variable value.
update(EventBean[], EventBean[]) - Method in class com.espertech.esper.epl.view.FilterExprView
 
update(Object, Object) - Method in class com.espertech.esper.epl.view.OutputConditionExpression
 
update(EventBean[], EventBean[]) - Method in class com.espertech.esper.epl.view.OutputProcessViewBaseCallback
 
update(EventBean[], EventBean[]) - Method in class com.espertech.esper.epl.view.OutputProcessViewConditionDefault
The update method is called if the view does not participate in a join.
update(EventBean[], EventBean[]) - Method in class com.espertech.esper.epl.view.OutputProcessViewConditionFirst
The update method is called if the view does not participate in a join.
update(EventBean[], EventBean[]) - Method in class com.espertech.esper.epl.view.OutputProcessViewConditionSnapshot
The update method is called if the view does not participate in a join.
update(EventBean[], EventBean[]) - Method in class com.espertech.esper.epl.view.OutputProcessViewDirect
The update method is called if the view does not participate in a join.
update(EventBean[], EventBean[]) - Method in class com.espertech.esper.epl.view.OutputProcessViewDirectDistinctOrAfter
The update method is called if the view does not participate in a join.
update(EventBean[], EventBean[]) - Method in class com.espertech.esper.epl.virtualdw.VirtualDataWindowOutStreamImpl
 
update(EventBean[], EventBean[]) - Method in class com.espertech.esper.epl.virtualdw.VirtualDWViewImpl
 
update(int) - Method in class com.espertech.esper.metrics.codahale_metrics.metrics.core.Histogram
Adds a recorded value.
update(long) - Method in class com.espertech.esper.metrics.codahale_metrics.metrics.core.Histogram
Adds a recorded value.
update(long, TimeUnit) - Method in class com.espertech.esper.metrics.codahale_metrics.metrics.core.Timer
Adds a recorded duration.
update(long) - Method in class com.espertech.esper.metrics.codahale_metrics.metrics.stats.EWMA
Update the moving average with a new value.
update(long) - Method in class com.espertech.esper.metrics.codahale_metrics.metrics.stats.ExponentiallyDecayingSample
 
update(long, long) - Method in class com.espertech.esper.metrics.codahale_metrics.metrics.stats.ExponentiallyDecayingSample
Adds an old value with a fixed timestamp to the sample.
update(long) - Method in interface com.espertech.esper.metrics.codahale_metrics.metrics.stats.Sample
Adds a new recorded value to the sample.
update(long) - Method in class com.espertech.esper.metrics.codahale_metrics.metrics.stats.UniformSample
 
update(EventBean[], EventBean[]) - Method in class com.espertech.esper.rowregex.EventRowRegexNFAView
 
update(EventBean[], EventBean[]) - Method in class com.espertech.esper.view.ext.RankWindowView
 
update(EventBean[], EventBean[]) - Method in class com.espertech.esper.view.ext.SortWindowView
 
update(EventBean[], EventBean[]) - Method in class com.espertech.esper.view.ext.TimeOrderView
 
update(EventBean[], EventBean[]) - Method in class com.espertech.esper.view.internal.BufferView
 
update(EventBean[], EventBean[]) - Method in class com.espertech.esper.view.internal.IntersectAsymetricView
 
update(EventBean[], EventBean[]) - Method in class com.espertech.esper.view.internal.IntersectBatchView
 
update(EventBean[], EventBean[]) - Method in class com.espertech.esper.view.internal.IntersectView
 
update(EventBean[], EventBean[]) - Method in class com.espertech.esper.view.internal.LastPostObserverView
 
update(EventBean[], EventBean[]) - Method in class com.espertech.esper.view.internal.PatternRemoveDispatchView
 
update(EventBean[], EventBean[]) - Method in class com.espertech.esper.view.internal.PriorEventBufferMulti
 
update(EventBean[], EventBean[], PriorEventBufferChangeCaptureMulti) - Method in class com.espertech.esper.view.internal.PriorEventBufferMulti
 
update(EventBean[], EventBean[]) - Method in class com.espertech.esper.view.internal.PriorEventBufferSingle
 
update(EventBean[], EventBean[], PriorEventBufferChangeCaptureSingle) - Method in class com.espertech.esper.view.internal.PriorEventBufferSingle
 
update(EventBean[], EventBean[]) - Method in class com.espertech.esper.view.internal.PriorEventBufferUnbound
 
update(EventBean[], EventBean[]) - Method in class com.espertech.esper.view.internal.PriorEventView
 
update(EventBean[], EventBean[]) - Method in class com.espertech.esper.view.internal.RouteResultView
 
update(EventBean[], EventBean[]) - Method in class com.espertech.esper.view.internal.SingleStreamDispatchView
 
update(EventBean[], EventBean[]) - Method in class com.espertech.esper.view.internal.UnionAsymetricView
 
update(EventBean[], EventBean[]) - Method in class com.espertech.esper.view.internal.UnionView
 
update(EventBean[], EventBean[]) - Method in class com.espertech.esper.view.stat.BaseBivariateStatisticsView
 
update(EventBean[], EventBean[]) - Method in class com.espertech.esper.view.stat.UnivariateStatisticsView
 
update(EventBean[], EventBean[]) - Method in class com.espertech.esper.view.stat.WeightedAverageView
 
update(EventBean[], EventBean[]) - Method in class com.espertech.esper.view.std.AddPropertyValueView
 
update(EventBean[], EventBean[]) - Method in class com.espertech.esper.view.std.FirstElementView
 
update(EventBean[], EventBean[]) - Method in class com.espertech.esper.view.std.FirstUniqueByPropertyView
 
update(EventBean[], EventBean[]) - Method in class com.espertech.esper.view.std.GroupByViewImpl
 
update(EventBean[], EventBean[]) - Method in class com.espertech.esper.view.std.GroupByViewReclaimAged
 
update(EventBean[], EventBean[]) - Method in class com.espertech.esper.view.std.LastElementView
 
update(EventBean[], EventBean[]) - Method in class com.espertech.esper.view.std.MergeView
 
update(EventBean[], EventBean[]) - Method in class com.espertech.esper.view.std.SizeView
 
update(EventBean[], EventBean[]) - Method in class com.espertech.esper.view.std.UniqueByPropertyView
 
update(EventBean[], EventBean[]) - Method in interface com.espertech.esper.view.View
Notify that data has been added or removed from the Viewable parent.
update(EventBean[], EventBean[]) - Method in class com.espertech.esper.view.window.ExpressionBatchView
 
update(Object, Object) - Method in class com.espertech.esper.view.window.ExpressionBatchView
 
update(Object, Object) - Method in class com.espertech.esper.view.window.ExpressionViewBase
 
update(EventBean[], EventBean[]) - Method in class com.espertech.esper.view.window.ExpressionWindowView
 
update(Object, Object) - Method in class com.espertech.esper.view.window.ExpressionWindowView
 
update(EventBean[], EventBean[]) - Method in class com.espertech.esper.view.window.ExternallyTimedBatchView
 
update(EventBean[], EventBean[]) - Method in class com.espertech.esper.view.window.ExternallyTimedWindowView
 
update(EventBean[], EventBean[]) - Method in class com.espertech.esper.view.window.FirstLengthWindowView
 
update(EventBean[], EventBean[]) - Method in class com.espertech.esper.view.window.FirstTimeView
 
update(EventBean[], EventBean[]) - Method in class com.espertech.esper.view.window.IStreamRandomAccess
 
update(EventBean) - Method in class com.espertech.esper.view.window.IStreamRandomAccess
Apply event
update(EventBean[], EventBean[]) - Method in class com.espertech.esper.view.window.IStreamRelativeAccess
 
update(EventBean[], EventBean[]) - Method in class com.espertech.esper.view.window.KeepAllView
 
update(EventBean[], EventBean[]) - Method in class com.espertech.esper.view.window.LengthBatchView
 
update(EventBean[], EventBean[]) - Method in class com.espertech.esper.view.window.LengthBatchViewRStream
 
update(EventBean[], EventBean[]) - Method in class com.espertech.esper.view.window.LengthWindowView
 
update(EventBean[], EventBean[]) - Method in class com.espertech.esper.view.window.LengthWindowViewRStream
 
update(EventBean[], EventBean[]) - Method in class com.espertech.esper.view.window.TimeAccumView
 
update(EventBean[], EventBean[]) - Method in class com.espertech.esper.view.window.TimeAccumViewRStream
 
update(EventBean[], EventBean[]) - Method in class com.espertech.esper.view.window.TimeBatchView
 
update(EventBean[], EventBean[]) - Method in class com.espertech.esper.view.window.TimeBatchViewRStream
 
update(EventBean[], EventBean[]) - Method in class com.espertech.esper.view.window.TimeLengthBatchView
 
update(EventBean[], EventBean[]) - Method in class com.espertech.esper.view.window.TimeWindowView
 
updateChildren(EventBean[], EventBean[]) - Method in class com.espertech.esper.view.ViewSupport
Updates all the children with new data.
UpdateClause - Class in com.espertech.esper.client.soda
Specification for the update clause.
UpdateClause() - Constructor for class com.espertech.esper.client.soda.UpdateClause
Ctor.
UpdateClause(String, String) - Constructor for class com.espertech.esper.client.soda.UpdateClause
Ctor.
updateContextPath(String, ContextStatePathKey, ContextStatePathValue) - Method in interface com.espertech.esper.core.context.mgr.ContextStateCache
 
updateContextPath(String, ContextStatePathKey, ContextStatePathValue) - Method in class com.espertech.esper.core.context.mgr.ContextStateCacheNoSave
 
updated(IStreamRelativeAccess, EventBean[]) - Method in interface com.espertech.esper.view.window.IStreamRelativeAccess.IStreamRelativeAccessUpdateObserver
Callback to indicate an update.
updated(RandomAccessByIndex) - Method in class com.espertech.esper.view.window.RandomAccessByIndexGetter
 
updated(RandomAccessByIndex) - Method in interface com.espertech.esper.view.window.RandomAccessByIndexObserver
Callback to indicate an update
updated(IStreamRelativeAccess, EventBean[]) - Method in class com.espertech.esper.view.window.RelativeAccessByEventNIndexGetter
 
updated(IStreamRelativeAccess, EventBean[]) - Method in class com.espertech.esper.view.window.RelativeAccessByEventNIndexMap
 
UpdateDesc - Class in com.espertech.esper.epl.spec
Specification for the update statement.
UpdateDesc(String, List<OnTriggerSetAssignment>, ExprNode) - Constructor for class com.espertech.esper.epl.spec.UpdateDesc
Ctor.
updateDetails() - Method in class com.espertech.esper.epl.generated.EsperEPL2GrammarParser.FafUpdateContext
 
updateDetails() - Method in class com.espertech.esper.epl.generated.EsperEPL2GrammarParser
 
updateDetails() - Method in class com.espertech.esper.epl.generated.EsperEPL2GrammarParser.UpdateExprContext
 
UpdateDetailsContext(ParserRuleContext, int) - Constructor for class com.espertech.esper.epl.generated.EsperEPL2GrammarParser.UpdateDetailsContext
 
UpdateDispatchFutureSpin - Class in com.espertech.esper.core.service
UpdateDispatchFutureSpin can be added to a dispatch queue that is thread-local.
UpdateDispatchFutureSpin(UpdateDispatchViewBlockingSpin, UpdateDispatchFutureSpin, long, TimeSourceService) - Constructor for class com.espertech.esper.core.service.UpdateDispatchFutureSpin
Ctor.
UpdateDispatchFutureSpin(TimeSourceService) - Constructor for class com.espertech.esper.core.service.UpdateDispatchFutureSpin
Ctor - use for the first future to indicate completion.
UpdateDispatchFutureWait - Class in com.espertech.esper.core.service
UpdateDispatchFutureWait can be added to a dispatch queue that is thread-local.
UpdateDispatchFutureWait(UpdateDispatchViewBlockingWait, UpdateDispatchFutureWait, long) - Constructor for class com.espertech.esper.core.service.UpdateDispatchFutureWait
Ctor.
UpdateDispatchFutureWait() - Constructor for class com.espertech.esper.core.service.UpdateDispatchFutureWait
Ctor - use for the first future to indicate completion.
UpdateDispatchView - Interface in com.espertech.esper.core.service
Update dispatch view to indicate statement results to listeners.
UpdateDispatchViewBase - Class in com.espertech.esper.core.service
Convenience view for dispatching view updates received from a parent view to update listeners via the dispatch service.
UpdateDispatchViewBase(StatementResultService, DispatchService) - Constructor for class com.espertech.esper.core.service.UpdateDispatchViewBase
Ctor.
UpdateDispatchViewBlockingSpin - Class in com.espertech.esper.core.service
Convenience view for dispatching view updates received from a parent view to update listeners via the dispatch service.
UpdateDispatchViewBlockingSpin(StatementResultService, DispatchService, long, TimeSourceService) - Constructor for class com.espertech.esper.core.service.UpdateDispatchViewBlockingSpin
Ctor.
UpdateDispatchViewBlockingWait - Class in com.espertech.esper.core.service
Convenience view for dispatching view updates received from a parent view to update listeners via the dispatch service.
UpdateDispatchViewBlockingWait(StatementResultService, DispatchService, long) - Constructor for class com.espertech.esper.core.service.UpdateDispatchViewBlockingWait
Ctor.
UpdateDispatchViewNonBlocking - Class in com.espertech.esper.core.service
Convenience view for dispatching view updates received from a parent view to update listeners via the dispatch service.
UpdateDispatchViewNonBlocking(StatementResultService, DispatchService) - Constructor for class com.espertech.esper.core.service.UpdateDispatchViewNonBlocking
Ctor.
updatedListeners(EPStatement, EPStatementListenerSet) - Method in interface com.espertech.esper.core.service.StatementLifecycleSvc
Statements indicate that listeners have been added through this method.
updatedListeners(EPStatement, EPStatementListenerSet) - Method in class com.espertech.esper.core.service.StatementLifecycleSvcImpl
 
updateExpr() - Method in class com.espertech.esper.epl.generated.EsperEPL2GrammarParser.EplExpressionContext
 
updateExpr() - Method in class com.espertech.esper.epl.generated.EsperEPL2GrammarParser
 
UpdateExprContext(ParserRuleContext, int) - Constructor for class com.espertech.esper.epl.generated.EsperEPL2GrammarParser.UpdateExprContext
 
UpdateListener - Interface in com.espertech.esper.client
Defines an interface to notify of new and old events.
updateMapEventType(String, Map<String, Object>) - Method in class com.espertech.esper.client.Configuration
 
updateMapEventType(String, Map<String, Object>) - Method in interface com.espertech.esper.client.ConfigurationOperations
Updates an existing Map event type with additional properties.
updateMapEventType(String, Map<String, Object>) - Method in class com.espertech.esper.core.service.ConfigurationOperationsImpl
 
updateMapEventType(String, Map<String, Object>) - Method in interface com.espertech.esper.event.EventAdapterService
Update a given Map event type.
updateMapEventType(String, Map<String, Object>) - Method in class com.espertech.esper.event.EventAdapterServiceImpl
 
updateObjectArrayEventType(String, String[], Object[]) - Method in class com.espertech.esper.client.Configuration
 
updateObjectArrayEventType(String, String[], Object[]) - Method in interface com.espertech.esper.client.ConfigurationOperations
Updates an existing Object-array event type with additional properties.
updateObjectArrayEventType(String, String[], Object[]) - Method in class com.espertech.esper.core.service.ConfigurationOperationsImpl
 
updateObjectArrayEventType(String, Map<String, Object>) - Method in interface com.espertech.esper.event.EventAdapterService
 
updateObjectArrayEventType(String, Map<String, Object>) - Method in class com.espertech.esper.event.EventAdapterServiceImpl
 
updateOutputCondition(int, int) - Method in interface com.espertech.esper.epl.view.OutputCondition
Update the output condition.
updateOutputCondition(int, int) - Method in class com.espertech.esper.epl.view.OutputConditionCount
 
updateOutputCondition(int, int) - Method in class com.espertech.esper.epl.view.OutputConditionCrontab
 
updateOutputCondition(int, int) - Method in class com.espertech.esper.epl.view.OutputConditionExpression
 
updateOutputCondition(int, int) - Method in class com.espertech.esper.epl.view.OutputConditionFirst
 
updateOutputCondition(int, int) - Method in class com.espertech.esper.epl.view.OutputConditionNull
 
updateOutputCondition(int, int) - Method in interface com.espertech.esper.epl.view.OutputConditionPolled
Update the output condition.
updateOutputCondition(int, int) - Method in class com.espertech.esper.epl.view.OutputConditionPolledCount
 
updateOutputCondition(int, int) - Method in class com.espertech.esper.epl.view.OutputConditionPolledCrontab
 
updateOutputCondition(int, int) - Method in class com.espertech.esper.epl.view.OutputConditionPolledExpression
 
updateOutputCondition(int, int) - Method in class com.espertech.esper.epl.view.OutputConditionPolledTime
 
updateOutputCondition(int, int) - Method in class com.espertech.esper.epl.view.OutputConditionTerm
 
updateOutputCondition(int, int) - Method in class com.espertech.esper.epl.view.OutputConditionTime
 
UpdateStrategy - Interface in com.espertech.esper.event.vaevent
Strategy for merging updates or additional properties.
UpdateStrategyBase - Class in com.espertech.esper.event.vaevent
Base strategy implementation holds the specification object.
UpdateStrategyDeclared - Class in com.espertech.esper.event.vaevent
Strategy for merging update properties using all declared property's values.
UpdateStrategyDeclared(RevisionSpec) - Constructor for class com.espertech.esper.event.vaevent.UpdateStrategyDeclared
Ctor.
UpdateStrategyExists - Class in com.espertech.esper.event.vaevent
Strategy for merging update properties using only existing property's values.
UpdateStrategyExists(RevisionSpec) - Constructor for class com.espertech.esper.event.vaevent.UpdateStrategyExists
Ctor.
UpdateStrategyNonNull - Class in com.espertech.esper.event.vaevent
Strategy for merging update properties using only non-null values.
UpdateStrategyNonNull(RevisionSpec) - Constructor for class com.espertech.esper.event.vaevent.UpdateStrategyNonNull
Ctor.
upper - Variable in class com.espertech.esper.epl.generated.EsperEPL2GrammarParser.MatchUntilRangeContext
 
uptime() - Method in class com.espertech.esper.metrics.codahale_metrics.metrics.core.VirtualMachineMetrics
Returns the number of seconds the JVM process has been running.
URIUtil - Class in com.espertech.esper.util
Utility for inspecting and comparing URI.
URIUtil() - Constructor for class com.espertech.esper.util.URIUtil
 
UserTimeClock() - Constructor for class com.espertech.esper.metrics.codahale_metrics.metrics.core.Clock.UserTimeClock
 
USING - Static variable in class com.espertech.esper.epl.generated.EsperEPL2GrammarLexer
 
USING() - Method in class com.espertech.esper.epl.generated.EsperEPL2GrammarParser.KeywordAllowedIdentContext
 
USING - Static variable in class com.espertech.esper.epl.generated.EsperEPL2GrammarParser
 
UTC_TIME_ZONE - Static variable in class com.espertech.esper.epl.datetime.calop.ApacheCommonsDateUtils
The UTC time zone (often referred to as GMT).
UuidGenerator - Class in com.espertech.esper.util
Unique id generator based on Java 5 UUID, generates 36-character unique ids.
UuidGenerator() - Constructor for class com.espertech.esper.util.UuidGenerator
 
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