- d - Variable in class com.espertech.esper.epl.generated.EsperEPL2GrammarParser.Builtin_cntContext
-
- d - Variable in class com.espertech.esper.epl.generated.EsperEPL2GrammarParser.ChainedFunctionContext
-
- d - Variable in class com.espertech.esper.epl.generated.EsperEPL2GrammarParser.ExpressionDialectContext
-
- d - Variable in class com.espertech.esper.epl.generated.EsperEPL2GrammarParser.ExpressionQualifyableContext
-
- d - Variable in class com.espertech.esper.epl.generated.EsperEPL2GrammarParser.MergeMatchedItemContext
-
- d - Variable in class com.espertech.esper.epl.generated.EsperEPL2GrammarParser.OnSelectExprContext
-
- d - Variable in class com.espertech.esper.epl.generated.EsperEPL2GrammarParser.OrderByListElementContext
-
- d - Variable in class com.espertech.esper.epl.generated.EsperEPL2GrammarParser.QualifyExpressionContext
-
- d - Variable in class com.espertech.esper.epl.generated.EsperEPL2GrammarParser.SelectClauseContext
-
- daemonThreadCount() - Method in class com.espertech.esper.metrics.codahale_metrics.metrics.core.VirtualMachineMetrics
-
Returns the number of live daemon threads.
- DatabaseConfigException - Exception in com.espertech.esper.epl.db
-
Exception to indicate that a stream name could not be resolved.
- DatabaseConfigException(String) - Constructor for exception com.espertech.esper.epl.db.DatabaseConfigException
-
Ctor.
- DatabaseConfigException(String, Throwable) - Constructor for exception com.espertech.esper.epl.db.DatabaseConfigException
-
Ctor.
- DatabaseConfigService - Interface in com.espertech.esper.epl.db
-
Service providing database connection factory and configuration information
for use with historical data polling.
- DatabaseConfigServiceImpl - Class in com.espertech.esper.epl.db
-
Implementation provides database instance services such as connection factory and
connection settings.
- DatabaseConfigServiceImpl(Map<String, ConfigurationDBRef>, SchedulingService, ScheduleBucket) - Constructor for class com.espertech.esper.epl.db.DatabaseConfigServiceImpl
-
Ctor.
- DatabaseConnectionFactory - Interface in com.espertech.esper.epl.db
-
Factory for new database connections.
- DatabaseDMConnFactory - Class in com.espertech.esper.epl.db
-
Database connection factory using DriverManager
to obtain connections.
- DatabaseDMConnFactory(ConfigurationDBRef.DriverManagerConnection, ConfigurationDBRef.ConnectionSettings) - Constructor for class com.espertech.esper.epl.db.DatabaseDMConnFactory
-
Ctor.
- DatabaseDSConnFactory - Class in com.espertech.esper.epl.db
-
Database connection factory using InitialContext
and DataSource
to obtain connections.
- DatabaseDSConnFactory(ConfigurationDBRef.DataSourceConnection, ConfigurationDBRef.ConnectionSettings) - Constructor for class com.espertech.esper.epl.db.DatabaseDSConnFactory
-
Ctor.
- DatabaseDSFactoryConnFactory - Class in com.espertech.esper.epl.db
-
Database connection factory using InitialContext
and DataSource
to obtain connections.
- DatabaseDSFactoryConnFactory(ConfigurationDBRef.DataSourceFactory, ConfigurationDBRef.ConnectionSettings) - Constructor for class com.espertech.esper.epl.db.DatabaseDSFactoryConnFactory
-
Ctor.
- databaseJoinExpression() - Method in class com.espertech.esper.epl.generated.EsperEPL2GrammarParser
-
- databaseJoinExpression() - Method in class com.espertech.esper.epl.generated.EsperEPL2GrammarParser.StreamExpressionContext
-
- DatabaseJoinExpressionContext(ParserRuleContext, int) - Constructor for class com.espertech.esper.epl.generated.EsperEPL2GrammarParser.DatabaseJoinExpressionContext
-
- DatabasePollingViewable - Class in com.espertech.esper.epl.db
-
Implements a poller viewable that uses a polling strategy, a cache and
some input parameters extracted from event streams to perform the polling.
- DatabasePollingViewable(int, List<String>, PollExecStrategy, DataCache, EventType) - Constructor for class com.espertech.esper.epl.db.DatabasePollingViewable
-
Ctor.
- DatabasePollingViewableFactory - Class in com.espertech.esper.epl.db
-
Factory for a view onto historical data via SQL statement.
- DatabasePollingViewableFactory() - Constructor for class com.espertech.esper.epl.db.DatabasePollingViewableFactory
-
- DatabaseTypeBinding - Interface in com.espertech.esper.util
-
Binding from database output column type to Java object.
- DatabaseTypeEnum - Enum in com.espertech.esper.util
-
Enumeration of the different Java built-in types that are used to represent database output column values.
- DataCache - Interface in com.espertech.esper.epl.db
-
Implementations serve as caches for historical or reference data retrieved
via lookup keys consisting or one or more rows represented by a list of events.
- DataCacheClearableMap - Class in com.espertech.esper.epl.db
-
For use in iteration over historical joins, a
DataCache
implementation
that serves to hold EventBean rows generated during a join evaluation
involving historical streams stable for the same cache lookup keys.
- DataCacheClearableMap() - Constructor for class com.espertech.esper.epl.db.DataCacheClearableMap
-
Ctor.
- DataCacheExpiringImpl - Class in com.espertech.esper.epl.db
-
Implements an expiry-time cache that evicts data when data becomes stale
after a given number of seconds.
- DataCacheExpiringImpl(double, double, ConfigurationCacheReferenceType, SchedulingService, ScheduleSlot, EPStatementAgentInstanceHandle) - Constructor for class com.espertech.esper.epl.db.DataCacheExpiringImpl
-
Ctor.
- DataCacheFactory - Class in com.espertech.esper.epl.db
-
Factory for data caches for use caching database query results and method invocation results.
- DataCacheFactory() - Constructor for class com.espertech.esper.epl.db.DataCacheFactory
-
- DataCacheLRUImpl - Class in com.espertech.esper.epl.db
-
Query result data cache implementation that uses a least-recently-used algorithm
to store and evict query results.
- DataCacheLRUImpl(int) - Constructor for class com.espertech.esper.epl.db.DataCacheLRUImpl
-
Ctor.
- DataCacheNullImpl - Class in com.espertech.esper.epl.db
-
Null implementation for a data cache that doesn't ever hit.
- DataCacheNullImpl() - Constructor for class com.espertech.esper.epl.db.DataCacheNullImpl
-
- DataCacheUtil - Class in com.espertech.esper.epl.db
-
- DataCacheUtil() - Constructor for class com.espertech.esper.epl.db.DataCacheUtil
-
- DATAFLOW - Static variable in class com.espertech.esper.epl.generated.EsperEPL2GrammarLexer
-
- DATAFLOW() - Method in class com.espertech.esper.epl.generated.EsperEPL2GrammarParser.CreateDataflowContext
-
- DATAFLOW - Static variable in class com.espertech.esper.epl.generated.EsperEPL2GrammarParser
-
- DataFlowConfigurationStateService - Interface in com.espertech.esper.dataflow.core
-
- DataFlowConfigurationStateServiceImpl - Class in com.espertech.esper.dataflow.core
-
- DataFlowConfigurationStateServiceImpl() - Constructor for class com.espertech.esper.dataflow.core.DataFlowConfigurationStateServiceImpl
-
- DataFlowContext - Annotation Type in com.espertech.esper.dataflow.annotations
-
- dataFlowInstanceId(String) - Method in class com.espertech.esper.client.dataflow.EPDataFlowInstantiationOptions
-
Sets the data flow instance id
- dataFlowInstanceUserObject(Object) - Method in class com.espertech.esper.client.dataflow.EPDataFlowInstantiationOptions
-
Sets the user object associated to the data flow instance.
- DataFlowOpCloseContext - Class in com.espertech.esper.dataflow.interfaces
-
- DataFlowOpCloseContext() - Constructor for class com.espertech.esper.dataflow.interfaces.DataFlowOpCloseContext
-
- DataFlowOperator - Class in com.espertech.esper.client.soda
-
Object model of a data flow operator declaration.
- DataFlowOperator(List<AnnotationPart>, String, List<DataFlowOperatorInput>, List<DataFlowOperatorOutput>, List<DataFlowOperatorParameter>) - Constructor for class com.espertech.esper.client.soda.DataFlowOperator
-
Ctor
- DataFlowOperator() - Constructor for class com.espertech.esper.client.soda.DataFlowOperator
-
Ctor.
- DataFlowOperator - Annotation Type in com.espertech.esper.dataflow.annotations
-
- DataFlowOperatorFactory - Interface in com.espertech.esper.dataflow.interfaces
-
- DataFlowOperatorInput - Class in com.espertech.esper.client.soda
-
Represents an input port of an operator.
- DataFlowOperatorInput() - Constructor for class com.espertech.esper.client.soda.DataFlowOperatorInput
-
Ctor.
- DataFlowOperatorInput(List<String>, String) - Constructor for class com.espertech.esper.client.soda.DataFlowOperatorInput
-
Ctor.
- DataFlowOperatorOutput - Class in com.espertech.esper.client.soda
-
Represents an output port of an operator.
- DataFlowOperatorOutput() - Constructor for class com.espertech.esper.client.soda.DataFlowOperatorOutput
-
Ctor.
- DataFlowOperatorOutput(String, List<DataFlowOperatorOutputType>) - Constructor for class com.espertech.esper.client.soda.DataFlowOperatorOutput
-
Ctor.
- DataFlowOperatorOutputType - Class in com.espertech.esper.client.soda
-
Represents type information for data flow operators.
- DataFlowOperatorOutputType() - Constructor for class com.espertech.esper.client.soda.DataFlowOperatorOutputType
-
Ctor.
- DataFlowOperatorOutputType(boolean, String, List<DataFlowOperatorOutputType>) - Constructor for class com.espertech.esper.client.soda.DataFlowOperatorOutputType
-
Ctor.
- DataFlowOperatorParameter - Class in com.espertech.esper.client.soda
-
Object model of a data flow operator parameter.
- DataFlowOperatorParameter(String, Object) - Constructor for class com.espertech.esper.client.soda.DataFlowOperatorParameter
-
Ctor.
- DataFlowOperatorParameter() - Constructor for class com.espertech.esper.client.soda.DataFlowOperatorParameter
-
Ctor.
- DataFlowOpInitializateContext - Class in com.espertech.esper.dataflow.interfaces
-
- DataFlowOpInitializateContext(String, String, Object, Map<Integer, DataFlowOpInputPort>, Map<Integer, DataFlowOpOutputPort>, StatementContext, EPServicesContext, AgentInstanceContext, EPRuntimeEventSender, EPServiceProvider, Annotation[]) - Constructor for class com.espertech.esper.dataflow.interfaces.DataFlowOpInitializateContext
-
- DataFlowOpInitializeContext - Class in com.espertech.esper.dataflow.interfaces
-
- DataFlowOpInitializeContext(StatementContext) - Constructor for class com.espertech.esper.dataflow.interfaces.DataFlowOpInitializeContext
-
- DataFlowOpInitializeResult - Class in com.espertech.esper.dataflow.interfaces
-
- DataFlowOpInitializeResult() - Constructor for class com.espertech.esper.dataflow.interfaces.DataFlowOpInitializeResult
-
- DataFlowOpInitializeResult(GraphTypeDesc[]) - Constructor for class com.espertech.esper.dataflow.interfaces.DataFlowOpInitializeResult
-
- DataFlowOpInputPort - Class in com.espertech.esper.dataflow.interfaces
-
- DataFlowOpInputPort(GraphTypeDesc, Set<String>, String, boolean) - Constructor for class com.espertech.esper.dataflow.interfaces.DataFlowOpInputPort
-
- DataFlowOpLifecycle - Interface in com.espertech.esper.dataflow.interfaces
-
- DataFlowOpOpenContext - Class in com.espertech.esper.dataflow.interfaces
-
- DataFlowOpOpenContext() - Constructor for class com.espertech.esper.dataflow.interfaces.DataFlowOpOpenContext
-
- DataFlowOpOutputPort - Class in com.espertech.esper.dataflow.interfaces
-
- DataFlowOpOutputPort(String, GraphTypeDesc) - Constructor for class com.espertech.esper.dataflow.interfaces.DataFlowOpOutputPort
-
- DataFlowOpParameter - Annotation Type in com.espertech.esper.dataflow.annotations
-
- DataFlowOpPropertyHolder - Annotation Type in com.espertech.esper.dataflow.annotations
-
- DataFlowOpProvideSignal - Annotation Type in com.espertech.esper.dataflow.annotations
-
- DataFlowService - Interface in com.espertech.esper.dataflow.core
-
- DataFlowServiceEntry - Class in com.espertech.esper.dataflow.core
-
- DataFlowServiceEntry(DataFlowStmtDesc, EPStatementState) - Constructor for class com.espertech.esper.dataflow.core.DataFlowServiceEntry
-
- DataFlowServiceImpl - Class in com.espertech.esper.dataflow.core
-
- DataFlowServiceImpl(EPServiceProvider, DataFlowConfigurationStateService) - Constructor for class com.espertech.esper.dataflow.core.DataFlowServiceImpl
-
- DataFlowSignalListener - Interface in com.espertech.esper.dataflow.util
-
- DataFlowSignalManager - Class in com.espertech.esper.dataflow.util
-
- DataFlowSignalManager() - Constructor for class com.espertech.esper.dataflow.util.DataFlowSignalManager
-
- DataFlowSourceOperator - Interface in com.espertech.esper.dataflow.interfaces
-
- DataflowStartDesc - Class in com.espertech.esper.dataflow.core
-
- DataflowStartDesc(OperatorStatisticsProvider) - Constructor for class com.espertech.esper.dataflow.core.DataflowStartDesc
-
- DataFlowStmtDesc - Class in com.espertech.esper.dataflow.core
-
- DataFlowStmtDesc(CreateDataFlowDesc, StatementContext, EPServicesContext, AgentInstanceContext, Map<GraphOperatorSpec, Annotation[]>) - Constructor for class com.espertech.esper.dataflow.core.DataFlowStmtDesc
-
- DataInputToObjectCollector - Interface in com.espertech.esper.client.dataflow.io
-
Collects an object from DataInput
and emits the object to an emitter.
- DataInputToObjectCollectorContext - Class in com.espertech.esper.client.dataflow.io
-
- DataInputToObjectCollectorContext() - Constructor for class com.espertech.esper.client.dataflow.io.DataInputToObjectCollectorContext
-
- DataInputToObjectCollectorSerializable - Class in com.espertech.esper.client.dataflow.io
-
Reads a Serializable
from DataInput
and emits the resulting object.
- DataInputToObjectCollectorSerializable() - Constructor for class com.espertech.esper.client.dataflow.io.DataInputToObjectCollectorSerializable
-
- DataSourceConnection(String, Properties) - Constructor for class com.espertech.esper.client.ConfigurationDBRef.DataSourceConnection
-
Ctor.
- DataSourceFactory(Properties, String) - Constructor for class com.espertech.esper.client.ConfigurationDBRef.DataSourceFactory
-
Ctor.
- DataWindowBatchingViewFactory - Interface in com.espertech.esper.view
-
Tag interface for data window view factories that express a batch expiry policy.
- DataWindowView - Interface in com.espertech.esper.view
-
Tag interface for data window views.
- DataWindowViewFactory - Interface in com.espertech.esper.view
-
Marker interface for use with view factories that create data window views only.
- DataWindowViewFactoryUniqueCandidate - Interface in com.espertech.esper.view
-
- DataWindowViewWithPrevious - Interface in com.espertech.esper.view
-
- DateTime - Class in com.espertech.esper.client.util
-
Utility class for date-time functions.
- DateTime() - Constructor for class com.espertech.esper.client.util.DateTime
-
- DatetimeLongCoercer - Interface in com.espertech.esper.epl.datetime.eval
-
- DatetimeLongCoercerCal - Class in com.espertech.esper.epl.datetime.eval
-
- DatetimeLongCoercerCal() - Constructor for class com.espertech.esper.epl.datetime.eval.DatetimeLongCoercerCal
-
- DatetimeLongCoercerDate - Class in com.espertech.esper.epl.datetime.eval
-
- DatetimeLongCoercerDate() - Constructor for class com.espertech.esper.epl.datetime.eval.DatetimeLongCoercerDate
-
- DatetimeLongCoercerFactory - Class in com.espertech.esper.epl.datetime.eval
-
- DatetimeLongCoercerFactory() - Constructor for class com.espertech.esper.epl.datetime.eval.DatetimeLongCoercerFactory
-
- DatetimeLongCoercerLong - Class in com.espertech.esper.epl.datetime.eval
-
- DatetimeLongCoercerLong() - Constructor for class com.espertech.esper.epl.datetime.eval.DatetimeLongCoercerLong
-
- DatetimeMethodEnum - Enum in com.espertech.esper.epl.datetime.eval
-
- DatetimeMethodEnumParams - Class in com.espertech.esper.epl.datetime.eval
-
- DatetimeMethodEnumParams() - Constructor for class com.espertech.esper.epl.datetime.eval.DatetimeMethodEnumParams
-
- DatetimeMethodEnumStatics - Class in com.espertech.esper.epl.datetime.eval
-
- DatetimeMethodEnumStatics() - Constructor for class com.espertech.esper.epl.datetime.eval.DatetimeMethodEnumStatics
-
- DayOfMonth - Static variable in class com.espertech.esper.epl.datetime.reformatop.CalendarEvalStatics
-
- DayOfWeek - Static variable in class com.espertech.esper.epl.datetime.reformatop.CalendarEvalStatics
-
- DayOfYear - Static variable in class com.espertech.esper.epl.datetime.reformatop.CalendarEvalStatics
-
- dayPart() - Method in class com.espertech.esper.epl.generated.EsperEPL2GrammarParser
-
- dayPart() - Method in class com.espertech.esper.epl.generated.EsperEPL2GrammarParser.TimePeriodContext
-
- DayPartContext(ParserRuleContext, int) - Constructor for class com.espertech.esper.epl.generated.EsperEPL2GrammarParser.DayPartContext
-
- DBOutputTypeDesc - Class in com.espertech.esper.epl.db
-
Descriptor for SQL output columns.
- DBOutputTypeDesc(int, String, DatabaseTypeBinding) - Constructor for class com.espertech.esper.epl.db.DBOutputTypeDesc
-
Ctor.
- DBStatementStreamSpec - Class in com.espertech.esper.epl.spec
-
Specification object for historical data poll via database SQL statement.
- DBStatementStreamSpec(String, ViewSpec[], String, String, String) - Constructor for class com.espertech.esper.epl.spec.DBStatementStreamSpec
-
Ctor.
- deactivate() - Method in interface com.espertech.esper.core.context.mgr.ContextController
-
- deactivate() - Method in class com.espertech.esper.core.context.mgr.ContextControllerCategory
-
- deactivate() - Method in interface com.espertech.esper.core.context.mgr.ContextControllerCondition
-
- deactivate() - Method in class com.espertech.esper.core.context.mgr.ContextControllerConditionCrontab
-
- deactivate() - Method in class com.espertech.esper.core.context.mgr.ContextControllerConditionFilter
-
- deactivate() - Method in class com.espertech.esper.core.context.mgr.ContextControllerConditionImmediate
-
- deactivate() - Method in class com.espertech.esper.core.context.mgr.ContextControllerConditionPattern
-
- deactivate() - Method in class com.espertech.esper.core.context.mgr.ContextControllerConditionTimePeriod
-
- deactivate() - Method in class com.espertech.esper.core.context.mgr.ContextControllerHash
-
- deactivate() - Method in class com.espertech.esper.core.context.mgr.ContextControllerInitTerm
-
- deactivate() - Method in class com.espertech.esper.core.context.mgr.ContextControllerPartitioned
-
- deadlockedThreads() - Method in class com.espertech.esper.metrics.codahale_metrics.metrics.core.VirtualMachineMetrics
-
Returns a set of strings describing deadlocked threads, if any are deadlocked.
- DeadlockHealthCheck - Class in com.espertech.esper.metrics.codahale_metrics.metrics.util
-
A
HealthCheck
implementation which returns a list of deadlocked threads, if any.
- DeadlockHealthCheck(VirtualMachineMetrics) - Constructor for class com.espertech.esper.metrics.codahale_metrics.metrics.util.DeadlockHealthCheck
-
- DeadlockHealthCheck() - Constructor for class com.espertech.esper.metrics.codahale_metrics.metrics.util.DeadlockHealthCheck
-
- deallocateVariableState(String, int) - Method in interface com.espertech.esper.epl.variable.VariableService
-
- deallocateVariableState(String, int) - Method in class com.espertech.esper.epl.variable.VariableServiceImpl
-
- deassign(int) - Method in class com.espertech.esper.core.context.stmt.StatementAIResourceRegistry
-
- deassignService(int) - Method in interface com.espertech.esper.core.context.stmt.AIRegistryAggregation
-
- deassignService(int) - Method in class com.espertech.esper.core.context.stmt.AIRegistryAggregationMap
-
- deassignService(int) - Method in class com.espertech.esper.core.context.stmt.AIRegistryAggregationMultiPerm
-
- deassignService(int) - Method in class com.espertech.esper.core.context.stmt.AIRegistryAggregationSingle
-
- deassignService(int) - Method in interface com.espertech.esper.core.context.stmt.AIRegistryExpr
-
- deassignService(int) - Method in class com.espertech.esper.core.context.stmt.AIRegistryExprBase
-
- deassignService(int) - Method in interface com.espertech.esper.core.context.stmt.AIRegistryMatchRecognizePrevious
-
- deassignService(int) - Method in class com.espertech.esper.core.context.stmt.AIRegistryMatchRecognizePreviousMap
-
- deassignService(int) - Method in class com.espertech.esper.core.context.stmt.AIRegistryMatchRecognizePreviousMultiPerm
-
- deassignService(int) - Method in class com.espertech.esper.core.context.stmt.AIRegistryMatchRecognizePreviousSingle
-
- deassignService(int) - Method in interface com.espertech.esper.core.context.stmt.AIRegistryPrevious
-
- deassignService(int) - Method in class com.espertech.esper.core.context.stmt.AIRegistryPreviousMap
-
- deassignService(int) - Method in class com.espertech.esper.core.context.stmt.AIRegistryPreviousMultiPerm
-
- deassignService(int) - Method in class com.espertech.esper.core.context.stmt.AIRegistryPreviousSingle
-
- deassignService(int) - Method in interface com.espertech.esper.core.context.stmt.AIRegistryPrior
-
- deassignService(int) - Method in class com.espertech.esper.core.context.stmt.AIRegistryPriorMap
-
- deassignService(int) - Method in class com.espertech.esper.core.context.stmt.AIRegistryPriorMultiPerm
-
- deassignService(int) - Method in class com.espertech.esper.core.context.stmt.AIRegistryPriorSingle
-
- deassignService(int) - Method in interface com.espertech.esper.core.context.stmt.AIRegistrySubselect
-
- deassignService(int) - Method in class com.espertech.esper.core.context.stmt.AIRegistrySubselectMap
-
- deassignService(int) - Method in class com.espertech.esper.core.context.stmt.AIRegistrySubselectMultiPerm
-
- deassignService(int) - Method in class com.espertech.esper.core.context.stmt.AIRegistrySubselectSingle
-
- DeathRattleExceptionHandler - Class in com.espertech.esper.metrics.codahale_metrics.metrics.util
-
When a thread throws an Exception that was not caught, a DeathRattleExceptionHandler will
increment a counter signalling a thread has died and print out the name and stack trace of the
thread.
- DeathRattleExceptionHandler(Counter) - Constructor for class com.espertech.esper.metrics.codahale_metrics.metrics.util.DeathRattleExceptionHandler
-
- DEC - Static variable in class com.espertech.esper.epl.generated.EsperEPL2GrammarLexer
-
- DEC - Static variable in class com.espertech.esper.epl.generated.EsperEPL2GrammarParser
-
- dec() - Method in class com.espertech.esper.metrics.codahale_metrics.metrics.core.Counter
-
Decrement the counter by one.
- dec(long) - Method in class com.espertech.esper.metrics.codahale_metrics.metrics.core.Counter
-
Decrement the counter by n
.
- decomposeCheckAggregation(List<ExprNode>) - Static method in class com.espertech.esper.filter.FilterSpecCompiler
-
- DecoratingEventBean - Interface in com.espertech.esper.event
-
Interface for event types that provide decorating event properties as a name-value map.
- decreaseCount(EvalFollowedByNode) - Method in class com.espertech.esper.pattern.pool.PatternSubexpressionPoolEngineSvc
-
- decreaseCount() - Method in class com.espertech.esper.pattern.pool.PatternSubexpressionPoolStmtHandler
-
- decreaseRefcount() - Method in class com.espertech.esper.epl.agg.service.AggregationMethodPairRow
-
Decrease number of data points by one.
- decreaseRefcount() - Method in class com.espertech.esper.epl.agg.service.AggregationMethodRow
-
Decrease number of data points by one.
- decreaseRefcount() - Method in class com.espertech.esper.epl.agg.service.AggregationMethodRowAged
-
Decrease number of data points by one.
- decreaseRefCount(EvalAuditStateNode, PatternContext) - Method in class com.espertech.esper.pattern.EvalAuditFactoryNode
-
- decreaseRefCount(EvalFactoryNode, EvalAuditStateNode, String, String, String) - Method in class com.espertech.esper.pattern.EvalAuditInstanceCount
-
- decrIndent() - Method in class com.espertech.esper.util.IndentWriter
-
Decrease the indentation one level.
- deepCopy() - Method in class com.espertech.esper.core.context.mgr.ContextInternalFilterAddendum
-
- deepEquals(ExprNode, ExprNode) - Static method in class com.espertech.esper.epl.expression.ExprNodeUtility
-
Compare two expression nodes and their children in exact child-node sequence,
returning true if the 2 expression nodes trees are equals, or false if they are not equals.
- deepEquals(ExprNode[], ExprNode[]) - Static method in class com.espertech.esper.epl.expression.ExprNodeUtility
-
Compares two expression nodes via deep comparison, considering all
child nodes of either side.
- deepEquals(List<ExprNode>, List<ExprNode>) - Static method in class com.espertech.esper.epl.expression.ExprNodeUtility
-
- DEFAULT_ALL - Static variable in interface com.espertech.esper.epl.methodbase.DotMethodInputTypeMatcher
-
- DEFAULT_ENGINE_URI - Static variable in interface com.espertech.esper.core.service.EPServiceProviderSPI
-
For the default provider instance, which carries a null provider URI,
the URI value is "default".
- DEFAULT_ENGINE_URI__QUALIFIER - Static variable in interface com.espertech.esper.core.service.EPServiceProviderSPI
-
For the default provider instance, which carries a "default" provider URI,
the property name qualification and stream name qualification may use "default".
- DEFAULT_FACTORY - Static variable in class com.espertech.esper.core.context.mgr.ContextControllerFactoryServiceImpl
-
- DEFAULT_FACTORY - Static variable in class com.espertech.esper.epl.agg.service.AggregationServiceFactoryServiceImpl
-
- DEFAULT_INSTRUMENTATION - Static variable in class com.espertech.esper.metrics.instrumentation.InstrumentationHelper
-
- DEFAULT_SELECT_ALL_EMPTY - Static variable in class com.espertech.esper.epl.spec.StatementSpecCompiled
-
- DEFAULT_SPI_TEST_BINDING - Static variable in class com.espertech.esper.core.context.mgr.ContextStateCacheNoSave
-
- DEFAULT_XMLLIKE_DATE_FORMAT - Static variable in class com.espertech.esper.client.util.DateTime
-
The default date-time format.
- DEFAULT_XMLLIKE_DATE_FORMAT_WITH_ZONE - Static variable in class com.espertech.esper.client.util.DateTime
-
The default date-time format with time zone.
- defaultClock() - Static method in class com.espertech.esper.metrics.codahale_metrics.metrics.core.Clock
-
The default clock to use.
- defaultFormat(String, AuditEnum, String) - Static method in class com.espertech.esper.util.AuditContext
-
- DefaultMapEntry - Class in com.espertech.esper.collection.apachecommons
-
A restricted implementation of Map.Entry
that prevents
the Map.Entry
contract from being broken.
- DefaultMapEntry(Object, Object) - Constructor for class com.espertech.esper.collection.apachecommons.DefaultMapEntry
-
Constructs a new entry with the specified key and given value.
- DefaultMapEntry(KeyValue) - Constructor for class com.espertech.esper.collection.apachecommons.DefaultMapEntry
-
Constructs a new entry from the specified KeyValue
.
- DefaultMapEntry(Map.Entry) - Constructor for class com.espertech.esper.collection.apachecommons.DefaultMapEntry
-
Constructs a new entry from the specified Map.Entry
.
- defaultRegistry() - Static method in class com.espertech.esper.metrics.codahale_metrics.metrics.HealthChecks
-
Returns the (static) default registry.
- defaultRegistry() - Static method in class com.espertech.esper.metrics.codahale_metrics.metrics.Metrics
-
Returns the (static) default registry.
- DefaultSupportCaptureOp<T> - Class in com.espertech.esper.dataflow.util
-
- DefaultSupportCaptureOp() - Constructor for class com.espertech.esper.dataflow.util.DefaultSupportCaptureOp
-
- DefaultSupportCaptureOp(int) - Constructor for class com.espertech.esper.dataflow.util.DefaultSupportCaptureOp
-
- DefaultSupportCaptureOpStatic<T> - Class in com.espertech.esper.dataflow.util
-
- DefaultSupportCaptureOpStatic() - Constructor for class com.espertech.esper.dataflow.util.DefaultSupportCaptureOpStatic
-
- DefaultSupportGraphEventUtil - Class in com.espertech.esper.dataflow.util
-
- DefaultSupportGraphEventUtil() - Constructor for class com.espertech.esper.dataflow.util.DefaultSupportGraphEventUtil
-
- DefaultSupportGraphEventUtil.MyEvent - Class in com.espertech.esper.dataflow.util
-
- DefaultSupportGraphOpProvider - Class in com.espertech.esper.dataflow.util
-
- DefaultSupportGraphOpProvider(Object) - Constructor for class com.espertech.esper.dataflow.util.DefaultSupportGraphOpProvider
-
- DefaultSupportGraphOpProvider(Object...) - Constructor for class com.espertech.esper.dataflow.util.DefaultSupportGraphOpProvider
-
- DefaultSupportGraphOpProviderByOpName - Class in com.espertech.esper.dataflow.util
-
- DefaultSupportGraphOpProviderByOpName(Map<String, Object>) - Constructor for class com.espertech.esper.dataflow.util.DefaultSupportGraphOpProviderByOpName
-
- DefaultSupportGraphParamProvider - Class in com.espertech.esper.dataflow.util
-
- DefaultSupportGraphParamProvider(Map<String, Object>) - Constructor for class com.espertech.esper.dataflow.util.DefaultSupportGraphParamProvider
-
- DefaultSupportSourceOp - Class in com.espertech.esper.dataflow.util
-
- DefaultSupportSourceOp() - Constructor for class com.espertech.esper.dataflow.util.DefaultSupportSourceOp
-
- DefaultSupportSourceOp(Object[]) - Constructor for class com.espertech.esper.dataflow.util.DefaultSupportSourceOp
-
- DEFINE - Static variable in class com.espertech.esper.epl.generated.EsperEPL2GrammarLexer
-
- DEFINE - Static variable in class com.espertech.esper.epl.generated.EsperEPL2GrammarParser
-
- DEFINE() - Method in class com.espertech.esper.epl.generated.EsperEPL2GrammarParser.KeywordAllowedIdentContext
-
- DEFINE() - Method in class com.espertech.esper.epl.generated.EsperEPL2GrammarParser.MatchRecogDefineContext
-
- DELETE - Static variable in class com.espertech.esper.epl.generated.EsperEPL2GrammarLexer
-
- DELETE - Static variable in class com.espertech.esper.epl.generated.EsperEPL2GrammarParser
-
- DELETE() - Method in class com.espertech.esper.epl.generated.EsperEPL2GrammarParser.FafDeleteContext
-
- DELETE() - Method in class com.espertech.esper.epl.generated.EsperEPL2GrammarParser.MergeMatchedItemContext
-
- DELETE() - Method in class com.espertech.esper.epl.generated.EsperEPL2GrammarParser.OnDeleteExprContext
-
- DELETE() - Method in class com.espertech.esper.epl.generated.EsperEPL2GrammarParser.OnSelectExprContext
-
- deletePath(ContextPartitionIdentifier) - Method in interface com.espertech.esper.core.context.mgr.ContextController
-
- deletePath(ContextPartitionIdentifier) - Method in class com.espertech.esper.core.context.mgr.ContextControllerCategory
-
- deletePath(ContextPartitionIdentifier) - Method in class com.espertech.esper.core.context.mgr.ContextControllerHash
-
- deletePath(ContextPartitionIdentifier) - Method in class com.espertech.esper.core.context.mgr.ContextControllerInitTerm
-
- deletePath(ContextPartitionIdentifier) - Method in class com.espertech.esper.core.context.mgr.ContextControllerPartitioned
-
- DeliveryConvertor - Interface in com.espertech.esper.core.service
-
Converts a row of column selection results into a result for dispatch to a method.
- DeliveryConvertorMap - Class in com.espertech.esper.core.service
-
Converts column results into a Map of key-value pairs.
- DeliveryConvertorMap(String[]) - Constructor for class com.espertech.esper.core.service.DeliveryConvertorMap
-
Ctor.
- DeliveryConvertorNull - Class in com.espertech.esper.core.service
-
Implementation that does not convert columns.
- DeliveryConvertorObjectArr - Class in com.espertech.esper.core.service
-
Implementation of a convertor for column results that renders the result as an object array itself.
- DeliveryConvertorObjectArr() - Constructor for class com.espertech.esper.core.service.DeliveryConvertorObjectArr
-
- DeliveryConvertorWidener - Class in com.espertech.esper.core.service
-
Implementation of a convertor for column results that renders the result as an object array itself.
- DeliveryConvertorWidener(TypeWidener[]) - Constructor for class com.espertech.esper.core.service.DeliveryConvertorWidener
-
- deltaMillisecondsAdd(long) - Method in interface com.espertech.esper.epl.expression.ExprTimePeriodEvalDeltaConst
-
- deltaMillisecondsAdd(long) - Method in class com.espertech.esper.epl.expression.ExprTimePeriodEvalDeltaConstCalAdd
-
- deltaMillisecondsAdd(long) - Method in class com.espertech.esper.epl.expression.ExprTimePeriodEvalDeltaConstMsec
-
- deltaMillisecondsAdd(long, EventBean[], boolean, ExprEvaluatorContext) - Method in interface com.espertech.esper.epl.expression.ExprTimePeriodEvalDeltaNonConst
-
- deltaMillisecondsAdd(long, EventBean[], boolean, ExprEvaluatorContext) - Method in class com.espertech.esper.epl.expression.ExprTimePeriodEvalDeltaNonConstCalAdd
-
- deltaMillisecondsAdd(long, EventBean[], boolean, ExprEvaluatorContext) - Method in class com.espertech.esper.epl.expression.ExprTimePeriodEvalDeltaNonConstMsec
-
- deltaMillisecondsAddWReference(long, long) - Method in interface com.espertech.esper.epl.expression.ExprTimePeriodEvalDeltaConst
-
- deltaMillisecondsAddWReference(long, long) - Method in class com.espertech.esper.epl.expression.ExprTimePeriodEvalDeltaConstCalAdd
-
- deltaMillisecondsAddWReference(long, long) - Method in class com.espertech.esper.epl.expression.ExprTimePeriodEvalDeltaConstMsec
-
- deltaMillisecondsAddWReference(long, long, EventBean[], boolean, ExprEvaluatorContext) - Method in interface com.espertech.esper.epl.expression.ExprTimePeriodEvalDeltaNonConst
-
- deltaMillisecondsAddWReference(long, long, EventBean[], boolean, ExprEvaluatorContext) - Method in class com.espertech.esper.epl.expression.ExprTimePeriodEvalDeltaNonConstCalAdd
-
- deltaMillisecondsAddWReference(long, long, EventBean[], boolean, ExprEvaluatorContext) - Method in class com.espertech.esper.epl.expression.ExprTimePeriodEvalDeltaNonConstMsec
-
- deltaMillisecondsSubtract(long) - Method in interface com.espertech.esper.epl.expression.ExprTimePeriodEvalDeltaConst
-
- deltaMillisecondsSubtract(long) - Method in class com.espertech.esper.epl.expression.ExprTimePeriodEvalDeltaConstCalAdd
-
- deltaMillisecondsSubtract(long) - Method in class com.espertech.esper.epl.expression.ExprTimePeriodEvalDeltaConstMsec
-
- deltaMillisecondsSubtract(long, EventBean[], boolean, ExprEvaluatorContext) - Method in interface com.espertech.esper.epl.expression.ExprTimePeriodEvalDeltaNonConst
-
- deltaMillisecondsSubtract(long, EventBean[], boolean, ExprEvaluatorContext) - Method in class com.espertech.esper.epl.expression.ExprTimePeriodEvalDeltaNonConstCalAdd
-
- deltaMillisecondsSubtract(long, EventBean[], boolean, ExprEvaluatorContext) - Method in class com.espertech.esper.epl.expression.ExprTimePeriodEvalDeltaNonConstMsec
-
- deltaMillisecondsUseEngineTime(EventBean[], AgentInstanceContext) - Method in interface com.espertech.esper.epl.expression.ExprTimePeriodEvalDeltaNonConst
-
- deltaMillisecondsUseEngineTime(EventBean[], AgentInstanceContext) - Method in class com.espertech.esper.epl.expression.ExprTimePeriodEvalDeltaNonConstCalAdd
-
- deltaMillisecondsUseEngineTime(EventBean[], AgentInstanceContext) - Method in class com.espertech.esper.epl.expression.ExprTimePeriodEvalDeltaNonConstMsec
-
- denaturalize(EventBean[]) - Static method in class com.espertech.esper.event.EventBeanUtility
-
- DependencyGraph - Class in com.espertech.esper.util
-
Model of dependency of lookup, in which one stream supplies values for lookup in another stream.
- DependencyGraph(int, boolean) - Constructor for class com.espertech.esper.util.DependencyGraph
-
Ctor.
- deploy(Module, DeploymentOptions) - Method in interface com.espertech.esper.client.deploy.EPDeploymentAdmin
-
Deploy a single module returning a generated deployment id to use when undeploying statements as well as
additional statement-level information.
- deploy(Module, DeploymentOptions, String) - Method in interface com.espertech.esper.client.deploy.EPDeploymentAdmin
-
Deploy a single module using the deployment id provided as a parameter.
- deploy(String, DeploymentOptions) - Method in interface com.espertech.esper.client.deploy.EPDeploymentAdmin
-
Deploy a previously undeployed module.
- deploy(Module, DeploymentOptions, String) - Method in class com.espertech.esper.core.deploy.EPDeploymentAdminImpl
-
- deploy(Module, DeploymentOptions) - Method in class com.espertech.esper.core.deploy.EPDeploymentAdminImpl
-
- deploy(String, DeploymentOptions) - Method in class com.espertech.esper.core.deploy.EPDeploymentAdminImpl
-
- DeploymentActionException - Exception in com.espertech.esper.client.deploy
-
Exception list populated in a deployment operation.
- DeploymentActionException(String, List<DeploymentItemException>) - Constructor for exception com.espertech.esper.client.deploy.DeploymentActionException
-
Ctor.
- DeploymentException - Exception in com.espertech.esper.client.deploy
-
Base deployment exception.
- DeploymentException(String) - Constructor for exception com.espertech.esper.client.deploy.DeploymentException
-
Ctor.
- DeploymentException(String, Throwable) - Constructor for exception com.espertech.esper.client.deploy.DeploymentException
-
Ctor.
- DeploymentException(Throwable) - Constructor for exception com.espertech.esper.client.deploy.DeploymentException
-
Ctor.
- DeploymentInformation - Class in com.espertech.esper.client.deploy
-
Available information about deployment made.
- DeploymentInformation(String, Module, Calendar, Calendar, DeploymentInformationItem[], DeploymentState) - Constructor for class com.espertech.esper.client.deploy.DeploymentInformation
-
Ctor.
- DeploymentInformationItem - Class in com.espertech.esper.client.deploy
-
Statement level information for deployed modules.
- DeploymentInformationItem(String, String) - Constructor for class com.espertech.esper.client.deploy.DeploymentInformationItem
-
Ctor.
- DeploymentItemException - Exception in com.espertech.esper.client.deploy
-
- DeploymentItemException(String, String, RuntimeException, int) - Constructor for exception com.espertech.esper.client.deploy.DeploymentItemException
-
Ctor.
- DeploymentNotFoundException - Exception in com.espertech.esper.client.deploy
-
- DeploymentNotFoundException(String) - Constructor for exception com.espertech.esper.client.deploy.DeploymentNotFoundException
-
Ctor.
- DeploymentOptions - Class in com.espertech.esper.client.deploy
-
Options for use in deployment of a module to control the behavior of the deploy operation.
- DeploymentOptions() - Constructor for class com.espertech.esper.client.deploy.DeploymentOptions
-
- DeploymentOrder - Class in com.espertech.esper.client.deploy
-
- DeploymentOrder(List<Module>) - Constructor for class com.espertech.esper.client.deploy.DeploymentOrder
-
Cotr.
- DeploymentOrderException - Exception in com.espertech.esper.client.deploy
-
Exception indicates a problem when determining delpoyment order and uses-dependency checking.
- DeploymentOrderException(String) - Constructor for exception com.espertech.esper.client.deploy.DeploymentOrderException
-
Ctor.
- DeploymentOrderOptions - Class in com.espertech.esper.client.deploy
-
- DeploymentOrderOptions() - Constructor for class com.espertech.esper.client.deploy.DeploymentOrderOptions
-
- DeploymentResult - Class in com.espertech.esper.client.deploy
-
Result of a deployment operation carries a deployment id for use in undeploy and statement-level information.
- DeploymentResult(String, List<EPStatement>, List<String>) - Constructor for class com.espertech.esper.client.deploy.DeploymentResult
-
Ctor.
- DeploymentState - Enum in com.espertech.esper.client.deploy
-
Deployment state.
- DeploymentStateException - Exception in com.espertech.esper.client.deploy
-
- DeploymentStateException(String) - Constructor for exception com.espertech.esper.client.deploy.DeploymentStateException
-
Ctor.
- DeploymentStateService - Interface in com.espertech.esper.core.deploy
-
Interface for a service maintaining deployment state.
- DeploymentStateServiceImpl - Class in com.espertech.esper.core.deploy
-
Implementation for storing deployment state.
- DeploymentStateServiceImpl() - Constructor for class com.espertech.esper.core.deploy.DeploymentStateServiceImpl
-
- dereference(K) - Method in class com.espertech.esper.collection.RefCountedMap
-
Decreases the reference count for a given key by one.
- DerivedValueView - Interface in com.espertech.esper.view
-
Tag interface for derived-value views.
- DESC - Static variable in class com.espertech.esper.epl.generated.EsperEPL2GrammarLexer
-
- DESC - Static variable in class com.espertech.esper.epl.generated.EsperEPL2GrammarParser
-
- DESC() - Method in class com.espertech.esper.epl.generated.EsperEPL2GrammarParser.ExpressionQualifyableContext
-
- DESC() - Method in class com.espertech.esper.epl.generated.EsperEPL2GrammarParser.OrderByListElementContext
-
- Description - Annotation Type in com.espertech.esper.client.annotation
-
Annotation for use in EPL statements to add a description.
- deserialize(DataInputStream) - Method in interface com.espertech.esper.util.Serializer
-
- deserialize(int, byte[], Serializer[]) - Static method in class com.espertech.esper.util.SerializerFactory
-
- destroy() - Method in interface com.espertech.esper.adapter.Adapter
-
Destroy the Adapter, stopping the sending of all events and releasing all
the resources, and disallowing any further state changes on the Adapter.
- destroy() - Method in class com.espertech.esper.adapter.AdapterStateManager
-
Transition into the DESTROYED state.
- destroy() - Method in interface com.espertech.esper.client.EPServiceProvider
-
Destroys the service.
- destroy() - Method in interface com.espertech.esper.client.EPServiceProviderIsolated
-
Destroy the isolated service returning all statements to the engine.
- destroy() - Method in interface com.espertech.esper.client.EPStatement
-
Destroy the statement releasing all statement resources.
- destroy() - Method in interface com.espertech.esper.client.hook.VirtualDataWindow
-
Called when the named window is stopped or destroyed.
- destroy() - Method in interface com.espertech.esper.collection.ViewUpdatedCollection
-
De-allocate resources held by the collection.
- destroy(FilterService) - Method in class com.espertech.esper.core.context.mgr.ContextControllerHashedFilterCallback
-
- destroy(FilterService) - Method in class com.espertech.esper.core.context.mgr.ContextControllerPartitionedFilterCallback
-
- destroy() - Method in interface com.espertech.esper.core.deploy.DeploymentStateService
-
Destroy the service.
- destroy() - Method in class com.espertech.esper.core.deploy.DeploymentStateServiceImpl
-
- destroy() - Method in class com.espertech.esper.core.service.EPAdministratorImpl
-
Destroys an engine instance.
- destroy() - Method in interface com.espertech.esper.core.service.EPAdministratorSPI
-
Destroy the administrative interface.
- destroy() - Method in class com.espertech.esper.core.service.EPRuntimeImpl
-
Destroy for destroying an engine instance: sets references to null and clears thread-locals
- destroy() - Method in class com.espertech.esper.core.service.EPRuntimeIsolatedImpl
-
Destroy for destroying an engine instance: sets references to null and clears thread-locals
- destroy() - Method in interface com.espertech.esper.core.service.EPRuntimeSPI
-
- destroy() - Method in class com.espertech.esper.core.service.EPServiceProviderImpl
-
- destroy() - Method in class com.espertech.esper.core.service.EPServiceProviderIsolatedImpl
-
- destroy() - Method in class com.espertech.esper.core.service.EPServicesContext
-
Destroy services.
- destroy() - Method in class com.espertech.esper.core.service.EPStatementImpl
-
- destroy() - Method in class com.espertech.esper.core.service.ExpressionResultCacheServiceAgentInstance
-
- destroy() - Method in class com.espertech.esper.core.service.ExpressionResultCacheServiceThreadlocal
-
- destroy() - Method in interface com.espertech.esper.core.service.ExtensionServicesContext
-
Invoked to destroy the extension services, when an existing engine is initialized.
- destroy() - Method in class com.espertech.esper.core.service.SchedulingServiceAudit
-
- destroy() - Method in interface com.espertech.esper.core.service.StatementIsolationService
-
Destroys the servce.
- destroy() - Method in class com.espertech.esper.core.service.StatementIsolationServiceImpl
-
- destroy(String) - Method in interface com.espertech.esper.core.service.StatementLifecycleSvc
-
Destroy statement by statement id.
- destroy() - Method in interface com.espertech.esper.core.service.StatementLifecycleSvc
-
Destroy the service.
- destroy() - Method in class com.espertech.esper.core.service.StatementLifecycleSvcImpl
-
- destroy(String) - Method in class com.espertech.esper.core.service.StatementLifecycleSvcImpl
-
- destroy() - Method in interface com.espertech.esper.core.start.EPStatementDestroyMethod
-
Destroys a statement.
- destroy() - Method in interface com.espertech.esper.core.thread.ThreadingService
-
Destroy thread pools.
- destroy() - Method in class com.espertech.esper.core.thread.ThreadingServiceImpl
-
- destroy() - Method in interface com.espertech.esper.dataflow.core.DataFlowService
-
- destroy() - Method in class com.espertech.esper.dataflow.core.DataFlowServiceImpl
-
- destroy() - Method in class com.espertech.esper.epl.core.MethodPollingExecStrategyBase
-
- destroy() - Method in class com.espertech.esper.epl.db.ConnectionCache
-
Destroys cache closing all resources cached, if any.
- destroy() - Method in class com.espertech.esper.epl.db.ConnectionCacheImpl
-
- destroy() - Method in class com.espertech.esper.epl.db.ConnectionNoCacheImpl
-
- destroy() - Method in interface com.espertech.esper.epl.db.PollExecStrategy
-
Indicate we are no going to use this object again.
- destroy() - Method in class com.espertech.esper.epl.db.PollExecStrategyDBQuery
-
- destroy() - Method in interface com.espertech.esper.epl.declexpr.ExprDeclaredService
-
- destroy() - Method in class com.espertech.esper.epl.declexpr.ExprDeclaredServiceImpl
-
- destroy() - Method in interface com.espertech.esper.epl.join.base.JoinSetComposer
-
Destroy stateful index tables, if any.
- destroy() - Method in class com.espertech.esper.epl.join.base.JoinSetComposerFAFImpl
-
- destroy() - Method in class com.espertech.esper.epl.join.base.JoinSetComposerHistoricalImpl
-
- destroy() - Method in class com.espertech.esper.epl.join.base.JoinSetComposerImpl
-
- destroy() - Method in class com.espertech.esper.epl.join.base.JoinSetComposerStreamToWinImpl
-
- destroy() - Method in interface com.espertech.esper.epl.metric.MetricReportingService
-
Destroy the service.
- destroy() - Method in class com.espertech.esper.epl.metric.MetricReportingServiceImpl
-
- destroy() - Method in interface com.espertech.esper.epl.metric.MetricsExecutor
-
Shut down executor.
- destroy() - Method in class com.espertech.esper.epl.metric.MetricsExecutorThreaded
-
- destroy() - Method in class com.espertech.esper.epl.metric.MetricsExecutorUnthreaded
-
- destroy() - Method in class com.espertech.esper.epl.named.NamedWindowIndexRepository
-
Destroy indexes.
- destroy() - Method in class com.espertech.esper.epl.named.NamedWindowProcessor
-
Deletes a named window and removes any associated resources.
- destroy() - Method in class com.espertech.esper.epl.named.NamedWindowProcessorInstance
-
Deletes a named window and removes any associated resources.
- destroy() - Method in class com.espertech.esper.epl.named.NamedWindowRootViewInstance
-
Destroy and clear resources.
- destroy() - Method in interface com.espertech.esper.epl.named.NamedWindowService
-
Clear out the service.
- destroy() - Method in class com.espertech.esper.epl.named.NamedWindowServiceImpl
-
- destroy() - Method in class com.espertech.esper.epl.named.NamedWindowTailViewInstance
-
Destroy the view.
- destroy() - Method in interface com.espertech.esper.epl.variable.VariableService
-
- destroy() - Method in class com.espertech.esper.epl.variable.VariableServiceImpl
-
- destroy() - Method in interface com.espertech.esper.epl.virtualdw.VirtualDWView
-
- destroy() - Method in class com.espertech.esper.epl.virtualdw.VirtualDWViewImpl
-
- destroy() - Method in class com.espertech.esper.filter.EventTypeIndex
-
Destroy the service.
- destroy() - Method in class com.espertech.esper.filter.EventTypeIndexBuilder
-
Destroy the service.
- destroy() - Method in interface com.espertech.esper.filter.FilterService
-
Destroy the service.
- destroy() - Method in class com.espertech.esper.filter.FilterServiceBase
-
- destroy() - Method in interface com.espertech.esper.plugin.PluginLoader
-
Destroys adapter loader and adapters loaded.
- destroy() - Method in interface com.espertech.esper.schedule.SchedulingMgmtService
-
Destroy the service.
- destroy() - Method in class com.espertech.esper.schedule.SchedulingMgmtServiceImpl
-
- destroy() - Method in interface com.espertech.esper.schedule.SchedulingService
-
Destroy the service.
- destroy() - Method in class com.espertech.esper.schedule.SchedulingServiceImpl
-
- destroy() - Method in class com.espertech.esper.view.internal.PriorEventBufferMulti
-
- destroy() - Method in class com.espertech.esper.view.internal.PriorEventBufferSingle
-
- destroy() - Method in class com.espertech.esper.view.internal.PriorEventBufferUnbound
-
- destroy() - Method in interface com.espertech.esper.view.stream.StreamFactoryService
-
Destroy the service.
- destroy() - Method in class com.espertech.esper.view.stream.StreamFactorySvcImpl
-
- destroy() - Method in class com.espertech.esper.view.window.IStreamRandomAccess
-
- destroy() - Method in class com.espertech.esper.view.window.IStreamRelativeAccess
-
- destroyAllContextPartitions() - Method in interface com.espertech.esper.client.hook.VirtualDataWindowFactory
-
Invoked to indicate the named window is destroyed.
- destroyAllStatements() - Method in interface com.espertech.esper.client.EPAdministrator
-
Stops and destroys all statements.
- destroyAllStatements() - Method in class com.espertech.esper.core.service.EPAdministratorImpl
-
- destroyAllStatements() - Method in interface com.espertech.esper.core.service.StatementLifecycleSvc
-
Destroys all started statements.
- destroyAllStatements() - Method in class com.espertech.esper.core.service.StatementLifecycleSvcImpl
-
- destroyContextPartition(String, int) - Method in interface com.espertech.esper.client.context.EPContextPartitionAdmin
-
Destroy the context partition returning its descriptor.
- destroyContextPartition(String, int) - Method in class com.espertech.esper.core.service.EPContextPartitionAdminImpl
-
- destroyContextPartitions(String, ContextPartitionSelector) - Method in interface com.espertech.esper.client.context.EPContextPartitionAdmin
-
Destroy one or more context partitions dropping the associated state and removing associated context partition metadata.
- destroyContextPartitions(String, ContextPartitionSelector) - Method in class com.espertech.esper.core.service.EPContextPartitionAdminImpl
-
- destroyedAgentInstance(int) - Method in interface com.espertech.esper.epl.core.MethodResolutionService
-
- destroyedAgentInstance(int) - Method in class com.espertech.esper.epl.core.MethodResolutionServiceImpl
-
- destroyedContext(String) - Method in interface com.espertech.esper.core.context.mgr.ContextManagementService
-
- destroyedContext(String) - Method in class com.espertech.esper.core.context.mgr.ContextManagementServiceImpl
-
- destroyedExpression(CreateExpressionDesc) - Method in interface com.espertech.esper.epl.declexpr.ExprDeclaredService
-
- destroyedExpression(CreateExpressionDesc) - Method in class com.espertech.esper.epl.declexpr.ExprDeclaredServiceImpl
-
- destroyedStatement(String, String, String) - Method in interface com.espertech.esper.core.context.mgr.ContextManagementService
-
- destroyedStatement(String, String, String) - Method in class com.espertech.esper.core.context.mgr.ContextManagementServiceImpl
-
- destroyNamedWindow() - Method in interface com.espertech.esper.epl.virtualdw.VirtualDWViewFactory
-
- destroyNamedWindow() - Method in class com.espertech.esper.epl.virtualdw.VirtualDWViewFactoryImpl
-
- destroyStatement(String, String) - Method in interface com.espertech.esper.core.context.mgr.ContextManager
-
- destroyStatement(String, String) - Method in class com.espertech.esper.core.context.mgr.ContextManagerImpl
-
- destroyStatement(String, String) - Method in class com.espertech.esper.core.context.mgr.ContextManagerNested
-
- destroySubcontext(Name) - Method in class com.espertech.esper.core.service.EngineEnvContext
-
- destroySubcontext(String) - Method in class com.espertech.esper.core.service.EngineEnvContext
-
- determine(String, String) - Static method in enum com.espertech.esper.core.context.mgr.ContextControllerHashFactory.HashFunctionEnum
-
- determineIndexing(QueryGraph, EventType, EventType, int, int) - Static method in class com.espertech.esper.epl.join.base.JoinSetComposerPrototypeFactory
-
Constructs indexing and lookup strategy for a given relationship that a historical stream may have with another
stream (historical or not) that looks up into results of a poll of a historical stream.
- determineMethod(Class) - Method in class com.espertech.esper.event.bean.DynamicMappedPropertyGetter
-
- determineVisibility(RowRegexExprNode) - Static method in class com.espertech.esper.rowregex.EventRowRegexHelper
-
- disableStats() - Method in interface com.espertech.esper.timer.TimerService
-
Disable statistics.
- disableStats() - Method in class com.espertech.esper.timer.TimerServiceImpl
-
- disallowStateTransitions() - Method in class com.espertech.esper.adapter.AdapterStateManager
-
Disallow future state changes, and throw an IllegalStateTransitionException if they
are attempted.
- Disjunction - Class in com.espertech.esper.client.soda
-
Disjunction represents a logical OR allowing multiple sub-expressions to be connected by OR.
- Disjunction() - Constructor for class com.espertech.esper.client.soda.Disjunction
-
Ctor - for use to create an expression tree, without child expression.
- Disjunction(Expression, Expression, Expression...) - Constructor for class com.espertech.esper.client.soda.Disjunction
-
Ctor.
- dispatch() - Method in class com.espertech.esper.core.service.EPRuntimeImpl
-
Dispatch events.
- dispatch() - Method in class com.espertech.esper.core.service.EPRuntimeIsolatedImpl
-
Dispatch events.
- dispatch() - Method in interface com.espertech.esper.core.service.EPRuntimeSPI
-
- dispatch() - Method in interface com.espertech.esper.core.service.InternalEventRouteDest
-
- dispatch() - Method in interface com.espertech.esper.dispatch.DispatchService
-
Execute all Dispatchable implementations added to the service since the last invocation of this method.
- dispatch() - Method in class com.espertech.esper.dispatch.DispatchServiceImpl
-
- dispatch(ExprEvaluatorContext) - Method in interface com.espertech.esper.epl.named.NamedWindowService
-
Dispatch events of the insert and remove stream of named windows to consumers, as part of the
main event processing or dispatch loop.
- dispatch(ExprEvaluatorContext) - Method in class com.espertech.esper.epl.named.NamedWindowServiceImpl
-
- Dispatchable - Interface in com.espertech.esper.dispatch
-
Implementations are executed when the DispatchService receives a dispatch invocation.
- dispatchOnStop() - Method in interface com.espertech.esper.core.service.StatementResultService
-
Dispatch the remaining results, if any, to listeners as the statement is about to be stopped.
- dispatchOnStop() - Method in class com.espertech.esper.core.service.StatementResultServiceImpl
-
Dispatches when the statement is stopped any remaining results.
- DispatchService - Interface in com.espertech.esper.dispatch
-
Service for dispatching internally (for operators/views processing results of prior operators/views) and
externally (dispatch events to UpdateListener implementations).
- DispatchServiceImpl - Class in com.espertech.esper.dispatch
-
Implements dispatch service using a thread-local linked list of Dispatchable instances.
- DispatchServiceImpl() - Constructor for class com.espertech.esper.dispatch.DispatchServiceImpl
-
- DispatchServiceProvider - Class in com.espertech.esper.dispatch
-
Provider of implementations for the dispatch service.
- DispatchServiceProvider() - Constructor for class com.espertech.esper.dispatch.DispatchServiceProvider
-
- dispatchStatementLifecycleEvent(StatementLifecycleEvent) - Method in interface com.espertech.esper.core.service.StatementLifecycleSvc
-
Dispatch event to observers.
- dispatchStatementLifecycleEvent(StatementLifecycleEvent) - Method in class com.espertech.esper.core.service.StatementLifecycleSvcImpl
-
- distinct(boolean) - Method in class com.espertech.esper.client.soda.SelectClause
-
Sets distinct
- distinct() - Method in class com.espertech.esper.client.soda.SelectClause
-
Sets distinct to true.
- DISTINCT - Static variable in class com.espertech.esper.epl.generated.EsperEPL2GrammarLexer
-
- DISTINCT() - Method in class com.espertech.esper.epl.generated.EsperEPL2GrammarParser.Builtin_avedevContext
-
- DISTINCT() - Method in class com.espertech.esper.epl.generated.EsperEPL2GrammarParser.Builtin_avgContext
-
- DISTINCT() - Method in class com.espertech.esper.epl.generated.EsperEPL2GrammarParser.Builtin_cntContext
-
- DISTINCT() - Method in class com.espertech.esper.epl.generated.EsperEPL2GrammarParser.Builtin_medianContext
-
- DISTINCT() - Method in class com.espertech.esper.epl.generated.EsperEPL2GrammarParser.Builtin_stddevContext
-
- DISTINCT() - Method in class com.espertech.esper.epl.generated.EsperEPL2GrammarParser.Builtin_sumContext
-
- DISTINCT() - Method in class com.espertech.esper.epl.generated.EsperEPL2GrammarParser.CreateContextDistinctContext
-
- DISTINCT - Static variable in class com.espertech.esper.epl.generated.EsperEPL2GrammarParser
-
- DISTINCT() - Method in class com.espertech.esper.epl.generated.EsperEPL2GrammarParser.LibFunctionArgsContext
-
- DISTINCT() - Method in class com.espertech.esper.epl.generated.EsperEPL2GrammarParser.OnSelectExprContext
-
- DISTINCT() - Method in class com.espertech.esper.epl.generated.EsperEPL2GrammarParser.SelectClauseContext
-
- DISTINCT() - Method in class com.espertech.esper.epl.generated.EsperEPL2GrammarParser.SubQueryExprContext
-
- distinctExpressionAtom() - Method in class com.espertech.esper.epl.generated.EsperEPL2GrammarParser
-
- distinctExpressionAtom(int) - Method in class com.espertech.esper.epl.generated.EsperEPL2GrammarParser.DistinctExpressionListContext
-
- distinctExpressionAtom() - Method in class com.espertech.esper.epl.generated.EsperEPL2GrammarParser.DistinctExpressionListContext
-
- DistinctExpressionAtomContext(ParserRuleContext, int) - Constructor for class com.espertech.esper.epl.generated.EsperEPL2GrammarParser.DistinctExpressionAtomContext
-
- distinctExpressionList() - Method in class com.espertech.esper.epl.generated.EsperEPL2GrammarParser
-
- distinctExpressionList() - Method in class com.espertech.esper.epl.generated.EsperEPL2GrammarParser.QualifyExpressionContext
-
- DistinctExpressionListContext(ParserRuleContext, int) - Constructor for class com.espertech.esper.epl.generated.EsperEPL2GrammarParser.DistinctExpressionListContext
-
- DIV - Static variable in class com.espertech.esper.epl.generated.EsperEPL2GrammarLexer
-
- DIV - Static variable in class com.espertech.esper.epl.generated.EsperEPL2GrammarParser
-
- DIV() - Method in class com.espertech.esper.epl.generated.EsperEPL2GrammarParser.FrequencyOperandContext
-
- DIV() - Method in class com.espertech.esper.epl.generated.EsperEPL2GrammarParser.MultiplyExpressionContext
-
- DIV(int) - Method in class com.espertech.esper.epl.generated.EsperEPL2GrammarParser.MultiplyExpressionContext
-
- DIV_ASSIGN - Static variable in class com.espertech.esper.epl.generated.EsperEPL2GrammarLexer
-
- DIV_ASSIGN - Static variable in class com.espertech.esper.epl.generated.EsperEPL2GrammarParser
-
- divide(Expression, Expression) - Static method in class com.espertech.esper.client.soda.Expressions
-
Division.
- divide(String, String) - Static method in class com.espertech.esper.client.soda.Expressions
-
Division.
- DivideBigDec(boolean) - Constructor for class com.espertech.esper.type.MathArithTypeEnum.DivideBigDec
-
Ctor.
- DivideBigDecConvComputer(SimpleNumberBigDecimalCoercer, SimpleNumberBigDecimalCoercer, boolean) - Constructor for class com.espertech.esper.type.MathArithTypeEnum.DivideBigDecConvComputer
-
Ctor.
- DivideBigInt() - Constructor for class com.espertech.esper.type.MathArithTypeEnum.DivideBigInt
-
- DivideBigIntConvComputer(SimpleNumberBigIntegerCoercer, SimpleNumberBigIntegerCoercer) - Constructor for class com.espertech.esper.type.MathArithTypeEnum.DivideBigIntConvComputer
-
Ctor.
- DivideDouble(boolean) - Constructor for class com.espertech.esper.type.MathArithTypeEnum.DivideDouble
-
Ctor.
- DivideFloat() - Constructor for class com.espertech.esper.type.MathArithTypeEnum.DivideFloat
-
- DivideInt() - Constructor for class com.espertech.esper.type.MathArithTypeEnum.DivideInt
-
- DivideLong() - Constructor for class com.espertech.esper.type.MathArithTypeEnum.DivideLong
-
- DOMAttributeAndElementGetter - Class in com.espertech.esper.event.xml
-
Getter for both attribute and element values, attributes are checked first.
- DOMAttributeAndElementGetter(String) - Constructor for class com.espertech.esper.event.xml.DOMAttributeAndElementGetter
-
Ctor.
- DOMComplexElementGetter - Class in com.espertech.esper.event.xml
-
Getter for a DOM complex element.
- DOMComplexElementGetter(String, FragmentFactory, boolean) - Constructor for class com.espertech.esper.event.xml.DOMComplexElementGetter
-
Ctor.
- DOMConvertingArrayGetter - Class in com.espertech.esper.event.xml
-
Getter for converting a Node child nodes into an array.
- DOMConvertingArrayGetter(DOMPropertyGetter, Class) - Constructor for class com.espertech.esper.event.xml.DOMConvertingArrayGetter
-
Ctor.
- DOMConvertingGetter - Class in com.espertech.esper.event.xml
-
Getter for parsing node content to a desired type.
- DOMConvertingGetter(String, DOMPropertyGetter, Class) - Constructor for class com.espertech.esper.event.xml.DOMConvertingGetter
-
Ctor.
- DOMElementIterator - Class in com.espertech.esper.util
-
Iterator over DOM nodes that positions between elements.
- DOMElementIterator(NodeList) - Constructor for class com.espertech.esper.util.DOMElementIterator
-
Ctor.
- DOMIndexedGetter - Class in com.espertech.esper.event.xml
-
Getter for retrieving a value at a certain index.
- DOMIndexedGetter(String, int, FragmentFactory) - Constructor for class com.espertech.esper.event.xml.DOMIndexedGetter
-
Ctor.
- DOMMapGetter - Class in com.espertech.esper.event.xml
-
DOM getter for Map-property.
- DOMMapGetter(String, String, FragmentFactory) - Constructor for class com.espertech.esper.event.xml.DOMMapGetter
-
Ctor.
- DOMNestedPropertyGetter - Class in com.espertech.esper.event.xml
-
Getter for nested properties in a DOM tree.
- DOMNestedPropertyGetter(List<EventPropertyGetter>, FragmentFactory) - Constructor for class com.espertech.esper.event.xml.DOMNestedPropertyGetter
-
Ctor.
- DOMPropertyGetter - Interface in com.espertech.esper.event.xml
-
Shortcut-getter for DOM underlying objects.
- DOMSimpleAttributeGetter - Class in com.espertech.esper.event.xml
-
Getter for simple attributes in a DOM node.
- DOMSimpleAttributeGetter(String) - Constructor for class com.espertech.esper.event.xml.DOMSimpleAttributeGetter
-
Ctor.
- done() - Method in class com.espertech.esper.core.service.InsertIntoLatchSpin
-
Called to indicate that the latch completed and a later latch can start.
- done() - Method in class com.espertech.esper.core.service.InsertIntoLatchWait
-
Called to indicate that the latch completed and a later latch can start.
- done() - Method in class com.espertech.esper.epl.core.MethodPollingExecStrategyBase
-
- done() - Method in interface com.espertech.esper.epl.db.PollExecStrategy
-
Indicate we are done polling and can release resources.
- done() - Method in class com.espertech.esper.epl.db.PollExecStrategyDBQuery
-
- doneWith(Pair<Connection, PreparedStatement>) - Method in class com.espertech.esper.epl.db.ConnectionCache
-
Indicate to return the connection and statement pair after use.
- doneWith(Pair<Connection, PreparedStatement>) - Method in class com.espertech.esper.epl.db.ConnectionCacheImpl
-
- doneWith(Pair<Connection, PreparedStatement>) - Method in class com.espertech.esper.epl.db.ConnectionNoCacheImpl
-
- doPopulateMap(BaseStatisticsBean, EventAdapterService, EventType, StatViewAdditionalProps, Object[]) - Static method in class com.espertech.esper.view.stat.CorrelationView
-
Populate bean.
- doPopulateMap(BaseStatisticsBean, EventAdapterService, EventType, StatViewAdditionalProps, Object[]) - Static method in class com.espertech.esper.view.stat.RegressionLinestView
-
- DOT - Static variable in class com.espertech.esper.epl.generated.EsperEPL2GrammarLexer
-
- DOT() - Method in class com.espertech.esper.epl.generated.EsperEPL2GrammarParser.ChainedFunctionContext
-
- DOT(int) - Method in class com.espertech.esper.epl.generated.EsperEPL2GrammarParser.ChainedFunctionContext
-
- DOT() - Method in class com.espertech.esper.epl.generated.EsperEPL2GrammarParser.ClassIdentifierContext
-
- DOT(int) - Method in class com.espertech.esper.epl.generated.EsperEPL2GrammarParser.ClassIdentifierContext
-
- DOT() - Method in class com.espertech.esper.epl.generated.EsperEPL2GrammarParser.ClassIdentifierNonGreedyContext
-
- DOT(int) - Method in class com.espertech.esper.epl.generated.EsperEPL2GrammarParser.ClassIdentifierNonGreedyContext
-
- DOT(int) - Method in class com.espertech.esper.epl.generated.EsperEPL2GrammarParser.CreateWindowExprContext
-
- DOT() - Method in class com.espertech.esper.epl.generated.EsperEPL2GrammarParser.CreateWindowExprContext
-
- DOT - Static variable in class com.espertech.esper.epl.generated.EsperEPL2GrammarParser
-
- DOT() - Method in class com.espertech.esper.epl.generated.EsperEPL2GrammarParser.EventPropertyContext
-
- DOT(int) - Method in class com.espertech.esper.epl.generated.EsperEPL2GrammarParser.EventPropertyContext
-
- DOT() - Method in class com.espertech.esper.epl.generated.EsperEPL2GrammarParser.EventPropertyIdentContext
-
- DOT(int) - Method in class com.espertech.esper.epl.generated.EsperEPL2GrammarParser.EventPropertyIdentContext
-
- DOT() - Method in class com.espertech.esper.epl.generated.EsperEPL2GrammarParser.LibFunctionContext
-
- DOT(int) - Method in class com.espertech.esper.epl.generated.EsperEPL2GrammarParser.LibFunctionContext
-
- DOT() - Method in class com.espertech.esper.epl.generated.EsperEPL2GrammarParser.LibFunctionWithClassContext
-
- DOT() - Method in class com.espertech.esper.epl.generated.EsperEPL2GrammarParser.PropertyStreamSelectorContext
-
- DOT(int) - Method in class com.espertech.esper.epl.generated.EsperEPL2GrammarParser.StreamExpressionContext
-
- DOT() - Method in class com.espertech.esper.epl.generated.EsperEPL2GrammarParser.StreamExpressionContext
-
- DOT() - Method in class com.espertech.esper.epl.generated.EsperEPL2GrammarParser.StreamFilterExpressionContext
-
- DOT(int) - Method in class com.espertech.esper.epl.generated.EsperEPL2GrammarParser.StreamFilterExpressionContext
-
- DOT() - Method in class com.espertech.esper.epl.generated.EsperEPL2GrammarParser.StreamSelectorContext
-
- DOT() - Method in class com.espertech.esper.epl.generated.EsperEPL2GrammarParser.SubSelectFilterExprContext
-
- DOT(int) - Method in class com.espertech.esper.epl.generated.EsperEPL2GrammarParser.SubSelectFilterExprContext
-
- DotExpression - Class in com.espertech.esper.client.soda
-
Dot-expresson is for use in "(inner_expression).dot_expression".
- DotExpression() - Constructor for class com.espertech.esper.client.soda.DotExpression
-
Ctor.
- DotExpression(Expression) - Constructor for class com.espertech.esper.client.soda.DotExpression
-
Ctor.
- DotExpressionItem - Class in com.espertech.esper.client.soda
-
Dot-expresson item is for use in "(inner_expression).dot_expression".
- DotExpressionItem() - Constructor for class com.espertech.esper.client.soda.DotExpressionItem
-
Ctor.
- DotExpressionItem(String, List<Expression>, boolean) - Constructor for class com.espertech.esper.client.soda.DotExpressionItem
-
Ctor.
- DotMethodFP - Class in com.espertech.esper.epl.methodbase
-
- DotMethodFP(DotMethodFPInputEnum, DotMethodFPParam...) - Constructor for class com.espertech.esper.epl.methodbase.DotMethodFP
-
- DotMethodFPInputEnum - Enum in com.espertech.esper.epl.methodbase
-
- DotMethodFPParam - Class in com.espertech.esper.epl.methodbase
-
- DotMethodFPParam(int, String, DotMethodFPParamTypeEnum) - Constructor for class com.espertech.esper.epl.methodbase.DotMethodFPParam
-
- DotMethodFPParam(String, DotMethodFPParamTypeEnum, Class) - Constructor for class com.espertech.esper.epl.methodbase.DotMethodFPParam
-
- DotMethodFPParamTypeEnum - Enum in com.espertech.esper.epl.methodbase
-
- DotMethodFPProvided - Class in com.espertech.esper.epl.methodbase
-
- DotMethodFPProvided(DotMethodFPProvidedParam[]) - Constructor for class com.espertech.esper.epl.methodbase.DotMethodFPProvided
-
- DotMethodFPProvidedParam - Class in com.espertech.esper.epl.methodbase
-
- DotMethodFPProvidedParam(int, Class, ExprNode) - Constructor for class com.espertech.esper.epl.methodbase.DotMethodFPProvidedParam
-
- DotMethodInputTypeMatcher - Interface in com.espertech.esper.epl.methodbase
-
- DotMethodTypeEnum - Enum in com.espertech.esper.epl.methodbase
-
- DotMethodUtil - Class in com.espertech.esper.epl.methodbase
-
- DotMethodUtil() - Constructor for class com.espertech.esper.epl.methodbase.DotMethodUtil
-
- DoubleRange - Class in com.espertech.esper.filter
-
Holds a range of double values with a minimum (start) value and a maximum (end) value.
- DoubleRange(Double, Double) - Constructor for class com.espertech.esper.filter.DoubleRange
-
Constructor - takes range endpoints.
- DoubleRangeComparator - Class in com.espertech.esper.filter
-
Comparator for DoubleRange values.
- DoubleRangeComparator() - Constructor for class com.espertech.esper.filter.DoubleRangeComparator
-
- DoubleValue - Class in com.espertech.esper.type
-
Placeholder for a double value in an event expression.
- DoubleValue() - Constructor for class com.espertech.esper.type.DoubleValue
-
Constructor.
- DoubleValue(Double) - Constructor for class com.espertech.esper.type.DoubleValue
-
Constructor setting the value.
- DriverManagerConnection(String, String, Properties) - Constructor for class com.espertech.esper.client.ConfigurationDBRef.DriverManagerConnection
-
Ctor.
- DriverManagerConnection(String, String, String, String) - Constructor for class com.espertech.esper.client.ConfigurationDBRef.DriverManagerConnection
-
Ctor.
- DriverManagerConnection(String, String, String, String, Properties) - Constructor for class com.espertech.esper.client.ConfigurationDBRef.DriverManagerConnection
-
Ctor.
- Drop - Annotation Type in com.espertech.esper.client.annotation
-
An execution directive for use in an EPL statement, that causes processing of an event to stop after the EPL statement
marked with @Drop has processed the event, applicable only if multiple statements must process the same event.
- dropStream(FilterSpecCompiled, FilterService, boolean, boolean, boolean, boolean) - Method in interface com.espertech.esper.view.stream.StreamFactoryService
-
Drop the event stream associated with the filter passed in.
- dropStream(FilterSpecCompiled, FilterService, boolean, boolean, boolean, boolean) - Method in class com.espertech.esper.view.stream.StreamFactorySvcImpl
-
- DualWorkQueue<Object> - Class in com.espertech.esper.collection
-
Work queue wherein items can be added to the front and to the back, wherein both front and back
have a given order, with the idea that all items of the front queue get processed before any
given single item of the back queue gets processed.
- DualWorkQueue() - Constructor for class com.espertech.esper.collection.DualWorkQueue
-
Ctor.
- dump(File) - Method in class com.espertech.esper.metrics.codahale_metrics.metrics.stats.Snapshot
-
Writes the values of the sample to the given file.
- dumpAST(Tree) - Static method in class com.espertech.esper.epl.parse.ASTUtil
-
Dump the AST node to system.out.
- dumpAST(PrintWriter, Tree, int) - Static method in class com.espertech.esper.epl.parse.ASTUtil
-
- dumpChildViews(String, Viewable) - Static method in class com.espertech.esper.view.ViewSupport
-
Convenience method for logging the child views of a Viewable.
- dumpDebug(String) - Method in class com.espertech.esper.rowregex.RowRegexExprNode
-
Recursively print out all nodes.
- dumpUpdateParams(String, UniformPair<EventBean[]>) - Static method in class com.espertech.esper.view.ViewSupport
-
Convenience method for logging the parameters passed to the update method.
- dumpUpdateParams(String, Object[], Object[]) - Static method in class com.espertech.esper.view.ViewSupport
-
Convenience method for logging the parameters passed to the update method.
- DuplicatePropertyException - Exception in com.espertech.esper.epl.core
-
Indicates a property exists in multiple streams.
- DuplicatePropertyException(String) - Constructor for exception com.espertech.esper.epl.core.DuplicatePropertyException
-
Ctor.
- Durable - Annotation Type in com.espertech.esper.client.annotation
-
Annotation marking a durable-profile EPL statement.
- durationUnit() - Method in class com.espertech.esper.metrics.codahale_metrics.metrics.core.Timer
-
Returns the timer's duration scale unit.
- DynamicIndexedProperty - Class in com.espertech.esper.event.property
-
Represents a dynamic indexed property of a given name.
- DynamicIndexedProperty(String, int) - Constructor for class com.espertech.esper.event.property.DynamicIndexedProperty
-
Ctor.
- DynamicIndexedPropertyGetter - Class in com.espertech.esper.event.bean
-
Getter for a dynamic indexed property (syntax field.indexed[0]?), using vanilla reflection.
- DynamicIndexedPropertyGetter(String, int, EventAdapterService) - Constructor for class com.espertech.esper.event.bean.DynamicIndexedPropertyGetter
-
Ctor.
- DynamicMappedProperty - Class in com.espertech.esper.event.property
-
Represents a dynamic mapped property of a given name.
- DynamicMappedProperty(String, String) - Constructor for class com.espertech.esper.event.property.DynamicMappedProperty
-
Ctor.
- DynamicMappedPropertyGetter - Class in com.espertech.esper.event.bean
-
Getter for a dynamic mapped property (syntax field.mapped('key')?), using vanilla reflection.
- DynamicMappedPropertyGetter(String, String, EventAdapterService) - Constructor for class com.espertech.esper.event.bean.DynamicMappedPropertyGetter
-
Ctor.
- DynamicProperty - Interface in com.espertech.esper.event.property
-
Marker interface for dynamic properties.
- DynamicPropertyDescriptor - Class in com.espertech.esper.event.bean
-
Provides method information for dynamic (unchecked) properties of each class for use in obtaining property values.
- DynamicPropertyDescriptor(Class, FastMethod, boolean) - Constructor for class com.espertech.esper.event.bean.DynamicPropertyDescriptor
-
Ctor.
- DynamicPropertyGetterBase - Class in com.espertech.esper.event.bean
-
Base class for getters for a dynamic property (syntax field.inner?), caches methods to use for classes.
- DynamicPropertyGetterBase(EventAdapterService) - Constructor for class com.espertech.esper.event.bean.DynamicPropertyGetterBase
-
Ctor.
- DynamicSimpleProperty - Class in com.espertech.esper.event.property
-
Represents a dynamic simple property of a given name.
- DynamicSimpleProperty(String) - Constructor for class com.espertech.esper.event.property.DynamicSimpleProperty
-
Ctor.
- DynamicSimplePropertyGetter - Class in com.espertech.esper.event.bean
-
Getter for a dynamic property (syntax field.inner?), using vanilla reflection.
- DynamicSimplePropertyGetter(String, EventAdapterService) - Constructor for class com.espertech.esper.event.bean.DynamicSimplePropertyGetter
-
Ctor.