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

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


      client = new AlimonitorClient(AlimonitorClient.DEFAUT_ADDR,
          AlimonitorClient.DEFAULT_PORT, true);
    } else {
        client = new MetricSendClient();
    }
    UploadSupervMetric uploadMetric = new UploadSupervMetric(conf, stormClusterState,
        supervisorId, active, 60, client);
    AsyncLoopThread uploadMetricThread = new AsyncLoopThread(uploadMetric);
    threads.add(uploadMetricThread);
   
    // SupervisorManger which can shutdown all supervisor and workers
View Full Code Here

TOP

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

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.