public class JvmPauseMonitor extends Object
| Constructor and Description |
|---|
JvmPauseMonitor(org.apache.hadoop.conf.Configuration conf) |
| Modifier and Type | Method and Description |
|---|---|
long |
getNumGcInfoThresholdExceeded() |
long |
getNumGcWarnThreadholdExceeded() |
long |
getTotalGcExtraSleepTime() |
boolean |
isStarted() |
static void |
main(String[] args)
Simple 'main' to facilitate manual testing of the pause monitor.
|
void |
start() |
void |
stop() |
public JvmPauseMonitor(org.apache.hadoop.conf.Configuration conf)
public void start()
public void stop()
public boolean isStarted()
public long getNumGcWarnThreadholdExceeded()
public long getNumGcInfoThresholdExceeded()
public long getTotalGcExtraSleepTime()
public static void main(String[] args) throws Exception
ExceptionCopyright © 2019 The Apache Software Foundation. All Rights Reserved.