backtype.storm.metric.api.rpc
Class CombinedShellMetric
java.lang.Object
backtype.storm.metric.api.CombinedMetric
backtype.storm.metric.api.rpc.CombinedShellMetric
- All Implemented Interfaces:
- IMetric, IShellMetric
public class CombinedShellMetric
- extends CombinedMetric
- implements IShellMetric
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CombinedShellMetric
public CombinedShellMetric(ICombiner combiner)
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.