Class GracefulRestartUtil
- java.lang.Object
-
- org.opendaylight.protocol.bgp.rib.impl.config.GracefulRestartUtil
-
@Deprecated public final class GracefulRestartUtil extends Object
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
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static 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 Detail
-
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.
-
-