Uses of Class
org.apache.accumulo.core.client.IteratorSetting.Column
-
Packages that use IteratorSetting.Column Package Description org.apache.accumulo.core.client org.apache.accumulo.core.clientImpl org.apache.accumulo.core.iterators org.apache.accumulo.core.iterators.user -
-
Uses of IteratorSetting.Column in org.apache.accumulo.core.client
Methods in org.apache.accumulo.core.client with parameters of type IteratorSetting.Column Modifier and Type Method Description voidScannerBase. fetchColumn(IteratorSetting.Column column)Adds a column to the list of columns that will be fetch by this scanner. -
Uses of IteratorSetting.Column in org.apache.accumulo.core.clientImpl
Methods in org.apache.accumulo.core.clientImpl with parameters of type IteratorSetting.Column Modifier and Type Method Description voidScannerOptions. fetchColumn(IteratorSetting.Column column) -
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 Modifier and Type Method Description static voidCombiner. 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 Modifier and Type Method Description static voidColumnAgeOffFilter. addTTL(IteratorSetting is, IteratorSetting.Column column, Long ttl)A convenience method for adding or changing an age off threshold for a column.static voidColumnAgeOffFilter. removeTTL(IteratorSetting is, IteratorSetting.Column column)A convenience method for removing an age off threshold for a column.
-