Uses of Interface
fr.gouv.vitam.storage.offers.tape.spec.TapeLibraryPool
-
Packages that use TapeLibraryPool Package Description fr.gouv.vitam.storage.offers.tape fr.gouv.vitam.storage.offers.tape.pool fr.gouv.vitam.storage.offers.tape.worker -
-
Uses of TapeLibraryPool in fr.gouv.vitam.storage.offers.tape
Methods in fr.gouv.vitam.storage.offers.tape that return TapeLibraryPool Modifier and Type Method Description TapeLibraryPool
TapeLibraryFactory. getFirstTapeLibraryPool()
Methods in fr.gouv.vitam.storage.offers.tape that return types with arguments of type TapeLibraryPool Modifier and Type Method Description java.util.concurrent.ConcurrentMap<java.lang.String,TapeLibraryPool>
TapeLibraryFactory. getTapeLibraryPool()
-
Uses of TapeLibraryPool in fr.gouv.vitam.storage.offers.tape.pool
Classes in fr.gouv.vitam.storage.offers.tape.pool that implement TapeLibraryPool Modifier and Type Class Description class
TapeLibraryPoolImpl
-
Uses of TapeLibraryPool in fr.gouv.vitam.storage.offers.tape.worker
Constructors in fr.gouv.vitam.storage.offers.tape.worker with parameters of type TapeLibraryPool Constructor Description TapeDriveWorkerManager(QueueRepository readWriteQueue, ArchiveReferentialRepository archiveReferentialRepository, AccessRequestManager accessRequestManager, TapeLibraryPool tapeLibraryPool, java.util.Map<java.lang.Integer,TapeCatalog> driveTape, java.lang.String inputTarPath, boolean forceOverrideNonEmptyCartridges, ArchiveCacheStorage archiveCacheStorage, TapeCatalogService tapeCatalogService, java.lang.Integer fullCartridgeDetectionThresholdInMB)
-