Ejemplo n.º 1
0
 private void cleanHostByApp(String app) {
   quarantine.cleanHostByApp(app);
 }
Ejemplo n.º 2
0
 @Override
 protected void doInit() throws TddlException {
   this.users = new HashMap<String, UserConfig>();
   this.schemas = new HashMap<String, SchemaConfig>();
   this.quarantine = QuarantineConfig.getInstance();
 }
Ejemplo n.º 3
0
 private synchronized void parseQuarantine(String app, String dataId, String config) {
   quarantine.resetHosts(app, config);
 }