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.variant |
Modifier and Type | Method and Description |
---|---|
ConfigurationCommonVariantStream.TypeVariance |
ConfigurationCommonVariantStream.getTypeVariance()
Returns the type variance setting specifying whether the variant stream accepts event of
only the predefined types or any type.
|
static ConfigurationCommonVariantStream.TypeVariance |
ConfigurationCommonVariantStream.TypeVariance.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConfigurationCommonVariantStream.TypeVariance[] |
ConfigurationCommonVariantStream.TypeVariance.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ConfigurationCommonVariantStream.setTypeVariance(ConfigurationCommonVariantStream.TypeVariance typeVariance)
Sets the type variance setting specifying whether the variant stream accepts event of
only the predefined types or any type.
|
Modifier and Type | Method and Description |
---|---|
ConfigurationCommonVariantStream.TypeVariance |
VariantSpec.getTypeVariance()
Returns the type variance enum.
|
Constructor and Description |
---|
VariantSpec(EventType[] eventTypes,
ConfigurationCommonVariantStream.TypeVariance typeVariance)
Ctor.
|
Copyright © 2005–2019. All rights reserved.