Uses of Class
net.sf.jagg.Aggregation.Builder

Packages that use Aggregation.Builder
net.sf.jagg Provides the classes and API necessary to perform aggregate operations. 
 

Uses of Aggregation.Builder in net.sf.jagg
 

Methods in net.sf.jagg that return Aggregation.Builder
 Aggregation.Builder Aggregation.Builder.setAggregators(java.util.List<Aggregator> aggregators)
          Sets the List of Aggregators to use.
 Aggregation.Builder Aggregation.Builder.setCube(java.util.List<java.lang.Integer> cube)
          Sets the set of cube properties to use.
 Aggregation.Builder Aggregation.Builder.setGroupingSets(java.util.List<java.util.List<java.lang.Integer>> groupingSets)
          Sets the grouping sets to use.
 Aggregation.Builder Aggregation.Builder.setParallelism(int parallelism)
          Sets the degree of parallelism.
 Aggregation.Builder Aggregation.Builder.setProperties(java.util.List<java.lang.String> properties)
          Sets the List of properties.
 Aggregation.Builder Aggregation.Builder.setRollup(java.util.List<java.lang.Integer> rollup)
          Sets the rollup properties to use.
 Aggregation.Builder Aggregation.Builder.setRollups(java.util.List<java.util.List<java.lang.Integer>> rollups)
          Sets multiple sets of rollup properties to use.
 Aggregation.Builder Aggregation.Builder.setUseMsd(boolean useMsd)
          Sets whether multiset discrimination is to be used to distinguish sets of objects with shared attributes.
 



Copyright © 2010-2013 jAgg Team. All Rights Reserved.