Package com.alibaba.jstorm.client.metric

Examples of com.alibaba.jstorm.client.metric.MetricClient


  public MetaSpout() {

  }

  public void initMetricClient(TopologyContext context) {
    metricClient = new MetricClient(context);
    waithHistogram = metricClient.registerHistogram("MetaTupleWait", null);
    processHistogram = metricClient.registerHistogram("MetaTupleProcess",
        null);
  }
View Full Code Here

TOP

Related Classes of com.alibaba.jstorm.client.metric.MetricClient

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.