码迷,mamicode.com
首页 > 其他好文 > 详细

MetricStatTimer

时间:2018-05-15 19:43:15      阅读:124      评论:0      收藏:0      [点我收藏+]

标签:java   cal   hold   pac   use   util   apache   package   let   

package org.apache.storm.metric.internal;

import java.util.Timer;

/**
* Just holds a singleton metric/stat timer for use by metric/stat calculations
*/
class MetricStatTimer {
static Timer _timer = new Timer("metric/stat timer", true);
}

MetricStatTimer

标签:java   cal   hold   pac   use   util   apache   package   let   

原文地址:https://www.cnblogs.com/tonggc1668/p/9042277.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!