Uses of Class
org.apache.accumulo.core.client.IteratorSetting.Column
Packages that use IteratorSetting.Column
Package
Description
-
Uses of IteratorSetting.Column in org.apache.accumulo.core.client
Methods in org.apache.accumulo.core.client with parameters of type IteratorSetting.ColumnModifier and TypeMethodDescriptionvoidScannerBase.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.iterators
Method parameters in org.apache.accumulo.core.iterators with type arguments of type IteratorSetting.ColumnModifier and TypeMethodDescriptionstatic 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.ColumnModifier and TypeMethodDescriptionstatic 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. -
Uses of IteratorSetting.Column in org.apache.accumulo.hadoop.mapreduce
Method parameters in org.apache.accumulo.hadoop.mapreduce with type arguments of type IteratorSetting.ColumnModifier and TypeMethodDescriptionInputFormatBuilder.InputFormatOptions.fetchColumns(Collection<IteratorSetting.Column> fetchColumns) Restricts the columns that will be mapped over for this job for the default input table.