Uses of Class
alluxio.stress.worker.IOTaskResult.Point
-
Packages that use IOTaskResult.Point Package Description alluxio.stress.worker -
-
Uses of IOTaskResult.Point in alluxio.stress.worker
Methods in alluxio.stress.worker that return types with arguments of type IOTaskResult.Point Modifier and Type Method Description java.util.List<IOTaskResult.Point>IOTaskResult. getPoints()java.util.List<IOTaskResult.Point>IOTaskSummary. getPoints()Methods in alluxio.stress.worker with parameters of type IOTaskResult.Point Modifier and Type Method Description voidIOTaskResult. addPoint(IOTaskResult.Point p)Method parameters in alluxio.stress.worker with type arguments of type IOTaskResult.Point Modifier and Type Method Description voidIOTaskResult. setPoints(java.util.List<IOTaskResult.Point> points)voidIOTaskSummary. setPoints(java.util.List<IOTaskResult.Point> points)Constructor parameters in alluxio.stress.worker with type arguments of type IOTaskResult.Point Constructor Description IOTaskResult(java.util.List<IOTaskResult.Point> points, java.util.List<java.lang.String> errors)The constructor used for serialization.
-