| Modifier and Type | Method and Description |
|---|---|
static String |
Join.join(String delimiter,
Object firstToken,
Object... otherTokens)
Returns a string containing the
tokens, converted to strings if
necessary, separated by delimiter. |
static <T extends Appendable> |
Join.join(T appendable,
String delimiter,
Object firstToken,
Object... otherTokens)
Appends each of the
tokens to appendable, separated by
delimiter. |
| Modifier and Type | Method and Description |
|---|---|
void |
LocalDiscovery.setNodeService(NodeService nodeService) |
| Modifier and Type | Method and Description |
|---|---|
void |
ZenDiscovery.setNodeService(NodeService nodeService) |
| Modifier and Type | Method and Description |
|---|---|
void |
GeoShapeFilterParser.setFetchService(ShapeFetchService fetchService) |
| Constructor and Description |
|---|
HistogramAggregator(String name,
AggregatorFactories factories,
Rounding rounding,
org.elasticsearch.search.aggregations.bucket.histogram.InternalOrder order,
boolean keyed,
long minDocCount,
ExtendedBounds extendedBounds,
ValuesSource.Numeric valuesSource,
ValueFormatter formatter,
long initialCapacity,
org.elasticsearch.search.aggregations.bucket.histogram.InternalHistogram.Factory<?> histogramFactory,
AggregationContext aggregationContext,
Aggregator parent) |
HistogramAggregator(String name,
AggregatorFactories factories,
Rounding rounding,
org.elasticsearch.search.aggregations.bucket.histogram.InternalOrder order,
boolean keyed,
long minDocCount,
ExtendedBounds extendedBounds,
ValuesSource.Numeric valuesSource,
ValueFormatter formatter,
long initialCapacity,
org.elasticsearch.search.aggregations.bucket.histogram.InternalHistogram.Factory<?> histogramFactory,
AggregationContext aggregationContext,
Aggregator parent) |
HistogramAggregator(String name,
AggregatorFactories factories,
Rounding rounding,
org.elasticsearch.search.aggregations.bucket.histogram.InternalOrder order,
boolean keyed,
long minDocCount,
ExtendedBounds extendedBounds,
ValuesSource.Numeric valuesSource,
ValueFormatter formatter,
long initialCapacity,
org.elasticsearch.search.aggregations.bucket.histogram.InternalHistogram.Factory<?> histogramFactory,
AggregationContext aggregationContext,
Aggregator parent) |
| Constructor and Description |
|---|
AvgAggregator(String name,
long estimatedBucketsCount,
ValuesSource.Numeric valuesSource,
ValueFormatter formatter,
AggregationContext context,
Aggregator parent) |
InternalAvg(String name,
double sum,
long count,
ValueFormatter formatter) |
| Constructor and Description |
|---|
InternalMax(String name,
double max,
ValueFormatter formatter) |
MaxAggregator(String name,
long estimatedBucketsCount,
ValuesSource.Numeric valuesSource,
ValueFormatter formatter,
AggregationContext context,
Aggregator parent) |
| Constructor and Description |
|---|
InternalMin(String name,
double min,
ValueFormatter formatter) |
MinAggregator(String name,
long estimatedBucketsCount,
ValuesSource.Numeric valuesSource,
ValueFormatter formatter,
AggregationContext context,
Aggregator parent) |
| Constructor and Description |
|---|
AbstractPercentilesAggregator(String name,
long estimatedBucketsCount,
ValuesSource.Numeric valuesSource,
AggregationContext context,
Aggregator parent,
double[] keys,
double compression,
boolean keyed,
ValueFormatter formatter) |
InternalPercentileRanks(String name,
double[] cdfValues,
TDigestState state,
boolean keyed,
ValueFormatter formatter) |
InternalPercentiles(String name,
double[] percents,
TDigestState state,
boolean keyed,
ValueFormatter formatter) |
PercentileRanksAggregator(String name,
long estimatedBucketsCount,
ValuesSource.Numeric valuesSource,
AggregationContext context,
Aggregator parent,
double[] percents,
double compression,
boolean keyed,
ValueFormatter formatter) |
PercentilesAggregator(String name,
long estimatedBucketsCount,
ValuesSource.Numeric valuesSource,
AggregationContext context,
Aggregator parent,
double[] percents,
double compression,
boolean keyed,
ValueFormatter formatter) |
| Constructor and Description |
|---|
InternalStats(String name,
long count,
double sum,
double min,
double max,
ValueFormatter formatter) |
StatsAggegator(String name,
long estimatedBucketsCount,
ValuesSource.Numeric valuesSource,
ValueFormatter formatter,
AggregationContext context,
Aggregator parent) |
| Constructor and Description |
|---|
ExtendedStatsAggregator(String name,
long estimatedBucketsCount,
ValuesSource.Numeric valuesSource,
ValueFormatter formatter,
AggregationContext context,
Aggregator parent,
double sigma) |
InternalExtendedStats(String name,
long count,
double sum,
double min,
double max,
double sumOfSqrs,
double sigma,
ValueFormatter formatter) |
| Constructor and Description |
|---|
SumAggregator(String name,
long estimatedBucketsCount,
ValuesSource.Numeric valuesSource,
ValueFormatter formatter,
AggregationContext context,
Aggregator parent) |
| Constructor and Description |
|---|
InternalValueCount(String name,
long value,
ValueFormatter formatter) |
ValueCountAggregator(String name,
long expectedBucketsCount,
ValuesSource valuesSource,
ValueFormatter formatter,
AggregationContext aggregationContext,
Aggregator parent) |
Copyright © 2009–2016. All rights reserved.