| パッケージ | 説明 |
|---|---|
| org.elasticsearch.index.shard | |
| org.elasticsearch.index.translog |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
Translog.Durabilty |
IndexShard.getTranslogDurability()
Returns the current translog durability mode
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
Translog.Durabilty |
TranslogConfig.getDurabilty()
Returns the current durability mode of this translog.
|
static Translog.Durabilty |
Translog.Durabilty.valueOf(String name)
指定した名前を持つこの型の列挙型定数を返します。
|
static Translog.Durabilty[] |
Translog.Durabilty.values()
この列挙型の定数を含む配列を宣言されている順序で返します。
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
void |
TranslogConfig.setDurabilty(Translog.Durabilty durabilty)
Sets the current durability mode for the translog.
|
| コンストラクタと説明 |
|---|
TranslogConfig(ShardId shardId,
Path translogPath,
Settings indexSettings,
Translog.Durabilty durabilty,
BigArrays bigArrays,
ThreadPool threadPool)
Creates a new TranslogConfig instance
|
Copyright © 2009–2016. All rights reserved.