| Package | Description |
|---|---|
| org.elasticsearch.index.translog |
| Modifier and Type | Method and Description |
|---|---|
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()
Deprecated.
|
static Translog.Operation.Type |
Translog.Operation.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Translog.Operation.Type[] |
Translog.Operation.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2009–2017. All rights reserved.