remove peermsg package
Change-Id: Iefbf425951a7134bd7ecdda4d1a8e9477d349587
Showing
10 changed files
with
10 additions
and
17 deletions
1 | /** | 1 | /** |
2 | * Implementation of the cluster messaging mechanism. | 2 | * Implementation of the cluster messaging mechanism. |
3 | */ | 3 | */ |
4 | -package org.onlab.onos.store.cluster.messaging.impl; | ||
... | \ No newline at end of file | ... | \ No newline at end of file |
4 | +package org.onlab.onos.store.cluster.messaging.impl; | ... | ... |
1 | -package org.onlab.onos.store.device.impl.peermsg; | 1 | +package org.onlab.onos.store.device.impl; |
2 | 2 | ||
3 | import java.util.Objects; | 3 | import java.util.Objects; |
4 | 4 | ||
... | @@ -51,4 +51,4 @@ public final class DeviceFragmentId { | ... | @@ -51,4 +51,4 @@ public final class DeviceFragmentId { |
51 | this.providerId = null; | 51 | this.providerId = null; |
52 | this.deviceId = null; | 52 | this.deviceId = null; |
53 | } | 53 | } |
54 | -} | ||
... | \ No newline at end of file | ... | \ No newline at end of file |
54 | +} | ... | ... |
... | @@ -39,9 +39,6 @@ import org.onlab.onos.store.cluster.messaging.ClusterMessage; | ... | @@ -39,9 +39,6 @@ import org.onlab.onos.store.cluster.messaging.ClusterMessage; |
39 | import org.onlab.onos.store.cluster.messaging.ClusterMessageHandler; | 39 | import org.onlab.onos.store.cluster.messaging.ClusterMessageHandler; |
40 | import org.onlab.onos.store.cluster.messaging.MessageSubject; | 40 | import org.onlab.onos.store.cluster.messaging.MessageSubject; |
41 | import org.onlab.onos.store.common.impl.Timestamped; | 41 | import org.onlab.onos.store.common.impl.Timestamped; |
42 | -import org.onlab.onos.store.device.impl.peermsg.DeviceAntiEntropyAdvertisement; | ||
43 | -import org.onlab.onos.store.device.impl.peermsg.DeviceFragmentId; | ||
44 | -import org.onlab.onos.store.device.impl.peermsg.PortFragmentId; | ||
45 | import org.onlab.onos.store.serializers.KryoSerializer; | 42 | import org.onlab.onos.store.serializers.KryoSerializer; |
46 | import org.onlab.onos.store.serializers.DistributedStoreSerializers; | 43 | import org.onlab.onos.store.serializers.DistributedStoreSerializers; |
47 | import org.onlab.util.KryoPool; | 44 | import org.onlab.util.KryoPool; | ... | ... |
... | @@ -20,4 +20,4 @@ public final class InitDeviceDescs | ... | @@ -20,4 +20,4 @@ public final class InitDeviceDescs |
20 | public DeviceDescriptions get() throws ConcurrentException { | 20 | public DeviceDescriptions get() throws ConcurrentException { |
21 | return new DeviceDescriptions(deviceDesc); | 21 | return new DeviceDescriptions(deviceDesc); |
22 | } | 22 | } |
23 | -} | ||
... | \ No newline at end of file | ... | \ No newline at end of file |
23 | +} | ... | ... |
1 | -package org.onlab.onos.store.device.impl.peermsg; | 1 | +package org.onlab.onos.store.device.impl; |
2 | 2 | ||
3 | import java.util.Objects; | 3 | import java.util.Objects; |
4 | 4 | ||
... | @@ -58,4 +58,4 @@ public final class PortFragmentId { | ... | @@ -58,4 +58,4 @@ public final class PortFragmentId { |
58 | this.deviceId = null; | 58 | this.deviceId = null; |
59 | this.portNumber = null; | 59 | this.portNumber = null; |
60 | } | 60 | } |
61 | -} | ||
... | \ No newline at end of file | ... | \ No newline at end of file |
61 | +} | ... | ... |
-
Please register or login to post a comment