Package com.alibaba.jstorm.daemon.worker.metrics

Examples of com.alibaba.jstorm.daemon.worker.metrics.UploadMetricFromZK


            AlimonitorClient.DEFAULT_PORT, true);
    } else {
      client = new MetricSendClient();
    }
   
    uploadMetric = new UploadMetricFromZK(data, client);
   
    scheduleService.scheduleWithFixedDelay(uploadMetric, 120, 60, TimeUnit.SECONDS);
   
    LOG.info("Successfully init metrics uploading thread");
  }
View Full Code Here

TOP

Related Classes of com.alibaba.jstorm.daemon.worker.metrics.UploadMetricFromZK

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.