Click or drag to resize

com.espertech.esper.common.client.configuration.common Namespace

[Missing <summary> documentation for "N:com.espertech.esper.common.client.configuration.common"]

Classes
  ClassDescription
Public classColumnChangeCaseEnum
Controls how output column names get reflected in the event type.
Public classConfigurationCommon
Contains settings that apply to both the compile-time and the runtime.
Public classConfigurationCommonCacheExpiryTime
Expiring cache settings.
Public classConfigurationCommonCacheLRU
LRU cache settings.
Public classConfigurationCommonDBRef
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.
Public classConfigurationCommonEventTypeAvro
Configuration for Avro event types.
Public classConfigurationCommonEventTypeBean
Configuration information for legacy event types.
Public classConfigurationCommonEventTypeBeanLegacyFieldPropDesc
Encapsulates information about an accessor field backing a named event property.
Public classConfigurationCommonEventTypeBeanLegacyMethodPropDesc
Encapsulates information about an accessor method backing a named event property.
Public classConfigurationCommonEventTypeMap
Configuration object for Map-based event types.
Public classConfigurationCommonEventTypeMeta
Event representation metadata.
Public classConfigurationCommonEventTypeMetaAvroSettingsConfig
Avro settings.
Public classConfigurationCommonEventTypeObjectArray
Configuration object for Object array-based event types.
Public classConfigurationCommonEventTypeWithSupertype
Configuration object for event types with super-types and timestamp.
Public classConfigurationCommonEventTypeXMLDOM
Configuration object for enabling the runtime to process events represented as XML DOM document nodes.

Use this class to configure the runtime for processing of XML DOM objects that represent events and contain all the data for event properties used by statements.

Minimally required is the root element name which allows the runtime to map the document to the event type that has been named in an EPL or pattern statement.

Event properties that are results of XPath expressions can be made known to the runtime via this class. For XPath expressions that must refer to namespace prefixes those prefixes and their namespace name must be supplied to the runtime. A default namespace can be supplied as well.

By supplying a schema resource the runtime can interrogate the schema, allowing the runtime to verify event properties and return event properties in the type defined by the schema. When a schema resource is supplied, the optional root element namespace defines the namespace in case the root element name occurs in multiple namespaces.

Public classConfigurationCommonEventTypeXMLDOMXPathPropertyDesc
Descriptor class for event properties that are resolved via XPath-expression.
Public classConfigurationCommonExecution
Holds common execution-related settings.
Public classConfigurationCommonLogging
Holds view logging settings other then the Apache commons or Log4J settings.
Public classConfigurationCommonMethodRef
Holds configuration information for data caches for use in method invocations in the from-clause.
Public classConfigurationCommonParser
Parser for the common section of configuration.
Public classConfigurationCommonTimeSource
Time source configuration, the default in MILLI (millisecond resolution from System.currentTimeMillis).
Public classConfigurationCommonVariable
Provides variable configuration.
Public classConfigurationCommonVariantStream
Configures a variant stream.
Public classConnectionLifecycleEnum
Enum controlling connection lifecycle.
Public classConnectionSettings
Supplies connection-level settings for a given database name.
Public classDataSourceConnection
Connection factory settings for using a DataSource.
Public classDataSourceFactory
Connection factory settings for using a Apache DBCP or other provider DataSource factory.
Public classDriverConnectionFactoryDesc
Connection factory settings for using a driver.
Public classImport
Public classImportBuiltinAnnotations
Public classImportNamespace
Public classImportType
Public classMetadataOriginEnum
Indicates how the runtimeretrieves metadata about a statement's output columns.
Public classTypeVariance
Enumeration specifying whether only the predefine types or any type of event is accepted by the variant stream.
Interfaces
  InterfaceDescription
Public interfaceConfigurationCommonCache
Marker interface for different cache settings.
Public interfaceConnectionFactoryDesc
Marker for different connection factory settings.