public interface ClusterNodesDelegate
| Modifier and Type | Method and Description |
|---|---|
org.onosproject.cluster.DefaultControllerNode |
nodeDetected(org.onosproject.cluster.NodeId nodeId,
org.onlab.packet.IpAddress ip,
int tcpPort)
Notifies about cluster node coming online.
|
void |
nodeRemoved(org.onosproject.cluster.NodeId nodeId)
Notifies about remote request to remove node from cluster.
|
void |
nodeVanished(org.onosproject.cluster.NodeId nodeId)
Notifies about cluster node going offline.
|
org.onosproject.cluster.DefaultControllerNode nodeDetected(org.onosproject.cluster.NodeId nodeId,
org.onlab.packet.IpAddress ip,
int tcpPort)
nodeId - newly detected cluster node idip - node IP listen addresstcpPort - node TCP listen portvoid nodeVanished(org.onosproject.cluster.NodeId nodeId)
nodeId - identifier of the cluster node that vanishedvoid nodeRemoved(org.onosproject.cluster.NodeId nodeId)
nodeId - identifier of the cluster node that was removedCopyright © 2015. All rights reserved.