Uses of Class
alluxio.stress.Parameters
-
Packages that use Parameters Package Description alluxio.stress alluxio.stress.client alluxio.stress.common alluxio.stress.fuse alluxio.stress.jobservice alluxio.stress.master alluxio.stress.rpc alluxio.stress.worker -
-
Uses of Parameters in alluxio.stress
Method parameters in alluxio.stress with type arguments of type Parameters Modifier and Type Method Description static alluxio.collections.Pair<java.util.List<java.lang.String>,java.util.List<java.lang.String>>Parameters. partitionFieldNames(java.util.List<Parameters> paramList) -
Uses of Parameters in alluxio.stress.client
Subclasses of Parameters in alluxio.stress.client Modifier and Type Class Description classClientIOParametersThis holds all the parameters.classCompactionParametersParameters of CompactionBench. -
Uses of Parameters in alluxio.stress.common
Classes in alluxio.stress.common with type parameters of type Parameters Modifier and Type Class Description classAbstractMaxThroughputSummary<T extends Parameters,S extends GeneralBenchSummary>abstract class for result of MaxThroughput stressBench.Subclasses of Parameters in alluxio.stress.common Modifier and Type Class Description classFileSystemParametersFileSystem common parameters. -
Uses of Parameters in alluxio.stress.fuse
Subclasses of Parameters in alluxio.stress.fuse Modifier and Type Class Description classFuseIOParametersThis class holds all the Fuse IO related parameters. -
Uses of Parameters in alluxio.stress.jobservice
Subclasses of Parameters in alluxio.stress.jobservice Modifier and Type Class Description classJobServiceBenchParametersThis holds all the parameters. -
Uses of Parameters in alluxio.stress.master
Subclasses of Parameters in alluxio.stress.master Modifier and Type Class Description classMasterBatchTaskParametersThis holds all the parameters for Master Batch Task.classMasterBenchBaseParametersThis holds all the parameters shared by the MasterBench and MasterBatchTask.classMasterBenchParametersThis holds all the parameters.classMultiOperationMasterBenchParametersThis holds all the parameters. -
Uses of Parameters in alluxio.stress.rpc
Subclasses of Parameters 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.classRpcBenchParametersParameters for the RPC benchmark test. -
Uses of Parameters in alluxio.stress.worker
Subclasses of Parameters in alluxio.stress.worker Modifier and Type Class Description classUfsIOParametersParameters used in the UFS I/O throughput test.classWorkerBenchParametersThis holds all the parameters.
-