Uses of Interface
fr.gouv.vitam.storage.engine.server.storagelog.StorageLog
-
Packages that use StorageLog Package Description fr.gouv.vitam.storage.engine.server.distribution.impl Provides a Distribution implementation for the Storage Engine Server modulefr.gouv.vitam.storage.engine.server.distribution.impl.bulk fr.gouv.vitam.storage.engine.server.storagelog -
-
Uses of StorageLog in fr.gouv.vitam.storage.engine.server.distribution.impl
Constructors in fr.gouv.vitam.storage.engine.server.distribution.impl with parameters of type StorageLog Constructor Description StorageDistributionImpl(StorageConfiguration configuration, StorageLog storageLogService)Constructs the service with a given configuration -
Uses of StorageLog in fr.gouv.vitam.storage.engine.server.distribution.impl.bulk
Constructors in fr.gouv.vitam.storage.engine.server.distribution.impl.bulk with parameters of type StorageLog Constructor Description BulkStorageDistribution(int nbReties, WorkspaceClientFactory workspaceClientFactory, StorageLog storageLogService, TransfertTimeoutHelper transfertTimeoutHelper) -
Uses of StorageLog in fr.gouv.vitam.storage.engine.server.storagelog
Classes in fr.gouv.vitam.storage.engine.server.storagelog that implement StorageLog Modifier and Type Class Description classStorageLogFactoryMethods in fr.gouv.vitam.storage.engine.server.storagelog that return StorageLog Modifier and Type Method Description static StorageLogStorageLogFactory. getInstance(java.util.List<java.lang.Integer> tenants, java.nio.file.Path basePath)get Thread-Safe instance instance.static StorageLogStorageLogFactory. getInstanceForTest(java.util.List<java.lang.Integer> tenants, java.nio.file.Path basePath)Constructors in fr.gouv.vitam.storage.engine.server.storagelog with parameters of type StorageLog Constructor Description StorageLogAdministration(StorageLog storageLogService)
-