| Package | Description |
|---|---|
| org.aksw.deer.logging |
| Modifier and Type | Method | Description |
|---|---|---|
static MdcThreadPoolExecutor |
MdcThreadPoolExecutor.newWithCurrentMdc(int parallelism) |
Pool where task threads take fixed MDC from the thread that creates the pool.
|
static MdcThreadPoolExecutor |
MdcThreadPoolExecutor.newWithFixedMdc(Map<String,String> fixedContext,
int parallelism) |
Pool where task threads always have a specified, fixed MDC.
|
static MdcThreadPoolExecutor |
MdcThreadPoolExecutor.newWithInheritedMdc(int parallelism) |
Pool where task threads take MDC from the submitting thread.
|
Copyright © 2018. All rights reserved.