| パッケージ | 説明 |
|---|---|
| org.elasticsearch.threadpool |
| 修飾子とタイプ | フィールドと説明 |
|---|---|
static Map<String,ThreadPool.ThreadPoolType> |
ThreadPool.THREAD_POOL_TYPES |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
static ThreadPool.ThreadPoolType |
ThreadPool.ThreadPoolType.fromType(String type) |
ThreadPool.ThreadPoolType |
ThreadPool.Info.getThreadPoolType() |
static ThreadPool.ThreadPoolType |
ThreadPool.ThreadPoolType.valueOf(String name)
指定した名前を持つこの型の列挙型定数を返します。
|
static ThreadPool.ThreadPoolType[] |
ThreadPool.ThreadPoolType.values()
この列挙型の定数を含む配列を宣言されている順序で返します。
|
| コンストラクタと説明 |
|---|
Info(String name,
ThreadPool.ThreadPoolType type) |
Info(String name,
ThreadPool.ThreadPoolType type,
int size) |
Info(String name,
ThreadPool.ThreadPoolType type,
int min,
int max,
TimeValue keepAlive,
SizeValue queueSize) |
Copyright © 2009–2016. All rights reserved.