Interface ForStRestoreOperation

All Superinterfaces:
AutoCloseable, org.apache.flink.runtime.state.RestoreOperation<ForStRestoreResult>
All Known Implementing Classes:
ForStHeapTimersFullRestoreOperation, ForStIncrementalRestoreOperation, ForStNoneRestoreOperation

@Internal public interface ForStRestoreOperation extends org.apache.flink.runtime.state.RestoreOperation<ForStRestoreResult>, AutoCloseable
Interface for ForSt restore.
  • Method Summary

    Modifier and Type
    Method
    Description
    Restores state that was previously snapshot-ed from the provided state handles.

    Methods inherited from interface java.lang.AutoCloseable

    close
  • Method Details