Uses of Interface
fr.gouv.vitam.storage.offers.tape.spec.TapeCatalogService
Packages that use TapeCatalogService
Package
Description
-
Uses of TapeCatalogService in fr.gouv.vitam.storage.offers.tape
Methods in fr.gouv.vitam.storage.offers.tape that return TapeCatalogService -
Uses of TapeCatalogService in fr.gouv.vitam.storage.offers.tape.impl.catalog
Classes in fr.gouv.vitam.storage.offers.tape.impl.catalog that implement TapeCatalogService -
Uses of TapeCatalogService in fr.gouv.vitam.storage.offers.tape.rest
Constructors in fr.gouv.vitam.storage.offers.tape.rest with parameters of type TapeCatalogServiceModifierConstructorDescriptionTapeCatalogResource
(TapeCatalogService tapeCatalogService) Constructor -
Uses of TapeCatalogService in fr.gouv.vitam.storage.offers.tape.worker
Constructors in fr.gouv.vitam.storage.offers.tape.worker with parameters of type TapeCatalogServiceModifierConstructorDescriptionTapeDriveWorker
(TapeRobotPool tapeRobotPool, TapeDriveService tapeDriveService, TapeCatalogService tapeCatalogService, TapeDriveOrderConsumer receiver, ArchiveReferentialRepository archiveReferentialRepository, AccessRequestManager accessRequestManager, TapeCatalog currentTape, String inputTarPath, boolean forceOverrideNonEmptyCartridges, ArchiveCacheStorage archiveCacheStorage, int fullCartridgeDetectionThresholdInMB) TapeDriveWorker
(TapeRobotPool tapeRobotPool, TapeDriveService tapeDriveService, TapeCatalogService tapeCatalogService, TapeDriveOrderConsumer receiver, ArchiveReferentialRepository archiveReferentialRepository, AccessRequestManager accessRequestManager, TapeCatalog currentTape, String inputTarPath, long sleepTime, boolean forceOverrideNonEmptyCartridges, ArchiveCacheStorage archiveCacheStorage, int fullCartridgeDetectionThresholdInMB) TapeDriveWorkerManager
(QueueRepository readWriteQueue, ArchiveReferentialRepository archiveReferentialRepository, AccessRequestManager accessRequestManager, TapeLibraryPool tapeLibraryPool, Map<Integer, TapeCatalog> driveTape, String inputTarPath, boolean forceOverrideNonEmptyCartridges, ArchiveCacheStorage archiveCacheStorage, TapeCatalogService tapeCatalogService, Integer fullCartridgeDetectionThresholdInMB) -
Uses of TapeCatalogService in fr.gouv.vitam.storage.offers.tape.worker.tasks
Constructors in fr.gouv.vitam.storage.offers.tape.worker.tasks with parameters of type TapeCatalogServiceModifierConstructorDescriptionReadTask
(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)