public class GarbageCollectorInfoDto extends Object
GarbageCollectorMXBean
Modifier and Type | Field and Description |
---|---|
long |
collectionCount |
long |
collectionTime |
String[] |
memoryPoolNames |
String |
name |
Constructor and Description |
---|
GarbageCollectorInfoDto()
No-arg constructor required by JAXB.
|
public String name
MemoryManagerMXBean.getName()
public String[] memoryPoolNames
MemoryManagerMXBean.getMemoryPoolNames()
public long collectionCount
public long collectionTime