|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jvnet.hudson.MemoryUsage
hudson.node_monitors.SwapSpaceMonitor.MemoryUsage2
@ExportedBean public static class SwapSpaceMonitor.MemoryUsage2
Memory Usage.
MemoryUsage + stapler annotations.
| Field Summary |
|---|
| Fields inherited from class org.jvnet.hudson.MemoryUsage |
|---|
availablePhysicalMemory, availableSwapSpace, totalPhysicalMemory, totalSwapSpace |
| Constructor Summary | |
|---|---|
SwapSpaceMonitor.MemoryUsage2(org.jvnet.hudson.MemoryUsage mem)
|
|
| Method Summary | |
|---|---|
long |
getAvailablePhysicalMemory()
Of the total physical memory of the system, available bytes. |
long |
getAvailableSwapSpace()
Available swap space in bytes. |
long |
getTotalPhysicalMemory()
Total physical memory of the system, in bytes. |
long |
getTotalSwapSpace()
Total number of swap space in bytes. |
| Methods inherited from class org.jvnet.hudson.MemoryUsage |
|---|
toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public SwapSpaceMonitor.MemoryUsage2(org.jvnet.hudson.MemoryUsage mem)
| Method Detail |
|---|
@Exported public long getTotalPhysicalMemory()
@Exported public long getAvailablePhysicalMemory()
@Exported public long getTotalSwapSpace()
@Exported public long getAvailableSwapSpace()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||