Uses of Class
org.apache.accumulo.core.iterators.IteratorUtil.IteratorScope
-
Packages that use IteratorUtil.IteratorScope Package Description org.apache.accumulo.core.client.admin org.apache.accumulo.core.clientImpl org.apache.accumulo.core.conf org.apache.accumulo.core.iterators -
-
Uses of IteratorUtil.IteratorScope in org.apache.accumulo.core.client.admin
Methods in org.apache.accumulo.core.client.admin that return types with arguments of type IteratorUtil.IteratorScope Modifier and Type Method Description Map<String,EnumSet<IteratorUtil.IteratorScope>>NamespaceOperations. listIterators(String namespace)Get a list of iterators for this namespace.Map<String,EnumSet<IteratorUtil.IteratorScope>>TableOperations. listIterators(String tableName)Get a list of iterators for this table.Methods in org.apache.accumulo.core.client.admin with parameters of type IteratorUtil.IteratorScope Modifier and Type Method Description IteratorSettingNamespaceOperations. getIteratorSetting(String namespace, String name, IteratorUtil.IteratorScope scope)Get the settings for an iterator.IteratorSettingTableOperations. getIteratorSetting(String tableName, String name, IteratorUtil.IteratorScope scope)Get the settings for an iterator.Method parameters in org.apache.accumulo.core.client.admin with type arguments of type IteratorUtil.IteratorScope Modifier and Type Method Description voidNamespaceOperations. attachIterator(String namespace, IteratorSetting setting, EnumSet<IteratorUtil.IteratorScope> scopes)Add an iterator to a namespace on the given scopes.NewTableConfigurationNewTableConfiguration. attachIterator(IteratorSetting setting, EnumSet<IteratorUtil.IteratorScope> scopes)Configure iterator settings for a table prior to its creation.voidTableOperations. attachIterator(String tableName, IteratorSetting setting, EnumSet<IteratorUtil.IteratorScope> scopes)Add an iterator to a table on the given scopes.voidNamespaceOperations. checkIteratorConflicts(String namespace, IteratorSetting setting, EnumSet<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.voidTableOperations. checkIteratorConflicts(String tableName, IteratorSetting setting, EnumSet<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.voidNamespaceOperations. removeIterator(String namespace, String name, EnumSet<IteratorUtil.IteratorScope> scopes)Remove an iterator from a namespace by name.voidTableOperations. removeIterator(String tableName, String name, EnumSet<IteratorUtil.IteratorScope> scopes)Remove an iterator from a table by name. -
Uses of IteratorUtil.IteratorScope in org.apache.accumulo.core.clientImpl
Methods in org.apache.accumulo.core.clientImpl that return types with arguments of type IteratorUtil.IteratorScope Modifier and Type Method Description Map<String,EnumSet<IteratorUtil.IteratorScope>>NamespaceOperationsHelper. listIterators(String namespace)Map<String,EnumSet<IteratorUtil.IteratorScope>>TableOperationsHelper. listIterators(String tableName)Methods in org.apache.accumulo.core.clientImpl with parameters of type IteratorUtil.IteratorScope Modifier and Type Method Description IteratorSettingNamespaceOperationsHelper. getIteratorSetting(String namespace, String name, IteratorUtil.IteratorScope scope)IteratorSettingTableOperationsHelper. getIteratorSetting(String tableName, String name, IteratorUtil.IteratorScope scope) -
Uses of IteratorUtil.IteratorScope in org.apache.accumulo.core.conf
Methods in org.apache.accumulo.core.conf with parameters of type IteratorUtil.IteratorScope Modifier and Type Method Description static SortedKeyValueIterator<Key,Value>IterConfigUtil. convertItersAndLoad(IteratorUtil.IteratorScope scope, SortedKeyValueIterator<Key,Value> source, AccumuloConfiguration conf, List<IteratorSetting> iterators, IteratorEnvironment env)Convert the list of iterators to IterInfo objects and then load the stack.static PropertyIterConfigUtil. getProperty(IteratorUtil.IteratorScope scope)Fetch the correct configuration key prefix for the given scope.static IterLoadIterConfigUtil. loadIterConf(IteratorUtil.IteratorScope scope, List<IterInfo> iters, Map<String,Map<String,String>> iterOpts, AccumuloConfiguration conf)static List<IterInfo>IterConfigUtil. parseIterConf(IteratorUtil.IteratorScope scope, List<IterInfo> iters, Map<String,Map<String,String>> allOptions, AccumuloConfiguration conf) -
Uses of IteratorUtil.IteratorScope in org.apache.accumulo.core.iterators
Methods in org.apache.accumulo.core.iterators that return IteratorUtil.IteratorScope Modifier and Type Method Description default IteratorUtil.IteratorScopeIteratorEnvironment. getIteratorScope()Return the executed scope of the Iterator.static IteratorUtil.IteratorScopeIteratorUtil.IteratorScope. valueOf(String name)Returns the enum constant of this type with the specified name.static IteratorUtil.IteratorScope[]IteratorUtil.IteratorScope. values()Returns an array containing the constants of this enum type, in the order they are declared.
-