Package | Description |
---|---|
com.espertech.esper.common.client.configuration |
Configuration classes.
|
com.espertech.esper.common.client.configuration.common |
Configuration classes for the common section, which is relevant to both the compiler and the runtime
|
Class and Description |
---|
ConfigurationCommon
Contains settings that apply to both the compile-time and the runtime.
|
Class and Description |
---|
ConfigurationCommon
Contains settings that apply to both the compile-time and the runtime.
|
ConfigurationCommonCache
Marker interface for different cache settings.
|
ConfigurationCommonDBRef
Container for database configuration information, such as
options around getting a database connection and options to control the lifecycle
of connections and set connection parameters.
|
ConfigurationCommonDBRef.ColumnChangeCaseEnum
Controls how output column names get reflected in the event type.
|
ConfigurationCommonDBRef.ConnectionFactoryDesc
Marker for different connection factory settings.
|
ConfigurationCommonDBRef.ConnectionLifecycleEnum
Enum controlling connection lifecycle.
|
ConfigurationCommonDBRef.ConnectionSettings
Supplies connectioon-level settings for a given database name.
|
ConfigurationCommonDBRef.MetadataOriginEnum
Indicates how the runtimeretrieves metadata about a statement's output columns.
|
ConfigurationCommonEventTypeAvro
Configuration for Avro event types.
|
ConfigurationCommonEventTypeBean
Configuration information for legacy (non-JavaBean) event types.
|
ConfigurationCommonEventTypeBean.LegacyFieldPropDesc
Encapsulates information about an accessor field backing a named event property.
|
ConfigurationCommonEventTypeBean.LegacyMethodPropDesc
Encapsulates information about an accessor method backing a named event property.
|
ConfigurationCommonEventTypeMap
Configuration object for Map-based event types.
|
ConfigurationCommonEventTypeMeta
Event representation metadata.
|
ConfigurationCommonEventTypeMeta.AvroSettings
Avro settings.
|
ConfigurationCommonEventTypeObjectArray
Configuration object for Object array-based event types.
|
ConfigurationCommonEventTypeWithSupertype
Configuration object for event types with super-types and timestamp.
|
ConfigurationCommonEventTypeXMLDOM
Configuration object for enabling the runtimeto process events represented as XML DOM document nodes.
|
ConfigurationCommonEventTypeXMLDOM.XPathPropertyDesc
Descriptor class for event properties that are resolved via XPath-expression.
|
ConfigurationCommonExecution
Holds common execution-related settings.
|
ConfigurationCommonLogging
Holds view logging settings other then the Apache commons or Log4J settings.
|
ConfigurationCommonMethodRef
Holds configuration information for data caches for use in method invocations in the from-clause.
|
ConfigurationCommonTimeSource
Time source configuration, the default in MILLI (millisecond resolution from System.currentTimeMillis).
|
ConfigurationCommonVariable
Provides variable configuration.
|
ConfigurationCommonVariantStream
Configures a variant stream.
|
ConfigurationCommonVariantStream.TypeVariance
Enumeration specifying whether only the predefine types or any type of event is accepted by the variant stream.
|