| Package | Description |
|---|---|
| org.openksavi.sponge.engine |
Interfaces for the engine and base functionalities.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ProcessableThreadPool
A thread pool for a processable.
|
| Modifier and Type | Method and Description |
|---|---|
ThreadPool |
ThreadPoolManager.createMainProcessingUnitAsyncEventSetProcessorThreadPool()
Creates a new thread pool used by the Main Processing Unit for asynchronous processing of event set processors.
|
ThreadPool |
ThreadPoolManager.createMainProcessingUnitEventSetProcessorDurationThreadPool()
Creates a new thread pool used by the Main Processing Unit for event set processors duration.
|
ThreadPool |
ThreadPoolManager.createMainProcessingUnitWorkerThreadPool()
Creates a new thread pool used by the Main Processing Unit for worker threads.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ThreadPoolManager.shutdownThreadPool(ThreadPool threadPool)
Shuts down a thread pool.
|
Copyright © 2016–2017 Softelnet. All rights reserved.