public class KillResponse
extends org.elasticsearch.transport.TransportResponse
Constructor and Description |
---|
KillResponse(long numKilled) |
Modifier and Type | Method and Description |
---|---|
long |
numKilled() |
void |
readFrom(org.elasticsearch.common.io.stream.StreamInput in) |
void |
writeTo(org.elasticsearch.common.io.stream.StreamOutput out) |
putHeader, remoteAddress, remoteAddress
public void writeTo(org.elasticsearch.common.io.stream.StreamOutput out) throws java.io.IOException
writeTo
in interface org.elasticsearch.common.io.stream.Streamable
writeTo
in class org.elasticsearch.transport.TransportMessage<org.elasticsearch.transport.TransportResponse>
java.io.IOException
public void readFrom(org.elasticsearch.common.io.stream.StreamInput in) throws java.io.IOException
readFrom
in interface org.elasticsearch.common.io.stream.Streamable
readFrom
in class org.elasticsearch.transport.TransportMessage<org.elasticsearch.transport.TransportResponse>
java.io.IOException
public long numKilled()