StagesResource
StagesResource
is…FIXME
Path | HTTP Method | Description |
---|---|---|
GET |
||
|
GET |
|
|
GET |
|
|
GET |
|
|
GET |
stageList
Method
1 2 3 4 5 |
stageList(@QueryParam("status") statuses: JList[StageStatus]): Seq[StageData] |
stageList
…FIXME
Note
|
stageList is used when…FIXME
|
stageData
Method
1 2 3 4 5 6 7 |
stageData( @PathParam("stageId") stageId: Int, @QueryParam("details") @DefaultValue("true") details: Boolean): Seq[StageData] |
stageData
…FIXME
Note
|
stageData is used when…FIXME
|
oneAttemptData
Method
1 2 3 4 5 6 7 8 |
oneAttemptData( @PathParam("stageId") stageId: Int, @PathParam("stageAttemptId") stageAttemptId: Int, @QueryParam("details") @DefaultValue("true") details: Boolean): StageData |
oneAttemptData
…FIXME
Note
|
oneAttemptData is used when…FIXME
|
taskSummary
Method
1 2 3 4 5 6 7 8 9 |
taskSummary( @PathParam("stageId") stageId: Int, @PathParam("stageAttemptId") stageAttemptId: Int, @DefaultValue("0.05,0.25,0.5,0.75,0.95") @QueryParam("quantiles") quantileString: String) : TaskMetricDistributions |
taskSummary
…FIXME
Note
|
taskSummary is used when…FIXME
|
taskList
Method
1 2 3 4 5 6 7 8 9 10 |
taskList( @PathParam("stageId") stageId: Int, @PathParam("stageAttemptId") stageAttemptId: Int, @DefaultValue("0") @QueryParam("offset") offset: Int, @DefaultValue("20") @QueryParam("length") length: Int, @DefaultValue("ID") @QueryParam("sortBy") sortBy: TaskSorting): Seq[TaskData] |
taskList
…FIXME
Note
|
taskList is used when…FIXME
|