Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.multiprotocol.rev180329.mp.capabilities.graceful.restart.capability.Tables
Package
Description
-
Uses of Tables in org.opendaylight.protocol.bgp.parser
Modifier and TypeMethodDescriptionstatic @NonNull Tables
GracefulRestartUtil.gracefulRestartTable
(@NonNull TablesKey table, boolean forwardingState) static @NonNull Tables
GracefulRestartUtil.gracefulRestartTable
(@NonNull AddressFamily afi, @NonNull SubsequentAddressFamily safi, boolean forwardingState) Modifier and TypeMethodDescriptionstatic @NonNull CParameters
GracefulRestartUtil.gracefulRestartCapability
(Map<TablesKey, Tables> tables, int restartTime, boolean localRestarting) -
Uses of Tables in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.multiprotocol.rev180329.mp.capabilities
Modifier and TypeMethodDescriptionGracefulRestartCapability.getTables()
Return tables, ornull
if it is not present.GracefulRestartCapabilityBuilder.getTables()
Return current value associated with the property corresponding toGracefulRestartCapability.getTables()
.GracefulRestartCapability.nonnullTables()
Return tables, or an empty list if it is not present.Modifier and TypeMethodDescriptionSet the property corresponding toGracefulRestartCapability.getTables()
to the specified value. -
Uses of Tables in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.multiprotocol.rev180329.mp.capabilities.graceful.restart.capability
Modifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.binding.Augmentation<Tables>>
E$$TablesBuilder.augmentation
(Class<E$$> augmentationType) Return the specified augmentation, if it is present in this builder.Modifier and TypeMethodDescriptionstatic boolean
Tables.bindingEquals
(@NonNull Tables thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
Tables.bindingHashCode
(@NonNull Tables obj) Default implementation ofObject.hashCode()
contract for this interface.static String
Tables.bindingToString
(@NonNull Tables obj) Default implementation ofObject.toString()
contract for this interface.Modifier and TypeMethodDescriptionTablesBuilder.addAugmentation
(org.opendaylight.yangtools.binding.Augmentation<Tables> augmentation) Add an augmentation to this builder's product.TablesBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.binding.Augmentation<Tables>> augmentationType) Remove an augmentation from this builder's product.ModifierConstructorDescriptionTablesBuilder
(Tables base) Construct a builder initialized with state from specifiedTables
.