Package | Description |
---|---|
com.ps.consul.eclipse.metrics | |
com.ps.consul.eclipse.metrics.metrics |
Modifier and Type | Method and Description |
---|---|
IMetricResult |
IMetric.getObjectResult() |
Modifier and Type | Interface and Description |
---|---|
interface |
IMetricTopResult
This interface represents the TopResult of an IMetric instance.
|
Modifier and Type | Class and Description |
---|---|
class |
MetricResult
This class defines the structure of the result of each metric.
|
class |
SubResult |
Modifier and Type | Method and Description |
---|---|
IMetricResult |
SubResult.getParent() |
IMetricResult |
IMetricResult.getParent()
If this result is an SubResult this method returns the parent result.
|
IMetricResult[] |
SubResult.getSubResults() |
IMetricResult[] |
IMetricResult.getSubResults() |
Modifier and Type | Method and Description |
---|---|
void |
SubResult.addSubResult(IMetricResult subResult)
Adds a new SubResult to the MetricResult
|
void |
IMetricResult.addSubResult(IMetricResult subResult) |
void |
SubResult.setParent(IMetricResult parent) |
void |
IMetricResult.setParent(IMetricResult parent) |