Package jline.lang
Class Metric
-
- All Implemented Interfaces:
public class Metric
Constants for specifying a Metric
-
-
Field Summary
Fields Modifier and Type Field Description public String
type
public Station
station
public JobClass
jobClass
public boolean
isDisabled
public double
alfa
public int
analyzedSamples
public String
className
public int
discardedSamples
public double
lowerLimit
public int
maxSamples
public double
meanValue
public MetricType
metricType
public String
nodeType
public double
precision
public String
stationName
public double
upperLimit
-
Constructor Summary
Constructors Constructor Description Metric()
Metric(NamedNodeMap attributes)
-
Method Summary
Modifier and Type Method Description double
getAlfa()
int
getAnalyzedSamples()
String
getClassName()
void
setClassName(String className)
int
getDiscardedSamples()
double
getLowerLimit()
int
getMaxSamples()
double
getMeanValue()
MetricType
getMetricType()
String
getNodeType()
double
getPrecision()
String
getStationName()
void
setStationName(String stationName)
double
getUpperLimit()
boolean
isSuccessful()
-
-
Constructor Detail
-
Metric
Metric()
-
Metric
Metric(NamedNodeMap attributes)
-
-
Method Detail
-
getAlfa
double getAlfa()
-
getAnalyzedSamples
int getAnalyzedSamples()
-
getClassName
String getClassName()
-
setClassName
void setClassName(String className)
-
getDiscardedSamples
int getDiscardedSamples()
-
getLowerLimit
double getLowerLimit()
-
getMaxSamples
int getMaxSamples()
-
getMeanValue
double getMeanValue()
-
getMetricType
MetricType getMetricType()
-
getNodeType
String getNodeType()
-
getPrecision
double getPrecision()
-
getStationName
String getStationName()
-
setStationName
void setStationName(String stationName)
-
getUpperLimit
double getUpperLimit()
-
isSuccessful
boolean isSuccessful()
-
-
-
-