Class ZGCPageSummary


  • public class ZGCPageSummary
    extends Object
    • Constructor Detail

      • ZGCPageSummary

        public ZGCPageSummary​(long candidates,
                              long selected,
                              long inPlace,
                              long size,
                              long empty,
                              long relocated)
    • Method Detail

      • getCandidates

        public long getCandidates()
      • getEmpty

        public long getEmpty()
      • getInPlace

        public long getInPlace()
      • getRelocated

        public long getRelocated()
      • getSelected

        public long getSelected()
      • getSize

        public long getSize()