Class FetchResultsRowFormatQueryParameter
-
public class FetchResultsRowFormatQueryParameter extends org.apache.flink.runtime.rest.messages.MessageQueryParameter<RowFormat>
AMessageQueryParameterthat parses the 'rowFormat' query parameter for fetching results.
-
-
Constructor Summary
Constructors Constructor Description FetchResultsRowFormatQueryParameter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RowFormatconvertStringToValue(String value)StringconvertValueToString(RowFormat value)StringgetDescription()-
Methods inherited from class org.apache.flink.runtime.rest.messages.MessageQueryParameter
convertFromString, convertToString
-
-
-
-
Field Detail
-
KEY
public static final String KEY
- See Also:
- Constant Field Values
-
-
Method Detail
-
convertStringToValue
public RowFormat convertStringToValue(String value)
- Specified by:
convertStringToValuein classorg.apache.flink.runtime.rest.messages.MessageQueryParameter<RowFormat>
-
convertValueToString
public String convertValueToString(RowFormat value)
- Specified by:
convertValueToStringin classorg.apache.flink.runtime.rest.messages.MessageQueryParameter<RowFormat>
-
-