Move checking/logging out of executeModification() 06/90706/3
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:42:58 +0000 (11:42 +0000)
commitd63c249c30e50b615850e43f2f6728070d8b5d21
tree5f6b3991aa0e4a14911b6405b37ce52876271f29
parent443a2f66bd465fceaf6c0c694ba8a5224aec9491
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