Uses of Class
org.apache.accumulo.core.iterators.conf.PerColumnIteratorConfig

Packages that use PerColumnIteratorConfig
org.apache.accumulo.core.client.admin   
org.apache.accumulo.core.client.mock   
org.apache.accumulo.core.iterators   
org.apache.accumulo.core.iterators.aggregation.conf   
org.apache.accumulo.core.iterators.conf   
 

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

Method parameters in org.apache.accumulo.core.client.admin with type arguments of type PerColumnIteratorConfig
 void TableOperationsImpl.addAggregators(String tableName, List<? extends PerColumnIteratorConfig> aggregators)
          Deprecated. since 1.4 TableOperationsHelper.attachIterator(String, IteratorSetting)
 void TableOperations.addAggregators(String tableName, List<? extends PerColumnIteratorConfig> aggregators)
          Deprecated. since 1.4 TableOperations.attachIterator(String, IteratorSetting)
 

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

Method parameters in org.apache.accumulo.core.client.mock with type arguments of type PerColumnIteratorConfig
 void MockTable.addAggregators(List<? extends PerColumnIteratorConfig> aggregators)
          Deprecated. Since 1.4, use TableOperations.attachIterator(String tableName, IteratorSetting setting)
 void MockTableOperations.addAggregators(String tableName, List<? extends PerColumnIteratorConfig> aggregators)
          Deprecated. since 1.4 TableOperationsHelper.attachIterator(String, IteratorSetting)
 void MockAccumulo.addAggregators(String tableName, List<? extends PerColumnIteratorConfig> aggregators)
          Deprecated. since 1.4
 

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

Method parameters in org.apache.accumulo.core.iterators with type arguments of type PerColumnIteratorConfig
static Map<String,String> IteratorUtil.generateAggTableProperties(List<? extends PerColumnIteratorConfig> aggregators)
          Deprecated. since 1.4
 

Uses of PerColumnIteratorConfig in org.apache.accumulo.core.iterators.aggregation.conf
 

Subclasses of PerColumnIteratorConfig in org.apache.accumulo.core.iterators.aggregation.conf
 class AggregatorConfiguration
          Deprecated. since 1.4
 

Uses of PerColumnIteratorConfig in org.apache.accumulo.core.iterators.conf
 

Methods in org.apache.accumulo.core.iterators.conf that return PerColumnIteratorConfig
static PerColumnIteratorConfig PerColumnIteratorConfig.decodeColumns(String columns, String className)
          Deprecated.  
 



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