Class RescalingTriggerMessageParameters
- 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.RescalingTriggerMessageParameters
-
public class RescalingTriggerMessageParameters extends JobMessageParameters
MessageParametersfor triggering the rescaling of a job.
-
-
Field Summary
Fields Modifier and Type Field Description RescalingParallelismQueryParameterrescalingParallelismQueryParameter-
Fields inherited from class org.apache.flink.runtime.rest.messages.JobMessageParameters
jobPathParameter
-
-
Constructor Summary
Constructors Constructor Description RescalingTriggerMessageParameters()
-
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.JobMessageParameters
getPathParameters
-
Methods inherited from class org.apache.flink.runtime.rest.messages.MessageParameters
isResolved, resolveUrl
-
-
-
-
Field Detail
-
rescalingParallelismQueryParameter
public final RescalingParallelismQueryParameter rescalingParallelismQueryParameter
-
-
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 classJobMessageParameters- Returns:
- collection of all supported message query parameters
-
-