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