Package org.gridgain.internal.pitr
Class PitrFacade
java.lang.Object
org.gridgain.internal.pitr.PitrFacade
Facade api.
-
Method Summary
Modifier and TypeMethodDescriptiongetRecoveryState(UUID operationId) Get a recovery operation state.recoverTables(@Nullable Instant timestamp, List<String> tables) Starts a recovery process.
-
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 toIgniteNameUtils.parseName(String)- Returns:
- Future that completes with the recovery id if recovery has started successfully.
-
getRecoveryState
Get a recovery operation state.- Parameters:
operationId- Operation id.
-