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
-
public class JobMetricsMessageParameters extends JobMessageParameters
-
-
Field Summary
Fields Modifier and Type Field Description MetricsFilterParameter
metricsFilterParameter
-
Fields inherited from class org.apache.flink.runtime.rest.messages.JobMessageParameters
jobPathParameter
-
-
Constructor Summary
Constructors Constructor Description JobMetricsMessageParameters()
-
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.JobMessageParameters
getPathParameters
-
Methods inherited from class org.apache.flink.runtime.rest.messages.MessageParameters
isResolved, resolveUrl
-
-
-
-
Field Detail
-
metricsFilterParameter
public final MetricsFilterParameter metricsFilterParameter
-
-
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 classJobMessageParameters
- Returns:
- collection of all supported message query parameters
-
-