Uses of Interface
io.camunda.search.clients.aggregator.SearchAggregator
Packages that use SearchAggregator
Package
Description
-
Uses of SearchAggregator in io.camunda.search.clients.aggregator
Classes in io.camunda.search.clients.aggregator that implement SearchAggregatorModifier and TypeClassDescriptionfinal recordfinal recordfinal recordfinal recordfinal recordfinal recordfinal recordfinal recordFields in io.camunda.search.clients.aggregator with type parameters of type SearchAggregatorModifier and TypeFieldDescriptionprotected List<SearchAggregator> SearchAggregator.AbstractBuilder.aggregationsMethods in io.camunda.search.clients.aggregator that return types with arguments of type SearchAggregatorModifier and TypeMethodDescriptionSearchChildrenAggregator.aggregations()Returns the value of theaggregationsrecord component.SearchCompositeAggregator.aggregations()Returns the value of theaggregationsrecord component.SearchFilterAggregator.aggregations()Returns the value of theaggregationsrecord component.SearchFiltersAggregator.aggregations()Returns the value of theaggregationsrecord component.SearchParentAggregator.aggregations()Returns the value of theaggregationsrecord component.SearchSumAggregator.aggregations()Returns the value of theaggregationsrecord component.SearchTermsAggregator.aggregations()Returns the value of theaggregationsrecord component.SearchTopHitsAggregator.aggregations()Returns the value of theaggregationsrecord component.SearchAggregator.getAggregations()SearchChildrenAggregator.getAggregations()SearchCompositeAggregator.getAggregations()SearchFilterAggregator.getAggregations()SearchFiltersAggregator.getAggregations()SearchParentAggregator.getAggregations()SearchSumAggregator.getAggregations()SearchTermsAggregator.getAggregations()SearchTopHitsAggregator.getAggregations()SearchCompositeAggregator.sources()Returns the value of thesourcesrecord component.Methods in io.camunda.search.clients.aggregator with parameters of type SearchAggregatorModifier and TypeMethodDescriptionSearchAggregator.AbstractBuilder.aggregations(SearchAggregator value, SearchAggregator... values) Method parameters in io.camunda.search.clients.aggregator with type arguments of type SearchAggregatorModifier and TypeMethodDescriptionSearchAggregator.AbstractBuilder.aggregations(List<SearchAggregator> aggregations) static SearchCompositeAggregatorSearchAggregatorBuilders.composite(String name, List<SearchAggregator> sources) SearchCompositeAggregator.Builder.sources(List<SearchAggregator> sources) Constructor parameters in io.camunda.search.clients.aggregator with type arguments of type SearchAggregatorModifierConstructorDescriptionSearchChildrenAggregator(String name, String type, List<SearchAggregator> aggregations) Creates an instance of aSearchChildrenAggregatorrecord class.SearchCompositeAggregator(String name, Integer size, String after, List<SearchAggregator> aggregations, List<SearchAggregator> sources) Creates an instance of aSearchCompositeAggregatorrecord class.SearchFilterAggregator(String name, SearchQuery query, List<SearchAggregator> aggregations) Creates an instance of aSearchFilterAggregatorrecord class.SearchFiltersAggregator(String name, Map<String, SearchQuery> queries, List<SearchAggregator> aggregations) Creates an instance of aSearchFiltersAggregatorrecord class.SearchParentAggregator(String name, String type, List<SearchAggregator> aggregations) Creates an instance of aSearchParentAggregatorrecord class.SearchSumAggregator(String name, String field, List<SearchAggregator> aggregations) Creates an instance of aSearchSumAggregatorrecord class.SearchTopHitsAggregator(String name, String field, Integer size, List<SearchAggregator> aggregations, Class<T> documentClass) Creates an instance of aSearchTopHitsAggregatorrecord class. -
Uses of SearchAggregator in io.camunda.search.clients.core
Methods in io.camunda.search.clients.core that return types with arguments of type SearchAggregatorModifier and TypeMethodDescriptionSearchQueryRequest.aggregations()Returns the value of theaggregationsrecord component.Methods in io.camunda.search.clients.core with parameters of type SearchAggregatorModifier and TypeMethodDescriptionSearchQueryRequest.Builder.aggregations(SearchAggregator value, SearchAggregator... values) Method parameters in io.camunda.search.clients.core with type arguments of type SearchAggregatorModifier and TypeMethodDescriptionSearchQueryRequest.Builder.aggregations(List<SearchAggregator> values) -
Uses of SearchAggregator in io.camunda.search.clients.transformers.aggregation
Methods in io.camunda.search.clients.transformers.aggregation that return types with arguments of type SearchAggregatorModifier and TypeMethodDescriptionProcessDefinitionFlowNodeStatisticsAggregationTransformer.apply(io.camunda.zeebe.util.collection.Tuple<io.camunda.search.aggregation.ProcessDefinitionFlowNodeStatisticsAggregation, ServiceTransformers> value) ProcessDefinitionLatestVersionAggregationTransformer.apply(io.camunda.zeebe.util.collection.Tuple<io.camunda.search.aggregation.ProcessDefinitionLatestVersionAggregation, ServiceTransformers> value) ProcessInstanceFlowNodeStatisticsAggregationTransformer.apply(io.camunda.zeebe.util.collection.Tuple<io.camunda.search.aggregation.ProcessInstanceFlowNodeStatisticsAggregation, ServiceTransformers> value) UsageMetricsAggregationTransformer.apply(io.camunda.zeebe.util.collection.Tuple<io.camunda.search.aggregation.UsageMetricsAggregation, ServiceTransformers> value) UsageMetricsTUAggregationTransformer.apply(io.camunda.zeebe.util.collection.Tuple<io.camunda.search.aggregation.UsageMetricsTUAggregation, ServiceTransformers> value) -
Uses of SearchAggregator in io.camunda.search.clients.transformers.query
Methods in io.camunda.search.clients.transformers.query that return types with arguments of type SearchAggregatorModifier and TypeMethodDescriptionprotected List<SearchAggregator> TypedSearchQueryTransformer.toAggregations(io.camunda.search.aggregation.AggregationBase aggregation)