public ElasticSearchWriterTask(Endpoint endpoint, Set<AbstractIndexBuilder> indexBuilders, Parameters params) {
this.endpoint = endpoint;
this.indexBuilders = indexBuilders;
this.entityCounter = new EntityCounter();
this.workerPool = new WorkerPool(endpoint.getEntityDao(), params);
}