Uses of Enum
org.apache.accumulo.core.iterators.IteratorUtil.IteratorScope
Packages that use IteratorUtil.IteratorScope
-
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.IteratorScopeModifier and TypeMethodDescriptionNamespaceOperations.listIterators(String namespace) Get a list of iterators for this namespace.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.IteratorScopeModifier and TypeMethodDescriptionNamespaceOperations.getIteratorSetting(String namespace, String name, IteratorUtil.IteratorScope scope) Get the settings for an iterator.TableOperations.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.IteratorScopeModifier and TypeMethodDescriptionvoidNamespaceOperations.attachIterator(String namespace, IteratorSetting setting, EnumSet<IteratorUtil.IteratorScope> scopes) Add an iterator to a namespace on the given scopes.NewTableConfiguration.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.iterators
Methods in org.apache.accumulo.core.iterators that return IteratorUtil.IteratorScopeModifier and TypeMethodDescriptionIteratorEnvironment.getIteratorScope()static IteratorUtil.IteratorScopeReturns 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.