@Deprecated public class IndexDeleteByQueryResponse extends ActionResponse
TransportResponse.Emptyheaders| 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 in)
Deprecated.
|
void |
writeTo(StreamOutput out)
Deprecated.
|
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 ShardOperationFailedException[] getFailures()
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.