Package | Description |
---|---|
com.bigdata.ganglia |
This package provides a full implementation of the ganglia protocol, including
the ability to listen and report on metrics, metadata, and metadata requests.
|
Modifier and Type | Class and Description |
---|---|
class |
GangliaMetricMessage
A ganglia 3.1 metric message.
|
class |
RichMetricMessage
Class bundles together an
IGangliaMetricMessage with the
IGangliaMetadataMessage which provides its declaration. |
Modifier and Type | Method and Description |
---|---|
Map<String,IGangliaMetricMessage> |
IHostReport.getMetrics()
A snapshot of metric values for the host.
|
Map<String,IGangliaMetricMessage> |
HostReport.getMetrics() |
Modifier and Type | Method and Description |
---|---|
void |
GangliaMessageEncoder25.writeMetric(XDROutputBuffer xdr,
IGangliaMetadataMessage decl,
IGangliaMetricMessage msg) |
void |
GangliaMessageEncoder31.writeMetric(XDROutputBuffer xdr,
IGangliaMetadataMessage decl,
IGangliaMetricMessage msg) |
void |
IGangliaMessageEncoder.writeMetric(XDROutputBuffer xdr,
IGangliaMetadataMessage decl,
IGangliaMetricMessage msg)
Generate a metric record.
|
Constructor and Description |
---|
HostReport(String hostName,
Map<String,IGangliaMetricMessage> metrics) |
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.