Uses of Class
com.espertech.esper.client.ConfigurationVariantStream.TypeVariance

Packages that use ConfigurationVariantStream.TypeVariance
com.espertech.esper.client This package and its sub-packages defines the central Esper Client APIs. 
com.espertech.esper.event.vaevent Value added events are revision events and variant events. 
 

Uses of ConfigurationVariantStream.TypeVariance in com.espertech.esper.client
 

Methods in com.espertech.esper.client that return ConfigurationVariantStream.TypeVariance
 ConfigurationVariantStream.TypeVariance ConfigurationVariantStream.getTypeVariance()
          Returns the type variance setting specifying whether the variant stream accepts event of only the predefined types or any type.
static ConfigurationVariantStream.TypeVariance ConfigurationVariantStream.TypeVariance.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ConfigurationVariantStream.TypeVariance[] ConfigurationVariantStream.TypeVariance.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.espertech.esper.client with parameters of type ConfigurationVariantStream.TypeVariance
 void ConfigurationVariantStream.setTypeVariance(ConfigurationVariantStream.TypeVariance typeVariance)
          Sets the type variance setting specifying whether the variant stream accepts event of only the predefined types or any type.
 

Uses of ConfigurationVariantStream.TypeVariance in com.espertech.esper.event.vaevent
 

Methods in com.espertech.esper.event.vaevent that return ConfigurationVariantStream.TypeVariance
 ConfigurationVariantStream.TypeVariance VariantSpec.getTypeVariance()
          Returns the type variance enum.
 

Constructors in com.espertech.esper.event.vaevent with parameters of type ConfigurationVariantStream.TypeVariance
VariantSpec(java.lang.String variantStreamName, EventType[] eventTypes, ConfigurationVariantStream.TypeVariance typeVariance)
          Ctor.
 


© 2006-2015 EsperTech Inc.
All rights reserved.
Visit us at espertech.com