Uses of Interface
fr.gouv.vitam.storage.offers.tape.spec.TapeRobotService
Package
Description
-
Uses of TapeRobotService in fr.gouv.vitam.storage.offers.tape
Modifier and TypeMethodDescriptionTapeLibraryFactory.TapeServiceCreator.createRobotService
(TapeRobotConf tapeRobotConf) -
Uses of TapeRobotService in fr.gouv.vitam.storage.offers.tape.impl
-
Uses of TapeRobotService in fr.gouv.vitam.storage.offers.tape.pool
Modifier and TypeMethodDescriptionTapeLibraryPoolImpl.checkoutRobotService()
TapeLibraryPoolImpl.checkoutRobotService
(long timeout, TimeUnit unit) Modifier and TypeMethodDescriptionvoid
TapeLibraryPoolImpl.pushRobotService
(TapeRobotService tapeRobotService) ModifierConstructorDescriptionTapeLibraryPoolImpl
(String libraryIdentifier, BlockingQueue<TapeRobotService> tapeRobotServicePool, ConcurrentHashMap<Integer, TapeDriveService> tapeDriveServicePool) -
Uses of TapeRobotService in fr.gouv.vitam.storage.offers.tape.spec
Modifier 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.Modifier and TypeMethodDescriptionvoid
TapeRobotPool.pushRobotService
(TapeRobotService tapeRobotService) Return or add TapeRobotService to the pool