Uses of Class
org.apache.unomi.persistence.spi.aggregate.BaseAggregate
-
Packages that use BaseAggregate Package Description org.apache.unomi.persistence.elasticsearch org.apache.unomi.persistence.spi org.apache.unomi.persistence.spi.aggregate -
-
Uses of BaseAggregate in org.apache.unomi.persistence.elasticsearch
Methods in org.apache.unomi.persistence.elasticsearch with parameters of type BaseAggregate Modifier and Type Method Description Map<String,Long>
ElasticSearchPersistenceServiceImpl. aggregateQuery(Condition filter, BaseAggregate aggregate, String itemType)
Deprecated.As of version 1.3.0-incubating, useElasticSearchPersistenceServiceImpl.aggregateWithOptimizedQuery(Condition, BaseAggregate, String)
insteadMap<String,Long>
ElasticSearchPersistenceServiceImpl. aggregateWithOptimizedQuery(Condition filter, BaseAggregate aggregate, String itemType)
Map<String,Long>
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 BaseAggregate Modifier and Type Method Description Map<String,Long>
PersistenceService. aggregateQuery(Condition filter, BaseAggregate aggregate, String itemType)
Deprecated.As of 1.3.0-incubating, please usePersistenceService.aggregateWithOptimizedQuery(Condition, BaseAggregate, String)
insteadMap<String,Long>
PersistenceService. aggregateWithOptimizedQuery(Condition filter, BaseAggregate aggregate, String itemType)
Retrieves the number of items with the specified type as defined by the Item subclass public fieldITEM_TYPE
matching the optional specified condition and aggregated according to the specifiedBaseAggregate
.Map<String,Long>
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_TYPE
matching 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.aggregate Modifier and Type Class Description class
DateAggregate
class
DateRangeAggregate
class
IpRangeAggregate
class
NumericRangeAggregate
class
TermsAggregate
-