Uses of Class
fr.gouv.vitam.storage.offers.tape.cas.AccessRequestManager
-
-
Uses of AccessRequestManager in fr.gouv.vitam.storage.offers.tape
Methods in fr.gouv.vitam.storage.offers.tape that return AccessRequestManager Modifier and Type Method Description AccessRequestManager
TapeLibraryFactory. getAccessRequestManager()
-
Uses of AccessRequestManager in fr.gouv.vitam.storage.offers.tape.cas
Constructors in fr.gouv.vitam.storage.offers.tape.cas with parameters of type AccessRequestManager Constructor Description TapeLibraryContentAddressableStorage(BasicFileStorage basicFileStorage, ObjectReferentialRepository objectReferentialRepository, ArchiveReferentialRepository archiveReferentialRepository, AccessRequestManager accessRequestManager, FileBucketTarCreatorManager fileBucketTarCreatorManager, ArchiveCacheStorage archiveCacheStorage, ArchiveCacheEvictionController archiveCacheEvictionController, BucketTopologyHelper bucketTopologyHelper)
-
Uses of AccessRequestManager in fr.gouv.vitam.storage.offers.tape.worker
Constructors in fr.gouv.vitam.storage.offers.tape.worker with parameters of type AccessRequestManager 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 AccessRequestManager in fr.gouv.vitam.storage.offers.tape.worker.tasks
Constructors in fr.gouv.vitam.storage.offers.tape.worker.tasks with parameters of type AccessRequestManager 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)
-