public class ThreadDumpCollector
extends java.lang.Object
| Constructor and Description |
|---|
ThreadDumpCollector() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterPropertiesSet() |
void |
destroy() |
java.nio.file.Path |
getResult() |
boolean |
isCollecting() |
boolean |
isDumpAvailable() |
void |
startCollecting(long interval)
interval in milliseconds
|
java.nio.file.Path |
stopCollecting() |
public void afterPropertiesSet()
throws java.lang.Exception
java.lang.Exceptionpublic void startCollecting(long interval)
public boolean isDumpAvailable()
public java.nio.file.Path stopCollecting()
throws DumpNotAvailableException
DumpNotAvailableExceptionpublic java.nio.file.Path getResult()
public boolean isCollecting()
public void destroy()
throws java.lang.Exception
java.lang.ExceptionCopyright © 2018 SAP SE. All Rights Reserved.