MetricStatTimer

时间:2018-05-15 19:05:31   收藏:0   阅读:175

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);
}

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

评论(0
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!