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 Details

    • LlGracefulRestartDTO

      public LlGracefulRestartDTO(TablesKey tableKey, int staleTime, boolean forwardingFlag)
      Deprecated.
  • Method Details

    • getTableKey

      public TablesKey getTableKey()
      Deprecated.
    • getStaleTime

      public int getStaleTime()
      Deprecated.
    • isForwarding

      public boolean isForwarding()
      Deprecated.