Package org.onosproject.net.host
Interface HostProbe
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ConnectPoint
connectPoint()
Gets connect point of this entry.void
decreaseRetry()
Decrease retry counter of this entry by one.ProbeMode
mode()
Gets mode of this entry.MacAddress
probeMac()
Gets probe MAC of this entry.int
retry()
Gets retry counter of this entry.-
Methods inherited from interface org.onosproject.net.Annotated
annotations
-
Methods inherited from interface org.onosproject.net.Host
auxLocations, configured, id, innerVlan, ipAddresses, location, locations, mac, suspended, tpid, vlan
-
Methods inherited from interface org.onosproject.net.driver.Projectable
as, is, project
-
Methods inherited from interface org.onosproject.net.Provided
providerId
-
-
-
-
Method Detail
-
connectPoint
ConnectPoint connectPoint()
Gets connect point of this entry.- Returns:
- connect point
-
retry
int retry()
Gets retry counter of this entry.- Returns:
- retry
-
decreaseRetry
void decreaseRetry()
Decrease retry counter of this entry by one.
-
mode
ProbeMode mode()
Gets mode of this entry.- Returns:
- mode
-
probeMac
MacAddress probeMac()
Gets probe MAC of this entry.- Returns:
- probe mac
-
-