Interface RestoreOperation<R>

Type Parameters:
R - Generic type of the restore result.
All Known Implementing Classes:
FullSnapshotRestoreOperation, HeapRestoreOperation, HeapSavepointRestoreOperation, OperatorStateRestoreOperation

public interface RestoreOperation<R>
Interface for restore operation.
  • Method Summary

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

    • restore

      R restore() throws Exception
      Restores state that was previously snapshot-ed from the provided state handles.
      Throws:
      Exception