Class FetchResultsTokenPathParameter
- java.lang.Object
-
- org.apache.flink.runtime.rest.messages.MessageParameter<X>
-
- org.apache.flink.runtime.rest.messages.MessagePathParameter<Long>
-
- org.apache.flink.table.gateway.rest.message.statement.FetchResultsTokenPathParameter
-
public class FetchResultsTokenPathParameter extends org.apache.flink.runtime.rest.messages.MessagePathParameter<Long>
MessagePathParameterthat parses the token string.
-
-
Constructor Summary
Constructors Constructor Description FetchResultsTokenPathParameter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected LongconvertFromString(String token)protected StringconvertToString(Long token)StringgetDescription()
-
-
-
Field Detail
-
KEY
public static final String KEY
- See Also:
- Constant Field Values
-
-
Method Detail
-
convertFromString
protected Long convertFromString(String token)
- Specified by:
convertFromStringin classorg.apache.flink.runtime.rest.messages.MessageParameter<Long>
-
convertToString
protected String convertToString(Long token)
- Specified by:
convertToStringin classorg.apache.flink.runtime.rest.messages.MessageParameter<Long>
-
-