Uses of Class
fr.gouv.vitam.common.storage.tapelibrary.TapeRobotConf
-
Packages that use TapeRobotConf Package Description fr.gouv.vitam.common.storage.tapelibrary fr.gouv.vitam.storage.offers.tape fr.gouv.vitam.storage.offers.tape.impl fr.gouv.vitam.storage.offers.tape.impl.robot -
-
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 voidTapeLibraryConf. setRobots(java.util.List<TapeRobotConf> robots) -
Uses of TapeRobotConf in fr.gouv.vitam.storage.offers.tape
Methods in fr.gouv.vitam.storage.offers.tape with parameters of type TapeRobotConf Modifier and Type Method Description TapeRobotServiceTapeLibraryFactory.TapeServiceCreator. createRobotService(TapeRobotConf tapeRobotConf) -
Uses of TapeRobotConf in fr.gouv.vitam.storage.offers.tape.impl
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)
-