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
ConstructorsConstructorDescriptionLlGracefulRestartDTO(TablesKey tableKey, int staleTime, boolean forwardingFlag) Deprecated. - 
Method Summary
Modifier and TypeMethodDescriptionintDeprecated.Deprecated.booleanDeprecated. 
- 
Constructor Details
- 
LlGracefulRestartDTO
Deprecated. 
 - 
 - 
Method Details
- 
getTableKey
Deprecated. - 
getStaleTime
public int getStaleTime()Deprecated. - 
isForwarding
public boolean isForwarding()Deprecated. 
 -