Package | Description |
---|---|
com.espertech.esper.client |
This package and its sub-packages defines the central Esper Client APIs.
|
com.espertech.esper.core.service |
Implementation of client package interfaces, glue code
|
com.espertech.esper.event |
This package defines the internal event APIs.
|
com.espertech.esper.event.map |
Map-underlying event classes are here.
|
Modifier and Type | Field and Description |
---|---|
protected Map<String,ConfigurationEventTypeMap> |
Configuration.mapTypeConfigurations
Map event types additional configuration information.
|
Modifier and Type | Method and Description |
---|---|
Map<String,ConfigurationEventTypeMap> |
ConfigurationInformation.getMapTypeConfigurations()
Returns for each Map event type name the set of supertype event type names (Map types only).
|
Map<String,ConfigurationEventTypeMap> |
Configuration.getMapTypeConfigurations() |
Modifier and Type | Method and Description |
---|---|
void |
ConfigurationOperations.addEventType(String eventTypeName,
Map<String,Object> typeMap,
ConfigurationEventTypeMap 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 |
Configuration.addEventType(String eventTypeName,
Map<String,Object> typeMap,
ConfigurationEventTypeMap mapConfig) |
void |
Configuration.addMapConfiguration(String mapeventTypeName,
ConfigurationEventTypeMap config)
Add configuration for a map event type.
|
Modifier and Type | Method and Description |
---|---|
void |
ConfigurationOperationsImpl.addEventType(String eventTypeName,
Map<String,Object> typeMap,
ConfigurationEventTypeMap mapConfig) |
Modifier and Type | Method and Description |
---|---|
EventType |
EventAdapterServiceImpl.addNestableMapType(String eventTypeName,
Map<String,Object> propertyTypesMayHavePrimitive,
ConfigurationEventTypeMap optionalConfig,
boolean isPreconfiguredStatic,
boolean isPreconfigured,
boolean isConfigured,
boolean namedWindow,
boolean insertInto) |
EventType |
EventAdapterService.addNestableMapType(String eventTypeName,
Map<String,Object> propertyTypes,
ConfigurationEventTypeMap optionalConfig,
boolean isPreconfiguredStatic,
boolean isPreconfigured,
boolean isConfigured,
boolean namedWindow,
boolean insertInto)
Add an event type with the given name and a given set of properties,
wherein properties may itself be Maps, nested and strongly-typed.
|
Constructor and Description |
---|
MapEventType(EventTypeMetadata metadata,
String typeName,
int eventTypeId,
EventAdapterService eventAdapterService,
Map<String,Object> propertyTypes,
EventType[] optionalSuperTypes,
Set<EventType> optionalDeepSupertypes,
ConfigurationEventTypeMap configMapType) |