|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ConfigurationVariantStream | |
---|---|
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 ConfigurationVariantStream in com.espertech.esper.client |
---|
Fields in com.espertech.esper.client with type parameters of type ConfigurationVariantStream | |
---|---|
protected java.util.Map<java.lang.String,ConfigurationVariantStream> |
Configuration.variantStreams
Variant streams allow events of disparate types to be treated the same. |
Methods in com.espertech.esper.client that return types with arguments of type ConfigurationVariantStream | |
---|---|
java.util.Map<java.lang.String,ConfigurationVariantStream> |
ConfigurationInformation.getVariantStreams()
Returns a map of variant stream name and variant configuration information. |
java.util.Map<java.lang.String,ConfigurationVariantStream> |
Configuration.getVariantStreams()
|
Methods in com.espertech.esper.client with parameters of type ConfigurationVariantStream | |
---|---|
void |
ConfigurationOperations.addVariantStream(java.lang.String variantStreamName,
ConfigurationVariantStream variantStreamConfig)
Adds a new variant stream. |
void |
Configuration.addVariantStream(java.lang.String varianteventTypeName,
ConfigurationVariantStream variantStreamConfig)
|
Uses of ConfigurationVariantStream in com.espertech.esper.core.service |
---|
Methods in com.espertech.esper.core.service with parameters of type ConfigurationVariantStream | |
---|---|
void |
ConfigurationOperationsImpl.addVariantStream(java.lang.String varianteventTypeName,
ConfigurationVariantStream variantStreamConfig)
|
Uses of ConfigurationVariantStream in com.espertech.esper.event.vaevent |
---|
Methods in com.espertech.esper.event.vaevent that return ConfigurationVariantStream | |
---|---|
ConfigurationVariantStream |
VariantEventType.getConfig()
|
Methods in com.espertech.esper.event.vaevent with parameters of type ConfigurationVariantStream | |
---|---|
void |
ValueAddEventServiceImpl.addVariantStream(java.lang.String variantStreamname,
ConfigurationVariantStream variantStreamConfig,
EventAdapterService eventAdapterService,
EventTypeIdGenerator eventTypeIdGenerator)
|
void |
ValueAddEventService.addVariantStream(java.lang.String variantEventTypeName,
ConfigurationVariantStream variantStreamConfig,
EventAdapterService eventAdapterService,
EventTypeIdGenerator eventTypeIdGenerator)
Adds a new variant stream. |
static VariantSpec |
ValueAddEventServiceImpl.validateVariantStream(java.lang.String variantStreamname,
ConfigurationVariantStream variantStreamConfig,
EventAdapterService eventAdapterService)
Validate the variant stream definition. |
Method parameters in com.espertech.esper.event.vaevent with type arguments of type ConfigurationVariantStream | |
---|---|
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. |
Constructors in com.espertech.esper.event.vaevent with parameters of type ConfigurationVariantStream | |
---|---|
VAEVariantProcessor(VariantSpec variantSpec,
EventTypeIdGenerator eventTypeIdGenerator,
ConfigurationVariantStream config)
Ctor. |
|
VariantEventType(EventTypeMetadata metadata,
int eventTypeId,
VariantSpec variantSpec,
VariantPropResolutionStrategy propertyResStrategy,
ConfigurationVariantStream config)
Ctor. |
|
© 2006-2015 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV NEXT | FRAMES NO FRAMES |