Uses of Class
org.apache.accumulo.core.client.NamespaceNotFoundException
-
Uses of NamespaceNotFoundException in org.apache.accumulo.core.client
ModifierConstructorDescriptionTableNotFoundException
(String tableName, NamespaceNotFoundException e) -
Uses of NamespaceNotFoundException in org.apache.accumulo.core.client.admin
Modifier and TypeMethodDescriptionint
NamespaceOperations.addConstraint
(String namespace, String constraintClassName) Add a new constraint to a namespace.void
NamespaceOperations.attachIterator
(String namespace, IteratorSetting setting) Add an iterator to a namespace on all scopes.void
NamespaceOperations.attachIterator
(String namespace, IteratorSetting setting, EnumSet<IteratorUtil.IteratorScope> scopes) Add an iterator to a namespace on the given scopes.void
NamespaceOperations.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.void
Delete an empty namespaceNamespaceOperations.getConfiguration
(String namespace) Gets a merged view of the properties of a namespace with its parent configuration.NamespaceOperations.getIteratorSetting
(String namespace, String name, IteratorUtil.IteratorScope scope) Get the settings for an iterator.NamespaceOperations.getNamespaceProperties
(String namespace) Gets properties specific to this namespace.NamespaceOperations.getProperties
(String namespace) Gets a merged view of the properties of a namespace with its parent configuration.NamespaceOperations.listConstraints
(String namespace) List constraints on a namespace with their assigned numbers.NamespaceOperations.listIterators
(String namespace) Get a list of iterators for this namespace.For a detailed overview of the behavior of this method seeInstanceOperations.modifyProperties(Consumer)
which operates on a different layer of properties but has the same behavior and better documentation.void
NamespaceOperations.removeConstraint
(String namespace, int id) Remove a constraint from a namespace.void
NamespaceOperations.removeIterator
(String namespace, String name, EnumSet<IteratorUtil.IteratorScope> scopes) Remove an iterator from a namespace by name.void
NamespaceOperations.removeProperty
(String namespace, String property) Removes a property from a namespace.void
Rename a namespacevoid
NamespaceOperations.setProperty
(String namespace, String property, String value) Sets a property on a namespace which applies to all tables in the namespace.boolean
NamespaceOperations.testClassLoad
(String namespace, String className, String asTypeName) Test to see if the instance can load the given class as the given type.