public class IndexDeleteResponse extends ActionResponse
TransportResponse.Emptyheaders| Modifier and Type | Method and Description |
|---|---|
int |
getFailedShards()
The failed number of shards the delete by query was executed on.
|
String |
getIndex()
The index the delete by query operation was executed against.
|
ShardDeleteResponse[] |
getResponses() |
int |
getSuccessfulShards()
The successful number of shards the delete by query was executed on.
|
int |
getTotalShards()
The total number of shards the delete by query was executed on.
|
void |
readFrom(StreamInput in) |
void |
writeTo(StreamOutput out) |
putHeader, remoteAddress, remoteAddresscontextSize, copyContextAndHeadersFrom, copyContextFrom, copyHeadersFrom, getContext, getFromContext, getFromContext, getHeader, getHeaders, hasHeader, hasInContext, isContextEmpty, putAllInContext, putInContextpublic String getIndex()
public int getTotalShards()
public int getSuccessfulShards()
public int getFailedShards()
public ShardDeleteResponse[] getResponses()
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.