Uses of Class
fr.gouv.vitam.common.storage.tapelibrary.TapeDriveConf
-
-
Uses of TapeDriveConf in fr.gouv.vitam.common.storage.tapelibrary
Methods in fr.gouv.vitam.common.storage.tapelibrary that return types with arguments of type TapeDriveConf Modifier and Type Method Description java.util.List<TapeDriveConf>
TapeLibraryConf. getDrives()
Method parameters in fr.gouv.vitam.common.storage.tapelibrary with type arguments of type TapeDriveConf Modifier and Type Method Description void
TapeLibraryConf. setDrives(java.util.List<TapeDriveConf> drives)
-
Uses of TapeDriveConf in fr.gouv.vitam.storage.offers.tape
Methods in fr.gouv.vitam.storage.offers.tape with parameters of type TapeDriveConf Modifier and Type Method Description TapeDriveService
TapeLibraryFactory.TapeServiceCreator. createTapeDriveService(TapeLibraryConfiguration configuration, TapeDriveConf tapeDriveConf)
-
Uses of TapeDriveConf in fr.gouv.vitam.storage.offers.tape.impl
Methods in fr.gouv.vitam.storage.offers.tape.impl that return TapeDriveConf Modifier and Type Method Description TapeDriveConf
TapeDriveManager. getTapeDriveConf()
Constructors in fr.gouv.vitam.storage.offers.tape.impl with parameters of type TapeDriveConf Constructor Description TapeDriveManager(TapeDriveConf tapeDriveConf, TapeReadWriteService ddReadWriteService, TapeDriveCommandService tapeDriveCommandService)
TapeDriveManager(TapeDriveConf tapeDriveConf, java.lang.String inputDirectory, java.lang.String tmpTarOutputStorageFolder)
-
Uses of TapeDriveConf in fr.gouv.vitam.storage.offers.tape.impl.drive
Constructors in fr.gouv.vitam.storage.offers.tape.impl.drive with parameters of type TapeDriveConf Constructor Description MtTapeLibraryService(TapeDriveConf tapeDriveConf)
MtTapeLibraryService(TapeDriveConf tapeDriveConf, ProcessExecutor processExecutor)
-
Uses of TapeDriveConf in fr.gouv.vitam.storage.offers.tape.impl.readwrite
Constructors in fr.gouv.vitam.storage.offers.tape.impl.readwrite with parameters of type TapeDriveConf Constructor Description DdTapeLibraryService(TapeDriveConf tapeDriveConf, java.lang.String inputDirectory, java.lang.String tmpOutputStorageFolder)
-
Uses of TapeDriveConf in fr.gouv.vitam.storage.offers.tape.spec
Methods in fr.gouv.vitam.storage.offers.tape.spec that return TapeDriveConf Modifier and Type Method Description TapeDriveConf
TapeDriveService. getTapeDriveConf()
-