Class GarbageCollectorCycle
- java.lang.Object
-
- org.apache.accumulo.monitor.rest.gc.GarbageCollectorCycle
-
public class GarbageCollectorCycle extends Object
Metrics about a single cycle of the garbage collector- Since:
- 2.0.0
-
-
Constructor Summary
Constructors Constructor Description GarbageCollectorCycle()GarbageCollectorCycle(GcCycleStats thriftStats)Creates a new garbage collector cycle
-
-
-
Constructor Detail
-
GarbageCollectorCycle
public GarbageCollectorCycle()
-
GarbageCollectorCycle
public GarbageCollectorCycle(GcCycleStats thriftStats)
Creates a new garbage collector cycle- Parameters:
thriftStats- used to find cycle information
-
-
Method Detail
-
getEmpty
public static GarbageCollectorCycle getEmpty()
-
-