Added Netty based messaging. Updated cluster management to use Netty based messaging
Showing
40 changed files
with
1135 additions
and
920 deletions
core/store/dist/src/main/java/org/onlab/onos/store/cluster/impl/ClusterIOWorker.java
deleted
100644 → 0
core/store/dist/src/main/java/org/onlab/onos/store/cluster/impl/ClusterMessageStream.java
deleted
100644 → 0
core/store/dist/src/main/java/org/onlab/onos/store/cluster/messaging/EchoMessage.java
deleted
100644 → 0
core/store/dist/src/main/java/org/onlab/onos/store/cluster/messaging/HelloMessage.java
deleted
100644 → 0
core/store/dist/src/main/java/org/onlab/onos/store/cluster/messaging/NewMemberMessage.java
deleted
100644 → 0
core/store/dist/src/main/java/org/onlab/onos/store/messaging/impl/NettyMessagingService.java
0 → 100644
core/store/dist/src/test/java/org/onlab/onos/store/cluster/impl/ClusterCommunicationManagerTest.java
-
Please register or login to post a comment