Class AggregatedSubtaskMetricsParameters
java.lang.Object
org.apache.flink.runtime.rest.messages.MessageParameters
org.apache.flink.runtime.rest.messages.job.metrics.AbstractAggregatedMetricsParameters<SubtasksFilterQueryParameter>
org.apache.flink.runtime.rest.messages.job.metrics.AggregatedSubtaskMetricsParameters
public class AggregatedSubtaskMetricsParameters
extends AbstractAggregatedMetricsParameters<SubtasksFilterQueryParameter>
Parameters for aggregating subtask metrics.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the collection ofMessagePathParameterthat the request supports.Methods inherited from class org.apache.flink.runtime.rest.messages.job.metrics.AbstractAggregatedMetricsParameters
getQueryParametersMethods inherited from class org.apache.flink.runtime.rest.messages.MessageParameters
isResolved, resolveUrl
-
Constructor Details
-
AggregatedSubtaskMetricsParameters
public AggregatedSubtaskMetricsParameters()
-
-
Method Details
-
getPathParameters
Description copied from class:MessageParametersReturns the collection ofMessagePathParameterthat the request supports. The collection should not be modifiable.- Specified by:
getPathParametersin classMessageParameters- Returns:
- collection of all supported message path parameters
-