@Deprecated public class DeleteByQueryResponse extends ActionResponse implements Iterable<IndexDeleteByQueryResponse>
IndexDeleteByQueryResponses from all the
different indices.TransportResponse.Emptyheaders| Modifier and Type | Method and Description |
|---|---|
IndexDeleteByQueryResponse |
getIndex(String index)
Deprecated.
The response of a specific index.
|
Map<String,IndexDeleteByQueryResponse> |
getIndices()
Deprecated.
The responses from all the different indices.
|
Iterator<IndexDeleteByQueryResponse> |
iterator()
Deprecated.
|
void |
readFrom(StreamInput in)
Deprecated.
|
RestStatus |
status()
Deprecated.
|
void |
writeTo(StreamOutput out)
Deprecated.
|
putHeader, remoteAddress, remoteAddresscontextSize, copyContextAndHeadersFrom, copyContextFrom, copyHeadersFrom, getContext, getFromContext, getFromContext, getHeader, getHeaders, hasHeader, hasInContext, isContextEmpty, putAllInContext, putInContextclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic Iterator<IndexDeleteByQueryResponse> iterator()
iterator in interface Iterable<IndexDeleteByQueryResponse>public Map<String,IndexDeleteByQueryResponse> getIndices()
public IndexDeleteByQueryResponse getIndex(String index)
public RestStatus status()
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.