Uses of Interface
xsmeral.pipe.stats.StatFunction

Packages that use StatFunction
xsmeral.pipe.stats Provides classes for tracking statistics of processors. 
 

Uses of StatFunction in xsmeral.pipe.stats
 

Classes in xsmeral.pipe.stats that implement StatFunction
 class Average
          Arithmetic average.
 class Sum
          Sum function.
 class TimeInterval
          Average time interval between calls to add().
 

Methods in xsmeral.pipe.stats that return StatFunction
<T extends Number>
StatFunction<T>
Stats.newFunction(String name, Class<? extends StatFunction<T>> function)
          Returns StatFunction instance associated with this instance's context.
 

Method parameters in xsmeral.pipe.stats with type arguments of type StatFunction
<T extends Number>
StatFunction<T>
Stats.newFunction(String name, Class<? extends StatFunction<T>> function)
          Returns StatFunction instance associated with this instance's context.