Uses of Interface
fr.gouv.vitam.storage.offers.tape.spec.TapeDriveService
Packages that use TapeDriveService
Package
Description
-
Uses of TapeDriveService in fr.gouv.vitam.storage.offers.tape
Methods in fr.gouv.vitam.storage.offers.tape that return TapeDriveServiceModifier and TypeMethodDescriptionTapeLibraryFactory.TapeServiceCreator.createTapeDriveService
(TapeLibraryConfiguration configuration, TapeDriveConf tapeDriveConf) -
Uses of TapeDriveService in fr.gouv.vitam.storage.offers.tape.impl
Classes in fr.gouv.vitam.storage.offers.tape.impl that implement TapeDriveServiceModifier and TypeClassDescriptionclass
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 TapeDriveServiceModifierConstructorDescriptionTapeLibraryServiceImpl
(TapeDriveService tapeDriveService, TapeRobotPool tapeRobotPool, int fullCartridgeDetectionThresholdInMB) -
Uses of TapeDriveService in fr.gouv.vitam.storage.offers.tape.pool
Methods in fr.gouv.vitam.storage.offers.tape.pool that return TapeDriveServiceMethods in fr.gouv.vitam.storage.offers.tape.pool that return types with arguments of type TapeDriveServiceMethods in fr.gouv.vitam.storage.offers.tape.pool with parameters of type TapeDriveServiceModifier and TypeMethodDescriptionvoid
TapeLibraryPoolImpl.pushDriveService
(TapeDriveService tapeDriveService) Constructor parameters in fr.gouv.vitam.storage.offers.tape.pool with type arguments of type TapeDriveServiceModifierConstructorDescriptionTapeLibraryPoolImpl
(String libraryIdentifier, BlockingQueue<TapeRobotService> tapeRobotServicePool, ConcurrentHashMap<Integer, TapeDriveService> tapeDriveServicePool) -
Uses of TapeDriveService in fr.gouv.vitam.storage.offers.tape.spec
Methods in fr.gouv.vitam.storage.offers.tape.spec that return TapeDriveServiceModifier and TypeMethodDescriptionTapeDrivePool.checkoutDriveService
(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 TapeDriveServiceMethods in fr.gouv.vitam.storage.offers.tape.spec with parameters of type TapeDriveServiceModifier and TypeMethodDescriptionvoid
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 TapeDriveServiceModifierConstructorDescriptionTapeDriveWorker
(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)