Uses of Class
org.elasticsearch.common.Rounding
-
Packages that use Rounding Package Description org.elasticsearch.common org.elasticsearch.search.aggregations.bucket.histogram -
-
Uses of Rounding in org.elasticsearch.common
Methods in org.elasticsearch.common that return Rounding Modifier and Type Method Description RoundingRounding.Builder. build()static RoundingRounding. read(StreamInput in) -
Uses of Rounding in org.elasticsearch.search.aggregations.bucket.histogram
Methods in org.elasticsearch.search.aggregations.bucket.histogram that return Rounding Modifier and Type Method Description RoundingDateIntervalWrapper. createRounding(ZoneId timeZone)Constructors in org.elasticsearch.search.aggregations.bucket.histogram with parameters of type Rounding Constructor Description DateHistogramAggregatorFactory(String name, ValuesSourceConfig<ValuesSource> config, long offset, BucketOrder order, boolean keyed, long minDocCount, Rounding rounding, Rounding shardRounding, ExtendedBounds extendedBounds, QueryShardContext queryShardContext, AggregatorFactory parent, AggregatorFactories.Builder subFactoriesBuilder, Map<String,Object> metaData)
-