Mercurial > hg > Database > Alice
comparison src/main/java/alice/topology/node/StartTopologyNode.java @ 523:145c425db88d dispose
add CompressedLDSM
author | Nozomi Teruya <e125769@ie.u-ryukyu.ac.jp> |
---|---|
date | Thu, 09 Apr 2015 18:36:26 +0900 |
parents | fc313323c53b |
children | 0832af83583f 767d93626b88 1a860019b2fe 1cf2697d51a6 |
comparison
equal
deleted
inserted
replaced
522:b8fe79f0c764 | 523:145c425db88d |
---|---|
18 this.startCS = startCS; | 18 this.startCS = startCS; |
19 } | 19 } |
20 | 20 |
21 @Override | 21 @Override |
22 public void run() { | 22 public void run() { |
23 ods.put("TNConfig", conf); | |
24 DataSegment.connect("manager", "manager", conf.getManagerHostName(), conf.getManagerPort()); | 23 DataSegment.connect("manager", "manager", conf.getManagerHostName(), conf.getManagerPort()); |
25 String localHostName = null; | 24 String localHostName = null; |
26 try { | 25 try { |
27 localHostName = InetAddress.getLocalHost().getHostName(); | 26 localHostName = InetAddress.getLocalHost().getHostName(); |
28 } catch (UnknownHostException e) { | 27 } catch (UnknownHostException e) { |