Class GarbageCollectorCycle


  • public class GarbageCollectorCycle
    extends Object
    Metrics about a single cycle of the garbage collector
    Since:
    2.0.0
    • Field Detail

      • started

        public long started
      • finished

        public long finished
      • candidates

        public long candidates
      • inUse

        public long inUse
      • deleted

        public long deleted
      • errors

        public long errors
    • Constructor Detail

      • GarbageCollectorCycle

        public GarbageCollectorCycle()
      • GarbageCollectorCycle

        public GarbageCollectorCycle​(GcCycleStats thriftStats)
        Creates a new garbage collector cycle
        Parameters:
        thriftStats - used to find cycle information