Configuration Save event sync mechanism using Clustering services. 68/568/1
authorMadhu Venugopal <vmadhu@cisco.com>
Fri, 5 Jul 2013 06:17:37 +0000 (23:17 -0700)
committerMadhu Venugopal <vmadhu@cisco.com>
Fri, 5 Jul 2013 06:17:37 +0000 (23:17 -0700)
commit8c0e77ebab90f7d42f3103318e8d7578ea140638
treea967c9856a33d47f1f2e65fbc69a87ad28db9ac5
parent316c30bf96a3a540154983657490ff2043458d25
Configuration Save event sync mechanism using Clustering services.
Every Controller in the cluster will receive a Config save event and the save is performed locally on each of the Controllers.
This is the first step towards the centralized configuration service.

Change-Id: Icbff65117ccb237a4c31091d392b27de43d8ae1d
Signed-off-by: Madhu Venugopal <vmadhu@cisco.com>
opendaylight/configuration/api/src/main/java/org/opendaylight/controller/configuration/ConfigurationEvent.java [new file with mode: 0644]
opendaylight/configuration/implementation/src/main/java/org/opendaylight/controller/configuration/internal/Activator.java
opendaylight/configuration/implementation/src/main/java/org/opendaylight/controller/configuration/internal/ConfigurationImpl.java