Class TapeLibraryFactory
java.lang.Object
fr.gouv.vitam.storage.offers.tape.TapeLibraryFactory
-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic TapeLibraryFactory
void
initialize
(TapeLibraryConfiguration configuration, com.mongodb.client.MongoDatabase mongoDatabase) void
overrideTapeServiceCreatorForTesting
(TapeLibraryFactory.TapeServiceCreator tapeServiceCreator) void
-
Method Details
-
initialize
public void initialize(TapeLibraryConfiguration configuration, com.mongodb.client.MongoDatabase mongoDatabase) throws IOException, IllegalPathException - Throws:
IOException
IllegalPathException
-
getTapeLibraryContentAddressableStorage
-
getInstance
-
getTapeLibraryPool
-
getFirstTapeLibraryPool
-
getBackupFileStorage
-
getTapeCatalogService
-
getAccessRequestManager
-
getArchiveCacheStorage
-
overrideTapeServiceCreatorForTesting
public void overrideTapeServiceCreatorForTesting(TapeLibraryFactory.TapeServiceCreator tapeServiceCreator) -
resetTapeLibraryFactoryAfterTests
public void resetTapeLibraryFactoryAfterTests()
-