Uses of Interface
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.rev151009.bgp.neighbors.Neighbor
Packages that use Neighbor
Package
Description
-
Uses of Neighbor in org.opendaylight.protocol.bgp.rib.impl.config
Methods in org.opendaylight.protocol.bgp.rib.impl.config with parameters of type NeighborModifier and TypeMethodDescriptionvoid
BGPClusterSingletonService.onNeighborRemoved
(Neighbor neighbor) -
Uses of Neighbor in org.opendaylight.protocol.bgp.state
Methods in org.opendaylight.protocol.bgp.state that return NeighborModifier and TypeMethodDescriptionstatic @NonNull Neighbor
NeighborUtil.buildNeighbor
(@NonNull BGPPeerState neighbor, @NonNull BGPTableTypeRegistryConsumer bgpTableTypeRegistry) Build a list of neighbors containing Operational State from a list of BGPPeerState. -
Uses of Neighbor in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.rev151009
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.rev151009 that return types with arguments of type NeighborModifier and TypeMethodDescription@Nullable Map
<NeighborKey, Neighbor> BgpNeighbors.getNeighbor()
Return neighbor, ornull
if it is not present.default @NonNull Map
<NeighborKey, Neighbor> BgpNeighbors.nonnullNeighbor()
Return neighbor, or an empty list if it is not present. -
Uses of Neighbor in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.rev151009.bgp.neighbors
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.rev151009.bgp.neighbors with type parameters of type NeighborModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.binding.Augmentation<Neighbor>>
E$$NeighborBuilder.augmentation
(Class<E$$> augmentationType) Return the specified augmentation, if it is present in this builder.Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.rev151009.bgp.neighbors that return NeighborModifier and TypeMethodDescription@NonNull Neighbor
NeighborBuilder.build()
A newNeighbor
instance.Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.rev151009.bgp.neighbors that return types with arguments of type NeighborMethods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.rev151009.bgp.neighbors with parameters of type NeighborModifier and TypeMethodDescriptionstatic boolean
Neighbor.bindingEquals
(@NonNull Neighbor thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
Neighbor.bindingHashCode
(@NonNull Neighbor obj) Default implementation ofObject.hashCode()
contract for this interface.static String
Neighbor.bindingToString
(@NonNull Neighbor obj) Default implementation ofObject.toString()
contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.rev151009.bgp.neighbors with type arguments of type NeighborModifier and TypeMethodDescriptionNeighborBuilder.addAugmentation
(org.opendaylight.yangtools.binding.Augmentation<Neighbor> augmentation) Add an augmentation to this builder's product.NeighborBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.binding.Augmentation<Neighbor>> augmentationType) Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.rev151009.bgp.neighbors with parameters of type NeighborModifierConstructorDescriptionNeighborBuilder
(Neighbor base) Construct a builder initialized with state from specifiedNeighbor
. -
Uses of Neighbor in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.rev151009.bgp.top.bgp
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.rev151009.bgp.top.bgp that return types with arguments of type NeighborModifier and TypeMethodDescriptionNeighborsBuilder.getNeighbor()
Return current value associated with the property corresponding toBgpNeighbors.getNeighbor()
.Method parameters in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.rev151009.bgp.top.bgp with type arguments of type NeighborModifier and TypeMethodDescriptionNeighborsBuilder.setNeighbor
(Map<NeighborKey, Neighbor> values) Set the property corresponding toBgpNeighbors.getNeighbor()
to the specified value.