| 程序包 | 说明 |
|---|---|
| org.apache.flink.runtime.rest.handler.job | |
| org.apache.flink.runtime.rest.handler.job.metrics |
| 限定符和类型 | 类和说明 |
|---|---|
class |
AbstractSubtaskAttemptHandler<R extends ResponseBody,M extends SubtaskAttemptMessageParameters>
Base class for request handlers whose response depends on a specific attempt (defined via the
"
SubtaskAttemptPathParameter.KEY" of a specific subtask (defined via the "SubtaskIndexPathParameter.KEY" in a specific job vertex, (defined via the "JobVertexIdPathParameter.KEY" parameter) in a specific job, defined via (defined via the "JobIDPathParameter.KEY" parameter). |
class |
AbstractSubtaskHandler<R extends ResponseBody,M extends SubtaskMessageParameters>
Base class for request handlers whose response depends on a specific subtask (defined via the
"
SubtaskIndexPathParameter.KEY" in a specific job vertex, (defined via the "JobVertexIdPathParameter.KEY" parameter) in a specific job, defined via (defined via the "JobIDPathParameter.KEY" parameter). |
class |
JobVertexAccumulatorsHandler
Request handler for the job vertex accumulators.
|
class |
JobVertexFlameGraphHandler
Request handler for the job vertex Flame Graph.
|
class |
SubtaskCurrentAttemptDetailsHandler
Request handler providing details about a single task execution attempt.
|
class |
SubtaskExecutionAttemptAccumulatorsHandler
Request handler for the subtask execution attempt accumulators.
|
class |
SubtaskExecutionAttemptDetailsHandler
Handler of specific sub task execution attempt.
|
class |
SubtasksAllAccumulatorsHandler
Request handler for the subtasks all accumulators.
|
class |
SubtasksTimesHandler
Request handler for the subtasks times info.
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
JobVertexWatermarksHandler
Handler that returns the watermarks given a
JobID and JobVertexID. |
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.