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
|
com.espertech.esper.common.internal.event.eventtyperepo |
Modifier and Type | Field and Description |
---|---|
protected Map<String,ConfigurationCommonEventTypeObjectArray> |
ConfigurationCommon.objectArrayTypeConfigurations
Map event types additional configuration information.
|
Modifier and Type | Method and Description |
---|---|
Map<String,ConfigurationCommonEventTypeObjectArray> |
ConfigurationCommon.getObjectArrayTypeConfigurations()
Returns the object-array event type configurations.
|
Modifier and Type | Method and Description |
---|---|
void |
ConfigurationCommon.addEventType(String eventTypeName,
String[] propertyNames,
Object[] propertyTypes,
ConfigurationCommonEventTypeObjectArray optionalConfiguration)
Add an event type that represents Object-array (Object[]) events.
|
void |
ConfigurationCommon.addObjectArrayConfiguration(String objectArrayeventTypeName,
ConfigurationCommonEventTypeObjectArray config)
Add configuration for a object array event type.
|
Modifier and Type | Method and Description |
---|---|
static void |
EventTypeRepositoryOATypeUtil.buildOATypes(EventTypeRepositoryImpl repo,
Map<String,ConfigurationCommonEventTypeObjectArray> objectArrayTypeConfigurations,
Map<String,Map<String,Object>> nestableObjectArrayNames,
BeanEventTypeFactory beanEventTypeFactory,
ClasspathImportService classpathImportService) |
Copyright © 2005–2018. All rights reserved.