Package org.openstreetmap.osmosis.plugin.elasticsearch.utils

Examples of org.openstreetmap.osmosis.plugin.elasticsearch.utils.EntityCounter


  private final WorkerPool workerPool;

  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);
  }
View Full Code Here

TOP

Related Classes of org.openstreetmap.osmosis.plugin.elasticsearch.utils.EntityCounter

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.