@Deprecated public class IndexDeleteByQueryResponse extends ActionResponse
TransportResponse.Empty headers| Modifier and Type | Method and Description |
|---|---|
int |
getFailedShards()
Deprecated.
The failed number of shards the delete by query was executed on.
|
ShardOperationFailedException |
getFailures()
Deprecated.
|
String |
getIndex()
Deprecated.
The index the delete by query operation was executed against.
|
int |
getSuccessfulShards()
Deprecated.
The successful number of shards the delete by query was executed on.
|
int |
getTotalShards()
Deprecated.
The total number of shards the delete by query was executed on.
|
void |
readFrom(StreamInput
Deprecated.
|
void |
writeTo(StreamOutput
Deprecated.
|
putHeader, remoteAddress, remoteAddresscontextSize, copyContextAndHeadersFrom, copyContextFrom, copyHeadersFrom, getContext, getFromContext, getFromContext, getHeader, getHeaders, hasHeader, hasInContext, isContextEmpty, putAllInContext, putInContextpublic StringgetIndex()
public int getTotalShards()
public int getSuccessfulShards()
public int getFailedShards()
public ShardOperationFailedException[] getFailures()
public void readFrom(StreamInputin) throws IOException
readFrom in interface
Streamable
readFrom in class
ActionResponse
IOException
public void writeTo(StreamOutputout) throws IOException
writeTo in interface
Streamable
writeTo in class
ActionResponse
IOException