Uses of Class
alluxio.stress.worker.IOTaskResult.IOMode
-
Packages that use IOTaskResult.IOMode Package Description alluxio.stress.worker -
-
Uses of IOTaskResult.IOMode in alluxio.stress.worker
Fields in alluxio.stress.worker declared as IOTaskResult.IOMode Modifier and Type Field Description IOTaskResult.IOModeIOTaskResult.Point. mModeMethods in alluxio.stress.worker that return IOTaskResult.IOMode Modifier and Type Method Description static IOTaskResult.IOModeIOTaskResult.IOMode. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static IOTaskResult.IOMode[]IOTaskResult.IOMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in alluxio.stress.worker with parameters of type IOTaskResult.IOMode Constructor Description Point(IOTaskResult.IOMode mode, double duration, long dataSize)
-