public class DiskStats extends Object
| Modifier and Type | Field and Description |
|---|---|
private long |
fsSizeSum |
| Modifier and Type | Method and Description |
|---|---|
long |
getFsSizeSum() |
DiskStats |
merge(DiskStats diskStats) |
void |
setFsSizeSum(long fsSizeSum) |
String |
toString() |
public DiskStats()
public DiskStats(long fsSizeSum)
fsSizeSum - the sum of the disk usage to set (in bytes)Copyright © 2017–2020. All rights reserved.