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 |
TimestampMetricValue
A reported or observed metric value with a timestamp.
|
Modifier and Type | Method and Description |
---|---|
ITimestampMetricValue |
IGangliaState.getMetric(String hostName,
String metricName)
Return current
TimestampMetricValue of metric on host
(thread-safe). |
Modifier and Type | Method and Description |
---|---|
Iterator<? extends ITimestampMetricValue> |
IGangliaState.iterator(String hostName)
Return an iterator which will visit all timestamped metrics for the
specified host.
|
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.