Class StageGcStatistics

java.lang.Object
io.trino.spi.eventlistener.StageGcStatistics

public class StageGcStatistics extends Object
This class is JSON serializable for convenience and serialization compatibility is not guaranteed across versions.
  • Constructor Details

    • StageGcStatistics

      @Unstable public StageGcStatistics(int stageId, int tasks, int fullGcTasks, int minFullGcSec, int maxFullGcSec, int totalFullGcSec, int averageFullGcSec)
  • Method Details

    • getStageId

      public int getStageId()
    • getTasks

      public int getTasks()
    • getFullGcTasks

      public int getFullGcTasks()
    • getMinFullGcSec

      public int getMinFullGcSec()
    • getMaxFullGcSec

      public int getMaxFullGcSec()
    • getTotalFullGcSec

      public int getTotalFullGcSec()
    • getAverageFullGcSec

      public int getAverageFullGcSec()