Uses of Class
org.terracotta.toolkit.search.AggregateFunction

Packages that use AggregateFunction
org.terracotta.toolkit.search   
 

Uses of AggregateFunction in org.terracotta.toolkit.search
 

Methods in org.terracotta.toolkit.search that return AggregateFunction
 AggregateFunction Attribute.average()
          Request an average value aggregation of this attribute
static AggregateFunction AggregateFunction.average(String attrName)
           
static AggregateFunction AggregateFunction.count()
           
 AggregateFunction Attribute.count()
          Request a count aggregation of this attribute
 AggregateFunction Attribute.max()
          Request a maximum value aggregation of this attribute
static AggregateFunction AggregateFunction.max(String attrName)
           
 AggregateFunction Attribute.min()
          Request a minimum value aggregation of this attribute
static AggregateFunction AggregateFunction.min(String attrName)
           
 AggregateFunction Attribute.sum()
          Request a sum aggregation of this attribute
static AggregateFunction AggregateFunction.sum(String attrName)
           
 

Methods in org.terracotta.toolkit.search with parameters of type AggregateFunction
 QueryBuilder QueryBuilder.includeAggregator(AggregateFunction... aggregators)
           
 



Copyright © 2014 Terracotta, Inc.. All Rights Reserved.