comparison src/main/java/alice/topology/manager/ConfigWaiter.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 59e84cd75403
children
comparison
equal deleted inserted replaced
546:15eeb439830c 547:e91a574b69de
22 ods.put("local", "start", ValueFactory.createNilValue()); 22 ods.put("local", "start", ValueFactory.createNilValue());
23 ods.update("running", true); 23 ods.update("running", true);
24 return; 24 return;
25 } 25 }
26 ConfigWaiter cs3 = new ConfigWaiter(count); 26 ConfigWaiter cs3 = new ConfigWaiter(count);
27 cs3.done.setKey("local", "done"); 27 cs3.done.setKey("local", "done", this);
28 } 28 }
29 29
30 } 30 }