Uses of Class
fr.gouv.vitam.common.storage.tapelibrary.TapeLibraryConfiguration
-
Packages that use TapeLibraryConfiguration Package Description fr.gouv.vitam.common.storage Provides an abstract core, implementation and configuration for the common Storage module.fr.gouv.vitam.common.storage.tapelibrary fr.gouv.vitam.storage.offers.tape fr.gouv.vitam.storage.offers.tape.cas -
-
Uses of TapeLibraryConfiguration in fr.gouv.vitam.common.storage
Methods in fr.gouv.vitam.common.storage that return TapeLibraryConfiguration Modifier and Type Method Description TapeLibraryConfiguration
StorageConfiguration. getTapeLibraryConfiguration()
Methods in fr.gouv.vitam.common.storage with parameters of type TapeLibraryConfiguration Modifier and Type Method Description StorageConfiguration
StorageConfiguration. setTapeLibraryConfiguration(TapeLibraryConfiguration tapeLibraryConfiguration)
-
Uses of TapeLibraryConfiguration in fr.gouv.vitam.common.storage.tapelibrary
Methods in fr.gouv.vitam.common.storage.tapelibrary that return TapeLibraryConfiguration Modifier and Type Method Description TapeLibraryConfiguration
TapeLibraryConfiguration. setArchiveRetentionCacheTimeoutInMinutes(java.lang.Integer archiveRetentionCacheTimeoutInMinutes)
TapeLibraryConfiguration
TapeLibraryConfiguration. setForceOverrideNonEmptyCartridges(boolean forceOverrideNonEmptyCartridges)
TapeLibraryConfiguration
TapeLibraryConfiguration. setInputFileStorageFolder(java.lang.String inputFileStorageFolder)
TapeLibraryConfiguration
TapeLibraryConfiguration. setInputTarStorageFolder(java.lang.String inputTarStorageFolder)
TapeLibraryConfiguration
TapeLibraryConfiguration. setMaxTarEntrySize(long maxTarEntrySize)
TapeLibraryConfiguration
TapeLibraryConfiguration. setMaxTarFileSize(long maxTarFileSize)
TapeLibraryConfiguration
TapeLibraryConfiguration. setOutputTarStorageFolder(java.lang.String outputTarStorageFolder)
TapeLibraryConfiguration
TapeLibraryConfiguration. setTapeLibraries(java.util.Map<java.lang.String,TapeLibraryConf> tapeLibraries)
TapeLibraryConfiguration
TapeLibraryConfiguration. setTopology(TapeLibraryTopologyConfiguration topology)
TapeLibraryConfiguration
TapeLibraryConfiguration. setUseSudo(boolean useSudo)
-
Uses of TapeLibraryConfiguration in fr.gouv.vitam.storage.offers.tape
Methods in fr.gouv.vitam.storage.offers.tape with parameters of type TapeLibraryConfiguration Modifier and Type Method Description void
TapeLibraryFactory. 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 TapeLibraryConfiguration Constructor Description FileBucketTarCreatorManager(TapeLibraryConfiguration tapeLibraryConfiguration, BasicFileStorage basicFileStorage, BucketTopologyHelper bucketTopologyHelper, ObjectReferentialRepository objectReferentialRepository, ArchiveReferentialRepository archiveReferentialRepository, WriteOrderCreator writeOrderCreator)
-