|
||||||||||
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,
java.lang.String[] deltaNames,
java.lang.String[] keyPropertyNames,
java.lang.String[] changesetPropertyNames,
java.lang.String[] baseEventOnlyPropertyNames,
boolean deltaTypesAddProperties,
boolean[] changesetPropertyDeltaContributed)
Ctor. |
Method Summary | |
---|---|
java.lang.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. |
java.lang.String[] |
getChangesetPropertyNames()
Returns property names of properties that change by deltas |
java.lang.String[] |
getDeltaNames()
Returns names for delta events. |
EventType[] |
getDeltaTypes()
Returns the delta event types. |
java.lang.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, java.lang.String[] deltaNames, java.lang.String[] keyPropertyNames, java.lang.String[] changesetPropertyNames, java.lang.String[] baseEventOnlyPropertyNames, boolean deltaTypesAddProperties, boolean[] changesetPropertyDeltaContributed)
propertyRevision
- strategy to usebaseEventType
- base typedeltaTypes
- delta typesdeltaNames
- names 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 java.lang.String[] getDeltaNames()
public java.lang.String[] getKeyPropertyNames()
public java.lang.String[] getChangesetPropertyNames()
public java.lang.String[] getBaseEventOnlyPropertyNames()
public boolean isDeltaTypesAddProperties()
|
© 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 |