Class FetchResultsRowFormatQueryParameter


  • public class FetchResultsRowFormatQueryParameter
    extends org.apache.flink.runtime.rest.messages.MessageQueryParameter<RowFormat>
    A MessageQueryParameter that parses the 'rowFormat' query parameter for fetching results.
    • Constructor Detail

      • FetchResultsRowFormatQueryParameter

        public FetchResultsRowFormatQueryParameter()
    • Method Detail

      • convertStringToValue

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

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

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