Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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(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.
|
Modifier and Type | Method and Description |
---|---|
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).
|
Modifier and Type | Method and Description |
---|---|
ConfigurationRevisionEventType.PropertyRevision |
RevisionSpec.getPropertyRevision()
Returns the stratgegy for revisioning.
|
Constructor and Description |
---|
RevisionSpec(ConfigurationRevisionEventType.PropertyRevision propertyRevision,
EventType baseEventType,
EventType[] deltaTypes,
String[] deltaNames,
String[] keyPropertyNames,
String[] changesetPropertyNames,
String[] baseEventOnlyPropertyNames,
boolean deltaTypesAddProperties,
boolean[] changesetPropertyDeltaContributed)
Ctor.
|