private static class JvmPauseMonitor.GcTimes extends Object
| Modifier and Type | Field and Description | 
|---|---|
| private long | gcCount | 
| private long | gcTimeMillis | 
| Modifier | Constructor and Description | 
|---|---|
| private  | GcTimes(GarbageCollectorMXBean gcBean) | 
| private  | GcTimes(long count,
       long time) | 
| Modifier and Type | Method and Description | 
|---|---|
| private JvmPauseMonitor.GcTimes | subtract(JvmPauseMonitor.GcTimes other) | 
| String | toString() | 
private long gcCount
private long gcTimeMillis
private GcTimes(GarbageCollectorMXBean gcBean)
private GcTimes(long count, long time)
private JvmPauseMonitor.GcTimes subtract(JvmPauseMonitor.GcTimes other)
Copyright © 2007–2021 The Apache Software Foundation. All rights reserved.