Package org.onosproject.net.behaviour
Interface HostsDiscovery
- 
- All Superinterfaces:
- Behaviour,- HandlerBehaviour
 
 public interface HostsDiscovery extends HandlerBehaviour Retrieving host information from the device and creating host descriptions.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.concurrent.CompletableFuture<java.util.Set<HostDescription>>getHosts()Returns a collection of discovered host descriptions.- 
Methods inherited from interface org.onosproject.net.driver.HandlerBehaviourhandler, setHandler
 
- 
 
- 
- 
- 
Method Detail- 
getHostsjava.util.concurrent.CompletableFuture<java.util.Set<HostDescription>> getHosts() Returns a collection of discovered host descriptions.- Returns:
- CompletableFuture containing, when completed, a collection of HostDescription
 
 
- 
 
-