Uses of Class
org.elasticsearch.action.index.IndexRequest.OpType

Packages that use IndexRequest.OpType
org.elasticsearch.action.index Index action. 
 

Uses of IndexRequest.OpType in org.elasticsearch.action.index
 

Methods in org.elasticsearch.action.index that return IndexRequest.OpType
static IndexRequest.OpType IndexRequest.OpType.fromId(byte id)
          Constructs the operation type from its internal representation.
 IndexRequest.OpType IndexRequest.opType()
          The type of operation to perform.
static IndexRequest.OpType IndexRequest.OpType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static IndexRequest.OpType[] IndexRequest.OpType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.elasticsearch.action.index with parameters of type IndexRequest.OpType
 IndexRequest IndexRequest.opType(IndexRequest.OpType opType)
          Sets the type of operation to perform.
 IndexRequestBuilder IndexRequestBuilder.setOpType(IndexRequest.OpType opType)
          Sets the type of operation to perform.
 



Copyright © 2009-2012. All Rights Reserved.