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

Packages that use ConfigurationEventTypeObjectArray
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.arr Object-array event type. 
 

Uses of ConfigurationEventTypeObjectArray in com.espertech.esper.client
 

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

Methods in com.espertech.esper.client that return types with arguments of type ConfigurationEventTypeObjectArray
 java.util.Map<java.lang.String,ConfigurationEventTypeObjectArray> ConfigurationInformation.getObjectArrayTypeConfigurations()
          Returns the object-array event type configurations.
 java.util.Map<java.lang.String,ConfigurationEventTypeObjectArray> Configuration.getObjectArrayTypeConfigurations()
           
 

Methods in com.espertech.esper.client with parameters of type ConfigurationEventTypeObjectArray
 void ConfigurationOperations.addEventType(java.lang.String eventTypeName, java.lang.String[] propertyNames, java.lang.Object[] propertyTypes, ConfigurationEventTypeObjectArray optionalConfiguration)
          Add an event type that represents Object-array (Object[]) events.
 void Configuration.addEventType(java.lang.String eventTypeName, java.lang.String[] propertyNames, java.lang.Object[] propertyTypes, ConfigurationEventTypeObjectArray config)
           
 void Configuration.addObjectArrayConfiguration(java.lang.String objectArrayeventTypeName, ConfigurationEventTypeObjectArray config)
          Add configuration for a object array event type.
 

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

Methods in com.espertech.esper.core.service with parameters of type ConfigurationEventTypeObjectArray
 void ConfigurationOperationsImpl.addEventType(java.lang.String eventTypeName, java.lang.String[] propertyNames, java.lang.Object[] propertyTypes, ConfigurationEventTypeObjectArray optionalConfiguration)
           
 

Uses of ConfigurationEventTypeObjectArray in com.espertech.esper.event
 

Methods in com.espertech.esper.event with parameters of type ConfigurationEventTypeObjectArray
 EventType EventAdapterServiceImpl.addNestableObjectArrayType(java.lang.String eventTypeName, java.util.Map<java.lang.String,java.lang.Object> propertyTypes, ConfigurationEventTypeObjectArray optionalConfig, boolean isPreconfiguredStatic, boolean isPreconfigured, boolean isConfigured, boolean namedWindow, boolean insertInto, boolean table, java.lang.String tableName)
           
 EventType EventAdapterService.addNestableObjectArrayType(java.lang.String eventTypeName, java.util.Map<java.lang.String,java.lang.Object> propertyTypes, ConfigurationEventTypeObjectArray typeConfig, boolean isPreconfiguredStatic, boolean isPreconfigured, boolean isConfigured, boolean namedWindow, boolean insertInto, boolean table, java.lang.String tableName)
           
 

Uses of ConfigurationEventTypeObjectArray in com.espertech.esper.event.arr
 

Constructors in com.espertech.esper.event.arr with parameters of type ConfigurationEventTypeObjectArray
ObjectArrayEventType(EventTypeMetadata metadata, java.lang.String eventTypeName, int eventTypeId, EventAdapterService eventAdapterService, java.util.Map<java.lang.String,java.lang.Object> properyTypes, ConfigurationEventTypeObjectArray typeDef, EventType[] optionalSuperTypes, java.util.Set<EventType> optionalDeepSupertypes)
           
 


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