public class ApexGarbageCollectionNotificationInfo extends Object implements IApexGarbageCollectionNotificationInfo
| Modifier and Type | Field and Description |
|---|---|
protected com.sun.management.GarbageCollectionNotificationInfo |
info |
| Constructor and Description |
|---|
ApexGarbageCollectionNotificationInfo(com.sun.management.GarbageCollectionNotificationInfo info) |
| Modifier and Type | Method and Description |
|---|---|
static ApexGarbageCollectionNotificationInfo |
from(CompositeData cd) |
String |
getGcAction() |
long |
getGcDuration() |
String |
getGcName() |
Map<String,MemoryUsage> |
getMemoryUsageAfterGc() |
Map<String,MemoryUsage> |
getMemoryUsageBeforeGc() |
public ApexGarbageCollectionNotificationInfo(com.sun.management.GarbageCollectionNotificationInfo info)
public String getGcAction()
getGcAction in interface IApexGarbageCollectionNotificationInfopublic long getGcDuration()
getGcDuration in interface IApexGarbageCollectionNotificationInfopublic String getGcName()
getGcName in interface IApexGarbageCollectionNotificationInfopublic static ApexGarbageCollectionNotificationInfo from(CompositeData cd)
public Map<String,MemoryUsage> getMemoryUsageBeforeGc()
getMemoryUsageBeforeGc in interface IApexGarbageCollectionNotificationInfopublic Map<String,MemoryUsage> getMemoryUsageAfterGc()
getMemoryUsageAfterGc in interface IApexGarbageCollectionNotificationInfoCopyright © 2014–2017 Pivotal Software, Inc.. All rights reserved.