backtype.storm.metric.api.rpc
Interface IShellMetric

All Superinterfaces:
IMetric
All Known Implementing Classes:
AssignableShellMetric, CombinedShellMetric, CountShellMetric, ReducedShellMetric

public interface IShellMetric
extends IMetric


Method Summary
 void updateMetricFromRPC(Object value)
           
 
Methods inherited from interface backtype.storm.metric.api.IMetric
getValueAndReset
 

Method Detail

updateMetricFromRPC

void updateMetricFromRPC(Object value)
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.