- See Also:
- Top Examples, Source Code,
isUsageThresholdExceeded(), usage threshold count, isUsageThresholdSupported(), setUsageThreshold, resetPeakUsage(), getPeakUsage(), getUsage(), non-heap, heap, java.lang:type=MemoryPool, platform MBeanServer, ManagementFactory.getMemoryPoolMXBeans(), memory managers
MemoryUsage getCollectionUsage()
- See Also:
-
MemoryUsage
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
long getCollectionUsageThreshold()
- See Also:
isCollectionUsageThresholdSupported(), UnsupportedOperationException, setCollectionUsageThreshold
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
long getCollectionUsageThresholdCount()
- See Also:
isCollectionUsageThresholdSupported(), UnsupportedOperationException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
String[] getMemoryManagerNames()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
String getName()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
MemoryUsage getPeakUsage()
- See Also:
-
MemoryUsage
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
MemoryType getType()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
MemoryUsage getUsage()
- See Also:
-
MemoryUsage
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
long getUsageThreshold()
- See Also:
isUsageThresholdSupported(), UnsupportedOperationException, setUsageThreshold
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
long getUsageThresholdCount()
- See Also:
- UnsupportedOperationException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
boolean isCollectionUsageThresholdExceeded()
- See Also:
- UnsupportedOperationException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
boolean isCollectionUsageThresholdSupported()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
boolean isUsageThresholdExceeded()
- See Also:
- UnsupportedOperationException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
boolean isUsageThresholdSupported()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
boolean isValid()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
void resetPeakUsage()
- See Also:
- SecurityException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
void setCollectionUsageThreshold(long threhsold)
- See Also:
-
isCollectionUsageThresholdSupported(), SecurityException, UnsupportedOperationException, IllegalArgumentException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
void setUsageThreshold(long threshold)
- See Also:
-
isUsageThresholdSupported(), SecurityException, UnsupportedOperationException, IllegalArgumentException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples