Constructor and Description |
---|
AbstractTopologyBuilder(org.opendaylight.controller.md.sal.binding.api.DataBroker dataProvider,
RibReference locRibReference,
org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.TopologyId topologyId,
org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.network.topology.topology.TopologyTypes types,
Class<? extends AddressFamily> afi,
Class<? extends SubsequentAddressFamily> safi) |
AbstractTopologyBuilder(org.opendaylight.controller.md.sal.binding.api.DataBroker dataProvider,
RibReference locRibReference,
org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.TopologyId topologyId,
org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.network.topology.topology.TopologyTypes types,
Class<? extends AddressFamily> afi,
Class<? extends SubsequentAddressFamily> safi,
long listenerResetLimitInMillsec,
int listenerResetEnforceCounter) |
Ipv4ReachabilityTopologyBuilder(org.opendaylight.controller.md.sal.binding.api.DataBroker dataProvider,
RibReference locRibReference,
org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.TopologyId topologyId) |
Ipv6ReachabilityTopologyBuilder(org.opendaylight.controller.md.sal.binding.api.DataBroker dataProvider,
RibReference locRibReference,
org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.TopologyId topologyId) |
LinkstateTopologyBuilder(org.opendaylight.controller.md.sal.binding.api.DataBroker dataProvider,
RibReference locRibReference,
org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.TopologyId topologyId) |
LinkstateTopologyBuilder(org.opendaylight.controller.md.sal.binding.api.DataBroker dataProvider,
RibReference locRibReference,
org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.TopologyId topologyId,
long listenerResetLimitInMillsec,
int listenerResetEnforceCounter) |
Modifier and Type | Method and Description |
---|---|
protected RibReference |
AbstractIpv4ReachabilityTopologyBuilderModule.getLocalRibDependency() |
Modifier and Type | Method and Description |
---|---|
protected RibReference |
AbstractIpv6ReachabilityTopologyBuilderModule.getLocalRibDependency() |
Modifier and Type | Method and Description |
---|---|
protected RibReference |
AbstractLinkstateTopologyBuilderModule.getLocalRibDependency() |
Modifier and Type | Class and Description |
---|---|
class |
DefaultRibReference |
Modifier and Type | Class and Description |
---|---|
class |
ApplicationPeer
Application Peer is a special case of BGP peer.
|
class |
BGPPeer
Class representing a peer.
|
class |
RIBImpl |
Modifier and Type | Class and Description |
---|---|
class |
RibImpl |
Modifier and Type | Interface and Description |
---|---|
interface |
RIB
Internal reference to a RIB instance.
|
Modifier and Type | Class and Description |
---|---|
class |
BGPPeerStateImpl |
class |
BGPRIBStateImpl |
Modifier and Type | Interface and Description |
---|---|
interface |
BGPPeerState
Representing operational state related to a particular BGP neighbor
- Counters for BGP messages sent and received from the neighbor
- Operational state of timers associated with the BGP neighbor
- Operational state of the transport session associated with the BGP neighbor
- Operational state of the error handling associated with the BGP neighbor
- Operational state of graceful-restart associated with a BGP neighbor
- Per-AFI-SAFI operational state and counters to the BGP neighbor
- Per-AFI-SAFI operational state for BGP graceful-restart
|
interface |
BGPRIBState
Representing RIB Operational State information
-PeerGroup States.
|
Copyright © 2018 OpenDaylight. All rights reserved.