Class JobMetricsMessageParameters
java.lang.Object
org.apache.flink.runtime.rest.messages.MessageParameters
org.apache.flink.runtime.rest.messages.JobMessageParameters
org.apache.flink.runtime.rest.messages.job.metrics.JobMetricsMessageParameters
-
Field Summary
FieldsFields 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.JobMessageParameters
getPathParametersMethods inherited from class org.apache.flink.runtime.rest.messages.MessageParameters
isResolved, resolveUrl
-
Field Details
-
metricsFilterParameter
-
-
Constructor Details
-
JobMetricsMessageParameters
public JobMetricsMessageParameters()
-
-
Method Details
-
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
-