public class FetchResultsRowFormatQueryParameter extends org.apache.flink.runtime.rest.messages.MessageQueryParameter<RowFormat>
MessageQueryParameter that parses the 'rowFormat' query parameter for fetching results.| Constructor and Description |
|---|
FetchResultsRowFormatQueryParameter() |
| Modifier and Type | Method and Description |
|---|---|
RowFormat |
convertStringToValue(String value) |
String |
convertValueToString(RowFormat value) |
String |
getDescription() |
convertFromString, convertToStringpublic static final String KEY
public RowFormat convertStringToValue(String value)
convertStringToValue in class org.apache.flink.runtime.rest.messages.MessageQueryParameter<RowFormat>public String convertValueToString(RowFormat value)
convertValueToString in class org.apache.flink.runtime.rest.messages.MessageQueryParameter<RowFormat>Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.