Uses of Class
org.elasticsearch.index.gateway.CommitPoint.Type

Packages that use CommitPoint.Type
org.elasticsearch.index.gateway   
 

Uses of CommitPoint.Type in org.elasticsearch.index.gateway
 

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

Constructors in org.elasticsearch.index.gateway with parameters of type CommitPoint.Type
CommitPoint(long version, String name, CommitPoint.Type type, List<CommitPoint.FileInfo> indexFiles, List<CommitPoint.FileInfo> translogFiles)
           
 



Copyright © 2009-2012. All Rights Reserved.