public class

ThreadsInspectorImpl

extends Object
implements ThreadsInspector
java.lang.Object
   ↳ com.atlassian.jira.memoryinspector.ThreadsInspectorImpl

Class Overview

This class provides memory inspection that search for threads that should not be present in memory.

Summary

Nested Classes
class ThreadsInspectorImpl.TomcatNioThreadPoolExecutorMatcher This predicate looks for NIO EPoll that was created by ThreadPoolExecutor. 
Fields
public static final Function<ThreadThreadInfo> THREAD_TO_THREAD_INFO_FUNCTION
Public Constructors
ThreadsInspectorImpl()
Public Methods
InspectionReport inspectThreads(Iterable<Thread> threads)
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.atlassian.jira.memoryinspector.ThreadsInspector

Fields

public static final Function<ThreadThreadInfo> THREAD_TO_THREAD_INFO_FUNCTION

Public Constructors

public ThreadsInspectorImpl ()

Public Methods

public InspectionReport inspectThreads (Iterable<Thread> threads)