Package | Description |
---|---|
io.pcp.parfait.pcp |
Modifier and Type | Class and Description |
---|---|
class |
EmptyTextSource |
class |
FileParsingTextSource |
class |
MapTextSource |
class |
MetricDescriptionTextSource |
class |
StringParsingTextSource |
Constructor and Description |
---|
FileParsingTextSource(File data,
TextSource fallback)
Reads text from tab-separated file.
|
FileParsingTextSource(InputStream data,
TextSource fallback)
Reads text from tab-separated stream.
|
FileParsingTextSource(Reader data,
TextSource fallback) |
FileParsingTextSource(com.google.common.base.Supplier<InputStream> dataSupplier,
TextSource fallback)
Reads text from streams.
|
MapTextSource(TextSource fallback,
Map<String,String> descriptionsByMetricName) |
PcpMonitorBridge(PcpWriter writer,
MetricNameMapper mapper,
TextSource shortTextSource,
TextSource longTextSource) |
StringParsingTextSource(Iterable<String> input,
TextSource fallback) |
Copyright © 2009–2018 Performance Co-Pilot. All rights reserved.