Uses of Class
org.elasticsearch.common.Rounding.DateTimeUnit
-
Packages that use Rounding.DateTimeUnit Package Description org.elasticsearch.common org.elasticsearch.search.aggregations.bucket.histogram -
-
Uses of Rounding.DateTimeUnit in org.elasticsearch.common
Methods in org.elasticsearch.common that return Rounding.DateTimeUnit Modifier and Type Method Description static Rounding.DateTimeUnitRounding.DateTimeUnit. resolve(byte id)static Rounding.DateTimeUnitRounding.DateTimeUnit. valueOf(String name)Returns the enum constant of this type with the specified name.static Rounding.DateTimeUnit[]Rounding.DateTimeUnit. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.elasticsearch.common with parameters of type Rounding.DateTimeUnit Modifier and Type Method Description static Rounding.BuilderRounding. builder(Rounding.DateTimeUnit unit)Constructors in org.elasticsearch.common with parameters of type Rounding.DateTimeUnit Constructor Description Builder(Rounding.DateTimeUnit unit) -
Uses of Rounding.DateTimeUnit in org.elasticsearch.search.aggregations.bucket.histogram
Fields in org.elasticsearch.search.aggregations.bucket.histogram with type parameters of type Rounding.DateTimeUnit Modifier and Type Field Description static Map<Rounding.DateTimeUnit,String>AutoDateHistogramAggregationBuilder. ALLOWED_INTERVALSstatic Map<String,Rounding.DateTimeUnit>DateHistogramAggregationBuilder. DATE_FIELD_UNITSConstructors in org.elasticsearch.search.aggregations.bucket.histogram with parameters of type Rounding.DateTimeUnit Constructor Description RoundingInfo(Rounding.DateTimeUnit dateTimeUnit, ZoneId timeZone, long roughEstimateDurationMillis, String unitAbbreviation, int... innerIntervals)
-