Class 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.
    • Constructor Detail

      • SessionHandleIdPathParameter

        public SessionHandleIdPathParameter()
    • Method Detail

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