Uses of Interface
fr.gouv.vitam.storage.offers.tape.spec.TapeRobotService
Packages that use TapeRobotService
Package
Description
-
Uses of TapeRobotService in fr.gouv.vitam.storage.offers.tape
Methods in fr.gouv.vitam.storage.offers.tape that return TapeRobotServiceModifier and TypeMethodDescriptionTapeLibraryFactory.TapeServiceCreator.createRobotService
(TapeRobotConf tapeRobotConf) -
Uses of TapeRobotService in fr.gouv.vitam.storage.offers.tape.impl
Classes in fr.gouv.vitam.storage.offers.tape.impl that implement TapeRobotService -
Uses of TapeRobotService in fr.gouv.vitam.storage.offers.tape.pool
Methods in fr.gouv.vitam.storage.offers.tape.pool that return TapeRobotServiceModifier and TypeMethodDescriptionTapeLibraryPoolImpl.checkoutRobotService()
TapeLibraryPoolImpl.checkoutRobotService
(long timeout, TimeUnit unit) Methods in fr.gouv.vitam.storage.offers.tape.pool with parameters of type TapeRobotServiceModifier and TypeMethodDescriptionvoid
TapeLibraryPoolImpl.pushRobotService
(TapeRobotService tapeRobotService) Constructor parameters in fr.gouv.vitam.storage.offers.tape.pool with type arguments of type TapeRobotServiceModifierConstructorDescriptionTapeLibraryPoolImpl
(String libraryIdentifier, BlockingQueue<TapeRobotService> tapeRobotServicePool, ConcurrentHashMap<Integer, TapeDriveService> tapeDriveServicePool) -
Uses of TapeRobotService in fr.gouv.vitam.storage.offers.tape.spec
Methods in fr.gouv.vitam.storage.offers.tape.spec that return TapeRobotServiceModifier and TypeMethodDescriptionTapeRobotPool.checkoutRobotService()
Retrieves and removes the head of this pool, waiting if necessary until an element becomes available.TapeRobotPool.checkoutRobotService
(long timeout, TimeUnit unit) Retrieves and removes the head of this queue, waiting up to the specified wait time if necessary for an element to become available.Methods in fr.gouv.vitam.storage.offers.tape.spec with parameters of type TapeRobotServiceModifier and TypeMethodDescriptionvoid
TapeRobotPool.pushRobotService
(TapeRobotService tapeRobotService) Return or add TapeRobotService to the pool