Package | Description |
---|---|
io.pcp.parfait.dxm | |
io.pcp.parfait.dxm.semantics | |
io.pcp.parfait.pcp |
Modifier and Type | Field and Description |
---|---|
private Semantics |
PcpMetricInfo.semantics |
Modifier and Type | Method and Description |
---|---|
Semantics |
PcpMetricInfo.getSemantics() |
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 |
PcpMetricInfo.setSemantics(Semantics semantics) |
Modifier and Type | Method and Description |
---|---|
static Semantics |
Semantics.valueOf(java.lang.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.
|
Modifier and Type | Field and Description |
---|---|
private static java.util.Map<ValueSemantics,Semantics> |
PcpMonitorBridge.SEMANTICS_MAP |
Modifier and Type | Method and Description |
---|---|
private Semantics |
PcpMonitorBridge.convertToPcpSemantics(ValueSemantics semantics) |