Bug 5578 Improve frsync (barriers) 56/40956/6
authorAndrej Leitner <anleitne@cisco.com>
Tue, 28 Jun 2016 16:49:57 +0000 (18:49 +0200)
committerAndrej Leitner <anleitne@cisco.com>
Wed, 6 Jul 2016 06:40:54 +0000 (08:40 +0200)
commit99ff88ba55a73ccb09e47876051aea339366ee12
treeb972dd4f4a77a6392c04996cea0a602229435f13
parent1c1d2b76c7c6a071a9dad151851e614f9f9ec8ef
Bug 5578 Improve frsync (barriers)

 - edit batch futures chaining to wait for barrier
   only when it is necessary/planned

Change-Id: I29f18939682c0344e2a23925f6643c9b43463ffe
Signed-off-by: Andrej Leitner <anleitne@cisco.com>
openflowplugin-impl/src/main/java/org/opendaylight/openflowplugin/impl/services/SalFlatBatchServiceImpl.java
openflowplugin-impl/src/main/java/org/opendaylight/openflowplugin/impl/services/batch/BatchStepJob.java [new file with mode: 0644]
openflowplugin-impl/src/main/java/org/opendaylight/openflowplugin/impl/services/batch/FlatBatchFlowAdapters.java
openflowplugin-impl/src/main/java/org/opendaylight/openflowplugin/impl/services/batch/FlatBatchGroupAdapters.java
openflowplugin-impl/src/main/java/org/opendaylight/openflowplugin/impl/services/batch/FlatBatchMeterAdapters.java
openflowplugin-impl/src/test/java/org/opendaylight/openflowplugin/impl/services/SalFlatBatchServiceImplTest.java
openflowplugin-impl/src/test/java/org/opendaylight/openflowplugin/impl/services/batch/FlatBatchFlowAdaptersTest.java
openflowplugin-impl/src/test/java/org/opendaylight/openflowplugin/impl/services/batch/FlatBatchGroupAdaptersTest.java
openflowplugin-impl/src/test/java/org/opendaylight/openflowplugin/impl/services/batch/FlatBatchMeterAdaptersTest.java