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, int fullCartridgeDetectionThresholdInMB)
-
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 class
TapeLibraryPoolImpl
-
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 interface
TapeLibraryPool
-
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, AccessRequestManager accessRequestManager, TapeCatalog currentTape, java.lang.String inputTarPath, boolean forceOverrideNonEmptyCartridges, ArchiveCacheStorage archiveCacheStorage, int fullCartridgeDetectionThresholdInMB)
TapeDriveWorker(TapeRobotPool tapeRobotPool, TapeDriveService tapeDriveService, TapeCatalogService tapeCatalogService, TapeDriveOrderConsumer receiver, ArchiveReferentialRepository archiveReferentialRepository, AccessRequestManager accessRequestManager, TapeCatalog currentTape, java.lang.String inputTarPath, long sleepTime, boolean forceOverrideNonEmptyCartridges, ArchiveCacheStorage archiveCacheStorage, int fullCartridgeDetectionThresholdInMB)
-