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

Packages that use ConfigurationRevisionEventType
com.espertech.esper.client This package defines the central Esper Client APIs. 
com.espertech.esper.core Implementation of client package interfaces, glue code 
com.espertech.esper.event.vaevent Value added events are revision events and variant events. 
 

Uses of ConfigurationRevisionEventType in com.espertech.esper.client
 

Fields in com.espertech.esper.client with type parameters of type ConfigurationRevisionEventType
protected  Map<String,ConfigurationRevisionEventType> Configuration.revisionEventTypes
          All revision event types which allow updates to past events.
 

Methods in com.espertech.esper.client that return types with arguments of type ConfigurationRevisionEventType
 Map<String,ConfigurationRevisionEventType> ConfigurationInformation.getRevisionEventTypes()
          Returns a map of revision event type alias and revision event type configuration.
 Map<String,ConfigurationRevisionEventType> Configuration.getRevisionEventTypes()
           
 

Methods in com.espertech.esper.client with parameters of type ConfigurationRevisionEventType
 void ConfigurationOperations.addRevisionEventType(String revisionEventTypeAlias, ConfigurationRevisionEventType revisionEventTypeConfig)
          Adds an revision event type.
 void Configuration.addRevisionEventType(String revisionEventTypeAlias, ConfigurationRevisionEventType revisionEventTypeConfig)
           
 

Uses of ConfigurationRevisionEventType in com.espertech.esper.core
 

Methods in com.espertech.esper.core with parameters of type ConfigurationRevisionEventType
 void ConfigurationOperationsImpl.addRevisionEventType(String revisionEventTypeAlias, ConfigurationRevisionEventType revisionEventTypeConfig)
           
 

Uses of ConfigurationRevisionEventType in com.espertech.esper.event.vaevent
 

Methods in com.espertech.esper.event.vaevent with parameters of type ConfigurationRevisionEventType
 void ValueAddEventServiceImpl.addRevisionEventType(String revisionEventTypeAlias, ConfigurationRevisionEventType config, EventAdapterService eventAdapterService)
           
 void ValueAddEventService.addRevisionEventType(String alias, ConfigurationRevisionEventType config, EventAdapterService eventAdapterService)
          Adds a new revision event types.
 

Method parameters in com.espertech.esper.event.vaevent with type arguments of type ConfigurationRevisionEventType
 void ValueAddEventServiceImpl.init(Map<String,ConfigurationRevisionEventType> configRevision, Map<String,ConfigurationVariantStream> configVariant, EventAdapterService eventAdapterService)
           
 void ValueAddEventService.init(Map<String,ConfigurationRevisionEventType> revisionTypes, Map<String,ConfigurationVariantStream> variantStreams, EventAdapterService eventAdapterService)
          Called at initialization time, verifies configurations provided.
 


© 2007 EsperTech Inc.
All rights reserved.
Visit us at espertech.com