Package | Description |
---|---|
org.apache.flink.runtime.rest.handler.job | |
org.apache.flink.runtime.rest.handler.job.metrics |
Modifier and Type | Class and Description |
---|---|
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 |
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.
|
Modifier and Type | Class and Description |
---|---|
class |
JobVertexWatermarksHandler
Handler that returns the watermarks given a
JobID and JobVertexID . |
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.