Uses of Class
fr.gouv.vitam.common.storage.tapelibrary.TapeLibraryConfiguration
Packages that use TapeLibraryConfiguration
Package
Description
Provides an abstract core, implementation and configuration for the common
Storage module.
-
Uses of TapeLibraryConfiguration in fr.gouv.vitam.common.storage
Methods in fr.gouv.vitam.common.storage that return TapeLibraryConfigurationMethods in fr.gouv.vitam.common.storage with parameters of type TapeLibraryConfigurationModifier and TypeMethodDescriptionStorageConfiguration.setTapeLibraryConfiguration(TapeLibraryConfiguration tapeLibraryConfiguration) -
Uses of TapeLibraryConfiguration in fr.gouv.vitam.common.storage.tapelibrary
Methods in fr.gouv.vitam.common.storage.tapelibrary that return TapeLibraryConfigurationModifier 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
Methods in fr.gouv.vitam.storage.offers.tape with parameters of type TapeLibraryConfigurationModifier and TypeMethodDescriptionTapeLibraryFactory.TapeServiceCreator.createTapeDriveService(TapeLibraryConfiguration configuration, TapeDriveConf tapeDriveConf) voidTapeLibraryFactory.initialize(TapeLibraryConfiguration configuration, com.mongodb.client.MongoDatabase mongoDatabase) -
Uses of TapeLibraryConfiguration in fr.gouv.vitam.storage.offers.tape.cas
Constructors in fr.gouv.vitam.storage.offers.tape.cas with parameters of type TapeLibraryConfigurationModifierConstructorDescriptionFileBucketTarCreatorManager(TapeLibraryConfiguration tapeLibraryConfiguration, BasicFileStorage basicFileStorage, BucketTopologyHelper bucketTopologyHelper, ObjectReferentialRepository objectReferentialRepository, ArchiveReferentialRepository archiveReferentialRepository, WriteOrderCreator writeOrderCreator)