Package | Description |
---|---|
com.espertech.esper.event.vaevent |
Value added events are revision events and variant events.
|
Modifier and Type | Field and Description |
---|---|
protected java.util.Map<EventType,RevisionTypeDesc> |
VAERevisionProcessorBase.typeDescriptors
Map of participating type to descriptor.
|
Modifier and Type | Method and Description |
---|---|
static java.util.Map<EventType,RevisionTypeDesc> |
PropertyUtility.getPerType(PropertyGroupDesc[] groups,
java.lang.String[] changesetProperties,
java.lang.String[] keyProperties)
From a list of property groups that include contributing event types, build a map
of contributing event types and their type descriptor.
|
Modifier and Type | Method and Description |
---|---|
void |
UpdateStrategyNonNull.handleUpdate(boolean isBaseEventType,
RevisionStateMerge revisionState,
RevisionEventBeanMerge revisionEvent,
RevisionTypeDesc typesDesc) |
void |
UpdateStrategyExists.handleUpdate(boolean isBaseEventType,
RevisionStateMerge revisionState,
RevisionEventBeanMerge revisionEvent,
RevisionTypeDesc typesDesc) |
void |
UpdateStrategyDeclared.handleUpdate(boolean isBaseEventType,
RevisionStateMerge revisionState,
RevisionEventBeanMerge revisionEvent,
RevisionTypeDesc typesDesc) |
void |
UpdateStrategy.handleUpdate(boolean isBaseEventType,
RevisionStateMerge revisionState,
RevisionEventBeanMerge revisionEvent,
RevisionTypeDesc typesDesc)
Merge properties.
|