final class InstanceV1 extends Instance
Modifier and Type | Class and Description |
---|---|
(package private) static class |
InstanceV1.InstanceStoreV1 |
Modifier and Type | Field and Description |
---|---|
private static int |
INSTANCE_LENGTH |
(package private) static int |
INSTANCE_NAME_LIMIT
The maximum length of an instance name able to be exported to the MMV agent.
|
id, instanceDomain, name, offset
Constructor and Description |
---|
InstanceV1(InstanceDomain domain,
java.lang.String name,
int id) |
Modifier and Type | Method and Description |
---|---|
int |
byteSize() |
void |
writeToMmv(java.nio.ByteBuffer byteBuffer) |
static final int INSTANCE_NAME_LIMIT
PcpMmvWriter.PCP_CHARSET
(it's a measure of the maximum number of bytes, not the
Java String length)private static final int INSTANCE_LENGTH
InstanceV1(InstanceDomain domain, java.lang.String name, int id)
public void writeToMmv(java.nio.ByteBuffer byteBuffer)
writeToMmv
in interface MmvWritable
writeToMmv
in class Instance
public int byteSize()