final class PcpMetricInfoV1 extends PcpMetricInfo
Modifier and Type | Class and Description |
---|---|
(package private) static class |
PcpMetricInfoV1.MetricInfoStoreV1 |
Modifier and Type | Field and Description |
---|---|
private static int |
METRIC_LENGTH |
(package private) static int |
METRIC_NAME_LIMIT
The maximum length of a metric name able to be exported to the MMV agent.
|
DEFAULT_INSTANCE_DOMAIN_ID, domain, longHelpText, metricName, offset, shortHelpText, typeHandler
Modifier | Constructor and Description |
---|---|
private |
PcpMetricInfoV1(java.lang.String metricName,
int id) |
Modifier and Type | Method and Description |
---|---|
int |
byteSize() |
void |
writeToMmv(java.nio.ByteBuffer byteBuffer) |
getId, getOffset, getSemantics, getStringOffset, getTypeHandler, getUnit, hasHelpText, setHelpText, setInstanceDomain, setOffset, setSemantics, setTypeHandler, setUnit
static final int METRIC_NAME_LIMIT
PcpMmvWriter.PCP_CHARSET
(it's a measure of the maximum number of bytes, not the Java
String length)private static final int METRIC_LENGTH
public void writeToMmv(java.nio.ByteBuffer byteBuffer)
writeToMmv
in interface MmvWritable
writeToMmv
in class PcpMetricInfo
public int byteSize()