Uses of Interface
fr.gouv.vitam.storage.offers.tape.spec.TapeLibraryService
-
Packages that use TapeLibraryService Package Description fr.gouv.vitam.storage.offers.tape.impl.readwrite fr.gouv.vitam.storage.offers.tape.worker.tasks -
-
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 Modifier and Type Class Description class
TapeLibraryServiceImpl
-
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 TapeLibraryService Constructor Description ReadTask(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, java.lang.String inputTarPath, boolean forceOverrideNonEmptyCartridges, ArchiveCacheStorage archiveCacheStorage)
WriteTask(WriteOrder writeOrder, TapeCatalog workerCurrentTape, TapeLibraryService tapeLibraryService, TapeCatalogService tapeCatalogService, ArchiveReferentialRepository archiveReferentialRepository, ArchiveCacheStorage archiveCacheStorage, java.lang.String inputTarPath, boolean forceOverrideNonEmptyCartridges)
-