Class RescalingStatusMessageParameters
java.lang.Object
org.apache.flink.runtime.rest.messages.MessageParameters
org.apache.flink.runtime.rest.messages.JobMessageParameters
org.apache.flink.runtime.rest.handler.job.rescaling.RescalingStatusMessageParameters
MessageParameters for polling the status of a rescaling operation.-
Field Summary
FieldsFields inherited from class org.apache.flink.runtime.rest.messages.JobMessageParameters
jobPathParameter -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the collection ofMessagePathParameterthat the request supports.Methods inherited from class org.apache.flink.runtime.rest.messages.JobMessageParameters
getQueryParametersMethods inherited from class org.apache.flink.runtime.rest.messages.MessageParameters
isResolved, resolveUrl
-
Field Details
-
triggerIdPathParameter
-
-
Constructor Details
-
RescalingStatusMessageParameters
public RescalingStatusMessageParameters()
-
-
Method Details
-
getPathParameters
Description copied from class:MessageParametersReturns the collection ofMessagePathParameterthat the request supports. The collection should not be modifiable.- Overrides:
getPathParametersin classJobMessageParameters- Returns:
- collection of all supported message path parameters
-