Class PivotGroupByBuilders
java.lang.Object
co.elastic.clients.elasticsearch.transform.PivotGroupByBuilders
public class PivotGroupByBuilders
extends java.lang.Object
Builders for
PivotGroupBy variants.-
Method Summary
Modifier and Type Method Description static DateHistogramAggregation.BuilderdateHistogram()Creates a builder for thedate_histogramPivotGroupByvariant.static PivotGroupBydateHistogram(java.util.function.Function<DateHistogramAggregation.Builder,ObjectBuilder<DateHistogramAggregation>> fn)Creates a PivotGroupBy of thedate_histogramPivotGroupByvariant.static GeoTileGridAggregation.BuildergeotileGrid()Creates a builder for thegeotile_gridPivotGroupByvariant.static PivotGroupBygeotileGrid(java.util.function.Function<GeoTileGridAggregation.Builder,ObjectBuilder<GeoTileGridAggregation>> fn)Creates a PivotGroupBy of thegeotile_gridPivotGroupByvariant.static HistogramAggregation.Builderhistogram()Creates a builder for thehistogramPivotGroupByvariant.static PivotGroupByhistogram(java.util.function.Function<HistogramAggregation.Builder,ObjectBuilder<HistogramAggregation>> fn)Creates a PivotGroupBy of thehistogramPivotGroupByvariant.static TermsAggregation.Builderterms()Creates a builder for thetermsPivotGroupByvariant.static PivotGroupByterms(java.util.function.Function<TermsAggregation.Builder,ObjectBuilder<TermsAggregation>> fn)Creates a PivotGroupBy of thetermsPivotGroupByvariant.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Method Details
-
dateHistogram
Creates a builder for thedate_histogramPivotGroupByvariant. -
dateHistogram
public static PivotGroupBy dateHistogram(java.util.function.Function<DateHistogramAggregation.Builder,ObjectBuilder<DateHistogramAggregation>> fn)Creates a PivotGroupBy of thedate_histogramPivotGroupByvariant. -
geotileGrid
Creates a builder for thegeotile_gridPivotGroupByvariant. -
geotileGrid
public static PivotGroupBy geotileGrid(java.util.function.Function<GeoTileGridAggregation.Builder,ObjectBuilder<GeoTileGridAggregation>> fn)Creates a PivotGroupBy of thegeotile_gridPivotGroupByvariant. -
histogram
Creates a builder for thehistogramPivotGroupByvariant. -
histogram
public static PivotGroupBy histogram(java.util.function.Function<HistogramAggregation.Builder,ObjectBuilder<HistogramAggregation>> fn)Creates a PivotGroupBy of thehistogramPivotGroupByvariant. -
terms
Creates a builder for thetermsPivotGroupByvariant. -
terms
public static PivotGroupBy terms(java.util.function.Function<TermsAggregation.Builder,ObjectBuilder<TermsAggregation>> fn)Creates a PivotGroupBy of thetermsPivotGroupByvariant.
-