Uses of Interface
fr.gouv.vitam.storage.offers.tape.spec.TapeReadWriteService
-
-
Uses of TapeReadWriteService in fr.gouv.vitam.storage.offers.tape.impl
Methods in fr.gouv.vitam.storage.offers.tape.impl that return TapeReadWriteService Modifier and Type Method Description TapeReadWriteService
TapeDriveManager. getReadWriteService()
Constructors in fr.gouv.vitam.storage.offers.tape.impl with parameters of type TapeReadWriteService Constructor Description TapeDriveManager(TapeDriveConf tapeDriveConf, TapeReadWriteService ddReadWriteService, TapeDriveCommandService tapeDriveCommandService)
-
Uses of TapeReadWriteService in fr.gouv.vitam.storage.offers.tape.impl.readwrite
Classes in fr.gouv.vitam.storage.offers.tape.impl.readwrite that implement TapeReadWriteService Modifier and Type Class Description class
DdTapeLibraryService
-
Uses of TapeReadWriteService in fr.gouv.vitam.storage.offers.tape.simulator
Methods in fr.gouv.vitam.storage.offers.tape.simulator that return types with arguments of type TapeReadWriteService Modifier and Type Method Description java.util.List<TapeReadWriteService>
TapeLibrarySimulator. getTapeReadWriteServices()
-
Uses of TapeReadWriteService in fr.gouv.vitam.storage.offers.tape.spec
Methods in fr.gouv.vitam.storage.offers.tape.spec that return TapeReadWriteService Modifier and Type Method Description TapeReadWriteService
TapeDriveService. getReadWriteService()
-