Package | Description |
---|---|
io.pcp.parfait.dxm |
Modifier and Type | Field and Description |
---|---|
protected InstanceDomain |
PcpMetricInfo.domain |
protected InstanceDomain |
Instance.instanceDomain |
private InstanceDomain |
InstanceV2.InstanceStoreV2.instanceDomain |
private InstanceDomain |
InstanceV1.InstanceStoreV1.instanceDomain |
Modifier and Type | Field and Description |
---|---|
private PcpMmvWriter.Store<InstanceDomain> |
PcpMmvWriter.instanceDomainStore |
Modifier and Type | Method and Description |
---|---|
private InstanceDomain |
PcpMmvWriter.getInstanceDomain(java.lang.String name) |
protected InstanceDomain |
InstanceDomain.InstanceDomainStore.newInstance(java.lang.String name,
java.util.Set<java.lang.Integer> usedIds) |
Modifier and Type | Method and Description |
---|---|
(package private) PcpMmvWriter.Store<InstanceDomain> |
MmvVersion.createInstanceDomainStore(IdentifierSourceSet identifierSourceSet,
PcpString.PcpStringStore stringStore) |
PcpMmvWriter.Store<InstanceDomain> |
MmvVersion.MmvVersionFactory.createInstanceDomainStore(IdentifierSourceSet identifierSourceSet,
PcpString.PcpStringStore stringStore) |
PcpMmvWriter.Store<InstanceDomain> |
MmvVersion.MmvVersion1Factory.createInstanceDomainStore(IdentifierSourceSet identifierSourceSet,
PcpString.PcpStringStore unused) |
PcpMmvWriter.Store<InstanceDomain> |
MmvVersion.MmvVersion2Factory.createInstanceDomainStore(IdentifierSourceSet identifierSourceSet,
PcpString.PcpStringStore stringStore) |
private java.util.Collection<InstanceDomain> |
PcpMmvWriter.getInstanceDomains() |
Modifier and Type | Method and Description |
---|---|
PcpMmvWriter.Store<Instance> |
InstanceStoreFactory.createNewInstanceStore(java.lang.String name,
InstanceDomain instanceDomain) |
PcpMmvWriter.Store<Instance> |
InstanceStoreFactoryV1.createNewInstanceStore(java.lang.String name,
InstanceDomain instanceDomain) |
PcpMmvWriter.Store<Instance> |
InstanceStoreFactoryV2.createNewInstanceStore(java.lang.String name,
InstanceDomain instanceDomain) |
(package private) void |
PcpMetricInfo.setInstanceDomain(InstanceDomain domain) |
Constructor and Description |
---|
Instance(InstanceDomain domain,
java.lang.String name,
int id) |
InstanceStoreV1(IdentifierSourceSet identifierSources,
java.lang.String name,
InstanceDomain instanceDomain) |
InstanceStoreV2(IdentifierSourceSet identifierSources,
java.lang.String name,
InstanceDomain instanceDomain,
PcpString.PcpStringStore stringStore) |
InstanceV1(InstanceDomain domain,
java.lang.String name,
int id) |
InstanceV2(InstanceDomain domain,
java.lang.String name,
int id,
PcpString nameAsString) |