com.espertech.esper.event.vaevent
Class PropertyGroupDesc

java.lang.Object
  extended by com.espertech.esper.event.vaevent.PropertyGroupDesc

public class PropertyGroupDesc
extends java.lang.Object

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

PropertyGroupDesc

public PropertyGroupDesc(int groupNum,
                         java.util.Map<EventType,java.lang.String> nameTypeSet,
                         java.lang.String[] properties)
Ctor.

Parameters:
groupNum - the group number
nameTypeSet - the event types and their names whose totality of properties fully falls within this group.
properties - is the properties in the group
Method Detail

getGroupNum

public int getGroupNum()
Returns the group number.

Returns:
group number

getTypes

public java.util.Map<EventType,java.lang.String> getTypes()
Returns the types.

Returns:
types

getProperties

public java.lang.String[] getProperties()
Returns the properties.

Returns:
properties

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

© 2006-2015 EsperTech Inc.
All rights reserved.
Visit us at espertech.com