public class ShardDeleteResponse extends ActionResponse
TransportResponse.Emptyheaders| 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) |
putHeader, remoteAddress, remoteAddresscontextSize, copyContextAndHeadersFrom, copyContextFrom, copyHeadersFrom, getContext, getFromContext, getFromContext, getHeader, getHeaders, hasHeader, hasInContext, isContextEmpty, putAllInContext, putInContextpublic ShardDeleteResponse()
public ShardDeleteResponse(long version,
boolean found)
public long getVersion()
public boolean isFound()
public void readFrom(StreamInput in) throws IOException
readFrom in interface StreamablereadFrom in class ActionResponseIOExceptionpublic void writeTo(StreamOutput out) throws IOException
writeTo in interface StreamablewriteTo in class ActionResponseIOExceptionCopyright © 2009–2016. All rights reserved.