Package net.bluemind.dataprotect.api
Interface IDataProtectPromise
public interface IDataProtectPromise
-
Method Summary
Modifier and TypeMethodDescriptionforget
(int generationId) getContent
(String partGen) installFromGeneration
(int generationId) run
(RestoreDefinition restoreDefinition) saveAll()
-
Method Details
-
forget
-
getAvailableGenerations
CompletableFuture<List<DataProtectGeneration>> getAvailableGenerations() -
getContent
-
getRestoreCapabilities
CompletableFuture<List<RestoreOperation>> getRestoreCapabilities() -
getRestoreCapabilitiesByTags
-
getRetentionPolicy
CompletableFuture<RetentionPolicy> getRetentionPolicy() -
installFromGeneration
-
run
-
saveAll
CompletableFuture<TaskRef> saveAll() -
syncWithFilesystem
CompletableFuture<Void> syncWithFilesystem() -
updatePolicy
-