Uses of Class
alluxio.stress.fuse.FuseIOOperation
-
Packages that use FuseIOOperation Package Description alluxio.stress.fuse -
-
Uses of FuseIOOperation in alluxio.stress.fuse
Fields in alluxio.stress.fuse declared as FuseIOOperation Modifier and Type Field Description FuseIOOperationFuseIOParameters. mOperationMethods in alluxio.stress.fuse that return FuseIOOperation Modifier and Type Method Description FuseIOOperationFuseIOParameters.FuseIOOperationConverter. convert(java.lang.String value)static FuseIOOperationFuseIOOperation. fromString(java.lang.String text)Creates an instance type from the string.static FuseIOOperationFuseIOOperation. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static FuseIOOperation[]FuseIOOperation. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in alluxio.stress.fuse with parameters of type FuseIOOperation Modifier and Type Method Description static booleanFuseIOOperation. isRead(FuseIOOperation operation)
-