Class StorageLogAdministration
java.lang.Object
fr.gouv.vitam.storage.engine.server.storagelog.StorageLogAdministration
Business class for Storage Log Administration (backup)
-
Field Summary
-
Constructor Summary
ConstructorDescriptionStorageLogAdministration
(StorageLog storageLogService, StorageDistribution distribution, StorageConfiguration configuration) StorageLogAdministration
(StorageLog storageLogService, StorageDistribution distribution, StorageConfiguration configuration, WorkspaceClientFactory workspaceClientFactory, LogbookOperationsClientFactory logbookOperationsClientFactory) -
Method Summary
Modifier and TypeMethodDescriptionbackupStorageAccessLog
(String strategyId, List<Integer> tenants) backupStorageWriteLog
(String strategyId, List<Integer> tenants)
-
Field Details
-
STORAGE_WRITE_BACKUP
- See Also:
-
STORAGE_ACCESS_BACKUP
- See Also:
-
-
Constructor Details
-
StorageLogAdministration
public StorageLogAdministration(StorageLog storageLogService, StorageDistribution distribution, StorageConfiguration configuration) -
StorageLogAdministration
public StorageLogAdministration(StorageLog storageLogService, StorageDistribution distribution, StorageConfiguration configuration, WorkspaceClientFactory workspaceClientFactory, LogbookOperationsClientFactory logbookOperationsClientFactory)
-
-
Method Details
-
backupStorageWriteLog
public List<StorageLogBackupResult> backupStorageWriteLog(String strategyId, List<Integer> tenants) throws StorageLogException - Throws:
StorageLogException
-
backupStorageAccessLog
public List<StorageLogBackupResult> backupStorageAccessLog(String strategyId, List<Integer> tenants) throws StorageLogException - Throws:
StorageLogException
-