コード例 #1
0
 public ConfigWatcher(String host) throws IOException, InterruptedException {
   store = new ActiveKeyValueStore();
   store.connect(host);
 }