Writeable, ToXContent, ToXContentFragmentprotected static class AdjacencyMatrixAggregator.KeyedFilter extends java.lang.Object implements Writeable, ToXContentFragment
ToXContent.DelegatingMapParams, ToXContent.MapParams, ToXContent.ParamsWriteable.Reader<V>, Writeable.Writer<V>| Modifier and Type | Field | Description |
|---|---|---|
static ObjectParser.NamedObjectParser<AdjacencyMatrixAggregator.KeyedFilter,java.lang.Void> |
PARSER |
EMPTY_PARAMS| Constructor | Description |
|---|---|
KeyedFilter(java.lang.String key,
QueryBuilder filter) |
|
KeyedFilter(StreamInput in) |
Read from a stream.
|
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
equals(java.lang.Object obj) |
|
QueryBuilder |
filter() |
|
int |
hashCode() |
|
java.lang.String |
key() |
|
XContentBuilder |
toXContent(XContentBuilder builder,
ToXContent.Params params) |
|
void |
writeTo(StreamOutput out) |
Write this into the StreamOutput.
|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitisFragmentpublic static final ObjectParser.NamedObjectParser<AdjacencyMatrixAggregator.KeyedFilter,java.lang.Void> PARSER
public KeyedFilter(java.lang.String key,
QueryBuilder filter)
public KeyedFilter(StreamInput in) throws java.io.IOException
java.io.IOExceptionpublic void writeTo(StreamOutput out) throws java.io.IOException
Writeablepublic java.lang.String key()
public QueryBuilder filter()
public XContentBuilder toXContent(XContentBuilder builder, ToXContent.Params params) throws java.io.IOException
toXContent in interface ToXContentjava.io.IOExceptionpublic int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object