Uses of Class
org.elasticsearch.index.engine.Engine.Result.Type
-
Packages that use Engine.Result.Type Package Description org.elasticsearch.index.engine -
-
Uses of Engine.Result.Type in org.elasticsearch.index.engine
Methods in org.elasticsearch.index.engine that return Engine.Result.Type Modifier and Type Method Description Engine.Result.TypeEngine.Result. getResultType()whether the operation was successful, has failed or was aborted due to a mapping updatestatic Engine.Result.TypeEngine.Result.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static Engine.Result.Type[]Engine.Result.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.
-