145146147148149150151152153154155
ObjectMapper jsonMapper, ScheduledExecutorFactory factory, DruidCoordinatorConfig config ) { return new LoadQueueTaskMaster( curator, jsonMapper, factory.create(1, "Master-PeonExec--%d"), Executors.newSingleThreadExecutor(), config ); } }