Bug5822:Ensuring that the flowId, is unique for a flow 40/43740/1
authorShuva Kar <shuva.jyoti.kar@ericsson.com>
Sun, 31 Jul 2016 14:07:24 +0000 (19:37 +0530)
committerAnil Vishnoi <vishnoianil@gmail.com>
Thu, 11 Aug 2016 15:54:46 +0000 (15:54 +0000)
commita42107d72663df10e3bb66a733a84da50db2c27f
treefc7828f52daf68af545ad1599023dc1367a56e7b
parentedaf292f328852a8f707cd2f3c167e572a9cca9d
Bug5822:Ensuring that the flowId, is unique for a flow
in a table

* also optimising map/list accresses
*reducing addFlow rpc latency

Change-Id: Ida607fc7134c0488c7c3bcc82e38966be2325e71
Signed-off-by: Shuva Kar <shuva.jyoti.kar@ericsson.com>
(cherry picked from commit 7cd1a52c3c6b025e7797a92b8bf25b7b97d9aec5)
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/registry/flow/FlowDescriptorFactory.java
openflowplugin-impl/src/main/java/org/opendaylight/openflowplugin/impl/services/SalFlowServiceImpl.java
openflowplugin-impl/src/main/java/org/opendaylight/openflowplugin/impl/services/SalGroupServiceImpl.java
openflowplugin-impl/src/main/java/org/opendaylight/openflowplugin/impl/services/SalMeterServiceImpl.java