public class ThreadInfoStorageAgentClass extends ThreadInfoStorageXYSeries
| Constructor and Description |
|---|
ThreadInfoStorageAgentClass(java.lang.String name)
Instantiates a new thread info storage agent class.
|
| Modifier and Type | Method and Description |
|---|---|
double |
getAvgPredictiveMetric()
Gets the avg predictive metric.
|
double |
getAvgRealMetric()
Gets the average real metric.
|
double |
getMaxPredictiveMetric()
Gets the max predictive metric.
|
double |
getMaxRealMetric()
Gets the max real metric.
|
double |
getMinPredictiveMetric()
Gets the minimum predictive metric.
|
double |
getMinRealMetric()
Gets the minimum real metric.
|
void |
setAvgPredictiveMetric(double avgPredictiveMetric)
Sets the average predictive metric.
|
void |
setAvgRealMetric(double avgPrealMetric)
Sets the average real metric.
|
void |
setMaxPredictiveMetric(double maxPredictiveMetric)
Sets the max predictive metric.
|
void |
setMaxRealMetric(double maxRealMetric)
Sets the max real metric.
|
void |
setMinPredictiveMetric(double minPredictiveMetric)
Sets the minimum predictive metric.
|
void |
setMinRealMetric(double minrealMetric)
Sets the minimum real metric.
|
getLastDeltaForXYSeries, getName, getXYSeriesMap, setXYSeriesMap, toStringpublic ThreadInfoStorageAgentClass(java.lang.String name)
name - the namepublic double getAvgPredictiveMetric()
public void setAvgPredictiveMetric(double avgPredictiveMetric)
avgPredictiveMetric - the avgPredictiveMetric to setpublic double getAvgRealMetric()
public void setAvgRealMetric(double avgPrealMetric)
avgPrealMetric - the new average real metricpublic double getMinPredictiveMetric()
public void setMinPredictiveMetric(double minPredictiveMetric)
minPredictiveMetric - the minPredictiveMetric to setpublic double getMinRealMetric()
public void setMinRealMetric(double minrealMetric)
minrealMetric - the minrealMetric to setpublic double getMaxPredictiveMetric()
public void setMaxPredictiveMetric(double maxPredictiveMetric)
maxPredictiveMetric - the maxPredictiveMetric to setpublic double getMaxRealMetric()
public void setMaxRealMetric(double maxRealMetric)
maxRealMetric - the maxRealMetric to set