|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ConfigurationRevisionEventType.PropertyRevision | |
---|---|
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 ConfigurationRevisionEventType.PropertyRevision in com.espertech.esper.client |
---|
Methods in com.espertech.esper.client that return ConfigurationRevisionEventType.PropertyRevision | |
---|---|
ConfigurationRevisionEventType.PropertyRevision |
ConfigurationRevisionEventType.getPropertyRevision()
Returns the enumeration value defining the strategy to use for overlay or merging multiple versions of an event (instances of base and delta events). |
static ConfigurationRevisionEventType.PropertyRevision |
ConfigurationRevisionEventType.PropertyRevision.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static ConfigurationRevisionEventType.PropertyRevision[] |
ConfigurationRevisionEventType.PropertyRevision.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 ConfigurationRevisionEventType.PropertyRevision | |
---|---|
void |
ConfigurationRevisionEventType.setPropertyRevision(ConfigurationRevisionEventType.PropertyRevision propertyRevision)
Sets the enumeration value defining the strategy to use for overlay or merging multiple versions of an event (instances of base and delta events). |
Uses of ConfigurationRevisionEventType.PropertyRevision in com.espertech.esper.event.vaevent |
---|
Methods in com.espertech.esper.event.vaevent that return ConfigurationRevisionEventType.PropertyRevision | |
---|---|
ConfigurationRevisionEventType.PropertyRevision |
RevisionSpec.getPropertyRevision()
Returns the stratgegy for revisioning. |
Constructors in com.espertech.esper.event.vaevent with parameters of type ConfigurationRevisionEventType.PropertyRevision | |
---|---|
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. |
|
© 2006-2015 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV NEXT | FRAMES NO FRAMES |