comparison src/main/java/alice/topology/manager/StartTopologyManager.java @ 621:4027e55df60d dispose current-release

add startKeepAlive
author suruga
date Sun, 06 Aug 2017 18:42:43 +0900
parents 145c425db88d
children ffaacab84d1a
comparison
equal deleted inserted replaced
620:b6cbf3ca3d12 621:4027e55df60d
30 30
31 @Override 31 @Override
32 public void run() { 32 public void run() {
33 new CheckComingHost(); 33 new CheckComingHost();
34 ods.put("absCookieTable", new HashMap<String, String>()); 34 ods.put("absCookieTable", new HashMap<String, String>());
35 ods.put("config", conf );
35 36
36 if (!conf.dynamic) { 37 if (!conf.dynamic) {
37 LinkedList<String> nodeNames = new LinkedList<String>(); 38 LinkedList<String> nodeNames = new LinkedList<String>();
38 HashMap<String, LinkedList<NodeInfo>> topology = new HashMap<String, LinkedList<NodeInfo>>(); 39 HashMap<String, LinkedList<NodeInfo>> topology = new HashMap<String, LinkedList<NodeInfo>>();
39 int nodeNum = 0; 40 int nodeNum = 0;