public class ProfileConstants extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
TASK_DUMP_PERIOD_MIN_MILLIS
Dump period must be greater than or equals 10 milliseconds
|
static int |
TASK_DURATION_MAX_MINUTE
The duration of the monitoring task cannot be greater than 15 minutes
|
static int |
TASK_DURATION_MIN_MINUTE
Monitor duration must greater than 1 minutes
|
static int |
TASK_MAX_SAMPLING_COUNT
Max sampling count must less than 10
|
| Constructor and Description |
|---|
ProfileConstants() |
public static final int TASK_DURATION_MIN_MINUTE
public static final int TASK_DURATION_MAX_MINUTE
public static final int TASK_DUMP_PERIOD_MIN_MILLIS
public static final int TASK_MAX_SAMPLING_COUNT
Copyright © 2022 The Apache Software Foundation. All rights reserved.