Uses of Class
alluxio.stress.rpc.RpcBenchParameters
-
Packages that use RpcBenchParameters Package Description alluxio.stress.rpc -
-
Uses of RpcBenchParameters in alluxio.stress.rpc
Subclasses of RpcBenchParameters in alluxio.stress.rpc Modifier and Type Class Description classBlockMasterBenchParametersParameters for generating different stress on the BlockMaster.classGetPinnedFileIdsParametersParameters for the stress test on GetPinnedFileIds RPC.Methods in alluxio.stress.rpc that return RpcBenchParameters Modifier and Type Method Description RpcBenchParametersRpcTaskResult. getParameters()RpcBenchParametersRpcTaskSummary. getParameters()Methods in alluxio.stress.rpc with parameters of type RpcBenchParameters Modifier and Type Method Description voidRpcTaskResult. setParameters(RpcBenchParameters parameters)voidRpcTaskSummary. setParameters(RpcBenchParameters parameters)Constructors in alluxio.stress.rpc with parameters of type RpcBenchParameters Constructor Description RpcTaskResult(BaseParameters baseParameters, RpcBenchParameters rpcBenchParameters)Constructor with only parameters.
-