public class StageGcStatistics extends Object
| Constructor and Description |
|---|
StageGcStatistics(int stageId,
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 |
getStageId() |
int |
getTasks() |
int |
getTotalFullGcSec() |
public StageGcStatistics(int stageId,
int tasks,
int fullGcTasks,
int minFullGcSec,
int maxFullGcSec,
int totalFullGcSec,
int averageFullGcSec)
public int getStageId()
public int getTasks()
public int getFullGcTasks()
public int getMinFullGcSec()
public int getMaxFullGcSec()
public int getTotalFullGcSec()
public int getAverageFullGcSec()
Copyright © 2012–2019. All rights reserved.