@InterfaceAudience.Private public interface JvmPauseMonitorSource
Modifier and Type | Field and Description |
---|---|
static String |
INFO_THRESHOLD_COUNT_DESC |
static String |
INFO_THRESHOLD_COUNT_KEY |
static String |
PAUSE_TIME_WITH_GC_DESC |
static String |
PAUSE_TIME_WITH_GC_KEY |
static String |
PAUSE_TIME_WITHOUT_GC_DESC |
static String |
PAUSE_TIME_WITHOUT_GC_KEY |
static String |
WARN_THRESHOLD_COUNT_DESC |
static String |
WARN_THRESHOLD_COUNT_KEY |
Modifier and Type | Method and Description |
---|---|
void |
incInfoThresholdExceeded(int count)
Increment the INFO level threshold exceeded count
|
void |
incWarnThresholdExceeded(int count)
Increment the WARN level threshold exceeded count
|
void |
updatePauseTimeWithGc(long t)
Update the pause time histogram where GC activity was detected.
|
void |
updatePauseTimeWithoutGc(long t)
Update the pause time histogram where GC activity was not detected.
|
static final String INFO_THRESHOLD_COUNT_KEY
static final String INFO_THRESHOLD_COUNT_DESC
static final String WARN_THRESHOLD_COUNT_KEY
static final String WARN_THRESHOLD_COUNT_DESC
static final String PAUSE_TIME_WITH_GC_KEY
static final String PAUSE_TIME_WITH_GC_DESC
static final String PAUSE_TIME_WITHOUT_GC_KEY
static final String PAUSE_TIME_WITHOUT_GC_DESC
void incInfoThresholdExceeded(int count)
count
- the countvoid incWarnThresholdExceeded(int count)
count
- the countvoid updatePauseTimeWithGc(long t)
t
- time it tookvoid updatePauseTimeWithoutGc(long t)
t
- time it tookCopyright © 2007–2020 The Apache Software Foundation. All rights reserved.