Class SubtaskAttemptMessageParameters
- java.lang.Object
-
- org.apache.flink.runtime.rest.messages.MessageParameters
-
- org.apache.flink.runtime.rest.messages.JobMessageParameters
-
- org.apache.flink.runtime.rest.messages.JobVertexMessageParameters
-
- org.apache.flink.runtime.rest.messages.job.SubtaskMessageParameters
-
- org.apache.flink.runtime.rest.messages.job.SubtaskAttemptMessageParameters
-
public class SubtaskAttemptMessageParameters extends SubtaskMessageParameters
The type Subtask attempt message parameters.
-
-
Field Summary
Fields Modifier and Type Field Description protected SubtaskAttemptPathParameter
subtaskAttemptPathParameter
-
Fields inherited from class org.apache.flink.runtime.rest.messages.job.SubtaskMessageParameters
subtaskIndexPathParameter
-
Fields inherited from class org.apache.flink.runtime.rest.messages.JobVertexMessageParameters
jobVertexIdPathParameter
-
Fields inherited from class org.apache.flink.runtime.rest.messages.JobMessageParameters
jobPathParameter
-
-
Constructor Summary
Constructors Constructor Description SubtaskAttemptMessageParameters()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Collection<MessagePathParameter<?>>
getPathParameters()
Returns the collection ofMessagePathParameter
that the request supports.-
Methods inherited from class org.apache.flink.runtime.rest.messages.JobVertexMessageParameters
getQueryParameters
-
Methods inherited from class org.apache.flink.runtime.rest.messages.MessageParameters
isResolved, resolveUrl
-
-
-
-
Field Detail
-
subtaskAttemptPathParameter
protected final SubtaskAttemptPathParameter subtaskAttemptPathParameter
-
-
Method Detail
-
getPathParameters
public Collection<MessagePathParameter<?>> getPathParameters()
Description copied from class:MessageParameters
Returns the collection ofMessagePathParameter
that the request supports. The collection should not be modifiable.- Overrides:
getPathParameters
in classSubtaskMessageParameters
- Returns:
- collection of all supported message path parameters
-
-