| Package | Description |
|---|---|
| org.openksavi.sponge.engine |
Interfaces for the engine and base functionalities.
|
| org.openksavi.sponge.engine.processing |
Interfaces for processing units and related 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.
|
| Modifier and Type | Method and Description |
|---|---|
ThreadPool |
MainProcessingUnit.getAsyncEventSetProcessorThreadPool()
Returns the thread pool for applying during processing instances in event set processor group.
|
ThreadPool |
EventSetProcessorMainProcessingUnitHandler.getAsyncEventSetProcessorThreadPool()
Returns a thread pool for applying during processing instances in event set processor group.
|
ThreadPool |
MainProcessingUnit.getWorkerThreadPool()
Returns the thread pool used by the Main Processing Unit for worker threads.
|
Copyright © 2016–2018 Softelnet. All rights reserved.