public class MultiPercolateResponse extends ActionResponse implements Iterable<MultiPercolateResponse.Item>, ToXContent
| 修飾子とタイプ | クラスと説明 |
|---|---|
static class |
MultiPercolateResponse.Item
Encapsulates a single percolator response which may contain an error or the actual percolator response itself.
|
TransportResponse.EmptyToXContent.DelegatingMapParams, ToXContent.MapParams, ToXContent.ParamsheadersEMPTY_PARAMS| 修飾子とタイプ | メソッドと説明 |
|---|---|
MultiPercolateResponse.Item[] |
getItems() |
MultiPercolateResponse.Item[] |
items()
Same as
getItems() |
Iterator<MultiPercolateResponse.Item> |
iterator() |
void |
readFrom(StreamInput in) |
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, toString, wait, wait, waitforEach, spliteratorpublic Iterator<MultiPercolateResponse.Item> iterator()
iterator インタフェース内 Iterable<MultiPercolateResponse.Item>public MultiPercolateResponse.Item[] items()
getItems()public MultiPercolateResponse.Item[] getItems()
public XContentBuilder toXContent(XContentBuilder builder, ToXContent.Params params) throws IOException
toXContent インタフェース内 ToXContentIOExceptionpublic void writeTo(StreamOutput out) throws IOException
writeTo インタフェース内 StreamablewriteTo クラス内 ActionResponseIOExceptionpublic void readFrom(StreamInput in) throws IOException
readFrom インタフェース内 StreamablereadFrom クラス内 ActionResponseIOExceptionCopyright © 2009–2016. All rights reserved.