Yuta HIGUCHI

remove peermsg package

Change-Id: Iefbf425951a7134bd7ecdda4d1a8e9477d349587
Showing 10 changed files with 10 additions and 17 deletions
/**
* Implementation of the cluster messaging mechanism.
*/
package org.onlab.onos.store.cluster.messaging.impl;
\ No newline at end of file
package org.onlab.onos.store.cluster.messaging.impl;
......
package org.onlab.onos.store.device.impl.peermsg;
package org.onlab.onos.store.device.impl;
import static com.google.common.base.Preconditions.checkNotNull;
......
package org.onlab.onos.store.device.impl.peermsg;
package org.onlab.onos.store.device.impl;
import static com.google.common.base.Preconditions.checkNotNull;
......
package org.onlab.onos.store.device.impl.peermsg;
package org.onlab.onos.store.device.impl;
import java.util.Objects;
......@@ -51,4 +51,4 @@ public final class DeviceFragmentId {
this.providerId = null;
this.deviceId = null;
}
}
\ No newline at end of file
}
......
......@@ -39,9 +39,6 @@ import org.onlab.onos.store.cluster.messaging.ClusterMessage;
import org.onlab.onos.store.cluster.messaging.ClusterMessageHandler;
import org.onlab.onos.store.cluster.messaging.MessageSubject;
import org.onlab.onos.store.common.impl.Timestamped;
import org.onlab.onos.store.device.impl.peermsg.DeviceAntiEntropyAdvertisement;
import org.onlab.onos.store.device.impl.peermsg.DeviceFragmentId;
import org.onlab.onos.store.device.impl.peermsg.PortFragmentId;
import org.onlab.onos.store.serializers.KryoSerializer;
import org.onlab.onos.store.serializers.DistributedStoreSerializers;
import org.onlab.util.KryoPool;
......
......@@ -20,4 +20,4 @@ public final class InitDeviceDescs
public DeviceDescriptions get() throws ConcurrentException {
return new DeviceDescriptions(deviceDesc);
}
}
\ No newline at end of file
}
......
package org.onlab.onos.store.device.impl.peermsg;
package org.onlab.onos.store.device.impl;
import java.util.Objects;
......@@ -58,4 +58,4 @@ public final class PortFragmentId {
this.deviceId = null;
this.portNumber = null;
}
}
\ No newline at end of file
}
......
/**
* Structure and utilities used for inter-Node messaging.
*/
package org.onlab.onos.store.device.impl.peermsg;
package org.onlab.onos.store.device.impl.peermsg;
package org.onlab.onos.store.device.impl;
import static org.onlab.onos.net.DeviceId.deviceId;
......
package org.onlab.onos.store.device.impl.peermsg;
package org.onlab.onos.store.device.impl;
import static org.onlab.onos.net.DeviceId.deviceId;
......