Class JobVertexFlameGraphParameters
- 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.JobVertexFlameGraphParameters
-
public class JobVertexFlameGraphParameters extends JobVertexMessageParameters
Message parameters for job vertex Flame Graph REST handler.
-
-
Field Summary
Fields Modifier and Type Field Description FlameGraphTypeQueryParameter
flameGraphTypeQueryParameter
SubtaskIndexQueryParameter
subtaskIndexQueryParameter
-
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 JobVertexFlameGraphParameters()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Collection<MessageQueryParameter<?>>
getQueryParameters()
Returns the collection ofMessageQueryParameter
that the request supports.-
Methods inherited from class org.apache.flink.runtime.rest.messages.JobVertexMessageParameters
getPathParameters
-
Methods inherited from class org.apache.flink.runtime.rest.messages.MessageParameters
isResolved, resolveUrl
-
-
-
-
Field Detail
-
flameGraphTypeQueryParameter
public final FlameGraphTypeQueryParameter flameGraphTypeQueryParameter
-
subtaskIndexQueryParameter
public final SubtaskIndexQueryParameter subtaskIndexQueryParameter
-
-
Method Detail
-
getQueryParameters
public Collection<MessageQueryParameter<?>> getQueryParameters()
Description copied from class:MessageParameters
Returns the collection ofMessageQueryParameter
that the request supports. The collection should not be modifiable.- Overrides:
getQueryParameters
in classJobVertexMessageParameters
- Returns:
- collection of all supported message query parameters
-
-