MetricStatTimer

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

posted @ 2018-05-15 18:02  tonggc1668  阅读(111)  评论(0编辑  收藏  举报