Package alluxio.stress
Class StressConstants
- java.lang.Object
-
- alluxio.stress.StressConstants
-
public final class StressConstants extends java.lang.ObjectConstants for stress tests.
-
-
Field Summary
Fields Modifier and Type Field Description static intMAX_TIME_COUNTstatic intTIME_99_COUNTstatic intTIME_HISTOGRAM_COMPRESSION_LEVELstatic longTIME_HISTOGRAM_MAXThe response time histogram can record values up to this amount.static intTIME_HISTOGRAM_PRECISION
-
Constructor Summary
Constructors Constructor Description StressConstants()
-
-
-
Field Detail
-
MAX_TIME_COUNT
public static final int MAX_TIME_COUNT
- See Also:
- Constant Field Values
-
TIME_HISTOGRAM_MAX
public static final long TIME_HISTOGRAM_MAX
The response time histogram can record values up to this amount.- See Also:
- Constant Field Values
-
TIME_HISTOGRAM_PRECISION
public static final int TIME_HISTOGRAM_PRECISION
- See Also:
- Constant Field Values
-
TIME_HISTOGRAM_COMPRESSION_LEVEL
public static final int TIME_HISTOGRAM_COMPRESSION_LEVEL
- See Also:
- Constant Field Values
-
TIME_99_COUNT
public static final int TIME_99_COUNT
- See Also:
- Constant Field Values
-
-