Uses of Class
org.apache.accumulo.core.client.IteratorSetting.Column

Packages that use IteratorSetting.Column
org.apache.accumulo.core.iterators   
org.apache.accumulo.core.iterators.user   
 

Uses of IteratorSetting.Column in org.apache.accumulo.core.iterators
 

Method parameters in org.apache.accumulo.core.iterators with type arguments of type IteratorSetting.Column
static void Combiner.setColumns(IteratorSetting is, List<IteratorSetting.Column> columns)
          A convenience method to set which columns a combiner should be applied to.
 

Uses of IteratorSetting.Column in org.apache.accumulo.core.iterators.user
 

Methods in org.apache.accumulo.core.iterators.user with parameters of type IteratorSetting.Column
static void ColumnAgeOffFilter.addTTL(IteratorSetting is, IteratorSetting.Column column, Long ttl)
          A convenience method for adding or changing an age off threshold for a column.
static void ColumnAgeOffFilter.removeTTL(IteratorSetting is, IteratorSetting.Column column)
          A convenience method for removing an age off threshold for a column.
 



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