Uses of Class
fr.gouv.vitam.storage.driver.model.StorageLogBackupResult
Package
Description
Provides Model classes such as Requests and Results classes for the Storage
driver module
Provides Storage Engine client interface, factory and implementations.
-
Uses of StorageLogBackupResult in fr.gouv.vitam.storage.driver.model
Modifier and TypeMethodDescriptionStorageLogBackupResult.setOperationId
(String operationId) StorageLogBackupResult.setTenantId
(Integer tenantId) -
Uses of StorageLogBackupResult in fr.gouv.vitam.storage.engine.client
Modifier and TypeMethodDescriptionStorageClient.storageAccessLogBackup
(List<Integer> tenants) Call storage accesslog backup operation.StorageClientMock.storageAccessLogBackup
(List<Integer> tenants) StorageClient.storageLogBackup
(List<Integer> tenants) Call storage log backup operation.StorageClientMock.storageLogBackup
(List<Integer> tenants) -
Uses of StorageLogBackupResult in fr.gouv.vitam.storage.engine.server.storagelog
Modifier and TypeMethodDescriptionStorageLogAdministration.backupStorageAccessLog
(String strategyId, List<Integer> tenants) StorageLogAdministration.backupStorageWriteLog
(String strategyId, List<Integer> tenants)