Class AllowNonRestoredStateQueryParameter
-
public class AllowNonRestoredStateQueryParameter extends org.apache.flink.runtime.rest.messages.MessageQueryParameter<Boolean>
Query parameter that specifies whether non restored state is allowed if the savepoint contains state for an operator that is not part of the job.- See Also:
SavepointRestoreSettings.allowNonRestoredState()
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedAllowNonRestoredStateQueryParameter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BooleanconvertStringToValue(String value)StringconvertValueToString(Boolean value)StringgetDescription()-
Methods inherited from class org.apache.flink.runtime.rest.messages.MessageQueryParameter
convertFromString, convertToString
-
-
-
-
Method Detail
-
convertStringToValue
public Boolean convertStringToValue(String value)
- Specified by:
convertStringToValuein classorg.apache.flink.runtime.rest.messages.MessageQueryParameter<Boolean>
-
convertValueToString
public String convertValueToString(Boolean value)
- Specified by:
convertValueToStringin classorg.apache.flink.runtime.rest.messages.MessageQueryParameter<Boolean>
-
-