Modifier and Type | Method and Description |
---|---|
static GcInfo |
GcInfo.from(CompositeData cd)
Returns a GcInfo object represented by the
given CompositeData.
|
GcInfo |
GarbageCollectionNotificationInfo.getGcInfo()
Returns the GC information related to the last garbage collection
|
GcInfo |
GarbageCollectorMXBean.getLastGcInfo()
Returns the GC information about the most recent GC.
|
Constructor and Description |
---|
GarbageCollectionNotificationInfo(String gcName,
String gcAction,
String gcCause,
GcInfo gcInfo)
Constructs a
GarbageCollectionNotificationInfo object. |
Copyright © 2003, 2015, Oracle and/or its affiliates. All rights reserved.