Class AbstractAggregatedMetricsParameters<M extends MessageQueryParameter<?>>
- java.lang.Object
-
- org.apache.flink.runtime.rest.messages.MessageParameters
-
- org.apache.flink.runtime.rest.messages.job.metrics.AbstractAggregatedMetricsParameters<M>
-
- Direct Known Subclasses:
AggregatedJobMetricsParameters,AggregatedSubtaskMetricsParameters,AggregateTaskManagerMetricsParameters
public abstract class AbstractAggregatedMetricsParameters<M extends MessageQueryParameter<?>> extends MessageParameters
BaseMessageParametersclass for aggregating metrics.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Collection<MessageQueryParameter<?>>getQueryParameters()Returns the collection ofMessageQueryParameterthat the request supports.-
Methods inherited from class org.apache.flink.runtime.rest.messages.MessageParameters
getPathParameters, isResolved, resolveUrl
-
-
-
-
Method Detail
-
getQueryParameters
public Collection<MessageQueryParameter<?>> getQueryParameters()
Description copied from class:MessageParametersReturns the collection ofMessageQueryParameterthat the request supports. The collection should not be modifiable.- Specified by:
getQueryParametersin classMessageParameters- Returns:
- collection of all supported message query parameters
-
-