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