| パッケージ | 説明 |
|---|---|
| org.elasticsearch.index.translog |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
static TranslogWriter.Type |
TranslogWriter.Type.fromString(String type) |
TranslogWriter.Type |
TranslogConfig.getType()
Returns the translog type
|
static TranslogWriter.Type |
TranslogWriter.Type.valueOf(String name)
指定した名前を持つこの型の列挙型定数を返します。
|
static TranslogWriter.Type[] |
TranslogWriter.Type.values()
この列挙型の定数を含む配列を宣言されている順序で返します。
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
static TranslogWriter |
TranslogWriter.create(TranslogWriter.Type type,
ShardId shardId,
String translogUUID,
long fileGeneration,
Path file,
Callback<org.elasticsearch.index.translog.ChannelReference> onClose,
int bufferSize,
org.elasticsearch.index.translog.TranslogWriter.ChannelFactory channelFactory) |
void |
TranslogConfig.setType(TranslogWriter.Type type)
Sets the TranslogType for this Translog.
|
Copyright © 2009–2016. All rights reserved.