public class MemoryUsage extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
long |
availablePhysicalMemory
Of the total physical memory of the system, available bytes.
|
long |
availableSwapSpace
Available swap space in bytes.
|
long |
totalPhysicalMemory
Total physical memory of the system, in bytes.
|
long |
totalSwapSpace
Total number of swap space in bytes.
|
Constructor and Description |
---|
MemoryUsage(long totalPhysicalMemory,
long availablePhysicalMemory,
long totalSwapSpace,
long availableSwapSpace) |
public final long totalPhysicalMemory
public final long availablePhysicalMemory
public final long totalSwapSpace
public final long availableSwapSpace
Copyright © 2015. All rights reserved.