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