Uses of Interface
fr.gouv.vitam.storage.offers.tape.spec.TapeRobotService
-
Packages that use TapeRobotService Package Description fr.gouv.vitam.storage.offers.tape fr.gouv.vitam.storage.offers.tape.impl fr.gouv.vitam.storage.offers.tape.pool fr.gouv.vitam.storage.offers.tape.spec -
-
Uses of TapeRobotService in fr.gouv.vitam.storage.offers.tape
Methods in fr.gouv.vitam.storage.offers.tape that return TapeRobotService Modifier and Type Method Description TapeRobotService
TapeLibraryFactory.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 Modifier and Type Class Description class
TapeRobotManager
-
Uses of TapeRobotService in fr.gouv.vitam.storage.offers.tape.pool
Methods in fr.gouv.vitam.storage.offers.tape.pool that return TapeRobotService Modifier and Type Method Description TapeRobotService
TapeLibraryPoolImpl. checkoutRobotService()
TapeRobotService
TapeLibraryPoolImpl. checkoutRobotService(long timeout, java.util.concurrent.TimeUnit unit)
Methods in fr.gouv.vitam.storage.offers.tape.pool with parameters of type TapeRobotService Modifier and Type Method Description void
TapeLibraryPoolImpl. pushRobotService(TapeRobotService tapeRobotService)
Constructor parameters in fr.gouv.vitam.storage.offers.tape.pool with type arguments of type TapeRobotService Constructor Description TapeLibraryPoolImpl(java.lang.String libraryIdentifier, java.util.concurrent.BlockingQueue<TapeRobotService> tapeRobotServicePool, java.util.concurrent.ConcurrentHashMap<java.lang.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 TapeRobotService Modifier and Type Method Description TapeRobotService
TapeRobotPool. checkoutRobotService()
Retrieves and removes the head of this pool, waiting if necessary until an element becomes available.TapeRobotService
TapeRobotPool. checkoutRobotService(long timeout, java.util.concurrent.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 TapeRobotService Modifier and Type Method Description void
TapeRobotPool. pushRobotService(TapeRobotService tapeRobotService)
Return or add TapeRobotService to the pool
-