Class SavepointTriggerRequestBody

    • Constructor Detail

      • SavepointTriggerRequestBody

        public SavepointTriggerRequestBody​(@Nullable
                                           String targetDirectory,
                                           @Nullable
                                           Boolean cancelJob,
                                           @Nullable
                                           org.apache.flink.core.execution.SavepointFormatType formatType,
                                           @Nullable
                                           TriggerId triggerId)
    • Method Detail

      • isCancelJob

        public boolean isCancelJob()
      • getFormatType

        public org.apache.flink.core.execution.SavepointFormatType getFormatType()