Class SubtaskAttemptPathParameter
java.lang.Object
org.apache.flink.runtime.rest.messages.MessageParameter<X>
org.apache.flink.runtime.rest.messages.MessagePathParameter<Integer>
org.apache.flink.runtime.rest.messages.job.SubtaskAttemptPathParameter
Path parameter identifying subtask attempt.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.flink.runtime.rest.messages.MessageParameter
MessageParameter.MessageParameterRequisiteness -
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedInstantiates a new Subtask attempt path parameter. -
Method Summary
Modifier and TypeMethodDescriptionprotected IntegerconvertFromString(String value) Converts the given string to a valid value of this parameter.protected StringconvertToString(Integer value) Converts 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
The constant subtask attempt KEY.- See Also:
-
-
Constructor Details
-
SubtaskAttemptPathParameter
protected SubtaskAttemptPathParameter()Instantiates a new Subtask attempt path parameter.
-
-
Method Details
-
convertFromString
Description copied from class:MessageParameterConverts the given string to a valid value of this parameter.- Specified by:
convertFromStringin classMessageParameter<Integer>- Parameters:
value- string representation of parameter value- Returns:
- parameter value
- Throws:
ConversionException
-
convertToString
Description copied from class:MessageParameterConverts the given value to its string representation.- Specified by:
convertToStringin classMessageParameter<Integer>- 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<Integer>- Returns:
- escaped HTML string
-