|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ConfigurationVariantStream | |
---|---|
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 ConfigurationVariantStream in com.espertech.esper.client |
---|
Fields in com.espertech.esper.client with type parameters of type ConfigurationVariantStream | |
---|---|
protected Map<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 | |
---|---|
Map<String,ConfigurationVariantStream> |
ConfigurationInformation.getVariantStreams()
Returns a map of variant stream alias and variant configuration information. |
Map<String,ConfigurationVariantStream> |
Configuration.getVariantStreams()
|
Methods in com.espertech.esper.client with parameters of type ConfigurationVariantStream | |
---|---|
void |
ConfigurationOperations.addVariantStream(String variantStreamName,
ConfigurationVariantStream variantStreamConfig)
Adds a new variant stream. |
void |
Configuration.addVariantStream(String variantEventTypeAlias,
ConfigurationVariantStream variantStreamConfig)
|
Uses of ConfigurationVariantStream in com.espertech.esper.core |
---|
Methods in com.espertech.esper.core with parameters of type ConfigurationVariantStream | |
---|---|
void |
ConfigurationOperationsImpl.addVariantStream(String variantEventTypeAlias,
ConfigurationVariantStream variantStreamConfig)
|
Uses of ConfigurationVariantStream in com.espertech.esper.event.vaevent |
---|
Methods in com.espertech.esper.event.vaevent with parameters of type ConfigurationVariantStream | |
---|---|
void |
ValueAddEventServiceImpl.addVariantStream(String variantStreamname,
ConfigurationVariantStream variantStreamConfig,
EventAdapterService eventAdapterService)
|
void |
ValueAddEventService.addVariantStream(String variantEventTypeAlias,
ConfigurationVariantStream variantStreamConfig,
EventAdapterService eventAdapterService)
Adds a new variant stream. |
Method parameters in com.espertech.esper.event.vaevent with type arguments of type ConfigurationVariantStream | |
---|---|
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 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |