public interface OvsdbAgent
| Modifier and Type | Method and Description |
|---|---|
void |
addConnectedNode(OvsdbNodeId nodeId,
OvsdbClientService ovsdbClient)
Add a node that has just connected to the system.
|
void |
removeConnectedNode(OvsdbNodeId nodeId)
Clear all state in controller node maps for a node that has disconnected
from the local controller.
|
void addConnectedNode(OvsdbNodeId nodeId, OvsdbClientService ovsdbClient)
nodeId - the nodeId to addovsdbClient - the actual node object.void removeConnectedNode(OvsdbNodeId nodeId)
nodeId - the node id to be removed.