Uses of Class
io.camunda.optimize.service.db.es.ElasticsearchCompositeAggregationScroller
Packages that use ElasticsearchCompositeAggregationScroller
-
Uses of ElasticsearchCompositeAggregationScroller in io.camunda.optimize.service.db.es
Methods in io.camunda.optimize.service.db.es that return ElasticsearchCompositeAggregationScrollerModifier and TypeMethodDescriptionElasticsearchCompositeAggregationScroller.create()ElasticsearchCompositeAggregationScroller.setCompositeBucketConsumer(Consumer<co.elastic.clients.elasticsearch._types.aggregations.CompositeBucket> compositeBucketConsumer) ElasticsearchCompositeAggregationScroller.setEsClient(OptimizeElasticsearchClient esClient) ElasticsearchCompositeAggregationScroller.setFunction(Function<Map<String, co.elastic.clients.elasticsearch._types.FieldValue>, co.elastic.clients.elasticsearch.core.SearchRequest> generateSR) ElasticsearchCompositeAggregationScroller.setPathToAggregation(String... pathToAggregation) In order to be able to access the composite aggregation the scroller needs to know where to find the composite aggregation.ElasticsearchCompositeAggregationScroller.setSearchRequest(co.elastic.clients.elasticsearch.core.SearchRequest searchRequest)