@CompileStatic class LoggingPoolFactory extends Object implements PoolFactory
A pool factory that logs error instead of printing them to standard err as is the default in GPars
| Modifiers | Name | Description |
|---|---|---|
class |
LoggingPoolFactory.1 |
|
class |
LoggingPoolFactory.2 |
| Modifiers | Name | Description |
|---|---|---|
static org.slf4j.Logger |
LOG |
|
static Method |
createThreadNameMethod |
| Constructor and description |
|---|
LoggingPoolFactory() |
| Type Params | Return Type | Name and description |
|---|---|---|
|
Pool |
createPool() |
|
Pool |
createPool(boolean daemon) |
|
Pool |
createPool(int numberOfThreads) |
|
Pool |
createPool(boolean daemon, int numberOfThreads) |