|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.espertech.esper.event.vaevent.VariantSpec
public class VariantSpec
Specification for a variant event stream.
Constructor Summary | |
---|---|
VariantSpec(java.lang.String variantStreamName,
EventType[] eventTypes,
ConfigurationVariantStream.TypeVariance typeVariance)
Ctor. |
Method Summary | |
---|---|
EventType[] |
getEventTypes()
Returns types allowed for variant streams. |
ConfigurationVariantStream.TypeVariance |
getTypeVariance()
Returns the type variance enum. |
java.lang.String |
getVariantStreamName()
Returns name of variant stream. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public VariantSpec(java.lang.String variantStreamName, EventType[] eventTypes, ConfigurationVariantStream.TypeVariance typeVariance)
variantStreamName
- name of variant streameventTypes
- types of events for variant stream, or empty listtypeVariance
- enum specifying type varianceMethod Detail |
---|
public java.lang.String getVariantStreamName()
public EventType[] getEventTypes()
public ConfigurationVariantStream.TypeVariance getTypeVariance()
|
© 2006-2015 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |