Eliminate the use of ActionableResourceImpl 13/85413/15
authorRobert Varga <robert.varga@pantheon.tech>
Mon, 28 Oct 2019 16:25:44 +0000 (17:25 +0100)
committerKarthikeyan Krishnan <karthikeyangceb007@gmail.com>
Thu, 4 Jun 2020 06:20:05 +0000 (06:20 +0000)
commit4e0dc8fd3c4f45e45ec383765f4eaad6d0c37614
tree325fc582845a6e558c7aec31e30b4b25cdb86587
parent2a063b87ff26b324cb9208b4c512d8725b861165
Eliminate the use of ActionableResourceImpl

These callers can easily work with the newly-provided ActionableResources
utility class, eliminating callers of InstanceIdentifier.toString()
and also eager string concatenation, which is replaced with a utility
holder class.

JIRA: GENIUS-281
Change-Id: I88059fedafe3b4cce8d32561c7918ef328f17460
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
bgpmanager/impl/src/main/java/org/opendaylight/netvirt/bgpmanager/BgpUtil.java
fibmanager/impl/src/main/java/org/opendaylight/netvirt/fibmanager/BgpRouteVrfEntryHandler.java