org.aksw.commons.experiments
Class FinalizedMonitor

java.lang.Object
  extended by org.aksw.commons.experiments.FinalizedMonitor
All Implemented Interfaces:
Serializable

public class FinalizedMonitor
extends Object
implements Serializable

This a class to make a Jamon monitor persistent

Author:
Sebastian Hellmann
See Also:
Serialized Form

Constructor Summary
FinalizedMonitor(com.jamonapi.Monitor m)
           
 
Method Summary
 double getAvg()
           
 String getHeader()
           
 double getHits()
           
 double getLastValue()
           
 double getMax()
           
 double getMin()
           
 double getStdDev()
           
 double getTotal()
           
 String getUnits()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FinalizedMonitor

public FinalizedMonitor(com.jamonapi.Monitor m)
Method Detail

getHeader

public String getHeader()

getUnits

public String getUnits()

getAvg

public double getAvg()

getHits

public double getHits()

getStdDev

public double getStdDev()

getLastValue

public double getLastValue()

getMax

public double getMax()

getMin

public double getMin()

getTotal

public double getTotal()


Copyright © 2012. All Rights Reserved.