![]() | com.espertech.esper.common.client.configuration.common Namespace |
[Missing <summary> documentation for "N:com.espertech.esper.common.client.configuration.common"]
Class | Description | |
---|---|---|
![]() | ColumnChangeCaseEnum |
Controls how output column names get reflected in the event type.
|
![]() | ConfigurationCommon |
Contains settings that apply to both the compile-time and the runtime.
|
![]() | ConfigurationCommonCacheExpiryTime |
Expiring cache settings.
|
![]() | ConfigurationCommonCacheLRU |
LRU 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.
|
![]() | ConfigurationCommonEventTypeAvro |
Configuration for Avro event types.
|
![]() | ConfigurationCommonEventTypeBean |
Configuration information for legacy event types.
|
![]() | ConfigurationCommonEventTypeBeanLegacyFieldPropDesc |
Encapsulates information about an accessor field backing a named event property.
|
![]() | ConfigurationCommonEventTypeBeanLegacyMethodPropDesc |
Encapsulates information about an accessor method backing a named event property.
|
![]() | ConfigurationCommonEventTypeMap |
Configuration object for Map-based event types.
|
![]() | ConfigurationCommonEventTypeMeta |
Event representation metadata.
|
![]() | ConfigurationCommonEventTypeMetaAvroSettingsConfig |
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 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.
|
![]() | ConfigurationCommonEventTypeXMLDOMXPathPropertyDesc |
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.
|
![]() | ConfigurationCommonParser |
Parser for the common section of configuration.
|
![]() | ConfigurationCommonTimeSource |
Time source configuration, the default in MILLI (millisecond resolution from System.currentTimeMillis).
|
![]() | ConfigurationCommonVariable |
Provides variable configuration.
|
![]() | ConfigurationCommonVariantStream |
Configures a variant stream.
|
![]() | ConnectionLifecycleEnum |
Enum controlling connection lifecycle.
|
![]() | ConnectionSettings |
Supplies connection-level settings for a given database name.
|
![]() | DataSourceConnection |
Connection factory settings for using a DataSource.
|
![]() | DataSourceFactory |
Connection factory settings for using a Apache DBCP or other provider DataSource factory.
|
![]() | DriverConnectionFactoryDesc |
Connection factory settings for using a driver.
|
![]() | Import | |
![]() | ImportBuiltinAnnotations | |
![]() | ImportNamespace | |
![]() | ImportType | |
![]() | MetadataOriginEnum |
Indicates how the runtimeretrieves metadata about a statement's output columns.
|
![]() | TypeVariance |
Enumeration specifying whether only the predefine types or any type of event is accepted by the variant stream.
|
Interface | Description | |
---|---|---|
![]() | ConfigurationCommonCache |
Marker interface for different cache settings.
|
![]() | ConnectionFactoryDesc |
Marker for different connection factory settings.
|