Class DeleteResponse

All Implemented Interfaces:
WriteResponse, Writeable, StatusToXContentObject, org.elasticsearch.common.xcontent.ToXContent, org.elasticsearch.common.xcontent.ToXContentObject, org.elasticsearch.core.RefCounted

public class DeleteResponse extends DocWriteResponse
The response of the delete action.
See Also:
DeleteRequest, Client.delete(DeleteRequest)
  • Constructor Details

    • DeleteResponse

      public DeleteResponse(ShardId shardId, StreamInput in) throws
      Throws:
    • DeleteResponse

      public DeleteResponse(StreamInput in) throws
      Throws:
    • DeleteResponse

      public DeleteResponse(ShardId shardId,  type,  id, long seqNo, long primaryTerm, long version, boolean found)
  • Method Details