protected static class AdjacencyMatrixAggregator.KeyedFilter extends java.lang.Object implements Writeable, ToXContent
Writeable.Reader<V>, Writeable.Writer<V>
ToXContent.DelegatingMapParams, ToXContent.MapParams, ToXContent.Params
Modifier and Type | Field and Description |
---|---|
static ObjectParser.NamedObjectParser<AdjacencyMatrixAggregator.KeyedFilter,QueryParseContext> |
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, wait
isFragment
public static final ObjectParser.NamedObjectParser<AdjacencyMatrixAggregator.KeyedFilter,QueryParseContext> PARSER
public KeyedFilter(java.lang.String key, QueryBuilder filter)
public KeyedFilter(StreamInput in) throws java.io.IOException
java.io.IOException
public void writeTo(StreamOutput out) throws java.io.IOException
Writeable
public java.lang.String key()
public QueryBuilder filter()
public XContentBuilder toXContent(XContentBuilder builder, ToXContent.Params params) throws java.io.IOException
toXContent
in interface ToXContent
java.io.IOException
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object