Package io.trino.spi.eventlistener
Class StageGcStatistics
java.lang.Object
io.trino.spi.eventlistener.StageGcStatistics
This class is JSON serializable for convenience and serialization compatibility is not guaranteed across versions.
-
Constructor Summary
ConstructorsConstructorDescriptionStageGcStatistics(int stageId, int tasks, int fullGcTasks, int minFullGcSec, int maxFullGcSec, int totalFullGcSec, int averageFullGcSec) -
Method Summary
-
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()
-