Uses of Class
com.espertech.esper.client.ConfigurationEventTypeMap

Packages that use ConfigurationEventTypeMap
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. 
 

Uses of ConfigurationEventTypeMap in com.espertech.esper.client
 

Fields in com.espertech.esper.client with type parameters of type ConfigurationEventTypeMap
protected  java.util.Map<java.lang.String,ConfigurationEventTypeMap> Configuration.mapTypeConfigurations
          Map event types additional configuration information.
 

Methods in com.espertech.esper.client that return types with arguments of type ConfigurationEventTypeMap
 java.util.Map<java.lang.String,ConfigurationEventTypeMap> ConfigurationInformation.getMapTypeConfigurations()
          Returns for each Map event type name the set of supertype event type names (Map types only).
 java.util.Map<java.lang.String,ConfigurationEventTypeMap> Configuration.getMapTypeConfigurations()
           
 

Methods in com.espertech.esper.client with parameters of type ConfigurationEventTypeMap
 void ConfigurationOperations.addEventType(java.lang.String eventTypeName, java.util.Map<java.lang.String,java.lang.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(java.lang.String eventTypeName, java.util.Map<java.lang.String,java.lang.Object> typeMap, ConfigurationEventTypeMap mapConfig)
           
 void Configuration.addMapConfiguration(java.lang.String mapeventTypeName, ConfigurationEventTypeMap config)
          Add configuration for a map event type.
 

Uses of ConfigurationEventTypeMap in com.espertech.esper.core.service
 

Methods in com.espertech.esper.core.service with parameters of type ConfigurationEventTypeMap
 void ConfigurationOperationsImpl.addEventType(java.lang.String eventTypeName, java.util.Map<java.lang.String,java.lang.Object> typeMap, ConfigurationEventTypeMap mapConfig)
           
 

Uses of ConfigurationEventTypeMap in com.espertech.esper.event
 

Methods in com.espertech.esper.event with parameters of type ConfigurationEventTypeMap
 EventType EventAdapterServiceImpl.addNestableMapType(java.lang.String eventTypeName, java.util.Map<java.lang.String,java.lang.Object> propertyTypes, ConfigurationEventTypeMap optionalConfig, boolean isPreconfiguredStatic, boolean isPreconfigured, boolean isConfigured, boolean namedWindow, boolean insertInto)
           
 EventType EventAdapterService.addNestableMapType(java.lang.String eventTypeName, java.util.Map<java.lang.String,java.lang.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.
 

Uses of ConfigurationEventTypeMap in com.espertech.esper.event.map
 

Constructors in com.espertech.esper.event.map with parameters of type ConfigurationEventTypeMap
MapEventType(EventTypeMetadata metadata, java.lang.String typeName, int eventTypeId, EventAdapterService eventAdapterService, java.util.Map<java.lang.String,java.lang.Object> propertyTypes, EventType[] optionalSuperTypes, java.util.Set<EventType> optionalDeepSupertypes, ConfigurationEventTypeMap configMapType)
           
 


© 2006-2015 EsperTech Inc.
All rights reserved.
Visit us at espertech.com