public final class OvsdbNodeId extends org.onlab.util.Identifier<String>
| Constructor and Description |
|---|
OvsdbNodeId(org.onlab.packet.IpAddress ipAddress,
long port)
Creates a new node identifier from an IpAddress ipAddress, a long port.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getIpAddress()
Get the IP address of the node.
|
String |
nodeId()
Gets the value of the NodeId.
|
String |
toString() |
public OvsdbNodeId(org.onlab.packet.IpAddress ipAddress,
long port)
ipAddress - node IP addressport - node port