Uses of Class
fr.gouv.vitam.storage.offers.tape.spec.TapeDriveService.ReadWriteCmd
-
Packages that use TapeDriveService.ReadWriteCmd Package Description fr.gouv.vitam.storage.offers.tape.impl fr.gouv.vitam.storage.offers.tape.spec -
-
Uses of TapeDriveService.ReadWriteCmd in fr.gouv.vitam.storage.offers.tape.impl
Methods in fr.gouv.vitam.storage.offers.tape.impl with parameters of type TapeDriveService.ReadWriteCmd Modifier and Type Method Description TapeReadWriteService
TapeDriveManager. getReadWriteService(TapeDriveService.ReadWriteCmd readWriteCmd)
-
Uses of TapeDriveService.ReadWriteCmd in fr.gouv.vitam.storage.offers.tape.spec
Methods in fr.gouv.vitam.storage.offers.tape.spec that return TapeDriveService.ReadWriteCmd Modifier and Type Method Description static TapeDriveService.ReadWriteCmd
TapeDriveService.ReadWriteCmd. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static TapeDriveService.ReadWriteCmd[]
TapeDriveService.ReadWriteCmd. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in fr.gouv.vitam.storage.offers.tape.spec with parameters of type TapeDriveService.ReadWriteCmd Modifier and Type Method Description TapeReadWriteService
TapeDriveService. getReadWriteService(TapeDriveService.ReadWriteCmd readWriteCmd)
-