Uses of Class
fr.gouv.vitam.storage.offers.tape.dto.TapeDrive
-
Packages that use TapeDrive Package Description fr.gouv.vitam.storage.offers.tape.dto -
-
Uses of TapeDrive in fr.gouv.vitam.storage.offers.tape.dto
Methods in fr.gouv.vitam.storage.offers.tape.dto that return TapeDrive Modifier and Type Method Description TapeDrive
TapeDrive. setIndex(java.lang.Integer index)
TapeDrive
TapeDrive. setTape(TapeCartridge tape)
Methods in fr.gouv.vitam.storage.offers.tape.dto that return types with arguments of type TapeDrive Modifier and Type Method Description java.util.List<TapeDrive>
TapeLibraryState. addToDrives(TapeDrive tapeDrive)
java.util.List<TapeDrive>
TapeLibrarySpec. getDrives()
java.util.List<TapeDrive>
TapeLibraryState. getDrives()
Methods in fr.gouv.vitam.storage.offers.tape.dto with parameters of type TapeDrive Modifier and Type Method Description java.util.List<TapeDrive>
TapeLibraryState. addToDrives(TapeDrive tapeDrive)
Method parameters in fr.gouv.vitam.storage.offers.tape.dto with type arguments of type TapeDrive Modifier and Type Method Description void
TapeLibraryState. setDrives(java.util.List<TapeDrive> drives)
-