public class RAMStat extends GenericStat
Modifier and Type | Field and Description |
---|---|
private int |
memAvailable |
private int |
memFree |
private int |
memTotal |
topic
key
Constructor and Description |
---|
RAMStat(int free,
int total,
int available,
long timestamp,
String scannerId,
Key key) |
Modifier and Type | Method and Description |
---|---|
int |
getMemAvailable() |
int |
getMemFree() |
int |
getMemTotal() |
equals, getScannerId, getTimestamp, getTopic, hashCode, setScannerId, setTimestamp
getKey, setKey
Copyright © 2018. All rights reserved.