Class ParallelismQueryParameter

java.lang.Object
org.apache.flink.runtime.rest.messages.MessageParameter<List<X>>
org.apache.flink.runtime.rest.messages.MessageQueryParameter<Integer>
org.apache.flink.runtime.webmonitor.handlers.ParallelismQueryParameter

public class ParallelismQueryParameter extends org.apache.flink.runtime.rest.messages.MessageQueryParameter<Integer>
Query parameter specifying the parallelism of the job.
See Also:
  • Nested Class Summary

    Nested classes/interfaces inherited from class org.apache.flink.runtime.rest.messages.MessageParameter

    org.apache.flink.runtime.rest.messages.MessageParameter.MessageParameterRequisiteness
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
     
     

    Methods inherited from class org.apache.flink.runtime.rest.messages.MessageQueryParameter

    convertFromString, convertToString

    Methods inherited from class org.apache.flink.runtime.rest.messages.MessageParameter

    getKey, getValue, isMandatory, isResolved, resolve, resolveFromString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ParallelismQueryParameter

      public ParallelismQueryParameter()
  • Method Details

    • convertStringToValue

      public Integer convertStringToValue(String value)
      Specified by:
      convertStringToValue in class org.apache.flink.runtime.rest.messages.MessageQueryParameter<Integer>
    • convertValueToString

      public String convertValueToString(Integer value)
      Specified by:
      convertValueToString in class org.apache.flink.runtime.rest.messages.MessageQueryParameter<Integer>
    • getDescription

      public String getDescription()
      Specified by:
      getDescription in class org.apache.flink.runtime.rest.messages.MessageParameter<List<Integer>>