PercolateQueryBuilder@Deprecated public class MultiPercolateResponse extends ActionResponse implements java.lang.Iterable<MultiPercolateResponse.Item>, ToXContentObject
| Modifier and Type | Class and Description |
|---|---|
static class |
MultiPercolateResponse.Item
Deprecated.
Encapsulates a single percolator response which may contain an error or the actual percolator response itself.
|
TransportResponse.EmptyToXContent.DelegatingMapParams, ToXContent.MapParams, ToXContent.ParamsEMPTY_PARAMS| Modifier and Type | Method and Description |
|---|---|
MultiPercolateResponse.Item[] |
getItems()
Deprecated.
|
MultiPercolateResponse.Item[] |
items()
Deprecated.
Same as
getItems() |
java.util.Iterator<MultiPercolateResponse.Item> |
iterator()
Deprecated.
|
void |
readFrom(StreamInput in)
Deprecated.
|
XContentBuilder |
toXContent(XContentBuilder builder,
ToXContent.Params params)
Deprecated.
|
void |
writeTo(StreamOutput out)
Deprecated.
|
remoteAddress, remoteAddressclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitisFragmentpublic java.util.Iterator<MultiPercolateResponse.Item> iterator()
iterator in interface java.lang.Iterable<MultiPercolateResponse.Item>public MultiPercolateResponse.Item[] items()
getItems()public MultiPercolateResponse.Item[] getItems()
public XContentBuilder toXContent(XContentBuilder builder, ToXContent.Params params) throws java.io.IOException
toXContent in interface ToXContentjava.io.IOExceptionpublic void writeTo(StreamOutput out) throws java.io.IOException
writeTo in interface StreamablewriteTo in class ActionResponsejava.io.IOExceptionpublic void readFrom(StreamInput in) throws java.io.IOException
readFrom in interface StreamablereadFrom in class ActionResponsejava.io.IOException