public class DeleteRiverStateResponse extends org.elasticsearch.action.support.master.AcknowledgedResponse implements org.elasticsearch.common.xcontent.ToXContent
Constructor and Description |
---|
DeleteRiverStateResponse() |
DeleteRiverStateResponse(boolean acknowledged) |
Modifier and Type | Method and Description |
---|---|
void |
readFrom(org.elasticsearch.common.io.stream.StreamInput in) |
String |
toString() |
org.elasticsearch.common.xcontent.XContentBuilder |
toXContent(org.elasticsearch.common.xcontent.XContentBuilder builder,
org.elasticsearch.common.xcontent.ToXContent.Params params) |
void |
writeTo(org.elasticsearch.common.io.stream.StreamOutput out) |
isAcknowledged, readAcknowledged, writeAcknowledged
public DeleteRiverStateResponse()
public DeleteRiverStateResponse(boolean acknowledged)
public void readFrom(org.elasticsearch.common.io.stream.StreamInput in) throws IOException
readFrom
in interface org.elasticsearch.common.io.stream.Streamable
readFrom
in class org.elasticsearch.action.ActionResponse
IOException
public void writeTo(org.elasticsearch.common.io.stream.StreamOutput out) throws IOException
writeTo
in interface org.elasticsearch.common.io.stream.Streamable
writeTo
in class org.elasticsearch.action.ActionResponse
IOException
public org.elasticsearch.common.xcontent.XContentBuilder toXContent(org.elasticsearch.common.xcontent.XContentBuilder builder, org.elasticsearch.common.xcontent.ToXContent.Params params) throws IOException
toXContent
in interface org.elasticsearch.common.xcontent.ToXContent
IOException
elasticsearch-river-jdbc