Uses of Class
org.elasticsearch.index.engine.Engine.Operation.Type

Packages that use Engine.Operation.Type
org.elasticsearch.index.engine   
 

Uses of Engine.Operation.Type in org.elasticsearch.index.engine
 

Methods in org.elasticsearch.index.engine that return Engine.Operation.Type
 Engine.Operation.Type Engine.Operation.opType()
           
 Engine.Operation.Type Engine.Create.opType()
           
 Engine.Operation.Type Engine.Index.opType()
           
 Engine.Operation.Type Engine.Delete.opType()
           
static Engine.Operation.Type Engine.Operation.Type.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Engine.Operation.Type[] Engine.Operation.Type.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2009-2012. All Rights Reserved.