public class MemoryStats extends Object
| Modifier and Type | Field and Description |
|---|---|
private long |
usageSum |
| Constructor and Description |
|---|
MemoryStats() |
MemoryStats(long usageSum) |
| Modifier and Type | Method and Description |
|---|---|
long |
getUsageSum() |
MemoryStats |
merge(MemoryStats memoryStats) |
void |
setUsageSum(long usageSum) |
String |
toString() |
public long getUsageSum()
public void setUsageSum(long usageSum)
usageSum - the usageSum to setpublic MemoryStats merge(MemoryStats memoryStats)
Copyright © 2017–2018. All rights reserved.