public class IOStat extends GenericStat
Modifier and Type | Field and Description |
---|---|
private String |
disk |
private float |
readKBps |
private float |
writeKBps |
topic
key
Constructor and Description |
---|
IOStat(String disk,
float readKBps,
float writeKBps,
long timestamp,
String scannerId,
Key key) |
Modifier and Type | Method and Description |
---|---|
String |
getDisk() |
float |
getReadKBps() |
float |
getWriteKBps() |
equals, getScannerId, getTimestamp, getTopic, hashCode, setScannerId, setTimestamp
getKey, setKey
Copyright © 2018. All rights reserved.