Class BgpPeerUtil.LlGracefulRestartDTO
- java.lang.Object
-
- org.opendaylight.protocol.bgp.rib.impl.BgpPeerUtil.LlGracefulRestartDTO
-
- Enclosing class:
- BgpPeerUtil
@Deprecated public static final class BgpPeerUtil.LlGracefulRestartDTO extends Object
Deprecated.This class is deprecated for refactoring.DTO for transferring LLGR advertizements.
-
-
Constructor Summary
Constructors Constructor Description LlGracefulRestartDTO(TablesKey tableKey, int staleTime, boolean forwardingFlag)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description int
getStaleTime()
Deprecated.TablesKey
getTableKey()
Deprecated.boolean
isForwarding()
Deprecated.
-
-
-
Constructor Detail
-
LlGracefulRestartDTO
public LlGracefulRestartDTO(TablesKey tableKey, int staleTime, boolean forwardingFlag)
Deprecated.
-
-
Method Detail
-
getTableKey
public TablesKey getTableKey()
Deprecated.
-
getStaleTime
public int getStaleTime()
Deprecated.
-
isForwarding
public boolean isForwarding()
Deprecated.
-
-