public abstract class MemoryPoolModule extends Object implements MemoryPoolMetricsAccessor
| Constructor and Description |
|---|
MemoryPoolModule(List<MemoryPoolMXBean> beans) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract String[] |
getCodeCacheNames() |
protected abstract String[] |
getEdenNames() |
List<MemoryPool> |
getMemoryPoolMetricsList() |
protected abstract String[] |
getMetaspaceNames() |
protected abstract String[] |
getOldNames() |
protected abstract String[] |
getPermNames() |
protected abstract String[] |
getSurvivorNames() |
public MemoryPoolModule(List<MemoryPoolMXBean> beans)
public List<MemoryPool> getMemoryPoolMetricsList()
getMemoryPoolMetricsList in interface MemoryPoolMetricsAccessorprotected abstract String[] getPermNames()
protected abstract String[] getCodeCacheNames()
protected abstract String[] getEdenNames()
protected abstract String[] getOldNames()
protected abstract String[] getSurvivorNames()
protected abstract String[] getMetaspaceNames()
Copyright © 2019 The Apache Software Foundation. All rights reserved.