Class SavepointPathQueryParameter
java.lang.Object
org.apache.flink.runtime.rest.messages.MessageParameter<List<X>>
org.apache.flink.runtime.rest.messages.MessageQueryParameter<String>
org.apache.flink.runtime.webmonitor.handlers.StringQueryParameter
org.apache.flink.runtime.webmonitor.handlers.SavepointPathQueryParameter
Query parameter that specifies the savepoint to restore from.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.flink.runtime.rest.messages.MessageParameter
org.apache.flink.runtime.rest.messages.MessageParameter.MessageParameterRequisiteness -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.flink.runtime.webmonitor.handlers.StringQueryParameter
convertStringToValue, convertValueToStringMethods inherited from class org.apache.flink.runtime.rest.messages.MessageQueryParameter
convertFromString, convertToStringMethods inherited from class org.apache.flink.runtime.rest.messages.MessageParameter
getKey, getValue, isMandatory, isResolved, resolve, resolveFromString
-
Field Details
-
KEY
- See Also:
-
-
Constructor Details
-
SavepointPathQueryParameter
public SavepointPathQueryParameter()
-
-
Method Details