|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jvnet.hudson.MemoryUsage
public class MemoryUsage
Memory usage. Immutable.
| Field Summary | |
|---|---|
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 Summary | |
|---|---|
MemoryUsage(long totalPhysicalMemory,
long availablePhysicalMemory,
long totalSwapSpace,
long availableSwapSpace)
|
|
| Method Summary | |
|---|---|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public final long totalPhysicalMemory
public final long availablePhysicalMemory
public final long totalSwapSpace
public final long availableSwapSpace
| Constructor Detail |
|---|
public MemoryUsage(long totalPhysicalMemory,
long availablePhysicalMemory,
long totalSwapSpace,
long availableSwapSpace)
| Method Detail |
|---|
public String toString()
toString in class Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||