Class AllowNonRestoredStateQueryParameter

java.lang.Object
org.apache.flink.runtime.rest.messages.MessageParameter<List<X>>
org.apache.flink.runtime.rest.messages.MessageQueryParameter<Boolean>
org.apache.flink.runtime.webmonitor.handlers.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 Details

    • AllowNonRestoredStateQueryParameter

      protected AllowNonRestoredStateQueryParameter()
  • Method Details

    • 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>>