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
Message parameters for job vertex Flame Graph REST handler.
-
Field Summary
FieldsModifier and TypeFieldDescriptionFields inherited from class org.apache.flink.runtime.rest.messages.JobVertexMessageParameters
jobVertexIdPathParameterFields inherited from class org.apache.flink.runtime.rest.messages.JobMessageParameters
jobPathParameter -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the collection ofMessageQueryParameterthat the request supports.Methods inherited from class org.apache.flink.runtime.rest.messages.JobVertexMessageParameters
getPathParametersMethods inherited from class org.apache.flink.runtime.rest.messages.MessageParameters
isResolved, resolveUrl
-
Field Details
-
flameGraphTypeQueryParameter
-
subtaskIndexQueryParameter
-
-
Constructor Details
-
JobVertexFlameGraphParameters
public JobVertexFlameGraphParameters()
-
-
Method Details
-
getQueryParameters
Description copied from class:MessageParametersReturns the collection ofMessageQueryParameterthat the request supports. The collection should not be modifiable.- Overrides:
getQueryParametersin classJobVertexMessageParameters- Returns:
- collection of all supported message query parameters
-