Class NodeId
- java.lang.Object
-
- org.apache.flink.cep.nfa.sharedbuffer.NodeId
-
public class NodeId extends Object
Unique identifier forSharedBufferNode
.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
NodeId.NodeIdSerializer
Serializer forNodeId
.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
EventId
getEventId()
String
getPageName()
int
hashCode()
String
toString()
-