| Package | Description |
|---|---|
| org.hawkular.metrics.clients.ptrans.collectd.event |
| Modifier and Type | Method and Description |
|---|---|
TimeSpan |
ValueListEvent.getInterval() |
TimeSpan |
Event.getTimestamp() |
| Modifier and Type | Method and Description |
|---|---|
static Date |
TimeResolution.toDate(TimeSpan timestamp)
Converts to
Date the given timestamp. |
static long |
TimeResolution.toMillis(TimeSpan timeSpan)
Converts to milliseconds the given
timeSpan. |
| Constructor and Description |
|---|
Event(String host,
TimeSpan timestamp,
String pluginName,
String pluginInstance,
String typeName,
String typeInstance) |
ValueListEvent(String host,
TimeSpan timestamp,
String pluginName,
String pluginInstance,
String typeName,
String typeInstance,
List<Number> values,
TimeSpan interval)
Creates a new Value List event.
|
Copyright © 2014–2016 Red Hat, Inc.. All rights reserved.