Uses of Class
org.opendaylight.protocol.bgp.rib.spi.State
-
-
Uses of State in org.opendaylight.protocol.bgp.rib.impl
Methods in org.opendaylight.protocol.bgp.rib.impl that return State Modifier and Type Method Description State
BGPSessionImpl. getState()
-
Uses of State in org.opendaylight.protocol.bgp.rib.impl.spi
Methods in org.opendaylight.protocol.bgp.rib.impl.spi with parameters of type State Modifier and Type Method Description void
BGPSessionStateListener. setSessionState(@NonNull State state)
Fired when session state changes. -
Uses of State in org.opendaylight.protocol.bgp.rib.impl.state
Methods in org.opendaylight.protocol.bgp.rib.impl.state that return State Modifier and Type Method Description State
BGPSessionStateImpl. getSessionState()
Methods in org.opendaylight.protocol.bgp.rib.impl.state with parameters of type State Modifier and Type Method Description void
BGPSessionStateImpl. setSessionState(State state)
-
Uses of State in org.opendaylight.protocol.bgp.rib.spi
Methods in org.opendaylight.protocol.bgp.rib.spi that return State Modifier and Type Method Description static State
State. forValue(short value)
static State
State. valueOf(String name)
Returns the enum constant of this type with the specified name.static State[]
State. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of State in org.opendaylight.protocol.bgp.rib.spi.state
Methods in org.opendaylight.protocol.bgp.rib.spi.state that return State Modifier and Type Method Description State
BGPSessionState. getSessionState()
Internal session state.
-