Mercurial > hg > Database > Christie
comparison src/main/java/christie/topology/manager/StartTopologyManager.java @ 168:c7300be0fff6
fix incomingHosts end message
author | akahori |
---|---|
date | Tue, 22 Jan 2019 16:00:29 +0900 |
parents | 8949d0ecf1f6 |
children |
comparison
equal
deleted
inserted
replaced
167:240058b2ce3e | 168:c7300be0fff6 |
---|---|
35 cgm.getLocalDGM().put("topologyNodeConfig", conf); | 35 cgm.getLocalDGM().put("topologyNodeConfig", conf); |
36 | 36 |
37 } | 37 } |
38 | 38 |
39 | 39 |
40 | |
41 public static void main(String[] args) { | 40 public static void main(String[] args) { |
42 TopologyManagerConfig topologyManagerConfig = new TopologyManagerConfig(args); | 41 TopologyManagerConfig topologyManagerConfig = new TopologyManagerConfig(args); |
43 new StartTopologyManager(topologyManagerConfig); | 42 new StartTopologyManager(topologyManagerConfig); |
44 } | 43 } |
45 | 44 |