Committed by
Yuta Higuchi
Turning off CopyCat version of IntentStore
Change-Id: I093362c5d7a8c325dd1f767b78e8b0a05f1de153
Showing
2 changed files
with
2 additions
and
2 deletions
| ... | @@ -49,7 +49,7 @@ import static com.google.common.base.Verify.verify; | ... | @@ -49,7 +49,7 @@ import static com.google.common.base.Verify.verify; |
| 49 | import static org.onlab.onos.net.intent.IntentState.*; | 49 | import static org.onlab.onos.net.intent.IntentState.*; |
| 50 | import static org.slf4j.LoggerFactory.getLogger; | 50 | import static org.slf4j.LoggerFactory.getLogger; |
| 51 | 51 | ||
| 52 | -@Component(immediate = true) | 52 | +@Component(immediate = false, enabled = false) |
| 53 | @Service | 53 | @Service |
| 54 | public class DistributedIntentStore | 54 | public class DistributedIntentStore |
| 55 | extends AbstractStore<IntentEvent, IntentStoreDelegate> | 55 | extends AbstractStore<IntentEvent, IntentStoreDelegate> | ... | ... |
| ... | @@ -49,7 +49,7 @@ import static com.google.common.base.Verify.verify; | ... | @@ -49,7 +49,7 @@ import static com.google.common.base.Verify.verify; |
| 49 | import static org.onlab.onos.net.intent.IntentState.*; | 49 | import static org.onlab.onos.net.intent.IntentState.*; |
| 50 | import static org.slf4j.LoggerFactory.getLogger; | 50 | import static org.slf4j.LoggerFactory.getLogger; |
| 51 | 51 | ||
| 52 | -@Component(immediate = false, enabled = false) | 52 | +@Component(immediate = true, enabled = false) |
| 53 | @Service | 53 | @Service |
| 54 | public class HazelcastIntentStore | 54 | public class HazelcastIntentStore |
| 55 | extends AbstractHazelcastStore<IntentEvent, IntentStoreDelegate> | 55 | extends AbstractHazelcastStore<IntentEvent, IntentStoreDelegate> | ... | ... |
-
Please register or login to post a comment