diff src/main/java/alice/test/codesegment/remote/RemoteStartCodeSegment.java @ 647:e321c5ec9b58

fix toplogy manager; ring worked
author suruga
date Sun, 31 Dec 2017 19:32:27 +0900
parents 646f705e65b1
children
line wrap: on
line diff
--- a/src/main/java/alice/test/codesegment/remote/RemoteStartCodeSegment.java	Sun Dec 31 12:06:45 2017 +0900
+++ b/src/main/java/alice/test/codesegment/remote/RemoteStartCodeSegment.java	Sun Dec 31 19:32:27 2017 +0900
@@ -1,6 +1,7 @@
 package alice.test.codesegment.remote;
 
 import alice.codesegment.CodeSegment;
+import org.msgpack.type.ValueFactory;
 
 public class RemoteStartCodeSegment extends CodeSegment {
 
@@ -9,7 +10,10 @@
         RemoteIncrement cs = new RemoteIncrement();
         ods.put("compressedremote", "num", 0);
         ods.put("num2",0);
+
+        ods.put("remote","null-value", ValueFactory.createNilValue());
+        ods.put("remote-null-value", ValueFactory.createNilValue());
+
         new RemoteIncrement1();
-        cs.num.setKey("compressedlocal", "num");
     }
 }
\ No newline at end of file