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 Detail

      • AllowNonRestoredStateQueryParameter

        protected AllowNonRestoredStateQueryParameter()
    • Method Detail

      • convertStringToValue

        public Boolean convertStringToValue​(String value)
        Specified by:
        convertStringToValue in class org.apache.flink.runtime.rest.messages.MessageQueryParameter<Boolean>
      • convertValueToString

        public String convertValueToString​(Boolean value)
        Specified by:
        convertValueToString in class org.apache.flink.runtime.rest.messages.MessageQueryParameter<Boolean>
      • getDescription

        public String getDescription()
        Specified by:
        getDescription in class org.apache.flink.runtime.rest.messages.MessageParameter<List<Boolean>>