Uses of Class
org.elasticsearch.action.DocWriteRequest.OpType
-
Packages that use DocWriteRequest.OpType Package Description org.elasticsearch.action org.elasticsearch.action.bulk org.elasticsearch.action.delete org.elasticsearch.action.index org.elasticsearch.action.update -
-
Uses of DocWriteRequest.OpType in org.elasticsearch.action
Methods in org.elasticsearch.action that return DocWriteRequest.OpType Modifier and Type Method Description static DocWriteRequest.OpTypeDocWriteRequest.OpType. fromId(byte id)static DocWriteRequest.OpTypeDocWriteRequest.OpType. fromString(String sOpType)DocWriteRequest.OpTypeDocWriteRequest. opType()Get the requested document operation type of the requeststatic DocWriteRequest.OpTypeDocWriteRequest.OpType. valueOf(String name)Returns the enum constant of this type with the specified name.static DocWriteRequest.OpType[]DocWriteRequest.OpType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of DocWriteRequest.OpType in org.elasticsearch.action.bulk
Methods in org.elasticsearch.action.bulk that return DocWriteRequest.OpType Modifier and Type Method Description DocWriteRequest.OpTypeBulkItemResponse. getOpType()The operation type ("index", "create" or "delete").Constructors in org.elasticsearch.action.bulk with parameters of type DocWriteRequest.OpType Constructor Description BulkItemResponse(int id, DocWriteRequest.OpType opType, BulkItemResponse.Failure failure)BulkItemResponse(int id, DocWriteRequest.OpType opType, DocWriteResponse response) -
Uses of DocWriteRequest.OpType in org.elasticsearch.action.delete
Methods in org.elasticsearch.action.delete that return DocWriteRequest.OpType Modifier and Type Method Description DocWriteRequest.OpTypeDeleteRequest. opType() -
Uses of DocWriteRequest.OpType in org.elasticsearch.action.index
Methods in org.elasticsearch.action.index that return DocWriteRequest.OpType Modifier and Type Method Description DocWriteRequest.OpTypeIndexRequest. opType()Methods in org.elasticsearch.action.index with parameters of type DocWriteRequest.OpType Modifier and Type Method Description IndexRequestIndexRequest. opType(DocWriteRequest.OpType opType)Sets the type of operation to perform.IndexRequestBuilderIndexRequestBuilder. setOpType(DocWriteRequest.OpType opType)Sets the type of operation to perform. -
Uses of DocWriteRequest.OpType in org.elasticsearch.action.update
Methods in org.elasticsearch.action.update that return DocWriteRequest.OpType Modifier and Type Method Description DocWriteRequest.OpTypeUpdateRequest. opType()
-