Package | Description |
---|---|
io.pcp.parfait.dxm | |
io.pcp.parfait.pcp |
Modifier and Type | Field and Description |
---|---|
private MetricName |
PcpValueInfo.metricName |
Modifier and Type | Field and Description |
---|---|
private java.util.Map<MetricName,PcpValueInfo> |
PcpMmvWriter.metricData |
Modifier and Type | Method and Description |
---|---|
MetricName |
PcpValueInfo.getMetricName() |
static MetricName |
MetricName.parse(java.lang.String metric) |
Modifier and Type | Method and Description |
---|---|
void |
PcpMmvWriter.addMetric(MetricName name,
Semantics semantics,
javax.measure.Unit<?> unit,
java.lang.Object initialValue) |
void |
PcpWriter.addMetric(MetricName name,
Semantics semantics,
javax.measure.Unit<?> unit,
java.lang.Object initialValue)
Adds a new metric to the writer, with an initial default value.
|
<T> void |
PcpMmvWriter.addMetric(MetricName name,
Semantics semantics,
javax.measure.Unit<?> unit,
T initialValue,
TypeHandler<T> pcpType) |
<T> void |
PcpWriter.addMetric(MetricName name,
Semantics semantics,
javax.measure.Unit<?> unit,
T initialValue,
TypeHandler<T> pcpType)
Adds a new metric to the writer, with an initial default value.
|
private void |
PcpMmvWriter.addMetricInfo(MetricName name,
Semantics semantics,
javax.measure.Unit<?> unit,
java.lang.Object initialValue,
TypeHandler<?> pcpType) |
void |
PcpMmvWriter.updateMetric(MetricName name,
java.lang.Object value) |
void |
PcpWriter.updateMetric(MetricName name,
java.lang.Object value)
Updates the metric value of the given metric, once the writer has been started
|
private void |
MetricNameValidator.validateInstance(MetricName metricName) |
private void |
MetricNameValidator.validateName(MetricName metricName) |
(package private) void |
MetricNameValidator.validateNameConstraints(MetricName metricName) |
Constructor and Description |
---|
PcpValueInfo(MetricName metricName,
PcpMetricInfo metricInfo,
Instance instance,
java.lang.Object initialValue,
PcpString.PcpStringStore stringStore) |
Modifier and Type | Method and Description |
---|---|
MetricName |
MetricNameMapper.map(java.lang.String name) |
MetricName |
RegexSequenceNameMapper.map(java.lang.String name) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
TextSource.getText(Monitorable<?> monitorable,
MetricName mappedName) |
java.lang.String |
MapTextSource.getText(Monitorable<?> monitorable,
MetricName mappedName) |
java.lang.String |
MetricDescriptionTextSource.getText(Monitorable<?> monitorable,
MetricName mappedName) |
java.lang.String |
FileParsingTextSource.getText(Monitorable<?> monitorable,
MetricName mappedName) |
java.lang.String |
StringParsingTextSource.getText(Monitorable<?> monitorable,
MetricName mappedName) |
java.lang.String |
EmptyTextSource.getText(Monitorable<?> monitorable,
MetricName mappedName) |