| Interface | Description |
|---|---|
| IPoolFactory<T> |
Interface for factories that can drop in a custom object instead of the value in a thread pool.
|
| Class | Description |
|---|---|
| GlobalObjectPool | |
| JavaThreadFactory |
Create a thread from java thread pool
|
| JfrThread |
A thread.
|
| MethodFactory |
Factory that creates a
IMCMethod from the method pool. |
| OldObjectFactory | |
| OSThreadFactory |
Factory that creates a
JfrThread for the OS thread pool. |
| StackTraceFactory |
Factory that create an
IMCStackTrace from the stack trace pool. |
| ThreadGroup |
A thread group.
|
| ThreadGroupFactory |
Factory that create a thread group object from thread group factory
|
| TypeFactory |
Factory responsible for creating a
IMCType |