Minimize synchronized blocks 03/7803/3
authorRobert Varga <rovarga@cisco.com>
Fri, 6 Jun 2014 17:20:03 +0000 (19:20 +0200)
committerRobert Varga <rovarga@cisco.com>
Mon, 9 Jun 2014 11:52:30 +0000 (13:52 +0200)
commit6bc43b8bdb3a57210a192b0173891be064170c41
treea12890ace15f319c59a39b85780bde2b1bc0645e
parent16fcdf1a2169bcee3c0c8c0966deab134713036f
Minimize synchronized blocks

This is a simple, obviously-correct improvement of scalability: we
reduce the sice of the synchronized sections such that they only cover
the datastore interaction.

Change-Id: I1c78804e6aed22aac73f67e9c5de43ff465c7836
Signed-off-by: Robert Varga <rovarga@cisco.com>
opendaylight/md-sal/topology-manager/src/main/java/org/opendaylight/md/controller/topology/manager/FlowCapableTopologyExporter.java