Uses of Class
org.elasticsearch.index.VersionType

Packages that use VersionType
org.elasticsearch.action.delete Delete action. 
org.elasticsearch.action.index Index action. 
org.elasticsearch.index   
org.elasticsearch.index.engine   
 

Uses of VersionType in org.elasticsearch.action.delete
 

Methods in org.elasticsearch.action.delete that return VersionType
 VersionType DeleteRequest.versionType()
           
 

Methods in org.elasticsearch.action.delete with parameters of type VersionType
 DeleteRequestBuilder DeleteRequestBuilder.setVersionType(VersionType versionType)
          Sets the type of versioning to use.
 DeleteRequest DeleteRequest.versionType(VersionType versionType)
           
 

Uses of VersionType in org.elasticsearch.action.index
 

Methods in org.elasticsearch.action.index that return VersionType
 VersionType IndexRequest.versionType()
           
 

Methods in org.elasticsearch.action.index with parameters of type VersionType
 IndexRequestBuilder IndexRequestBuilder.setVersionType(VersionType versionType)
          Sets the versioning type.
 IndexRequest IndexRequest.versionType(VersionType versionType)
          Sets the versioning type.
 

Uses of VersionType in org.elasticsearch.index
 

Methods in org.elasticsearch.index that return VersionType
static VersionType VersionType.fromString(String versionType)
           
static VersionType VersionType.fromString(String versionType, VersionType defaultVersionType)
           
static VersionType VersionType.fromValue(byte value)
           
static VersionType VersionType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static VersionType[] VersionType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.elasticsearch.index with parameters of type VersionType
static VersionType VersionType.fromString(String versionType, VersionType defaultVersionType)
           
 

Uses of VersionType in org.elasticsearch.index.engine
 

Methods in org.elasticsearch.index.engine that return VersionType
 VersionType Engine.Create.versionType()
           
 VersionType Engine.Index.versionType()
           
 VersionType Engine.Delete.versionType()
           
 

Methods in org.elasticsearch.index.engine with parameters of type VersionType
 Engine.Create Engine.Create.versionType(VersionType versionType)
           
 Engine.Index Engine.Index.versionType(VersionType versionType)
           
 Engine.Delete Engine.Delete.versionType(VersionType versionType)
           
 



Copyright © 2009-2012. All Rights Reserved.