Package alluxio.stress.common
Class GeneralParameters
- java.lang.Object
-
- alluxio.stress.Parameters
-
- alluxio.stress.common.GeneralParameters
-
- Direct Known Subclasses:
JobServiceBenchParameters
public abstract class GeneralParameters extends Parameters
abstract class for general Parameters used in stressBench.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class alluxio.stress.Parameters
Parameters.BooleanDescription, Parameters.KeylessDescription, Parameters.PathDescription
-
-
Constructor Summary
Constructors Constructor Description GeneralParameters()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract java.lang.Enum<?>operation()Notice the function name can't be getOperation since Jackson would transfer this function in to json value, break Parameter serialization and cause serialization error.-
Methods inherited from class alluxio.stress.Parameters
getDescription, partitionFieldNames
-
-