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
-
public class SavepointPathQueryParameter extends StringQueryParameter
Query parameter that specifies the savepoint to restore from.
-
-
Constructor Summary
Constructors Constructor Description SavepointPathQueryParameter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDescription()-
Methods inherited from class org.apache.flink.runtime.webmonitor.handlers.StringQueryParameter
convertStringToValue, convertValueToString
-
Methods inherited from class org.apache.flink.runtime.rest.messages.MessageQueryParameter
convertFromString, convertToString
-
-
-
-
Field Detail
-
KEY
public static final String KEY
- See Also:
- Constant Field Values
-
-