Class ParallelismQueryParameter
-
public class ParallelismQueryParameter extends org.apache.flink.runtime.rest.messages.MessageQueryParameter<Integer>
Query parameter specifying the parallelism of the job.- See Also:
JarRunHandler
-
-
Constructor Summary
Constructors Constructor Description ParallelismQueryParameter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IntegerconvertStringToValue(String value)StringconvertValueToString(Integer value)StringgetDescription()-
Methods inherited from class org.apache.flink.runtime.rest.messages.MessageQueryParameter
convertFromString, convertToString
-
-
-
-
Method Detail
-
convertStringToValue
public Integer convertStringToValue(String value)
- Specified by:
convertStringToValuein classorg.apache.flink.runtime.rest.messages.MessageQueryParameter<Integer>
-
convertValueToString
public String convertValueToString(Integer value)
- Specified by:
convertValueToStringin classorg.apache.flink.runtime.rest.messages.MessageQueryParameter<Integer>
-
-