Uses of Class
alluxio.stress.common.FileSystemClientType
-
Packages that use FileSystemClientType Package Description alluxio.stress.common -
-
Uses of FileSystemClientType in alluxio.stress.common
Fields in alluxio.stress.common declared as FileSystemClientType Modifier and Type Field Description FileSystemClientTypeFileSystemParameters. mClientTypeMethods in alluxio.stress.common that return FileSystemClientType Modifier and Type Method Description FileSystemClientTypeFileSystemParameters.FileSystemParametersClientTypeConverter. convert(java.lang.String value)static FileSystemClientTypeFileSystemClientType. fromString(java.lang.String text)Creates an instance type from the string.static FileSystemClientTypeFileSystemClientType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static FileSystemClientType[]FileSystemClientType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-