Package com.alibaba.jstorm.metric

Examples of com.alibaba.jstorm.metric.JStormHistogram.update()


                netTransTime = Metrics.registerHistograms(remoteAddr, MetricDef.NETWORK_MSG_TRANS_TIME,
                    null, Metrics.MetricType.WORKER);
                networkTransmitTimeMap.put(remoteAddr, netTransTime);
              }
             
              netTransTime.update(interval);
          }
         
          return ctrl_msg;
        }
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.