Class SessionHandleIdPathParameter

java.lang.Object
org.apache.flink.runtime.rest.messages.MessageParameter<X>
org.apache.flink.runtime.rest.messages.MessagePathParameter<org.apache.flink.table.gateway.api.session.SessionHandle>
org.apache.flink.table.gateway.rest.message.session.SessionHandleIdPathParameter

public class SessionHandleIdPathParameter extends org.apache.flink.runtime.rest.messages.MessagePathParameter<org.apache.flink.table.gateway.api.session.SessionHandle>
MessagePathParameter that parse the SessionHandle.
  • 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
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected org.apache.flink.table.gateway.api.session.SessionHandle
    convertFromString(String sessionHandleId)
     
    protected String
    convertToString(org.apache.flink.table.gateway.api.session.SessionHandle sessionHandle)
     
     

    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

    • SessionHandleIdPathParameter

      public SessionHandleIdPathParameter()
  • Method Details

    • convertFromString

      protected org.apache.flink.table.gateway.api.session.SessionHandle convertFromString(String sessionHandleId)
      Specified by:
      convertFromString in class org.apache.flink.runtime.rest.messages.MessageParameter<org.apache.flink.table.gateway.api.session.SessionHandle>
    • convertToString

      protected String convertToString(org.apache.flink.table.gateway.api.session.SessionHandle sessionHandle)
      Specified by:
      convertToString in class org.apache.flink.runtime.rest.messages.MessageParameter<org.apache.flink.table.gateway.api.session.SessionHandle>
    • getDescription

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