Uses of Class
org.apache.accumulo.core.iterators.aggregation.conf.AggregatorConfiguration

Packages that use AggregatorConfiguration
org.apache.accumulo.core.client.admin   
org.apache.accumulo.core.client.mock   
org.apache.accumulo.core.iterators   
 

Uses of AggregatorConfiguration in org.apache.accumulo.core.client.admin
 

Method parameters in org.apache.accumulo.core.client.admin with type arguments of type AggregatorConfiguration
 void TableOperationsImpl.addAggregators(java.lang.String tableName, java.util.List<AggregatorConfiguration> aggregators)
           
 void TableOperations.addAggregators(java.lang.String tableName, java.util.List<AggregatorConfiguration> aggregators)
           
 

Uses of AggregatorConfiguration in org.apache.accumulo.core.client.mock
 

Method parameters in org.apache.accumulo.core.client.mock with type arguments of type AggregatorConfiguration
 void MockTable.addAggregators(java.util.List<AggregatorConfiguration> aggregators)
           
 void MockTableOperations.addAggregators(java.lang.String tableName, java.util.List<AggregatorConfiguration> aggregators)
           
 void MockAccumulo.addAggregators(java.lang.String tableName, java.util.List<AggregatorConfiguration> aggregators)
           
 

Uses of AggregatorConfiguration in org.apache.accumulo.core.iterators
 

Method parameters in org.apache.accumulo.core.iterators with type arguments of type AggregatorConfiguration
static java.util.Map<java.lang.String,java.lang.String> IteratorUtil.generateInitialTableProperties(java.util.List<AggregatorConfiguration> aggregators)
           
 



Copyright © 2012 The Apache Software Foundation. All Rights Reserved.