Uses of Class
org.apache.accumulo.core.client.NamespaceNotFoundException
Packages that use NamespaceNotFoundException
- 
Uses of NamespaceNotFoundException in org.apache.accumulo.core.clientConstructors in org.apache.accumulo.core.client with parameters of type NamespaceNotFoundExceptionModifierConstructorDescriptionTableNotFoundException(String tableName, NamespaceNotFoundException e) 
- 
Uses of NamespaceNotFoundException in org.apache.accumulo.core.client.adminMethods in org.apache.accumulo.core.client.admin that throw NamespaceNotFoundExceptionModifier and TypeMethodDescriptionintNamespaceOperations.addConstraint(String namespace, String constraintClassName) Add a new constraint to a namespace.voidNamespaceOperations.attachIterator(String namespace, IteratorSetting setting) Add an iterator to a namespace on all scopes.voidNamespaceOperations.attachIterator(String namespace, IteratorSetting setting, EnumSet<IteratorUtil.IteratorScope> scopes) Add an iterator to a namespace 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.voidDelete an empty namespaceNamespaceOperations.getConfiguration(String namespace) Gets properties of a namespace, which are inherited by tables in this namespace.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 properties of a namespace, which are inherited by tables in this namespace.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.voidNamespaceOperations.removeConstraint(String namespace, int id) Remove a constraint from a namespace.voidNamespaceOperations.removeIterator(String namespace, String name, EnumSet<IteratorUtil.IteratorScope> scopes) Remove an iterator from a namespace by name.voidNamespaceOperations.removeProperty(String namespace, String property) Removes a property from a namespace.voidRename a namespacevoidNamespaceOperations.setProperty(String namespace, String property, String value) Sets a property on a namespace which applies to all tables in the namespace.booleanNamespaceOperations.testClassLoad(String namespace, String className, String asTypeName) Test to see if the instance can load the given class as the given type.