Class GracefulRestartUtil
java.lang.Object
org.opendaylight.protocol.bgp.rib.impl.config.GracefulRestartUtil
Deprecated.
This class is competing with bgp-parser-api's view of GR and will be renamed and/or eliminated.
Helpers for dealing with Graceful Restart capabilities.
-
Method Summary
Modifier and TypeMethodDescriptionstatic BgpParameters
getGracefulBgpParameters
(List<OptionalCapabilities> fixedCapabilities, Set<TablesKey> gracefulTables, Set<TablesKey> preservedTables, int gracefulRestartTimer, boolean localRestarting, Set<BgpPeerUtil.LlGracefulRestartDTO> llGracefulDTOs) Deprecated.static CParameters
getGracefulCapability
(Map<TablesKey, Boolean> tables, int restartTime, boolean localRestarting) Deprecated.static CParameters
getLlGracefulCapability
(Set<BgpPeerUtil.LlGracefulRestartDTO> llGracefulRestarts) Deprecated.
-
Method Details
-
getGracefulCapability
public static CParameters getGracefulCapability(Map<TablesKey, Boolean> tables, int restartTime, boolean localRestarting) Deprecated. -
getLlGracefulCapability
public static CParameters getLlGracefulCapability(Set<BgpPeerUtil.LlGracefulRestartDTO> llGracefulRestarts) Deprecated. -
getGracefulBgpParameters
public static BgpParameters getGracefulBgpParameters(List<OptionalCapabilities> fixedCapabilities, Set<TablesKey> gracefulTables, Set<TablesKey> preservedTables, int gracefulRestartTimer, boolean localRestarting, Set<BgpPeerUtil.LlGracefulRestartDTO> llGracefulDTOs) Deprecated.
-