Package | Description |
---|---|
io.pcp.parfait.dxm |
Modifier and Type | Class and Description |
---|---|
class |
FileParsingIdentifierSourceSet |
class |
StringParsingIdentifierSourceSet |
Modifier and Type | Field and Description |
---|---|
static IdentifierSourceSet |
IdentifierSourceSet.DEFAULT_SET |
static IdentifierSourceSet |
IdentifierSourceSet.EXPLICIT_SET
IdentifierSourceSet which will fail for indoms and metrics, but allow default hashed
values for Instances |
private IdentifierSourceSet |
StringParsingIdentifierSourceSet.fallbacks |
private IdentifierSourceSet |
InstanceStoreFactoryV2.identifierSourceSet |
private IdentifierSourceSet |
InstanceStoreFactoryV1.instanceStores |
static IdentifierSourceSet |
IdentifierSourceSet.LIMITLESS_SET
An IdentifierSourceSet for use in contexts where identifiers truly do not matter and are not limited in range
-- e.g.
|
Constructor and Description |
---|
FileParsingIdentifierSourceSet(java.io.File instanceData,
java.io.File metricData,
IdentifierSourceSet fallbacks)
Reads instance values from files.
|
FileParsingIdentifierSourceSet(java.io.InputStream instanceData,
java.io.InputStream metricData,
IdentifierSourceSet fallbacks)
Reads instance values from streams.
|
FileParsingIdentifierSourceSet(java.io.Reader instanceData,
java.io.Reader metricData,
IdentifierSourceSet fallbacks) |
FileParsingIdentifierSourceSet(com.google.common.base.Supplier<java.io.InputStream> instanceData,
com.google.common.base.Supplier<java.io.InputStream> metricData,
IdentifierSourceSet fallbacks)
Reads instance values from streams.
|
InstanceDomainStore(IdentifierSourceSet identifierSources,
InstanceStoreFactory instanceStoreFactory) |
InstanceStoreFactoryV1(IdentifierSourceSet instanceStores) |
InstanceStoreFactoryV2(IdentifierSourceSet identifierSourceSet,
PcpString.PcpStringStore stringStore) |
InstanceStoreV1(IdentifierSourceSet identifierSources,
java.lang.String name,
InstanceDomain instanceDomain) |
InstanceStoreV2(IdentifierSourceSet identifierSources,
java.lang.String name,
InstanceDomain instanceDomain,
PcpString.PcpStringStore stringStore) |
MetricInfoStoreV1(IdentifierSourceSet identifierSources) |
MetricInfoStoreV2(IdentifierSourceSet identifierSources,
PcpString.PcpStringStore stringStore) |
PcpMmvWriter(ByteBufferFactory byteBufferFactory,
IdentifierSourceSet identifierSources) |
PcpMmvWriter(ByteBufferFactory byteBufferFactory,
IdentifierSourceSet identifierSources,
MmvVersion mmvVersion) |
PcpMmvWriter(java.io.File file,
IdentifierSourceSet identifierSources)
Creates a new PcpMmvWriter writing to the underlying file, which will be created + opened as a
memory-mapped file.
|
PcpMmvWriter(java.io.File file,
IdentifierSourceSet identifierSources,
MmvVersion mmvVersion)
Creates a new PcpMmvWriter writing to the underlying file, which will be created + opened as a
memory-mapped file.
|
PcpMmvWriter(java.lang.String name,
IdentifierSourceSet identifierSources)
Creates a new PcpMmvWriter writing to the underlying file, which will be created + opened as a
memory-mapped file.
|
PcpMmvWriter(java.lang.String name,
IdentifierSourceSet identifierSources,
MmvVersion mmvVersion)
Creates a new PcpMmvWriter writing to the underlying file, which will be created + opened as a
memory-mapped file.
|
StringParsingIdentifierSourceSet(java.lang.Iterable<java.lang.String> instanceData,
java.lang.Iterable<java.lang.String> metricData,
IdentifierSourceSet fallbacks) |