public class NetconfTopologyPlugin extends AbstractLightyModule implements NetconfSBPlugin
| Modifier and Type | Method and Description |
|---|---|
Optional<NetconfBaseService> |
getNetconfBaseService(org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.NodeId nodeId)
Create an instance of
NetconfBaseService for specific device (mount point). |
Optional<NetconfNmdaBaseService> |
getNetconfNmdaBaseService(org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.NodeId nodeId)
Create an instance of
NetconfNmdaBaseService for specific device (mount point). |
protected boolean |
initProcedure() |
boolean |
isClustered()
Indicates if this instance is clustered or not.
|
protected boolean |
stopProcedure() |
shutdown, start, startBlocking, startBlockingclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitshutdown, start, startBlockingprotected boolean initProcedure()
initProcedure in class AbstractLightyModuleprotected boolean stopProcedure()
stopProcedure in class AbstractLightyModulepublic boolean isClustered()
NetconfSBPluginisClustered in interface NetconfSBPluginpublic Optional<NetconfBaseService> getNetconfBaseService(org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.NodeId nodeId)
NetconfSBPluginNetconfBaseService for specific device (mount point).getNetconfBaseService in interface NetconfSBPluginnodeId - Unique identifier of Netconf node in topology-netconf.NetconfBaseService or empty if node is not found by nodeId.public Optional<NetconfNmdaBaseService> getNetconfNmdaBaseService(org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.NodeId nodeId)
NetconfSBPluginNetconfNmdaBaseService for specific device (mount point).getNetconfNmdaBaseService in interface NetconfSBPluginnodeId - Unique identifier of Netconf node in topology-netconf.NetconfNmdaBaseService or empty if node is not found by nodeId.Copyright © 2020. All rights reserved.