Public Member Functions | |
long | getMaxMemory () |
long | getAllocatedMemory () |
long | getFreeMemory () |
long | getTotalFreeMemory () |
Private Member Functions | |
void | updateMemory () |
Private Attributes | |
volatile long | maxMemory |
volatile long | allocatedMemory |
volatile long | freeMemory |
volatile long | totalFreeMemory |
Static Private Attributes | |
final Runtime | rt = Runtime.getRuntime() |
|
|
|
|
|
|
|
Implements alma::acs::logging::engine::utils::IResourceChecker.
|
|
|
|
The memory allocated by the application. Measured in bytes.
|
|
The amount of free memory from the allocated memory Measured in bytes.
|
|
The maximum amount of memory that your Java application can use
|
|
The |
|
The memory allocated that can be used by the application taking into account the memory not yet allocated by the JVM. Measured in bytes.
|