public class InternalValueCount extends InternalNumericMetricsAggregation.SingleValue implements ValueCount
ValueCount
.InternalNumericMetricsAggregation.MultiValue, InternalNumericMetricsAggregation.SingleValue
InternalAggregation.CommonFields, InternalAggregation.ReduceContext, InternalAggregation.Type
NumericMetricsAggregation.MultiValue, NumericMetricsAggregation.SingleValue
ToXContent.DelegatingMapParams, ToXContent.MapParams, ToXContent.Params
Modifier and Type | Field and Description |
---|---|
static InternalAggregation.Type |
TYPE |
valueFormatter
name
EMPTY_PARAMS
Constructor and Description |
---|
InternalValueCount(String name,
long value,
ValueFormatter formatter) |
Modifier and Type | Method and Description |
---|---|
XContentBuilder |
doXContentBody(XContentBuilder builder,
ToXContent.Params params) |
long |
getValue() |
void |
readFrom(StreamInput in) |
InternalAggregation |
reduce(InternalAggregation.ReduceContext reduceContext)
Reduces the given addAggregation to a single one and returns it.
|
static void |
registerStreams() |
String |
toString() |
InternalAggregation.Type |
type() |
double |
value() |
void |
writeTo(StreamOutput out) |
getValueAsString
getName, readSize, toXContent, writeSize
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getValueAsString
getName
public static final InternalAggregation.Type TYPE
public InternalValueCount(String name, long value, @Nullable ValueFormatter formatter)
public static void registerStreams()
public long getValue()
getValue
in interface ValueCount
public double value()
value
in interface NumericMetricsAggregation.SingleValue
public InternalAggregation.Type type()
type
in class InternalAggregation
InternalAggregation.Type
of this aggregationpublic InternalAggregation reduce(InternalAggregation.ReduceContext reduceContext)
InternalAggregation
reduce
in class InternalAggregation
public void readFrom(StreamInput in) throws IOException
readFrom
in interface Streamable
IOException
public void writeTo(StreamOutput out) throws IOException
writeTo
in interface Streamable
IOException
public XContentBuilder doXContentBody(XContentBuilder builder, ToXContent.Params params) throws IOException
doXContentBody
in class InternalAggregation
IOException
Copyright © 2009–2015. All rights reserved.