Per container flow statistics filtering to account cFlows 50/750/2
authorAlessandro Boch <aboch@cisco.com>
Tue, 30 Jul 2013 22:45:31 +0000 (15:45 -0700)
committerAlessandro Boch <aboch@cisco.com>
Tue, 30 Jul 2013 23:56:29 +0000 (16:56 -0700)
commit1f9b410fe9b4b27fe88995b059513a1b5c6ce9ac
tree660521abc2928c5579bec308946c0dba75c59289
parent1ae37339c083b30bc564af4e608725c514b2e6b7
Per container flow statistics filtering to account cFlows

ISSUE:
ReadServiceFilter in openflow protocol plugin while trying to derive
to which container a flow statistics object belongs, it does not take into
account the container flows (cFlows).
CHANGES:
- Have ReadServiceFilter maintain a map of container to container flows
- Have flowBelongToContainer() account the cFlows while filtering the Flow objects
- Changed the other container maps to concurrent maps
- Other minor style changes

Change-Id: I2d41fa2111334d57ef3179e907fea0bf268943e7
Signed-off-by: Alessandro Boch <aboch@cisco.com>
opendaylight/protocol_plugins/openflow/src/main/java/org/opendaylight/controller/protocol_plugin/openflow/internal/ReadServiceFilter.java