backtype.storm.metric.api.rpc
Class AssignableShellMetric
java.lang.Object
backtype.storm.metric.api.AssignableMetric
backtype.storm.metric.api.rpc.AssignableShellMetric
- All Implemented Interfaces:
- IMetric, IShellMetric
public class AssignableShellMetric
- extends AssignableMetric
- implements IShellMetric
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AssignableShellMetric
public AssignableShellMetric(Object value)
updateMetricFromRPC
public void updateMetricFromRPC(Object value)
- Specified by:
updateMetricFromRPC in interface IShellMetric
- Parameters:
value - used to update metric, its's meaning change according implementation
Object can be any json support types: String, Long, Double, Boolean, Null, List, Map
Copyright © 2014 The Apache Software Foundation. All Rights Reserved.