public class ShardDeleteResponse extends ActionResponse
TransportResponse.Empty
Constructor and Description |
---|
ShardDeleteResponse() |
ShardDeleteResponse(long version,
boolean found) |
Modifier and Type | Method and Description |
---|---|
long |
getVersion() |
boolean |
isFound() |
void |
readFrom(StreamInput in) |
void |
writeTo(StreamOutput out) |
getHeader, getHeaders, hasHeader, putHeader, remoteAddress, remoteAddress
contextSize, copyContextFrom, getContext, getFromContext, getFromContext, hasInContext, isContextEmpty, putAllInContext, putInContext
public ShardDeleteResponse()
public ShardDeleteResponse(long version, boolean found)
public long getVersion()
public boolean isFound()
public void readFrom(StreamInput in) throws IOException
readFrom
in interface Streamable
readFrom
in class ActionResponse
IOException
public void writeTo(StreamOutput out) throws IOException
writeTo
in interface Streamable
writeTo
in class ActionResponse
IOException
Copyright © 2009–2015. All rights reserved.