Uses of Interface
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.rev151009.bgp.graceful.restart.GracefulRestart
Package
Description
-
Uses of GracefulRestart in org.opendaylight.protocol.bgp.state
Modifier and TypeMethodDescriptionstatic @NonNull GracefulRestart
NeighborUtil.buildGracefulRestart
(@NonNull BGPGracelfulRestartState neighbor) Builds Graceful Restart containing Graceful Restart State from BGPGracelfulRestartState counters. -
Uses of GracefulRestart in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.rev151009
Modifier and TypeMethodDescriptionBgpGracefulRestart.getGracefulRestart()
Return gracefulRestart, ornull
if it is not present.@NonNull GracefulRestart
BgpGracefulRestart.nonnullGracefulRestart()
Return gracefulRestart, or an empty instance if it is not present. -
Uses of GracefulRestart in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.rev151009.bgp.graceful.restart
Modifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<GracefulRestart>>
E$$GracefulRestartBuilder.augmentation
(Class<E$$> augmentationType) Return the specified augmentation, if it is present in this builder.Modifier and TypeMethodDescription@NonNull GracefulRestart
GracefulRestartBuilder.build()
A newGracefulRestart
instance.static @NonNull GracefulRestart
GracefulRestartBuilder.empty()
Get empty instance of GracefulRestart.Modifier and TypeMethodDescriptiondefault Class<GracefulRestart>
GracefulRestart.implementedInterface()
Modifier and TypeMethodDescriptionstatic boolean
GracefulRestart.bindingEquals
(@NonNull GracefulRestart thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
GracefulRestart.bindingHashCode
(@NonNull GracefulRestart obj) Default implementation ofObject.hashCode()
contract for this interface.static String
GracefulRestart.bindingToString
(@NonNull GracefulRestart obj) Default implementation ofObject.toString()
contract for this interface.Modifier and TypeMethodDescriptionGracefulRestartBuilder.addAugmentation
(org.opendaylight.yangtools.yang.binding.Augmentation<GracefulRestart> augmentation) Add an augmentation to this builder's product.GracefulRestartBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<GracefulRestart>> augmentationType) Remove an augmentation from this builder's product.ModifierConstructorDescriptionConstruct a builder initialized with state from specifiedGracefulRestart
. -
Uses of GracefulRestart in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.rev151009.bgp.neighbors
Modifier and TypeMethodDescriptionNeighborBuilder.getGracefulRestart()
Return current value associated with the property corresponding toBgpGracefulRestart.getGracefulRestart()
.Modifier and TypeMethodDescriptionNeighborBuilder.setGracefulRestart
(GracefulRestart value) Set the property corresponding toBgpGracefulRestart.getGracefulRestart()
to the specified value. -
Uses of GracefulRestart in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.rev151009.bgp.peer.group
Modifier and TypeMethodDescriptionPeerGroupBuilder.getGracefulRestart()
Return current value associated with the property corresponding toBgpGracefulRestart.getGracefulRestart()
.Modifier and TypeMethodDescriptionPeerGroupBuilder.setGracefulRestart
(GracefulRestart value) Set the property corresponding toBgpGracefulRestart.getGracefulRestart()
to the specified value. -
Uses of GracefulRestart in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.rev151009.bgp.top.bgp
Modifier and TypeMethodDescriptionGlobalBuilder.getGracefulRestart()
Return current value associated with the property corresponding toBgpGracefulRestart.getGracefulRestart()
.Modifier and TypeMethodDescriptionGlobalBuilder.setGracefulRestart
(GracefulRestart value) Set the property corresponding toBgpGracefulRestart.getGracefulRestart()
to the specified value.