Move checking/logging out of executeModification() 04/90704/2
authorRobert Varga <robert.varga@pantheon.tech>
Thu, 25 Jun 2020 13:58:43 +0000 (15:58 +0200)
committerRobert Varga <nite@hq.sk>
Fri, 26 Jun 2020 11:43:13 +0000 (11:43 +0000)
commit5befb36b04db17e7525b14444e7b6f9a1ea5f00f
tree08009bf3b84788fb5e4a7cf3b3d375a919a7c42e
parent84defcf72b03dd6ea40552044903835b805dc01d
Move checking/logging out of executeModification()

We will need specialized methods to deal with modifications,
similar to what we are doing for read(). As a first step, split
out common bits. This inlining has the added benefit of not touching
class reflection data.

JIRA: CONTROLLER-1950
Change-Id: I88030331ad8fe9299e8e824e18571047c87c90c6
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
(cherry picked from commit 576924996622ae1d4326363830001d529882a431)
opendaylight/md-sal/sal-distributed-datastore/src/main/java/org/opendaylight/controller/cluster/datastore/TransactionProxy.java