Package | Description |
---|---|
com.espertech.esper.event.vaevent |
Value added events are revision events and variant events.
|
Modifier and Type | Method and Description |
---|---|
static PropertyGroupDesc[] |
PropertyUtility.analyzeGroups(String[] allProperties,
EventType[] deltaEventTypes,
String[] names)
Analyze multiple event types and determine common property sets that form property groups.
|
PropertyGroupDesc |
RevisionTypeDesc.getGroup()
Returns group, or null if not using property groups.
|
Modifier and Type | Method and Description |
---|---|
static Map<String,RevisionPropertyTypeDesc> |
VAERevisionProcessorDeclared.createPropertyDescriptors(RevisionSpec spec,
PropertyGroupDesc[] groups)
Creates property descriptors for revision.
|
static Map<String,int[]> |
PropertyUtility.getGroupsPerProperty(PropertyGroupDesc[] groups)
From a list of property groups that include multiple group numbers for each property,
make a map of group numbers per property.
|
static Map<EventType,RevisionTypeDesc> |
PropertyUtility.getPerType(PropertyGroupDesc[] groups,
String[] changesetProperties,
String[] keyProperties)
From a list of property groups that include contributing event types, build a map
of contributing event types and their type descriptor.
|
Constructor and Description |
---|
RevisionTypeDesc(EventPropertyGetter[] keyPropertyGetters,
EventPropertyGetter[] changesetPropertyGetters,
PropertyGroupDesc group)
Ctor.
|