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