Class ClusterDataSetIdPathParameter
java.lang.Object
org.apache.flink.runtime.rest.messages.MessageParameter<X>
org.apache.flink.runtime.rest.messages.MessagePathParameter<IntermediateDataSetID>
org.apache.flink.runtime.rest.messages.dataset.ClusterDataSetIdPathParameter
Path parameter identifying cluster data sets.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.flink.runtime.rest.messages.MessageParameter
MessageParameter.MessageParameterRequisiteness -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected IntermediateDataSetIDconvertFromString(String value) Converts the given string to a valid value of this parameter.protected StringConverts the given value to its string representation.Returns a description for REST API HTML documentation.Methods inherited from class org.apache.flink.runtime.rest.messages.MessageParameter
getKey, getValue, isMandatory, isResolved, resolve, resolveFromString
-
Field Details
-
KEY
- See Also:
-
-
Constructor Details
-
ClusterDataSetIdPathParameter
public ClusterDataSetIdPathParameter()
-
-
Method Details
-
convertFromString
Description copied from class:MessageParameterConverts the given string to a valid value of this parameter.- Specified by:
convertFromStringin classMessageParameter<IntermediateDataSetID>- Parameters:
value- string representation of parameter value- Returns:
- parameter value
-
convertToString
Description copied from class:MessageParameterConverts the given value to its string representation.- Specified by:
convertToStringin classMessageParameter<IntermediateDataSetID>- Parameters:
value- parameter value- Returns:
- string representation of typed value
-
getDescription
Description copied from class:MessageParameterReturns a description for REST API HTML documentation.- Specified by:
getDescriptionin classMessageParameter<IntermediateDataSetID>- Returns:
- escaped HTML string
-