Class TermsAggregate
- java.lang.Object
-
- org.apache.unomi.persistence.spi.aggregate.BaseAggregate
-
- org.apache.unomi.persistence.spi.aggregate.TermsAggregate
-
public class TermsAggregate extends BaseAggregate
-
-
Constructor Summary
Constructors Constructor Description TermsAggregate(String field)
TermsAggregate(String field, int partition, int numPartitions)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getNumPartitions()
int
getPartition()
-
Methods inherited from class org.apache.unomi.persistence.spi.aggregate.BaseAggregate
getField
-
-