Uses of Class
fr.gouv.vitam.common.storage.tapelibrary.TapeRobotConf
-
-
Uses of TapeRobotConf in fr.gouv.vitam.common.storage.tapelibrary
Methods in fr.gouv.vitam.common.storage.tapelibrary that return types with arguments of type TapeRobotConf Modifier and Type Method Description java.util.List<TapeRobotConf>
TapeLibraryConf. getRobots()
Method parameters in fr.gouv.vitam.common.storage.tapelibrary with type arguments of type TapeRobotConf Modifier and Type Method Description void
TapeLibraryConf. setRobots(java.util.List<TapeRobotConf> robots)
-
Uses of TapeRobotConf in fr.gouv.vitam.storage.offers.tape.impl
Methods in fr.gouv.vitam.storage.offers.tape.impl that return TapeRobotConf Modifier and Type Method Description TapeRobotConf
TapeRobotManager. getTapeRobotConf()
Constructors in fr.gouv.vitam.storage.offers.tape.impl with parameters of type TapeRobotConf Constructor Description TapeRobotManager(TapeRobotConf tapeRobotConf)
TapeRobotManager(TapeRobotConf tapeRobotConf, TapeLoadUnloadService tapeLoadUnloadService)
-
Uses of TapeRobotConf in fr.gouv.vitam.storage.offers.tape.impl.robot
Constructors in fr.gouv.vitam.storage.offers.tape.impl.robot with parameters of type TapeRobotConf Constructor Description MtxTapeLibraryService(TapeRobotConf tapeRobotConf, ProcessExecutor processExecutor)
-
Uses of TapeRobotConf in fr.gouv.vitam.storage.offers.tape.spec
Methods in fr.gouv.vitam.storage.offers.tape.spec that return TapeRobotConf Modifier and Type Method Description TapeRobotConf
TapeRobotService. getTapeRobotConf()
-