Package io.siddhi.core.event.state
Class MetaStateEventAttribute
- java.lang.Object
-
- io.siddhi.core.event.state.MetaStateEventAttribute
-
- All Implemented Interfaces:
Serializable
public class MetaStateEventAttribute extends Object implements Serializable
Holds the Attribute info for StateEvent data to StreamEvent data- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MetaStateEventAttribute(io.siddhi.query.api.definition.Attribute attribute, int[] position)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)io.siddhi.query.api.definition.AttributegetAttribute()int[]getPosition()inthashCode()StringtoString()
-