Class SavepointType

    • Method Detail

      • savepoint

        public static SavepointType savepoint​(org.apache.flink.core.execution.SavepointFormatType formatType)
      • terminate

        public static SavepointType terminate​(org.apache.flink.core.execution.SavepointFormatType formatType)
      • suspend

        public static SavepointType suspend​(org.apache.flink.core.execution.SavepointFormatType formatType)
      • isSynchronous

        public boolean isSynchronous()
      • shouldAdvanceToEndOfTime

        public boolean shouldAdvanceToEndOfTime()
      • shouldDrain

        public boolean shouldDrain()
      • shouldIgnoreEndOfInput

        public boolean shouldIgnoreEndOfInput()
      • getFormatType

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

        public int hashCode()
        Overrides:
        hashCode in class Object