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()
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.flink.runtime.rest.messages.MessageParameter
org.apache.flink.runtime.rest.messages.MessageParameter.MessageParameterRequisiteness -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionconvertStringToValue(String value) convertValueToString(Boolean value) Methods 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
-
Constructor Details
-
AllowNonRestoredStateQueryParameter
protected AllowNonRestoredStateQueryParameter()
-
-
Method Details