Improve DpnTepStateCache performance 80/85080/6
authorRobert Varga <robert.varga@pantheon.tech>
Sat, 12 Oct 2019 11:45:58 +0000 (13:45 +0200)
committerNishchya Gupta <nishchyag@altencalsoftlabs.com>
Thu, 3 Sep 2020 10:24:23 +0000 (15:54 +0530)
commit3ada5053cf1638e8d8ac554d0dd1bd7fc87223c8
tree09aa954870b4253a172356cef96247bc8519ce68
parentd7641b979d1ed995abfe1cc4b5d30853f9ac3763
Improve DpnTepStateCache performance

Instead of forcing allocation of Strings all the time, reorganize
the cache to have an explicit key. Also mark a FIXME to where we
are forcing String/Uint64 conversions.

Change-Id: I1ed8fbecd5dedf01b69b46ca7809b659eeb00b4d
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
itm/itm-impl/src/main/java/org/opendaylight/genius/itm/cache/CacheKey.java [new file with mode: 0644]
itm/itm-impl/src/main/java/org/opendaylight/genius/itm/cache/DpnTepStateCache.java