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 intJOB_SERVICE_MAX_RESPONSE_TIME_COUNTstatic 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_PRECISIONstatic longWRITE_FILE_ONCE_MAX_BYTES
-
Constructor Summary
Constructors Constructor Description StressConstants()
-
-
-
Field Detail
-
MAX_TIME_COUNT
public static final int MAX_TIME_COUNT
- See Also:
- Constant Field Values
-
JOB_SERVICE_MAX_RESPONSE_TIME_COUNT
public static final int JOB_SERVICE_MAX_RESPONSE_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
-
WRITE_FILE_ONCE_MAX_BYTES
public static final long WRITE_FILE_ONCE_MAX_BYTES
- See Also:
- Constant Field Values
-
-