You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@storm.apache.org by bo...@apache.org on 2014/07/01 22:40:35 UTC

[04/24] git commit: add AssignableShellMetric.java to rpc

add AssignableShellMetric.java to rpc


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

Branch: refs/heads/master
Commit: 98a27203169abf2d7a2bcad163448c488d8d0d40
Parents: 5448955
Author: JuDasheng <ju...@meituan.com>
Authored: Thu Mar 6 17:04:57 2014 +0800
Committer: JuDasheng <ju...@meituan.com>
Committed: Thu Mar 6 17:04:57 2014 +0800

----------------------------------------------------------------------
 .../metric/api/rpc/AssignableShellMetric.java      | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-storm/blob/98a27203/storm-core/src/jvm/backtype/storm/metric/api/rpc/AssignableShellMetric.java
----------------------------------------------------------------------
diff --git a/storm-core/src/jvm/backtype/storm/metric/api/rpc/AssignableShellMetric.java b/storm-core/src/jvm/backtype/storm/metric/api/rpc/AssignableShellMetric.java
index e0722b8..20387ed 100644
--- a/storm-core/src/jvm/backtype/storm/metric/api/rpc/AssignableShellMetric.java
+++ b/storm-core/src/jvm/backtype/storm/metric/api/rpc/AssignableShellMetric.java
@@ -1,3 +1,20 @@
+/**
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package backtype.storm.metric.api.rpc;
 
 import backtype.storm.metric.api.AssignableMetric;