public final class ValueListEvent extends Event
CollectdEventsDecoder and signaling a decoded collectd Value List.| Constructor and Description |
|---|
ValueListEvent(String host,
TimeSpan timestamp,
String pluginName,
String pluginInstance,
String typeName,
String typeInstance,
List<Number> values,
TimeSpan interval)
Creates a new Value List event.
|
| Modifier and Type | Method and Description |
|---|---|
TimeSpan |
getInterval() |
List<Number> |
getValues() |
String |
toString() |
getHost, getPluginInstance, getPluginName, getTimestamp, getTypeInstance, getTypeNamepublic ValueListEvent(String host, TimeSpan timestamp, String pluginName, String pluginInstance, String typeName, String typeInstance, List<Number> values, TimeSpan interval)
host - hostname of the machine where the values were collectedtimestamp - when they were collectedpluginName - the corresponding collectd plugin, e.g. "cpu"pluginInstance - the corresponding collectd plugin instance, e.g. "1"typeName - the corresponding collectd type, e.g. "cpu"typeInstance - the corresponding collectd type instance, e.g. "idle"values - the metrics, cannot be nullinterval - how often these metrics are collected, cannot be nullCopyright © 2014–2016 Red Hat, Inc.. All rights reserved.