Uses of Class
fr.gouv.vitam.common.storage.tapelibrary.ReadWritePriority
-
Packages that use ReadWritePriority Package Description fr.gouv.vitam.common.storage.tapelibrary -
-
Uses of ReadWritePriority in fr.gouv.vitam.common.storage.tapelibrary
Methods in fr.gouv.vitam.common.storage.tapelibrary that return ReadWritePriority Modifier and Type Method Description ReadWritePriority
TapeDriveConf. getReadWritePriority()
static ReadWritePriority
ReadWritePriority. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ReadWritePriority[]
ReadWritePriority. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in fr.gouv.vitam.common.storage.tapelibrary with parameters of type ReadWritePriority Modifier and Type Method Description void
TapeDriveConf. setReadWritePriority(ReadWritePriority readWritePriority)
-