public interface IApexGarbageCollectionNotificationInfo
| Modifier and Type | Method and Description |
|---|---|
String |
getGcAction() |
long |
getGcDuration() |
String |
getGcName() |
Map<String,MemoryUsage> |
getMemoryUsageAfterGc() |
Map<String,MemoryUsage> |
getMemoryUsageBeforeGc() |
String getGcAction()
long getGcDuration()
String getGcName()
Map<String,MemoryUsage> getMemoryUsageBeforeGc()
Map<String,MemoryUsage> getMemoryUsageAfterGc()
Copyright © 2014–2017 Pivotal Software, Inc.. All rights reserved.