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, ReadRequestReferentialRepository readRequestReferentialRepository, ArchiveOutputRetentionPolicy archiveOutputRetentionPolicy)
ReadWriteTask(ReadWriteOrder order, TapeCatalog workerCurrentTape, TapeLibraryService tapeLibraryService, TapeCatalogService tapeCatalogService, ArchiveReferentialRepository archiveReferentialRepository, ReadRequestReferentialRepository readRequestReferentialRepository, java.lang.String inputTarPath, boolean forceOverrideNonEmptyCartridges, ArchiveOutputRetentionPolicy archiveOutputRetentionPolicy)
WriteTask(WriteOrder writeOrder, TapeCatalog workerCurrentTape, TapeLibraryService tapeLibraryService, TapeCatalogService tapeCatalogService, ArchiveReferentialRepository archiveReferentialRepository, java.lang.String inputTarPath, boolean forceOverrideNonEmptyCartridges)
-