public interface CordVtnNodeService extends org.onosproject.event.ListenerService<CordVtnNodeEvent,CordVtnNodeListener>
CordVtnNode.| Modifier and Type | Method and Description |
|---|---|
Set<CordVtnNode> |
completeNodes()
Returns nodes in complete state.
|
CordVtnNode |
node(org.onosproject.net.DeviceId deviceId)
Returns the node with the given integration bridge device identifier.
|
CordVtnNode |
node(String hostname)
Returns the node with the given hostname.
|
Set<CordVtnNode> |
nodes()
Returns all nodes.
|
Set<CordVtnNode> nodes()
Set<CordVtnNode> completeNodes()
CordVtnNode node(String hostname)
hostname - hostname of the nodeCordVtnNode node(org.onosproject.net.DeviceId deviceId)
deviceId - integration bridge device idCopyright © 2018. All rights reserved.