Package | Description |
---|---|
com.espertech.esper.common.client.configuration.common |
Configuration classes for the common section, which is relevant to both the compiler and the runtime
|
Modifier and Type | Field and Description |
---|---|
protected java.util.Map<java.lang.String,ConfigurationCommonEventTypeObjectArray> |
ConfigurationCommon.objectArrayTypeConfigurations
Map event types additional configuration information.
|
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,ConfigurationCommonEventTypeObjectArray> |
ConfigurationCommon.getObjectArrayTypeConfigurations()
Returns the object-array event type configurations.
|
Modifier and Type | Method and Description |
---|---|
void |
ConfigurationCommon.addEventType(java.lang.String eventTypeName,
java.lang.String[] propertyNames,
java.lang.Object[] propertyTypes,
ConfigurationCommonEventTypeObjectArray optionalConfiguration)
Add an event type that represents Object-array (Object[]) events.
|
void |
ConfigurationCommon.addObjectArrayConfiguration(java.lang.String objectArrayeventTypeName,
ConfigurationCommonEventTypeObjectArray config)
Add configuration for a object array event type.
|