Class PitrFacade

java.lang.Object
org.gridgain.internal.pitr.PitrFacade

public class PitrFacade extends Object
Facade api.
  • Method Details

    • recoverTables

      public CompletableFuture<UUID> recoverTables(@Nullable @Nullable Instant timestamp, List<String> tables)
      Starts a recovery process.
      Parameters:
      timestamp - Timestamp to recover to.
      tables - List of table names to recover. Names can be simple or schema qualified according to IgniteNameUtils.parseName(String)
      Returns:
      Future that completes with the recovery id if recovery has started successfully.
    • getRecoveryState

      public CompletableFuture<PitrState> getRecoveryState(UUID operationId)
      Get a recovery operation state.
      Parameters:
      operationId - Operation id.