Class JobVertexMetricsMessageParameters
- java.lang.Object
-
- org.apache.flink.runtime.rest.messages.MessageParameters
-
- org.apache.flink.runtime.rest.messages.JobMessageParameters
-
- org.apache.flink.runtime.rest.messages.JobVertexMessageParameters
-
- org.apache.flink.runtime.rest.messages.job.metrics.JobVertexMetricsMessageParameters
-
public class JobVertexMetricsMessageParameters extends JobVertexMessageParameters
-
-
Field Summary
-
Fields inherited from class org.apache.flink.runtime.rest.messages.JobVertexMessageParameters
jobVertexIdPathParameter
-
Fields inherited from class org.apache.flink.runtime.rest.messages.JobMessageParameters
jobPathParameter
-
-
Constructor Summary
Constructors Constructor Description JobVertexMetricsMessageParameters()
-
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.JobVertexMessageParameters
getPathParameters
-
Methods inherited from class org.apache.flink.runtime.rest.messages.MessageParameters
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.- Overrides:
getQueryParametersin classJobVertexMessageParameters- Returns:
- collection of all supported message query parameters
-
-