Uses of Class
org.elasticsearch.index.translog.Translog.Operation.Type

Packages that use Translog.Operation.Type
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
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)
          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-2012. All Rights Reserved.