Mercurial > hg > Database > Alice
comparison src/main/java/alice/topology/node/StartTopologyNode.java @ 547:e91a574b69de dispose
remove index
author | Nozomi Teruya <e125769@ie.u-ryukyu.ac.jp> |
---|---|
date | Tue, 18 Aug 2015 16:15:17 +0900 |
parents | f3f7e256ee03 |
children |
comparison
equal
deleted
inserted
replaced
546:15eeb439830c | 547:e91a574b69de |
---|---|
35 ods.put("manager", "host", host); | 35 ods.put("manager", "host", host); |
36 | 36 |
37 ods.put("_CLIST", new ArrayList<String>()); | 37 ods.put("_CLIST", new ArrayList<String>()); |
38 | 38 |
39 IncomingAbstractHostName cs = new IncomingAbstractHostName(); | 39 IncomingAbstractHostName cs = new IncomingAbstractHostName(); |
40 cs.absName.setKey("local", "host"); | 40 cs.absName.setKey("local", "host", this); |
41 | 41 |
42 IncomingReverseKey cs2 = new IncomingReverseKey(); | 42 IncomingReverseKey cs2 = new IncomingReverseKey(); |
43 cs2.reverseKey.setKey("local", "reverseKey"); | 43 cs2.reverseKey.setKey("local", "reverseKey", this); |
44 cs2.reverseCount.setKey("local", "reverseCount"); | 44 cs2.reverseCount.setKey("local", "reverseCount", this); |
45 | 45 |
46 ods.put("local", "reverseCount", 0); | 46 ods.put("local", "reverseCount", 0); |
47 | 47 |
48 ConfigurationFinish cs3 = new ConfigurationFinish(startCS); | 48 ConfigurationFinish cs3 = new ConfigurationFinish(startCS); |
49 cs3.reverseCount.setKey("local", "reverseCount"); | 49 cs3.reverseCount.setKey("local", "reverseCount", this); |
50 cs3.configNodeNum.setKey("local", "configNodeNum"); | 50 cs3.configNodeNum.setKey("local", "configNodeNum", this); |
51 | 51 |
52 } | 52 } |
53 | 53 |
54 } | 54 } |