Interface IMemoryUsageCalculationOperation
- All Superinterfaces:
IMemoryInformation
Calculate memory information
- Author:
- I-D Media AG
-
Method Summary
Modifier and TypeMethodDescriptionlongGet the raw memory availablelongGet the raw memory amount in uselongGet the maximum amount of memory that might be allocated by the JVMlongGet the raw total memoryintGeet the memory warning thresholdbooleanIs the amount of memory to be considered critically low?Methods inherited from interface com.idmedia.translationstudio.api.specialists.IMemoryInformation
getMemoryFree, getMemoryInUse, getMemoryInUsePercent, getMemoryInUserPercentInt, getMemoryTotal
-
Method Details
-
getMemoryMaxAvailable
long getMemoryMaxAvailable()Get the maximum amount of memory that might be allocated by the JVM- Returns:
-
getMemoryTotalRaw
long getMemoryTotalRaw()Get the raw total memory- Returns:
-
getMemoryInUseRaw
long getMemoryInUseRaw()Get the raw memory amount in use- Returns:
-
getMemoryFreeRaw
long getMemoryFreeRaw()Get the raw memory available- Returns:
-
getMemoryWarningThreshold
int getMemoryWarningThreshold()Geet the memory warning threshold- Returns:
-
isCriticallyLow
boolean isCriticallyLow()Is the amount of memory to be considered critically low?- Returns:
-