Moved ClusterCommunicationService related to api bundle
Change-Id: I0545c2e82824703feff4a089c0de25c9f3969622
Showing
6 changed files
with
2 additions
and
0 deletions
1 | package org.onlab.onos.store.cluster.messaging; | 1 | package org.onlab.onos.store.cluster.messaging; |
2 | 2 | ||
3 | +// FIXME: not used any more? remove | ||
3 | /** | 4 | /** |
4 | * Service for encoding & decoding intra-cluster message payload. | 5 | * Service for encoding & decoding intra-cluster message payload. |
5 | */ | 6 | */ | ... | ... |
... | @@ -11,6 +11,7 @@ import org.onlab.util.KryoPool; | ... | @@ -11,6 +11,7 @@ import org.onlab.util.KryoPool; |
11 | import org.slf4j.Logger; | 11 | import org.slf4j.Logger; |
12 | import org.slf4j.LoggerFactory; | 12 | import org.slf4j.LoggerFactory; |
13 | 13 | ||
14 | +//FIXME: not used any more? remove | ||
14 | /** | 15 | /** |
15 | * Factory for parsing messages sent between cluster members. | 16 | * Factory for parsing messages sent between cluster members. |
16 | */ | 17 | */ | ... | ... |
-
Please register or login to post a comment