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
-
public class RescalingStatusMessageParameters extends JobMessageParameters
MessageParametersfor polling the status of a rescaling operation.
-
-
Field Summary
Fields Modifier and Type Field Description TriggerIdPathParametertriggerIdPathParameter-
Fields inherited from class org.apache.flink.runtime.rest.messages.JobMessageParameters
jobPathParameter
-
-
Constructor Summary
Constructors Constructor Description RescalingStatusMessageParameters()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Collection<MessagePathParameter<?>>getPathParameters()Returns the collection ofMessagePathParameterthat the request supports.-
Methods inherited from class org.apache.flink.runtime.rest.messages.JobMessageParameters
getQueryParameters
-
Methods inherited from class org.apache.flink.runtime.rest.messages.MessageParameters
isResolved, resolveUrl
-
-
-
-
Field Detail
-
triggerIdPathParameter
public final TriggerIdPathParameter triggerIdPathParameter
-
-
Method Detail
-
getPathParameters
public Collection<MessagePathParameter<?>> 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
-
-