Package | Description |
---|---|
com.espertech.esper.common.client.configuration.common |
Configuration classes for the common section, which is relevant to both the compiler and the runtime
|
com.espertech.esper.common.internal.event.eventtyperepo |
Modifier and Type | Field and Description |
---|---|
protected Map<String,ConfigurationCommonVariantStream> |
ConfigurationCommon.variantStreams
Variant streams allow events of disparate types to be treated the same.
|
Modifier and Type | Method and Description |
---|---|
Map<String,ConfigurationCommonVariantStream> |
ConfigurationCommon.getVariantStreams()
Returns a map of variant stream name and variant configuration information.
|
Modifier and Type | Method and Description |
---|---|
void |
ConfigurationCommon.addVariantStream(String variantStreamName,
ConfigurationCommonVariantStream variantStreamConfig)
Adds a new variant stream.
|
Modifier and Type | Method and Description |
---|---|
static void |
EventTypeRepositoryVariantStreamUtil.buildVariantStreams(EventTypeRepositoryImpl repo,
Map<String,ConfigurationCommonVariantStream> variantStreams,
EventTypeFactory eventTypeFactory) |
Copyright © 2005–2018. All rights reserved.