Package org.onosproject.cluster
Class NodeId
- java.lang.Object
-
- org.onlab.util.Identifier<java.lang.String>
-
- org.onosproject.cluster.NodeId
-
-
Constructor Summary
Constructors Constructor Description NodeId(java.lang.String id)Creates a new cluster node identifier from the specified string.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompareTo(NodeId that)static NodeIdnodeId(java.lang.String id)Creates a new cluster node identifier from the specified string.
-