Uses of Class
fr.gouv.vitam.storage.driver.model.StorageLogBackupResult
-
Packages that use StorageLogBackupResult Package Description fr.gouv.vitam.storage.driver.model Provides Model classes such as Requests and Results classes for the Storage driver modulefr.gouv.vitam.storage.engine.client Provides Storage Engine client interface, factory and implementations.fr.gouv.vitam.storage.engine.server.storagelog -
-
Uses of StorageLogBackupResult in fr.gouv.vitam.storage.driver.model
Methods in fr.gouv.vitam.storage.driver.model that return StorageLogBackupResult Modifier and Type Method Description StorageLogBackupResult
StorageLogBackupResult. setOperationId(java.lang.String operationId)
StorageLogBackupResult
StorageLogBackupResult. setTenantId(java.lang.Integer tenantId)
-
Uses of StorageLogBackupResult in fr.gouv.vitam.storage.engine.client
Methods in fr.gouv.vitam.storage.engine.client that return types with arguments of type StorageLogBackupResult Modifier and Type Method Description RequestResponseOK<StorageLogBackupResult>
StorageClient. storageAccessLogBackup(java.util.List<java.lang.Integer> tenants)
Call storage accesslog backup operation.RequestResponseOK<StorageLogBackupResult>
StorageClientMock. storageAccessLogBackup(java.util.List<java.lang.Integer> tenants)
RequestResponseOK<StorageLogBackupResult>
StorageClient. storageLogBackup(java.util.List<java.lang.Integer> tenants)
Call storage log backup operation.RequestResponseOK<StorageLogBackupResult>
StorageClientMock. storageLogBackup(java.util.List<java.lang.Integer> tenants)
-
Uses of StorageLogBackupResult in fr.gouv.vitam.storage.engine.server.storagelog
Methods in fr.gouv.vitam.storage.engine.server.storagelog that return types with arguments of type StorageLogBackupResult Modifier and Type Method Description java.util.List<StorageLogBackupResult>
StorageLogAdministration. backupStorageAccessLog(java.lang.String strategyId, java.util.List<java.lang.Integer> tenants)
java.util.List<StorageLogBackupResult>
StorageLogAdministration. backupStorageWriteLog(java.lang.String strategyId, java.util.List<java.lang.Integer> tenants)
-