backtype.storm.metric.api
Interface ICombiner<T>


public interface ICombiner<T>


Method Summary
 T combine(T a, T b)
           
 T identity()
           
 

Method Detail

identity

T identity()

combine

T combine(T a,
          T b)


Copyright © 2014 The Apache Software Foundation. All Rights Reserved.