| パッケージ | 説明 |
|---|---|
| org.elasticsearch.index.translog |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
static Translog.Operation.Type |
Translog.Operation.Type.fromId(byte id) |
Translog.Operation.Type |
Translog.Operation.opType() |
Translog.Operation.Type |
Translog.Create.opType() |
Translog.Operation.Type |
Translog.Index.opType() |
Translog.Operation.Type |
Translog.Delete.opType() |
Translog.Operation.Type |
Translog.DeleteByQuery.opType()
非推奨です。
|
static Translog.Operation.Type |
Translog.Operation.Type.valueOf(String name)
指定した名前を持つこの型の列挙型定数を返します。
|
static Translog.Operation.Type[] |
Translog.Operation.Type.values()
この列挙型の定数を含む配列を宣言されている順序で返します。
|
Copyright © 2009–2016. All rights reserved.