protected static class AdjacencyMatrixAggregator.KeyedFilter extends java.lang.Object implements Writeable, ToXContentFragment
Writeable.Reader<V>, Writeable.Writer<V>ToXContent.DelegatingMapParams, ToXContent.MapParams, ToXContent.Params| Modifier and Type | Field and Description |
|---|---|
static ObjectParser.NamedObjectParser<AdjacencyMatrixAggregator.KeyedFilter,java.lang.Void> |
PARSER |
EMPTY_PARAMS| Constructor and Description |
|---|
KeyedFilter(StreamInput in)
Read from a stream.
|
KeyedFilter(java.lang.String key,
QueryBuilder filter) |
| Modifier and Type | Method and 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