Uses of Class
org.apache.unomi.persistence.spi.aggregate.BaseAggregate
Packages that use BaseAggregate
Package
Description
- 
Uses of BaseAggregate in org.apache.unomi.persistence.elasticsearch
Methods in org.apache.unomi.persistence.elasticsearch with parameters of type BaseAggregateModifier and TypeMethodDescriptionElasticSearchPersistenceServiceImpl.aggregateQuery(Condition filter, BaseAggregate aggregate, String itemType) Deprecated.ElasticSearchPersistenceServiceImpl.aggregateWithOptimizedQuery(Condition filter, BaseAggregate aggregate, String itemType) ElasticSearchPersistenceServiceImpl.aggregateWithOptimizedQuery(Condition filter, BaseAggregate aggregate, String itemType, int size)  - 
Uses of BaseAggregate in org.apache.unomi.persistence.spi
Methods in org.apache.unomi.persistence.spi with parameters of type BaseAggregateModifier and TypeMethodDescriptionPersistenceService.aggregateQuery(Condition filter, BaseAggregate aggregate, String itemType) Deprecated.As of 1.3.0-incubating, please usePersistenceService.aggregateWithOptimizedQuery(Condition, BaseAggregate, String)insteadPersistenceService.aggregateWithOptimizedQuery(Condition filter, BaseAggregate aggregate, String itemType) Retrieves the number of items with the specified type as defined by the Item subclass public fieldITEM_TYPEmatching the optional specified condition and aggregated according to the specifiedBaseAggregate.PersistenceService.aggregateWithOptimizedQuery(Condition filter, BaseAggregate aggregate, String itemType, int size) Retrieves the number of items with the specified type as defined by the Item subclass public fieldITEM_TYPEmatching the optional specified condition and aggregated according to the specifiedBaseAggregate. - 
Uses of BaseAggregate in org.apache.unomi.persistence.spi.aggregate
Subclasses of BaseAggregate in org.apache.unomi.persistence.spi.aggregateModifier and TypeClassDescriptionclassclassclassclassclass 
ElasticSearchPersistenceServiceImpl.aggregateWithOptimizedQuery(Condition, BaseAggregate, String)instead