Uses of Interface
fr.gouv.vitam.storage.offers.tape.spec.TapeLibraryService
Packages that use TapeLibraryService
Package
Description
-
Uses of TapeLibraryService in fr.gouv.vitam.storage.offers.tape.impl.readwrite
Classes in fr.gouv.vitam.storage.offers.tape.impl.readwrite that implement TapeLibraryService -
Uses of TapeLibraryService in fr.gouv.vitam.storage.offers.tape.worker.tasks
Constructors in fr.gouv.vitam.storage.offers.tape.worker.tasks with parameters of type TapeLibraryServiceModifierConstructorDescriptionReadTask
(ReadOrder readOrder, TapeCatalog workerCurrentTape, TapeLibraryService tapeLibraryService, TapeCatalogService tapeCatalogService, AccessRequestManager accessRequestManager, ArchiveCacheStorage archiveCacheStorage) ReadWriteTask
(ReadWriteOrder order, TapeCatalog workerCurrentTape, TapeLibraryService tapeLibraryService, TapeCatalogService tapeCatalogService, ArchiveReferentialRepository archiveReferentialRepository, AccessRequestManager accessRequestManager, String inputTarPath, boolean forceOverrideNonEmptyCartridges, ArchiveCacheStorage archiveCacheStorage) WriteTask
(WriteOrder writeOrder, TapeCatalog workerCurrentTape, TapeLibraryService tapeLibraryService, TapeCatalogService tapeCatalogService, ArchiveReferentialRepository archiveReferentialRepository, ArchiveCacheStorage archiveCacheStorage, String inputTarPath, boolean forceOverrideNonEmptyCartridges)