|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.espertech.esper.event.vaevent.RevisionTypeDesc
public class RevisionTypeDesc
Per-event-type descriptor for fast access to getters for key values and changes properties.
Constructor Summary | |
---|---|
RevisionTypeDesc(EventPropertyGetter[] keyPropertyGetters,
EventPropertyGetter[] changesetPropertyGetters,
int[] changesetPropertyIndex)
Ctor. |
|
RevisionTypeDesc(EventPropertyGetter[] keyPropertyGetters,
EventPropertyGetter[] changesetPropertyGetters,
PropertyGroupDesc group)
Ctor. |
Method Summary | |
---|---|
EventPropertyGetter[] |
getChangesetPropertyGetters()
Returns property getters. |
int[] |
getChangesetPropertyIndex()
Returns indexes of properties contributed, or null if not using indexes. |
PropertyGroupDesc |
getGroup()
Returns group, or null if not using property groups. |
EventPropertyGetter[] |
getKeyPropertyGetters()
Returns key getters. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RevisionTypeDesc(EventPropertyGetter[] keyPropertyGetters, EventPropertyGetter[] changesetPropertyGetters, PropertyGroupDesc group)
keyPropertyGetters
- key getterschangesetPropertyGetters
- property gettersgroup
- group this belongs topublic RevisionTypeDesc(EventPropertyGetter[] keyPropertyGetters, EventPropertyGetter[] changesetPropertyGetters, int[] changesetPropertyIndex)
keyPropertyGetters
- key getterschangesetPropertyGetters
- property getterschangesetPropertyIndex
- indexes of properties contributedMethod Detail |
---|
public EventPropertyGetter[] getKeyPropertyGetters()
public EventPropertyGetter[] getChangesetPropertyGetters()
public PropertyGroupDesc getGroup()
public int[] getChangesetPropertyIndex()
|
© 2006-2015 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |