| Interface | Description |
|---|---|
| ThreadPoolProbe |
Monitoring probe providing callbacks that may be invoked by Grizzly
AbstractThreadPool implementations. |
| WorkerThread |
Interface, which Grizzly thread pool threads should implement.
|
| Class | Description |
|---|---|
| AbstractThreadPool |
Abstract
ExecutorService implementation. |
| DefaultWorkerThread |
Default Grizzly worker thread implementation
|
| FixedThreadPool |
Minimalistic fixed thread pool to allow for nice scalability if a good Queue impl is used.
|
| GrizzlyExecutorService | |
| SyncThreadPool |
ExecutorService implementation, which function the similar way as former Grizzly 1.x Pipeline based thread
pools. |
| ThreadPoolConfig |
Grizzly thread-pool configuration, which might be used to create and initialize a thread-pool via
GrizzlyExecutorService.createInstance(org.glassfish.grizzly.threadpool.ThreadPoolConfig). |
| ThreadPoolProbe.Adapter |
ThreadPoolProbe adapter that provides no-op implementations for all interface methods allowing easy extension
by the developer. |
| Threads |
Set of
Thread utilities. |
Copyright © 2017–2020 Oracle Corporation. All rights reserved.