Uses of Interface
org.elasticsearch.client.transform.transforms.pivot.DateHistogramGroupSource.Interval
-
Packages that use DateHistogramGroupSource.Interval Package Description org.elasticsearch.client.transform.transforms.pivot -
-
Uses of DateHistogramGroupSource.Interval in org.elasticsearch.client.transform.transforms.pivot
Classes in org.elasticsearch.client.transform.transforms.pivot that implement DateHistogramGroupSource.Interval Modifier and Type Class Description static classDateHistogramGroupSource.CalendarIntervalstatic classDateHistogramGroupSource.FixedIntervalMethods in org.elasticsearch.client.transform.transforms.pivot that return DateHistogramGroupSource.Interval Modifier and Type Method Description DateHistogramGroupSource.IntervalDateHistogramGroupSource. getInterval()Methods in org.elasticsearch.client.transform.transforms.pivot with parameters of type DateHistogramGroupSource.Interval Modifier and Type Method Description DateHistogramGroupSource.BuilderDateHistogramGroupSource.Builder. setInterval(DateHistogramGroupSource.Interval interval)Set the interval for the DateHistogram grouping
-