Class JobVertexMessageParameters
- java.lang.Object
-
- org.apache.flink.runtime.rest.messages.MessageParameters
-
- org.apache.flink.runtime.rest.messages.JobMessageParameters
-
- org.apache.flink.runtime.rest.messages.JobVertexMessageParameters
-
- Direct Known Subclasses:
JobVertexFlameGraphParameters,JobVertexMetricsMessageParameters,SubtaskMessageParameters
public class JobVertexMessageParameters extends JobMessageParameters
Message parameters for job vertex REST handlers.
-
-
Field Summary
Fields Modifier and Type Field Description JobVertexIdPathParameterjobVertexIdPathParameter-
Fields inherited from class org.apache.flink.runtime.rest.messages.JobMessageParameters
jobPathParameter
-
-
Constructor Summary
Constructors Constructor Description JobVertexMessageParameters()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Collection<MessagePathParameter<?>>getPathParameters()Returns the collection ofMessagePathParameterthat the request supports.Collection<MessageQueryParameter<?>>getQueryParameters()Returns the collection ofMessageQueryParameterthat the request supports.-
Methods inherited from class org.apache.flink.runtime.rest.messages.MessageParameters
isResolved, resolveUrl
-
-
-
-
Field Detail
-
jobVertexIdPathParameter
public final JobVertexIdPathParameter jobVertexIdPathParameter
-
-
Method Detail
-
getPathParameters
public Collection<MessagePathParameter<?>> getPathParameters()
Description copied from class:MessageParametersReturns the collection ofMessagePathParameterthat the request supports. The collection should not be modifiable.- Overrides:
getPathParametersin classJobMessageParameters- Returns:
- collection of all supported message path parameters
-
getQueryParameters
public Collection<MessageQueryParameter<?>> getQueryParameters()
Description copied from class:MessageParametersReturns the collection ofMessageQueryParameterthat the request supports. The collection should not be modifiable.- Overrides:
getQueryParametersin classJobMessageParameters- Returns:
- collection of all supported message query parameters
-
-