Interface OspfElementDao

    • Method Detail

      • findByRouterIdOfRelatedOspfLink

        List<OspfElement> findByRouterIdOfRelatedOspfLink​(int nodeId)
        Returns all OspfElements that have an ospfRouterId that matches an ospfRemRouterId of an OspfLink related to the given node. Used to retrieve all OspfElements that need to be accessed when finding Ospf links of a node.
      • deleteByNodeId

        void deleteByNodeId​(Integer nodeId)