|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.espertech.esper.event.vaevent.PropertyGroupDesc
public class PropertyGroupDesc
For use with building groups of event properties to reduce overhead in maintaining versions.
Constructor Summary | |
---|---|
PropertyGroupDesc(int groupNum,
java.util.Map<EventType,java.lang.String> nameTypeSet,
java.lang.String[] properties)
Ctor. |
Method Summary | |
---|---|
int |
getGroupNum()
Returns the group number. |
java.lang.String[] |
getProperties()
Returns the properties. |
java.util.Map<EventType,java.lang.String> |
getTypes()
Returns the types. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public PropertyGroupDesc(int groupNum, java.util.Map<EventType,java.lang.String> nameTypeSet, java.lang.String[] properties)
groupNum
- the group numbernameTypeSet
- the event types and their names whose totality of properties fully falls within this group.properties
- is the properties in the groupMethod Detail |
---|
public int getGroupNum()
public java.util.Map<EventType,java.lang.String> getTypes()
public java.lang.String[] getProperties()
public java.lang.String toString()
toString
in class java.lang.Object
|
© 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 |