Uses of Interface
fr.gouv.vitam.storage.offers.tape.spec.TapeRobotPool
-
-
Uses of TapeRobotPool in fr.gouv.vitam.storage.offers.tape.impl.readwrite
Constructors in fr.gouv.vitam.storage.offers.tape.impl.readwrite with parameters of type TapeRobotPool Constructor Description TapeLibraryServiceImpl(TapeDriveService tapeDriveService, TapeRobotPool tapeRobotPool) -
Uses of TapeRobotPool in fr.gouv.vitam.storage.offers.tape.pool
Classes in fr.gouv.vitam.storage.offers.tape.pool that implement TapeRobotPool Modifier and Type Class Description classTapeLibraryPoolImpl -
Uses of TapeRobotPool in fr.gouv.vitam.storage.offers.tape.spec
Subinterfaces of TapeRobotPool in fr.gouv.vitam.storage.offers.tape.spec Modifier and Type Interface Description interfaceTapeLibraryPool -
Uses of TapeRobotPool in fr.gouv.vitam.storage.offers.tape.worker
Constructors in fr.gouv.vitam.storage.offers.tape.worker with parameters of type TapeRobotPool 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)
-