|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.espertech.esper.event.vaevent.RevisionSpec
public class RevisionSpec
Specification for how to build a revision event type.
Compiled from the information provided via configuration, which has already been validated before building this specification.
Constructor Summary | |
---|---|
RevisionSpec(ConfigurationRevisionEventType.PropertyRevision propertyRevision,
EventType baseEventType,
EventType[] deltaTypes,
String[] deltaAliases,
String[] keyPropertyNames,
String[] changesetPropertyNames,
String[] baseEventOnlyPropertyNames,
boolean deltaTypesAddProperties,
boolean[] changesetPropertyDeltaContributed)
Ctor. |
Method Summary | |
---|---|
String[] |
getBaseEventOnlyPropertyNames()
Returns the properies only found on the base event. |
EventType |
getBaseEventType()
Returns the base event type. |
boolean[] |
getChangesetPropertyDeltaContributed()
Flag for each changeset property to indicate if only the delta contributes the property. |
String[] |
getChangesetPropertyNames()
Returns property names of properties that change by deltas |
String[] |
getDeltaAliases()
Returns aliases for delta events. |
EventType[] |
getDeltaTypes()
Returns the delta event types. |
String[] |
getKeyPropertyNames()
Returns property names for key properties. |
ConfigurationRevisionEventType.PropertyRevision |
getPropertyRevision()
Returns the stratgegy for revisioning. |
boolean |
isDeltaTypesAddProperties()
Returns true if delta types add properties. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RevisionSpec(ConfigurationRevisionEventType.PropertyRevision propertyRevision, EventType baseEventType, EventType[] deltaTypes, String[] deltaAliases, String[] keyPropertyNames, String[] changesetPropertyNames, String[] baseEventOnlyPropertyNames, boolean deltaTypesAddProperties, boolean[] changesetPropertyDeltaContributed)
propertyRevision
- strategy to usebaseEventType
- base typedeltaTypes
- delta typesdeltaAliases
- aliases of delta typeskeyPropertyNames
- names of key propertieschangesetPropertyNames
- names of properties that changebaseEventOnlyPropertyNames
- properties only available on the base eventdeltaTypesAddProperties
- boolean to indicate delta types add additional properties.changesetPropertyDeltaContributed
- flag for each property indicating whether its contributed only by a delta eventMethod Detail |
---|
public boolean[] getChangesetPropertyDeltaContributed()
public ConfigurationRevisionEventType.PropertyRevision getPropertyRevision()
public EventType getBaseEventType()
public EventType[] getDeltaTypes()
public String[] getDeltaAliases()
public String[] getKeyPropertyNames()
public String[] getChangesetPropertyNames()
public String[] getBaseEventOnlyPropertyNames()
public boolean isDeltaTypesAddProperties()
|
© 2007 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 |