Class GarbageCollectionsInfo

    • Field Detail

      • gcCount

        private int gcCount
      • systemGcCount

        private int systemGcCount
      • gcLockers

        private int gcLockers
      • objectCountGCs

        private int objectCountGCs
      • nonRequestedSerialOldGc

        private boolean nonRequestedSerialOldGc
    • Method Detail

      • getGcCount

        public int getGcCount()
      • getGcLockers

        public int getGcLockers()
      • getObjectCountGCs

        public int getObjectCountGCs()
      • getSystemGcCount

        public int getSystemGcCount()
      • foundNonRequestedSerialOldGc

        public boolean foundNonRequestedSerialOldGc()
      • merge

        public GarbageCollectionsInfo merge​(GarbageCollectionsInfo other)
        Description copied from interface: IItemConsumer
        Merges this object with the supplied object. Normally this is another item consumer of the same type and the output result is a consumer with an internal state that reflects the state of both the current consumer and the input value.
        Specified by:
        merge in interface IItemConsumer<GarbageCollectionsInfo>
        Parameters:
        other - another instance to merge with
        Returns:
        the merged instance