Uses of Interface
fr.gouv.vitam.storage.offers.tape.spec.TapeDriveService
-
-
Uses of TapeDriveService in fr.gouv.vitam.storage.offers.tape.impl
Classes in fr.gouv.vitam.storage.offers.tape.impl that implement TapeDriveService Modifier and Type Class Description class
TapeDriveManager
Manager used to get TapeDriveCommandService and TapeReadWriteService -
Uses of TapeDriveService in fr.gouv.vitam.storage.offers.tape.impl.readwrite
Constructors in fr.gouv.vitam.storage.offers.tape.impl.readwrite with parameters of type TapeDriveService Constructor Description TapeLibraryServiceImpl(TapeDriveService tapeDriveService, TapeRobotPool tapeRobotPool)
-
Uses of TapeDriveService in fr.gouv.vitam.storage.offers.tape.pool
Methods in fr.gouv.vitam.storage.offers.tape.pool that return TapeDriveService Modifier and Type Method Description TapeDriveService
TapeLibraryPoolImpl. checkoutDriveService(java.lang.Integer driveIndex)
Methods in fr.gouv.vitam.storage.offers.tape.pool that return types with arguments of type TapeDriveService Modifier and Type Method Description java.util.Set<java.util.Map.Entry<java.lang.Integer,TapeDriveService>>
TapeLibraryPoolImpl. drives()
Methods in fr.gouv.vitam.storage.offers.tape.pool with parameters of type TapeDriveService Modifier and Type Method Description void
TapeLibraryPoolImpl. pushDriveService(TapeDriveService tapeDriveService)
Constructor parameters in fr.gouv.vitam.storage.offers.tape.pool with type arguments of type TapeDriveService Constructor Description TapeLibraryPoolImpl(java.lang.String libraryIdentifier, java.util.concurrent.BlockingQueue<TapeRobotService> tapeRobotServicePool, java.util.concurrent.ConcurrentHashMap<java.lang.Integer,TapeDriveService> tapeDriveServicePool, TapeCatalogService tapeCatalogService)
-
Uses of TapeDriveService in fr.gouv.vitam.storage.offers.tape.spec
Methods in fr.gouv.vitam.storage.offers.tape.spec that return TapeDriveService Modifier and Type Method Description TapeDriveService
TapeDrivePool. checkoutDriveService(java.lang.Integer driveIndex)
Retrieves and removes the head of this pool, waiting if necessary until an element becomes available.Methods in fr.gouv.vitam.storage.offers.tape.spec that return types with arguments of type TapeDriveService Modifier and Type Method Description java.util.Set<java.util.Map.Entry<java.lang.Integer,TapeDriveService>>
TapeDrivePool. drives()
Methods in fr.gouv.vitam.storage.offers.tape.spec with parameters of type TapeDriveService Modifier and Type Method Description void
TapeDrivePool. pushDriveService(TapeDriveService tapeDriveService)
Return or add TapeDriveService to the pool -
Uses of TapeDriveService in fr.gouv.vitam.storage.offers.tape.worker
Constructors in fr.gouv.vitam.storage.offers.tape.worker with parameters of type TapeDriveService 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)
-