Yuta HIGUCHI
Committed by Yuta Higuchi

DistributedFlowRuleStore: synchronized -> Reader/Writer lock

fix for ONOS-195

Change-Id: I3e15104225878d1616fa790095695400bcc43697
...@@ -60,6 +60,7 @@ public interface FlowRuleStore extends Store<FlowRuleBatchEvent, FlowRuleStoreDe ...@@ -60,6 +60,7 @@ public interface FlowRuleStore extends Store<FlowRuleBatchEvent, FlowRuleStoreDe
60 * Stores a batch of flow rules. 60 * Stores a batch of flow rules.
61 * 61 *
62 * @param batchOperation batch of flow rules. 62 * @param batchOperation batch of flow rules.
63 + * A batch can contain flow rules for a single device only.
63 * @return Future response indicating success/failure of the batch operation 64 * @return Future response indicating success/failure of the batch operation
64 * all the way down to the device. 65 * all the way down to the device.
65 */ 66 */
......