Package org.onosproject.net.behaviour
Interface TributarySlotQuery
-
- All Superinterfaces:
Behaviour
,HandlerBehaviour
@Beta public interface TributarySlotQuery extends HandlerBehaviour
Behaviour to retrieve available tributary slot resources.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Set<TributarySlot>
queryTributarySlots(PortNumber port)
Returns set of TributarySlot instances which can be used at the port.-
Methods inherited from interface org.onosproject.net.driver.HandlerBehaviour
handler, setHandler
-
-
-
-
Method Detail
-
queryTributarySlots
java.util.Set<TributarySlot> queryTributarySlots(PortNumber port)
Returns set of TributarySlot instances which can be used at the port.- Parameters:
port
- port to be checked for the available resources.- Returns:
- set of TributarySlot instances which can be used at the port.
-
-