Class LoadTriplet
- java.lang.Object
-
- org.apache.camel.management.mbean.LoadTriplet
-
public final class LoadTriplet extends Object
Holds the loads averaged over 1min, 5min, and 15min.
-
-
Constructor Summary
Constructors Constructor Description LoadTriplet()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description doublegetLoad1()doublegetLoad15()doublegetLoad5()voidreset()StringtoString()voidupdate(int currentReading)Update the load statistics
-
-
-
Constructor Detail
-
LoadTriplet
public LoadTriplet()
-
-