public class DeleteByQueryResponse extends ActionResponse implements Iterable<IndexDeleteByQueryResponse>
IndexDeleteByQueryResponse
s from all the
different indices.TransportResponse.Empty
Modifier and Type | Method and Description |
---|---|
IndexDeleteByQueryResponse |
getIndex(String index)
The response of a specific index.
|
Map<String,IndexDeleteByQueryResponse> |
getIndices()
The responses from all the different indices.
|
Iterator<IndexDeleteByQueryResponse> |
iterator() |
void |
readFrom(StreamInput in) |
RestStatus |
status() |
void |
writeTo(StreamOutput out) |
getHeader, getHeaders, hasHeader, putHeader, remoteAddress, remoteAddress
contextSize, copyContextFrom, getContext, getFromContext, getFromContext, hasInContext, isContextEmpty, putAllInContext, putInContext
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
public 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 Streamable
readFrom
in class ActionResponse
IOException
public void writeTo(StreamOutput out) throws IOException
writeTo
in interface Streamable
writeTo
in class ActionResponse
IOException
Copyright © 2009–2015. All rights reserved.