Class AggregateTaskManagerMetricsParameters
- java.lang.Object
-
- org.apache.flink.runtime.rest.messages.MessageParameters
-
- org.apache.flink.runtime.rest.messages.job.metrics.AbstractAggregatedMetricsParameters<TaskManagersFilterQueryParameter>
-
- org.apache.flink.runtime.rest.messages.job.metrics.AggregateTaskManagerMetricsParameters
-
public class AggregateTaskManagerMetricsParameters extends AbstractAggregatedMetricsParameters<TaskManagersFilterQueryParameter>
Parameters for aggregating task manager metrics.
-
-
Constructor Summary
Constructors Constructor Description AggregateTaskManagerMetricsParameters()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Collection<MessagePathParameter<?>>
getPathParameters()
Returns the collection ofMessagePathParameter
that the request supports.-
Methods inherited from class org.apache.flink.runtime.rest.messages.job.metrics.AbstractAggregatedMetricsParameters
getQueryParameters
-
Methods inherited from class org.apache.flink.runtime.rest.messages.MessageParameters
isResolved, resolveUrl
-
-
-
-
Method Detail
-
getPathParameters
public Collection<MessagePathParameter<?>> getPathParameters()
Description copied from class:MessageParameters
Returns the collection ofMessagePathParameter
that the request supports. The collection should not be modifiable.- Specified by:
getPathParameters
in classMessageParameters
- Returns:
- collection of all supported message path parameters
-
-