Package | Description |
---|---|
org.apache.sling.commons.threads |
Modifier and Type | Class and Description |
---|---|
class |
ModifiableThreadPoolConfig
This is a modifiable thread pool configuration that can be instantiated
and then configured to create a new thread pool.
|
Modifier and Type | Method and Description |
---|---|
ThreadPoolConfig |
ThreadPool.getConfiguration()
The thread pool configuration.
|
Modifier and Type | Method and Description |
---|---|
ThreadPool |
ThreadPoolManager.create(ThreadPoolConfig config)
Create a new thread pool with this configuration.
|
ThreadPool |
ThreadPoolManager.create(ThreadPoolConfig config,
java.lang.String label)
Create a new thread pool with this configuration.
|
Constructor and Description |
---|
ModifiableThreadPoolConfig(ThreadPoolConfig copy)
Clone an existing configuration
|
Copyright © 2022 The Apache Software Foundation. All rights reserved.