Interface GarbageCollectionStatus


public interface GarbageCollectionStatus
  • Method Details

    • getMemoryManagerName

      String getMemoryManagerName()
      Returns:
      the name of the JVM memory manager that this status pertains to
    • getTimestamp

      Date getTimestamp()
      Returns:
      timestamp of when the status was created
    • getCollectionCount

      long getCollectionCount()
      Returns:
      the number of times that garbage collection has occurred
    • getCollectionMillis

      long getCollectionMillis()
      Returns:
      the number of milliseconds spent performing garbage collection