Uses of Class
org.elasticsearch.action.DocWriteResponse
-
Packages that use DocWriteResponse Package Description org.elasticsearch.action org.elasticsearch.action.bulk org.elasticsearch.action.delete org.elasticsearch.action.index org.elasticsearch.action.update -
-
Uses of DocWriteResponse in org.elasticsearch.action
Methods in org.elasticsearch.action that return DocWriteResponse Modifier and Type Method Description abstract DocWriteResponseDocWriteResponse.Builder. build() -
Uses of DocWriteResponse in org.elasticsearch.action.bulk
Methods in org.elasticsearch.action.bulk with type parameters of type DocWriteResponse Modifier and Type Method Description <T extends DocWriteResponse>
TBulkItemResponse. getResponse()The actual response (IndexResponseorDeleteResponse).Constructors in org.elasticsearch.action.bulk with parameters of type DocWriteResponse Constructor Description BulkItemResponse(int id, DocWriteRequest.OpType opType, DocWriteResponse response) -
Uses of DocWriteResponse in org.elasticsearch.action.delete
Subclasses of DocWriteResponse in org.elasticsearch.action.delete Modifier and Type Class Description classDeleteResponseThe response of the delete action. -
Uses of DocWriteResponse in org.elasticsearch.action.index
Subclasses of DocWriteResponse in org.elasticsearch.action.index Modifier and Type Class Description classIndexResponseA response of an index operation, -
Uses of DocWriteResponse in org.elasticsearch.action.update
Subclasses of DocWriteResponse in org.elasticsearch.action.update Modifier and Type Class Description classUpdateResponse
-