public static class

ThreadsInspectorImpl.TomcatNioThreadPoolExecutorMatcher

extends Object
implements Predicate<T>
java.lang.Object
   ↳ com.atlassian.jira.memoryinspector.ThreadsInspectorImpl.TomcatNioThreadPoolExecutorMatcher

Class Overview

This predicate looks for NIO EPoll that was created by ThreadPoolExecutor. Shame on java that this thread is identified as 'Thread-\d'.

Summary

Public Constructors
TomcatNioThreadPoolExecutorMatcher()
Public Methods
boolean apply(ThreadInfo threadInfo)
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.google.common.base.Predicate

Public Constructors

public TomcatNioThreadPoolExecutorMatcher ()

Public Methods

public boolean apply (ThreadInfo threadInfo)