Uses of Interface
fr.gouv.vitam.storage.offers.tape.spec.TapeCatalogService
-
-
Uses of TapeCatalogService in fr.gouv.vitam.storage.offers.tape
Methods in fr.gouv.vitam.storage.offers.tape that return TapeCatalogService Modifier and Type Method Description TapeCatalogService
TapeLibraryFactory. getTapeCatalogService()
-
Uses of TapeCatalogService in fr.gouv.vitam.storage.offers.tape.impl.catalog
Classes in fr.gouv.vitam.storage.offers.tape.impl.catalog that implement TapeCatalogService Modifier and Type Class Description class
TapeCatalogServiceImpl
-
Uses of TapeCatalogService in fr.gouv.vitam.storage.offers.tape.rest
Constructors in fr.gouv.vitam.storage.offers.tape.rest with parameters of type TapeCatalogService Constructor Description TapeCatalogResource(TapeCatalogService tapeCatalogService)
Constructor -
Uses of TapeCatalogService in fr.gouv.vitam.storage.offers.tape.worker
Constructors in fr.gouv.vitam.storage.offers.tape.worker with parameters of type TapeCatalogService 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)
TapeDriveWorkerManager(QueueRepository readWriteQueue, ArchiveReferentialRepository archiveReferentialRepository, AccessRequestManager accessRequestManager, TapeLibraryPool tapeLibraryPool, java.util.Map<java.lang.Integer,TapeCatalog> driveTape, java.lang.String inputTarPath, boolean forceOverrideNonEmptyCartridges, ArchiveCacheStorage archiveCacheStorage, TapeCatalogService tapeCatalogService, java.lang.Integer fullCartridgeDetectionThresholdInMB)
-
Uses of TapeCatalogService in fr.gouv.vitam.storage.offers.tape.worker.tasks
Constructors in fr.gouv.vitam.storage.offers.tape.worker.tasks with parameters of type TapeCatalogService Constructor Description ReadTask(ReadOrder readOrder, TapeCatalog workerCurrentTape, TapeLibraryService tapeLibraryService, TapeCatalogService tapeCatalogService, AccessRequestManager accessRequestManager, ArchiveCacheStorage archiveCacheStorage)
ReadWriteTask(ReadWriteOrder order, TapeCatalog workerCurrentTape, TapeLibraryService tapeLibraryService, TapeCatalogService tapeCatalogService, ArchiveReferentialRepository archiveReferentialRepository, AccessRequestManager accessRequestManager, java.lang.String inputTarPath, boolean forceOverrideNonEmptyCartridges, ArchiveCacheStorage archiveCacheStorage)
WriteTask(WriteOrder writeOrder, TapeCatalog workerCurrentTape, TapeLibraryService tapeLibraryService, TapeCatalogService tapeCatalogService, ArchiveReferentialRepository archiveReferentialRepository, ArchiveCacheStorage archiveCacheStorage, java.lang.String inputTarPath, boolean forceOverrideNonEmptyCartridges)
-