Class RoutingStatsDecorator

java.lang.Object
net.anotheria.moskito.core.decorators.AbstractDecorator
org.distributeme.core.stats.RoutingStatsDecorator
All Implemented Interfaces:
net.anotheria.moskito.core.decorators.IDecorator, net.anotheria.util.sorter.IComparable

public class RoutingStatsDecorator extends net.anotheria.moskito.core.decorators.AbstractDecorator
TODO comment this class
Version:
$Id: $Id
Author:
lrosenberg
  • Field Summary

    Fields inherited from class net.anotheria.moskito.core.decorators.AbstractDecorator

    MB
  • Constructor Summary

    Constructors
    Constructor
    Description
    Creates a new decorator object with given name.
  • Method Summary

    Modifier and Type
    Method
    Description
    List<net.anotheria.moskito.core.decorators.value.StatValueAO>
    getValues(net.anotheria.moskito.core.producers.IStats statsObject, String interval, net.anotheria.moskito.core.stats.TimeUnit unit)

    Methods inherited from class net.anotheria.moskito.core.decorators.AbstractDecorator

    compareTo, getCaptions, getExplanation, getName

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • RoutingStatsDecorator

      public RoutingStatsDecorator()
      Creates a new decorator object with given name.
  • Method Details

    • getValues

      public List<net.anotheria.moskito.core.decorators.value.StatValueAO> getValues(net.anotheria.moskito.core.producers.IStats statsObject, String interval, net.anotheria.moskito.core.stats.TimeUnit unit)