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,ConfigurationCommonEventTypeMap> |
ConfigurationCommon.mapTypeConfigurations
Map event types additional configuration information.
|
Modifier and Type | Method and Description |
---|---|
Map<String,ConfigurationCommonEventTypeMap> |
ConfigurationCommon.getMapTypeConfigurations()
Returns for each Map event type name the set of supertype event type names (Map types only).
|
Modifier and Type | Method and Description |
---|---|
void |
ConfigurationCommon.addEventType(String eventTypeName,
Map<String,Object> typeMap,
ConfigurationCommonEventTypeMap mapConfig)
Add a name for an event type that represents java.util.Map events,
and for which each property may itself be a Map of further properties,
with unlimited nesting levels.
|
void |
ConfigurationCommon.addMapConfiguration(String mapeventTypeName,
ConfigurationCommonEventTypeMap config)
Add configuration for a map event type.
|
Modifier and Type | Method and Description |
---|---|
static void |
EventTypeRepositoryMapTypeUtil.buildMapTypes(EventTypeRepositoryImpl repo,
Map<String,ConfigurationCommonEventTypeMap> mapTypeConfigurations,
Map<String,Properties> mapTypes,
Map<String,Map<String,Object>> nestableMapEvents,
BeanEventTypeFactory beanEventTypeFactory,
ClasspathImportService classpathImportService) |
Copyright © 2005–2020. All rights reserved.