You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@storm.apache.org by lo...@apache.org on 2016/03/30 09:17:30 UTC

[16/19] storm git commit: revert the StormMetricsRegistry

revert the StormMetricsRegistry


Project: http://git-wip-us.apache.org/repos/asf/storm/repo
Commit: http://git-wip-us.apache.org/repos/asf/storm/commit/8647466c
Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/8647466c
Diff: http://git-wip-us.apache.org/repos/asf/storm/diff/8647466c

Branch: refs/heads/master
Commit: 8647466c6fba838b8b18ff236468c3269feb6f7c
Parents: 6a89d3c
Author: xiaojian.fxj <xi...@alibaba-inc.com>
Authored: Wed Mar 23 12:59:46 2016 +0800
Committer: xiaojian.fxj <xi...@alibaba-inc.com>
Committed: Wed Mar 23 12:59:46 2016 +0800

----------------------------------------------------------------------
 .../src/jvm/org/apache/storm/metric/StormMetricsRegistry.java | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/storm/blob/8647466c/storm-core/src/jvm/org/apache/storm/metric/StormMetricsRegistry.java
----------------------------------------------------------------------
diff --git a/storm-core/src/jvm/org/apache/storm/metric/StormMetricsRegistry.java b/storm-core/src/jvm/org/apache/storm/metric/StormMetricsRegistry.java
index 9de1fee..36171f1 100644
--- a/storm-core/src/jvm/org/apache/storm/metric/StormMetricsRegistry.java
+++ b/storm-core/src/jvm/org/apache/storm/metric/StormMetricsRegistry.java
@@ -17,9 +17,10 @@
  */
 package org.apache.storm.metric;
 
-import clojure.lang.IFn;
-import com.codahale.metrics.*;
-
+import com.codahale.metrics.Gauge;
+import com.codahale.metrics.Meter;
+import com.codahale.metrics.Metric;
+import com.codahale.metrics.MetricRegistry;
 import java.util.Map;
 import java.util.concurrent.Callable;