public static class NodeTimeseriesStatistics.NodeComponentTypeStatistics extends Object
| Constructor and Description |
|---|
NodeComponentTypeStatistics()
The default constructor.
|
NodeComponentTypeStatistics(double duration,
long count)
This constructor initialises the stats.
|
| Modifier and Type | Method and Description |
|---|---|
long |
getCount() |
double |
getDuration() |
void |
setCount(long count) |
void |
setDuration(double duration) |
String |
toString() |
public NodeComponentTypeStatistics()
public NodeComponentTypeStatistics(double duration,
long count)
duration - The durationcount - The countpublic double getDuration()
public void setDuration(double duration)
duration - the duration to setpublic long getCount()
public void setCount(long count)
count - the count to setCopyright © 2015–2016 Red Hat, Inc.. All rights reserved.