public class MultiSearchResponse extends ActionResponse implements Iterable<MultiSearchResponse.Item>, ToXContent
| 修飾子とタイプ | クラスと説明 |
|---|---|
static class |
MultiSearchResponse.Item
A search response item, holding the actual search response, or an error message if it failed.
|
TransportResponse.EmptyToXContent.DelegatingMapParams, ToXContent.MapParams, ToXContent.ParamsheadersEMPTY_PARAMS| コンストラクタと説明 |
|---|
MultiSearchResponse(MultiSearchResponse.Item[] items) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
MultiSearchResponse.Item[] |
getResponses()
The list of responses, the order is the same as the one provided in the request.
|
Iterator<MultiSearchResponse.Item> |
iterator() |
void |
readFrom(StreamInput in) |
String |
toString() |
XContentBuilder |
toXContent(XContentBuilder builder,
ToXContent.Params params) |
void |
writeTo(StreamOutput out) |
remoteAddress, remoteAddresscontextSize, copyContextAndHeadersFrom, copyContextFrom, copyHeadersFrom, getContext, getFromContext, getFromContext, getHeader, getHeaders, hasHeader, hasInContext, isContextEmpty, putAllInContext, putHeader, putInContextclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitforEach, spliteratorpublic MultiSearchResponse(MultiSearchResponse.Item[] items)
public Iterator<MultiSearchResponse.Item> iterator()
iterator インタフェース内 Iterable<MultiSearchResponse.Item>public MultiSearchResponse.Item[] getResponses()
public void readFrom(StreamInput in) throws IOException
readFrom インタフェース内 StreamablereadFrom クラス内 ActionResponseIOExceptionpublic void writeTo(StreamOutput out) throws IOException
writeTo インタフェース内 StreamablewriteTo クラス内 ActionResponseIOExceptionpublic XContentBuilder toXContent(XContentBuilder builder, ToXContent.Params params) throws IOException
toXContent インタフェース内 ToXContentIOExceptionCopyright © 2009–2016. All rights reserved.