@InterfaceAudience.Private public class MetricsCollection extends Object
Constructor and Description |
---|
MetricsCollection() |
Modifier and Type | Method and Description |
---|---|
Metrics |
getAllMetrics() |
Set<Integer> |
getJobIds() |
Metrics |
getJobMetrics(int jobId) |
Set<Integer> |
getStageIds(int jobId) |
Metrics |
getStageMetrics(int jobId,
int stageId) |
Set<Long> |
getTaskIds(int jobId,
int stageId) |
Metrics |
getTaskMetrics(int jobId,
int stageId,
long taskId) |
Copyright © 2017 The Apache Software Foundation. All rights reserved.