Uses of Interface
fr.gouv.vitam.storage.offers.tape.worker.TapeDriveOrderConsumer
-
Packages that use TapeDriveOrderConsumer Package Description fr.gouv.vitam.storage.offers.tape.worker -
-
Uses of TapeDriveOrderConsumer in fr.gouv.vitam.storage.offers.tape.worker
Classes in fr.gouv.vitam.storage.offers.tape.worker that implement TapeDriveOrderConsumer Modifier and Type Class Description class
TapeDriveWorkerManager
Constructors in fr.gouv.vitam.storage.offers.tape.worker with parameters of type TapeDriveOrderConsumer Constructor Description TapeDriveWorker(TapeRobotPool tapeRobotPool, TapeDriveService tapeDriveService, TapeCatalogService tapeCatalogService, TapeDriveOrderConsumer receiver, ArchiveReferentialRepository archiveReferentialRepository, ReadRequestReferentialRepository readRequestReferentialRepository, TapeCatalog currentTape, java.lang.String inputTarPath, boolean forceOverrideNonEmptyCartridges, ArchiveOutputRetentionPolicy archiveOutputRetentionPolicy)
TapeDriveWorker(TapeRobotPool tapeRobotPool, TapeDriveService tapeDriveService, TapeCatalogService tapeCatalogService, TapeDriveOrderConsumer receiver, ArchiveReferentialRepository archiveReferentialRepository, ReadRequestReferentialRepository readRequestReferentialRepository, TapeCatalog currentTape, java.lang.String inputTarPath, long sleepTime, boolean forceOverrideNonEmptyCartridges, ArchiveOutputRetentionPolicy archiveOutputRetentionPolicy)
-