Uses of Class
org.apache.accumulo.core.client.IteratorSetting
Packages that use IteratorSetting
Package
Description
-
Uses of IteratorSetting in org.apache.accumulo.core.client
Methods in org.apache.accumulo.core.client with parameters of type IteratorSettingModifier and TypeMethodDescriptionvoid
ScannerBase.addScanIterator
(IteratorSetting cfg) Add a server-side scan iterator. -
Uses of IteratorSetting in org.apache.accumulo.core.client.admin
Methods in org.apache.accumulo.core.client.admin that return IteratorSettingModifier and TypeMethodDescriptionNamespaceOperations.getIteratorSetting
(String namespace, String name, org.apache.accumulo.core.iterators.IteratorUtil.IteratorScope scope) Get the settings for an iterator.TableOperations.getIteratorSetting
(String tableName, String name, org.apache.accumulo.core.iterators.IteratorUtil.IteratorScope scope) Get the settings for an iterator.Methods in org.apache.accumulo.core.client.admin that return types with arguments of type IteratorSettingModifier and TypeMethodDescriptionabstract List<IteratorSetting>
ActiveCompaction.getIterators()
CompactionConfig.getIterators()
Methods in org.apache.accumulo.core.client.admin with parameters of type IteratorSettingModifier and TypeMethodDescriptionvoid
NamespaceOperations.attachIterator
(String namespace, IteratorSetting setting) Add an iterator to a namespace on all scopes.void
NamespaceOperations.attachIterator
(String namespace, IteratorSetting setting, EnumSet<org.apache.accumulo.core.iterators.IteratorUtil.IteratorScope> scopes) Add an iterator to a namespace on the given scopes.void
TableOperations.attachIterator
(String tableName, IteratorSetting setting) Add an iterator to a table on all scopes.void
TableOperations.attachIterator
(String tableName, IteratorSetting setting, EnumSet<org.apache.accumulo.core.iterators.IteratorUtil.IteratorScope> scopes) Add an iterator to a table on the given scopes.void
NamespaceOperations.checkIteratorConflicts
(String namespace, IteratorSetting setting, EnumSet<org.apache.accumulo.core.iterators.IteratorUtil.IteratorScope> scopes) Check whether a given iterator configuration conflicts with existing configuration; in particular, determine if the name or priority are already in use for the specified scopes.void
TableOperations.checkIteratorConflicts
(String tableName, IteratorSetting setting, EnumSet<org.apache.accumulo.core.iterators.IteratorUtil.IteratorScope> scopes) Check whether a given iterator configuration conflicts with existing configuration; in particular, determine if the name or priority are already in use for the specified scopes.Method parameters in org.apache.accumulo.core.client.admin with type arguments of type IteratorSettingModifier and TypeMethodDescriptionvoid
TableOperations.compact
(String tableName, org.apache.hadoop.io.Text start, org.apache.hadoop.io.Text end, List<IteratorSetting> iterators, boolean flush, boolean wait) Starts a full major compaction of the tablets in the range (start, end].CompactionConfig.setIterators
(List<IteratorSetting> iterators) -
Uses of IteratorSetting in org.apache.accumulo.core.client.mapred
Methods in org.apache.accumulo.core.client.mapred that return types with arguments of type IteratorSettingModifier and TypeMethodDescriptionprotected static List<IteratorSetting>
InputFormatBase.getIterators
(org.apache.hadoop.mapred.JobConf job) Gets a list of the iterator settings (for iterators to apply to a scanner) from this configuration.protected abstract List<IteratorSetting>
AbstractInputFormat.AbstractRecordReader.jobIterators
(org.apache.hadoop.mapred.JobConf job, String tableName) Extracts Iterators settings from the context to be used by RecordReader.protected List<IteratorSetting>
InputFormatBase.RecordReaderBase.jobIterators
(org.apache.hadoop.mapred.JobConf job, String tableName) Methods in org.apache.accumulo.core.client.mapred with parameters of type IteratorSettingModifier and TypeMethodDescriptionstatic void
InputFormatBase.addIterator
(org.apache.hadoop.mapred.JobConf job, IteratorSetting cfg) Encode an iterator on the input for this job.Method parameters in org.apache.accumulo.core.client.mapred with type arguments of type IteratorSettingModifier and TypeMethodDescriptionprotected void
InputFormatBase.RecordReaderBase.setupIterators
(List<IteratorSetting> iterators, Scanner scanner) Deprecated. -
Uses of IteratorSetting in org.apache.accumulo.core.client.mapreduce
Methods in org.apache.accumulo.core.client.mapreduce that return types with arguments of type IteratorSettingModifier and TypeMethodDescriptionprotected abstract List<IteratorSetting>
AbstractInputFormat.AbstractRecordReader.contextIterators
(org.apache.hadoop.mapreduce.TaskAttemptContext context, String tableName) Extracts Iterators settings from the context to be used by RecordReader.protected List<IteratorSetting>
InputFormatBase.RecordReaderBase.contextIterators
(org.apache.hadoop.mapreduce.TaskAttemptContext context, String tableName) protected static List<IteratorSetting>
InputFormatBase.getIterators
(org.apache.hadoop.mapreduce.JobContext context) Gets a list of the iterator settings (for iterators to apply to a scanner) from this configuration.InputTableConfig.getIterators()
Returns the iterators to be set on this configurationRangeInputSplit.getIterators()
Methods in org.apache.accumulo.core.client.mapreduce with parameters of type IteratorSettingModifier and TypeMethodDescriptionstatic void
InputFormatBase.addIterator
(org.apache.hadoop.mapreduce.Job job, IteratorSetting cfg) Encode an iterator on the single input table for this job.Method parameters in org.apache.accumulo.core.client.mapreduce with type arguments of type IteratorSettingModifier and TypeMethodDescriptionInputTableConfig.setIterators
(List<IteratorSetting> iterators) Set iterators on to be used in the query.void
RangeInputSplit.setIterators
(List<IteratorSetting> iterators) -
Uses of IteratorSetting in org.apache.accumulo.core.client.mapreduce.lib.util
Methods in org.apache.accumulo.core.client.mapreduce.lib.util that return types with arguments of type IteratorSettingModifier and TypeMethodDescriptionstatic List<IteratorSetting>
InputConfigurator.getIterators
(Class<?> implementingClass, org.apache.hadoop.conf.Configuration conf) Deprecated.since 1.6.0; Configure your job with the appropriate InputFormat or OutputFormat.Methods in org.apache.accumulo.core.client.mapreduce.lib.util with parameters of type IteratorSettingModifier and TypeMethodDescriptionstatic void
InputConfigurator.addIterator
(Class<?> implementingClass, org.apache.hadoop.conf.Configuration conf, IteratorSetting cfg) Deprecated.since 1.6.0; Configure your job with the appropriate InputFormat or OutputFormat. -
Uses of IteratorSetting in org.apache.accumulo.core.data
Methods in org.apache.accumulo.core.data that return IteratorSettingModifier and TypeMethodDescriptionCondition.getIterators()
Gets the iterators for this condition.Methods in org.apache.accumulo.core.data with parameters of type IteratorSettingModifier and TypeMethodDescriptionCondition.setIterators
(IteratorSetting... iterators) Set iterators to use when reading the columns value.
InputFormatBase.RecordReaderBase.jobIterators(org.apache.hadoop.mapred.JobConf, java.lang.String)
instead.