Package | Description |
---|---|
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.
|
Modifier and Type | Field and Description |
---|---|
protected Map<String,ConfigurationVariantStream> |
Configuration.variantStreams
Variant streams allow events of disparate types to be treated the same.
|
Modifier and Type | Method and Description |
---|---|
Map<String,ConfigurationVariantStream> |
ConfigurationInformation.getVariantStreams()
Returns a map of variant stream name and variant configuration information.
|
Map<String,ConfigurationVariantStream> |
Configuration.getVariantStreams() |
Modifier and Type | Method and Description |
---|---|
void |
ConfigurationOperations.addVariantStream(String variantStreamName,
ConfigurationVariantStream variantStreamConfig)
Adds a new variant stream.
|
void |
Configuration.addVariantStream(String varianteventTypeName,
ConfigurationVariantStream variantStreamConfig) |
Modifier and Type | Method and Description |
---|---|
void |
ConfigurationOperationsImpl.addVariantStream(String varianteventTypeName,
ConfigurationVariantStream variantStreamConfig) |
Modifier and Type | Method and Description |
---|---|
ConfigurationVariantStream |
VariantEventType.getConfig() |
Modifier and Type | Method and Description |
---|---|
void |
ValueAddEventServiceImpl.addVariantStream(String variantStreamname,
ConfigurationVariantStream variantStreamConfig,
EventAdapterService eventAdapterService,
EventTypeIdGenerator eventTypeIdGenerator) |
void |
ValueAddEventService.addVariantStream(String variantEventTypeName,
ConfigurationVariantStream variantStreamConfig,
EventAdapterService eventAdapterService,
EventTypeIdGenerator eventTypeIdGenerator)
Adds a new variant stream.
|
static VariantSpec |
ValueAddEventServiceImpl.validateVariantStream(String variantStreamname,
ConfigurationVariantStream variantStreamConfig,
EventAdapterService eventAdapterService)
Validate the variant stream definition.
|
Modifier and Type | Method and Description |
---|---|
void |
ValueAddEventServiceImpl.init(Map<String,ConfigurationRevisionEventType> configRevision,
Map<String,ConfigurationVariantStream> configVariant,
EventAdapterService eventAdapterService,
EventTypeIdGenerator eventTypeIdGenerator) |
void |
ValueAddEventService.init(Map<String,ConfigurationRevisionEventType> revisionTypes,
Map<String,ConfigurationVariantStream> variantStreams,
EventAdapterService eventAdapterService,
EventTypeIdGenerator eventTypeIdGenerator)
Called at initialization time, verifies configurations provided.
|
Constructor and Description |
---|
VAEVariantProcessor(EventAdapterService eventAdapterService,
VariantSpec variantSpec,
EventTypeIdGenerator eventTypeIdGenerator,
ConfigurationVariantStream config) |
VariantEventType(EventAdapterService eventAdapterService,
EventTypeMetadata metadata,
int eventTypeId,
VariantSpec variantSpec,
VariantPropResolutionStrategy propertyResStrategy,
ConfigurationVariantStream config)
Ctor.
|