Uses of Interface
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.rev151009.bgp.graceful.restart.GracefulRestart
Packages that use GracefulRestart
Package
Description
-
Uses of GracefulRestart in org.opendaylight.protocol.bgp.state
Methods in org.opendaylight.protocol.bgp.state that return GracefulRestartModifier and TypeMethodDescriptionstatic @NonNull GracefulRestartNeighborUtil.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
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.rev151009 that return GracefulRestartModifier and TypeMethodDescriptionBgpGracefulRestart.getGracefulRestart()Return gracefulRestart, ornullif it is not present.@NonNull GracefulRestartBgpGracefulRestart.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
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.rev151009.bgp.graceful.restart with type parameters of type GracefulRestartModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.binding.Augmentation<GracefulRestart>>
E$$GracefulRestartBuilder.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.graceful.restart that return GracefulRestartModifier and TypeMethodDescription@NonNull GracefulRestartGracefulRestartBuilder.build()A newGracefulRestartinstance.static @NonNull GracefulRestartGracefulRestartBuilder.empty()Get empty instance of GracefulRestart.Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.rev151009.bgp.graceful.restart that return types with arguments of type GracefulRestartModifier and TypeMethodDescriptiondefault Class<GracefulRestart> GracefulRestart.implementedInterface()Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.rev151009.bgp.graceful.restart with parameters of type GracefulRestartModifier and TypeMethodDescriptionstatic booleanGracefulRestart.bindingEquals(@NonNull GracefulRestart thisObj, Object obj) Default implementation ofObject.equals(Object)contract for this interface.static intGracefulRestart.bindingHashCode(@NonNull GracefulRestart obj) Default implementation ofObject.hashCode()contract for this interface.static StringGracefulRestart.bindingToString(@NonNull GracefulRestart obj) Default implementation ofObject.toString()contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.rev151009.bgp.graceful.restart with type arguments of type GracefulRestartModifier and TypeMethodDescriptionGracefulRestartBuilder.addAugmentation(org.opendaylight.yangtools.binding.Augmentation<GracefulRestart> augmentation) Add an augmentation to this builder's product.GracefulRestartBuilder.removeAugmentation(Class<? extends org.opendaylight.yangtools.binding.Augmentation<GracefulRestart>> augmentationType) Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.rev151009.bgp.graceful.restart with parameters of type GracefulRestartModifierConstructorDescriptionConstruct a builder initialized with state from specifiedGracefulRestart. -
Uses of GracefulRestart 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 that return GracefulRestartModifier and TypeMethodDescriptionNeighborBuilder.getGracefulRestart()Return current value associated with the property corresponding toBgpGracefulRestart.getGracefulRestart().Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.rev151009.bgp.neighbors with parameters of type GracefulRestartModifier 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
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.rev151009.bgp.peer.group that return GracefulRestartModifier and TypeMethodDescriptionPeerGroupBuilder.getGracefulRestart()Return current value associated with the property corresponding toBgpGracefulRestart.getGracefulRestart().Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.rev151009.bgp.peer.group with parameters of type GracefulRestartModifier 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
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.rev151009.bgp.top.bgp that return GracefulRestartModifier and TypeMethodDescriptionGlobalBuilder.getGracefulRestart()Return current value associated with the property corresponding toBgpGracefulRestart.getGracefulRestart().Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.rev151009.bgp.top.bgp with parameters of type GracefulRestartModifier and TypeMethodDescriptionGlobalBuilder.setGracefulRestart(GracefulRestart value) Set the property corresponding toBgpGracefulRestart.getGracefulRestart()to the specified value.