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.-
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 -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionconvertStringToValue(String value) convertValueToString(RowFormat value) Methods inherited from class org.apache.flink.runtime.rest.messages.MessageQueryParameter
convertFromString, convertToStringMethods inherited from class org.apache.flink.runtime.rest.messages.MessageParameter
getKey, getValue, isMandatory, isResolved, resolve, resolveFromString
-
Field Details
-
KEY
- See Also:
-
-
Constructor Details
-
FetchResultsRowFormatQueryParameter
public FetchResultsRowFormatQueryParameter()
-
-
Method Details