public class SparkStageProgress extends Object
Constructor and Description |
---|
SparkStageProgress(int totalTaskCount,
int succeededTaskCount,
int runningTaskCount,
int failedTaskCount) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
int |
getFailedTaskCount() |
int |
getRunningTaskCount() |
int |
getSucceededTaskCount() |
int |
getTotalTaskCount() |
String |
toString() |
public SparkStageProgress(int totalTaskCount, int succeededTaskCount, int runningTaskCount, int failedTaskCount)
Copyright © 2017 The Apache Software Foundation. All rights reserved.