Uses of Class
alluxio.stress.rpc.RpcTaskResult.Point
-
Packages that use RpcTaskResult.Point Package Description alluxio.stress.rpc -
-
Uses of RpcTaskResult.Point in alluxio.stress.rpc
Methods in alluxio.stress.rpc that return types with arguments of type RpcTaskResult.Point Modifier and Type Method Description java.util.List<RpcTaskResult.Point>RpcTaskResult. getPoints()java.util.List<RpcTaskResult.Point>RpcTaskSummary. getPoints()Methods in alluxio.stress.rpc with parameters of type RpcTaskResult.Point Modifier and Type Method Description voidRpcTaskResult. addPoint(RpcTaskResult.Point p)Method parameters in alluxio.stress.rpc with type arguments of type RpcTaskResult.Point Modifier and Type Method Description voidRpcTaskResult. setPoints(java.util.List<RpcTaskResult.Point> points)voidRpcTaskSummary. setPoints(java.util.List<RpcTaskResult.Point> points)
-