115116117118119120121122
return this; } @Override public ConnectionConfig randomSelect() { this.selector = new RandomSelector(); return this; }