public class NodeTimeseriesStatistics extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
NodeTimeseriesStatistics.NodeComponentTypeStatistics
This class represents the stats associated with a node's component type.
|
| Constructor and Description |
|---|
NodeTimeseriesStatistics() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,NodeTimeseriesStatistics.NodeComponentTypeStatistics> |
getComponentTypes() |
long |
getTimestamp() |
void |
setComponentTypes(Map<String,NodeTimeseriesStatistics.NodeComponentTypeStatistics> componentTypes) |
void |
setTimestamp(long timestamp) |
String |
toString() |
public long getTimestamp()
public void setTimestamp(long timestamp)
timestamp - the timestamp to setpublic Map<String,NodeTimeseriesStatistics.NodeComponentTypeStatistics> getComponentTypes()
public void setComponentTypes(Map<String,NodeTimeseriesStatistics.NodeComponentTypeStatistics> componentTypes)
componentTypes - the componentTypes to setCopyright © 2015–2016 Red Hat, Inc.. All rights reserved.