Bug 6513 Remove FD from registry immediately 56/44556/6
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:10:56 +0000 (07:10 +0000)
commit9bf1d27d17bd8973a41354da46bb9bc3de6cb90f
tree2264ef1ace84c0c5214e64ef29456e3336983cc3
parent1e77fd6279257817151d74abc529be0a9f9b4d23
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