Package org.onosproject.cluster
Class NodeId
- java.lang.Object
- 
- org.onlab.util.Identifier<java.lang.String>
- 
- org.onosproject.cluster.NodeId
 
 
- 
- All Implemented Interfaces:
- java.lang.Comparable<NodeId>
 
 public final class NodeId extends Identifier<java.lang.String> implements java.lang.Comparable<NodeId> Controller cluster identity.
- 
- 
Field Summary- 
Fields inherited from class org.onlab.util.Identifieridentifier
 
- 
 - 
Constructor SummaryConstructors Constructor Description NodeId(java.lang.String id)Creates a new cluster node identifier from the specified string.
 - 
Method SummaryAll 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.- 
Methods inherited from class org.onlab.util.Identifierequals, hashCode, id, toString
 
- 
 
-