public class StageGcStatistics extends Object
| Constructor and Description |
|---|
StageGcStatistics(int stageId,
int stageExecutionId,
int tasks,
int fullGcTasks,
int minFullGcSec,
int maxFullGcSec,
int totalFullGcSec,
int averageFullGcSec) |
| Modifier and Type | Method and Description |
|---|---|
int |
getAverageFullGcSec() |
int |
getFullGcTasks() |
int |
getMaxFullGcSec() |
int |
getMinFullGcSec() |
int |
getStageExecutionId() |
int |
getStageId() |
int |
getTasks() |
int |
getTotalFullGcSec() |
public StageGcStatistics(int stageId,
int stageExecutionId,
int tasks,
int fullGcTasks,
int minFullGcSec,
int maxFullGcSec,
int totalFullGcSec,
int averageFullGcSec)
public int getStageId()
public int getStageExecutionId()
public int getTasks()
public int getFullGcTasks()
public int getMinFullGcSec()
public int getMaxFullGcSec()
public int getTotalFullGcSec()
public int getAverageFullGcSec()
Copyright © 2012–2022. All rights reserved.