|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PropertyGroupDesc | |
---|---|
com.espertech.esper.event.vaevent | Value added events are revision events and variant events. |
Uses of PropertyGroupDesc in com.espertech.esper.event.vaevent |
---|
Methods in com.espertech.esper.event.vaevent that return PropertyGroupDesc | |
---|---|
static PropertyGroupDesc[] |
PropertyUtility.analyzeGroups(java.lang.String[] allProperties,
EventType[] deltaEventTypes,
java.lang.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. |
Methods in com.espertech.esper.event.vaevent with parameters of type PropertyGroupDesc | |
---|---|
static java.util.Map<java.lang.String,RevisionPropertyTypeDesc> |
VAERevisionProcessorDeclared.createPropertyDescriptors(RevisionSpec spec,
PropertyGroupDesc[] groups)
Creates property descriptors for revision. |
static java.util.Map<java.lang.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 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. |
Constructors in com.espertech.esper.event.vaevent with parameters of type PropertyGroupDesc | |
---|---|
RevisionTypeDesc(EventPropertyGetter[] keyPropertyGetters,
EventPropertyGetter[] changesetPropertyGetters,
PropertyGroupDesc group)
Ctor. |
|
© 2006-2015 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV NEXT | FRAMES NO FRAMES |