Uses of Class
org.elasticsearch.index.translog.Translog.Operation.Type
-
Packages that use Translog.Operation.Type Package Description org.elasticsearch.index.translog -
-
Uses of Translog.Operation.Type in org.elasticsearch.index.translog
Methods in org.elasticsearch.index.translog that return Translog.Operation.Type Modifier and Type Method Description static Translog.Operation.TypeTranslog.Operation.Type. fromId(byte id)Translog.Operation.TypeTranslog.Delete. opType()Translog.Operation.TypeTranslog.Index. opType()Translog.Operation.TypeTranslog.NoOp. opType()Translog.Operation.TypeTranslog.Operation. opType()static Translog.Operation.TypeTranslog.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.
-