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 ReadWritePriorityTapeDriveConf. getReadWritePriority()static ReadWritePriorityReadWritePriority. 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 voidTapeDriveConf. setReadWritePriority(ReadWritePriority readWritePriority)
-