Package | Description |
---|---|
io.pcp.parfait.dxm | |
io.pcp.parfait.dxm.semantics |
Modifier and Type | Method and Description |
---|---|
void |
PcpMmvWriter.addMetric(MetricName name,
Semantics semantics,
javax.measure.Unit<?> unit,
Object initialValue) |
void |
PcpWriter.addMetric(MetricName name,
Semantics semantics,
javax.measure.Unit<?> unit,
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.
|
Modifier and Type | Method and Description |
---|---|
static Semantics |
Semantics.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Semantics[] |
Semantics.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2009-2018 Performance Co-Pilot. All Rights Reserved.