Exemplo n.º 1
0
 public ClusterManager(
     CollectorConfiguration configuration, ClusterPointLocator clusterPointLocator) {
   this.enableCluster = configuration.isClusterEnable();
   this.clusterPointLocator = clusterPointLocator;
 }