424344454647484950
} @Override public void connect() throws IOException { if (this.binlogs == null) { this.binlogs = new BinLogFileQueue(this.directory); } this.running = true; }
414243444546474849