Bug 6513 Remove FD from registry immediately 58/44558/8
authorAndrej Leitner <andrej.leitner@pantheon.tech>
Tue, 23 Aug 2016 13:15:14 +0000 (15:15 +0200)
committerAndrej Leitner <andrej.leitner@pantheon.sk>
Wed, 24 Aug 2016 07:12:44 +0000 (07:12 +0000)
commitdeb54a036f798b3c69729cf6c84675709a207e1b
tree449365433fec68d3d82dba70f2c53fccdecf8954
parenta13866fe1a239ff9af4b2ef8b402c2148edafeea
Bug 6513 Remove FD from registry immediately

 - remove FlowDescriptor from DeviceFlowRegistry immeadiately
   instead of marking it as to-be-removed
 - updated tests

Change-Id: I269a510fa67b6d04181039515aaefda90b53b827
Signed-off-by: Andrej Leitner <andrej.leitner@pantheon.tech>
openflowplugin-api/src/main/java/org/opendaylight/openflowplugin/api/openflow/registry/flow/DeviceFlowRegistry.java
openflowplugin-impl/src/main/java/org/opendaylight/openflowplugin/impl/registry/flow/DeviceFlowRegistryImpl.java
openflowplugin-impl/src/main/java/org/opendaylight/openflowplugin/impl/services/SalFlowServiceImpl.java
openflowplugin-impl/src/main/java/org/opendaylight/openflowplugin/impl/statistics/StatisticsGatheringUtils.java
openflowplugin-impl/src/test/java/org/opendaylight/openflowplugin/impl/registry/flow/DeviceFlowRegistryImplTest.java