See: Description
Interface | Description |
---|---|
ConfigurationCommonCache |
Marker interface for different cache settings.
|
ConfigurationCommonDBRef.ConnectionFactoryDesc |
Marker for different connection factory settings.
|
Class | Description |
---|---|
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.
|
ConfigurationCommonDBRef.ConnectionSettings |
Supplies connection-level settings for a given database name.
|
ConfigurationCommonDBRef.DataSourceConnection |
Connection factory settings for using a DataSource.
|
ConfigurationCommonDBRef.DataSourceFactory |
Connection factory settings for using a Apache DBCP or other provider DataSource factory.
|
ConfigurationCommonDBRef.DriverManagerConnection |
Connection factory settings for using a DriverManager.
|
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.
|
ConfigurationCommonEventTypeJson |
Configuration information for JSON event types.
|
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.
|
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.
|
Enum | Description |
---|---|
ConfigurationCommonDBRef.ColumnChangeCaseEnum |
Controls how output column names get reflected in the event type.
|
ConfigurationCommonDBRef.ConnectionLifecycleEnum |
Enum controlling connection lifecycle.
|
ConfigurationCommonDBRef.MetadataOriginEnum |
Indicates how the runtime retrieves metadata about a statement's output columns.
|
ConfigurationCommonVariantStream.TypeVariance |
Enumeration specifying whether only the predefine types or any type of event is accepted by the variant stream.
|