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

Packages that use ConfigurationRevisionEventType
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.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  java.util.Map<java.lang.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
 java.util.Map<java.lang.String,ConfigurationRevisionEventType> ConfigurationInformation.getRevisionEventTypes()
          Returns a map of revision event type name and revision event type configuration.
 java.util.Map<java.lang.String,ConfigurationRevisionEventType> Configuration.getRevisionEventTypes()
           
 

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

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

Methods in com.espertech.esper.core.service with parameters of type ConfigurationRevisionEventType
 void ConfigurationOperationsImpl.addRevisionEventType(java.lang.String revisioneventTypeName, 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(java.lang.String revisioneventTypeName, ConfigurationRevisionEventType config, EventAdapterService eventAdapterService)
           
 void ValueAddEventService.addRevisionEventType(java.lang.String name, ConfigurationRevisionEventType config, EventAdapterService eventAdapterService)
          Adds a new revision event types.
protected static RevisionSpec ValueAddEventServiceImpl.validateRevision(java.lang.String revisioneventTypeName, ConfigurationRevisionEventType config, EventAdapterService eventAdapterService)
          Valiate the revision configuration.
 

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


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