Autopsy  4.19.1
Graphical digital forensics platform for The Sleuth Kit and other tools.
Static Public Member Functions | Private Member Functions | Static Private Attributes | List of all members
org.sleuthkit.autopsy.coreutils.ThreadUtils Class Reference

Static Public Member Functions

static String generateThreadDump ()
 
static void shutDownTaskExecutor (ExecutorService executor)
 

Private Member Functions

 ThreadUtils ()
 

Static Private Attributes

static final long DEFAULT_TIMEOUT = 5
 
static final TimeUnit DEFAULT_TIMEOUT_UNITS = TimeUnit.SECONDS
 

Detailed Description

Definition at line 32 of file ThreadUtils.java.

Constructor & Destructor Documentation

org.sleuthkit.autopsy.coreutils.ThreadUtils.ThreadUtils ( )
private

Definition at line 88 of file ThreadUtils.java.

Member Function Documentation

static String org.sleuthkit.autopsy.coreutils.ThreadUtils.generateThreadDump ( )
static

Returns the thread info for all live threads with stack trace and synchronization information. Some threads included in the returned array may have been terminated when this method returns.

Returns
Thread dump of all live threads

Definition at line 65 of file ThreadUtils.java.

Referenced by org.sleuthkit.autopsy.actions.ThreadDumpAction.ThreadDumper.createThreadDump().

static void org.sleuthkit.autopsy.coreutils.ThreadUtils.shutDownTaskExecutor ( ExecutorService  executor)
static

Member Data Documentation

final long org.sleuthkit.autopsy.coreutils.ThreadUtils.DEFAULT_TIMEOUT = 5
staticprivate

Definition at line 34 of file ThreadUtils.java.

final TimeUnit org.sleuthkit.autopsy.coreutils.ThreadUtils.DEFAULT_TIMEOUT_UNITS = TimeUnit.SECONDS
staticprivate

Definition at line 35 of file ThreadUtils.java.


The documentation for this class was generated from the following file:

Copyright © 2012-2021 Basis Technology. Generated on: Thu Sep 30 2021
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.