X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=opendaylight%2Fsal%2Fapi%2Fsrc%2Fmain%2Fjava%2Forg%2Fopendaylight%2Fcontroller%2Fsal%2Finventory%2FIInventoryService.java;h=fa3afd817301e46a2c5753cfcb8afb3d74c8036b;hb=e640f23d9c37afac9ca51f48e155302bc65327ed;hp=3c58ecbfcdc04ee4e7bca4b6a375fd956b3d45a4;hpb=44331939251d6c9f800f63076e9d51bd8263b526;p=controller.git diff --git a/opendaylight/sal/api/src/main/java/org/opendaylight/controller/sal/inventory/IInventoryService.java b/opendaylight/sal/api/src/main/java/org/opendaylight/controller/sal/inventory/IInventoryService.java index 3c58ecbfcd..fa3afd8173 100644 --- a/opendaylight/sal/api/src/main/java/org/opendaylight/controller/sal/inventory/IInventoryService.java +++ b/opendaylight/sal/api/src/main/java/org/opendaylight/controller/sal/inventory/IInventoryService.java @@ -10,6 +10,7 @@ package org.opendaylight.controller.sal.inventory; import java.util.Map; +import java.util.Set; import java.util.concurrent.ConcurrentMap; import org.opendaylight.controller.sal.core.Node; @@ -28,6 +29,13 @@ public interface IInventoryService { */ public ConcurrentMap> getNodeProps(); + /** + * The method retrieves all the configured nodes that are not connected to + * the controller + * + * @return Set of {@link org.opendaylight.controller.sal.core.Node} + */ + public Set getConfiguredNotConnectedNodes(); /** * The method retrieve all the existing nodeConnectors and their properties *