Class SurvivorRecord


  • public class SurvivorRecord
    extends JVMEvent
    • Constructor Detail

      • SurvivorRecord

        public SurvivorRecord​(DateTimeStamp timeStamp,
                              long desiredOccupancy,
                              int calculatedTenuringThreshold,
                              int maxTenuringThreshold)
    • Method Detail

      • getDesiredOccupancyAfterCollection

        public long getDesiredOccupancyAfterCollection()
      • getCalculatedTenuringThreshold

        public int getCalculatedTenuringThreshold()
      • getMaxTenuringThreshold

        public int getMaxTenuringThreshold()
      • getBytesAtAge

        public long getBytesAtAge​(int age)
      • add

        public void add​(int age,
                        long bytes)
      • getBytesAtEachAge

        public long[] getBytesAtEachAge()