| パッケージ | 説明 |
|---|---|
| org.elasticsearch.common.util.concurrent |
| 修飾子とタイプ | クラスと説明 |
|---|---|
class |
PrioritizedEsThreadPoolExecutor
A prioritizing executor which uses a priority queue as a work queue.
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
static EsThreadPoolExecutor |
EsExecutors.newCached(String name,
long keepAliveTime,
TimeUnit unit,
ThreadFactory threadFactory) |
static EsThreadPoolExecutor |
EsExecutors.newFixed(String name,
int size,
int queueCapacity,
ThreadFactory threadFactory) |
static EsThreadPoolExecutor |
EsExecutors.newScaling(String name,
int min,
int max,
long keepAliveTime,
TimeUnit unit,
ThreadFactory threadFactory) |
Copyright © 2009–2016. All rights reserved.