Class FetchResultsTokenPathParameter


  • public class FetchResultsTokenPathParameter
    extends org.apache.flink.runtime.rest.messages.MessagePathParameter<Long>
    MessagePathParameter that parses the token string.
    • Constructor Detail

      • FetchResultsTokenPathParameter

        public FetchResultsTokenPathParameter()
    • Method Detail

      • convertFromString

        protected Long convertFromString​(String token)
        Specified by:
        convertFromString in class org.apache.flink.runtime.rest.messages.MessageParameter<Long>
      • convertToString

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

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