GarbageCollectorMXBean
, MemoryManagerMXBean
, PlatformManagedObject
public interface GarbageCollectorMXBean extends GarbageCollectorMXBean
This platform extension is only available to the garbage collection implementation that supports this extension.
Modifier and Type | Method | Description |
---|---|---|
GcInfo |
getLastGcInfo() |
Returns the GC information about the most recent GC. |
getCollectionCount, getCollectionTime
getMemoryPoolNames, getName, isValid
getObjectName
GcInfo getLastGcInfo()
GcInfo
. If no GC information is available, null
is returned. The collector-specific attributes, if any, can be obtained via the CompositeData
interface. MBeanServer access: The mapped type of GcInfo
is CompositeData
with attributes specified in GcInfo
.
GcInfo
object representing the most GC information; or null
if no GC information available.
© 1993, 2023, Oracle and/or its affiliates. All rights reserved.
Documentation extracted from Debian's OpenJDK Development Kit package.
Licensed under the GNU General Public License, version 2, with the Classpath Exception.
Various third party code in OpenJDK is licensed under different licenses (see Debian package).
Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
https://docs.oracle.com/en/java/javase/21/docs/api/jdk.management/com/sun/management/GarbageCollectorMXBean.html