Click or drag to resize

ConfigurationCommon Properties

The ConfigurationCommon type exposes the following members.

Properties
  NameDescription
Public propertyAnnotationImports
Returns the annotation imports
Public propertyDatabaseReferences
Returns the database names
Public propertyEventMeta
Returns event representation default settings.
Public propertyEventTypeAutoNameNamespaces
Returns a set of namespaces that event classes reside in.

This setting allows an application to place all it's events into one or more namespaces and then declare these packages via this method. The runtime attempts to resolve an event type name to a type residing in each declared package.

For example, in the statement "select * from MyEvent" the runtime attempts to load class "namespace.MyEvent" and if successful, uses that class as the event type.

Public propertyEventTypeNames
Returns the mapping of event type name to type name.
Public propertyEventTypesAvro
Returns the Avro event types.
Public propertyEventTypesBean
Returns the mapping of event type name to legacy java event type information.
Public propertyEventTypesMapEvents
Returns a map keyed by event type name, and values being the definition for the Map event type of the property names and types that make up the event.
Public propertyEventTypesNestableMapEvents
Returns a map keyed by event type name, and values being the definition for the event type of the property names and types that make up the event, for nestable, strongly-typed Map-based event representations.
Public propertyEventTypesNestableObjectArrayEvents
Returns the object-array event types.
Public propertyEventTypesXMLDOM
Returns the mapping of event type name to XML DOM event type information.
Public propertyExecution
Returns the execution settings.
Public propertyImports
Returns the imports
Public propertyLogging
Returns logging settings applicable to common.
Public propertyMapTypeConfigurations
Returns for each Map event type name the set of supertype event type names (Map types only).
Public propertyMethodInvocationReferences
Returns the method-invocation-names for use in joins
Public propertyObjectArrayTypeConfigurations
Returns the object-array event type configurations.
Public propertyTimeSource
Returns the time source configuration.
Public propertyTransientConfiguration
Returns transient configuration, i.e. information that is passed along as a reference and not as a value
Public propertyVariables
Returns the preconfigured variables
Public propertyVariantStreams
Returns a map of variant stream name and variant configuration information. Variant streams allows handling events of all sorts of different event types the same way.
Top
See Also