Class JarIdPathParameter

java.lang.Object
org.apache.flink.runtime.rest.messages.MessageParameter<X>
org.apache.flink.runtime.rest.messages.MessagePathParameter<String>
org.apache.flink.runtime.webmonitor.handlers.JarIdPathParameter

public class JarIdPathParameter extends org.apache.flink.runtime.rest.messages.MessagePathParameter<String>
Path parameter to identify uploaded jar files.
  • Nested Class Summary

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

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

    Fields
    Modifier and Type
    Field
    Description
    static final String
     
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected String
     
    protected String
     
     

    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
  • Field Details

  • Constructor Details

    • JarIdPathParameter

      protected JarIdPathParameter()
  • Method Details

    • convertFromString

      protected String convertFromString(String value) throws org.apache.flink.runtime.rest.messages.ConversionException
      Specified by:
      convertFromString in class org.apache.flink.runtime.rest.messages.MessageParameter<String>
      Throws:
      org.apache.flink.runtime.rest.messages.ConversionException
    • convertToString

      protected String convertToString(String value)
      Specified by:
      convertToString in class org.apache.flink.runtime.rest.messages.MessageParameter<String>
    • getDescription

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