Uses of Class
fr.gouv.vitam.common.storage.tapelibrary.TapeLibraryConfiguration
Package
Description
Provides an abstract core, implementation and configuration for the common
Storage module.
-
Uses of TapeLibraryConfiguration in fr.gouv.vitam.common.storage
Modifier and TypeMethodDescriptionStorageConfiguration.setTapeLibraryConfiguration
(TapeLibraryConfiguration tapeLibraryConfiguration) -
Uses of TapeLibraryConfiguration in fr.gouv.vitam.common.storage.tapelibrary
Modifier and TypeMethodDescriptionTapeLibraryConfiguration.setAccessRequestCleanupTaskIntervalDelay
(int accessRequestCleanupTaskIntervalDelay) TapeLibraryConfiguration.setAccessRequestCleanupTaskIntervalUnit
(TimeUnit accessRequestCleanupTaskIntervalUnit) TapeLibraryConfiguration.setCachedTarEvictionStorageSpaceThresholdInMB
(Long cachedTarEvictionStorageSpaceThresholdInMB) TapeLibraryConfiguration.setCachedTarMaxStorageSpaceInMB
(Long cachedTarMaxStorageSpaceInMB) TapeLibraryConfiguration.setCachedTarSafeStorageSpaceThresholdInMB
(Long cachedTarSafeStorageSpaceThresholdInMB) TapeLibraryConfiguration.setCachedTarStorageFolder
(String cachedTarStorageFolder) TapeLibraryConfiguration.setForceOverrideNonEmptyCartridges
(boolean forceOverrideNonEmptyCartridges) TapeLibraryConfiguration.setInputFileStorageFolder
(String inputFileStorageFolder) TapeLibraryConfiguration.setInputTarStorageFolder
(String inputTarStorageFolder) TapeLibraryConfiguration.setMaxAccessRequestSize
(int maxAccessRequestSize) TapeLibraryConfiguration.setMaxTarEntrySize
(long maxTarEntrySize) TapeLibraryConfiguration.setMaxTarFileSize
(long maxTarFileSize) TapeLibraryConfiguration.setReadyAccessRequestExpirationDelay
(int readyAccessRequestExpirationDelay) TapeLibraryConfiguration.setReadyAccessRequestExpirationUnit
(TimeUnit readyAccessRequestExpirationUnit) TapeLibraryConfiguration.setReadyAccessRequestPurgeDelay
(int readyAccessRequestPurgeDelay) TapeLibraryConfiguration.setReadyAccessRequestPurgeUnit
(TimeUnit readyAccessRequestPurgeUnit) TapeLibraryConfiguration.setTapeLibraries
(Map<String, TapeLibraryConf> tapeLibraries) TapeLibraryConfiguration.setTmpTarOutputStorageFolder
(String tmpTarOutputStorageFolder) TapeLibraryConfiguration.setTopology
(TapeLibraryTopologyConfiguration topology) -
Uses of TapeLibraryConfiguration in fr.gouv.vitam.storage.offers.tape
Modifier and TypeMethodDescriptionTapeLibraryFactory.TapeServiceCreator.createTapeDriveService
(TapeLibraryConfiguration configuration, TapeDriveConf tapeDriveConf) void
TapeLibraryFactory.initialize
(TapeLibraryConfiguration configuration, com.mongodb.client.MongoDatabase mongoDatabase) -
Uses of TapeLibraryConfiguration in fr.gouv.vitam.storage.offers.tape.cas
ModifierConstructorDescriptionFileBucketTarCreatorManager
(TapeLibraryConfiguration tapeLibraryConfiguration, BasicFileStorage basicFileStorage, BucketTopologyHelper bucketTopologyHelper, ObjectReferentialRepository objectReferentialRepository, ArchiveReferentialRepository archiveReferentialRepository, WriteOrderCreator writeOrderCreator)