public interface ClusterAdminService
| Modifier and Type | Method and Description |
|---|---|
ControllerNode |
addNode(NodeId nodeId,
org.onlab.packet.IpAddress ip,
int tcpPort)
Adds a new controller node to the cluster.
|
void |
removeNode(NodeId nodeId)
Removes the specified node from the cluster node list.
|
ControllerNode addNode(NodeId nodeId, org.onlab.packet.IpAddress ip, int tcpPort)
nodeId - controller node identifierip - node IP listen addresstcpPort - tcp listen portvoid removeNode(NodeId nodeId)
nodeId - controller node identifierCopyright © 2015. All rights reserved.