Class BgpPeerUtil.LlGracefulRestartDTO
java.lang.Object
org.opendaylight.protocol.bgp.rib.impl.BgpPeerUtil.LlGracefulRestartDTO
- Enclosing class:
- BgpPeerUtil
Deprecated.
This class is deprecated for refactoring.
DTO for transferring LLGR advertizements.
-
Constructor Summary
ConstructorDescriptionLlGracefulRestartDTO
(TablesKey tableKey, int staleTime, boolean forwardingFlag) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionint
Deprecated.Deprecated.boolean
Deprecated.
-
Constructor Details
-
LlGracefulRestartDTO
Deprecated.
-
-
Method Details
-
getTableKey
Deprecated. -
getStaleTime
public int getStaleTime()Deprecated. -
isForwarding
public boolean isForwarding()Deprecated.
-