Uses of Class
org.apache.accumulo.core.client.NamespaceExistsException
-
Packages that use NamespaceExistsException Package Description org.apache.accumulo.core.client.admin org.apache.accumulo.core.clientImpl -
-
Uses of NamespaceExistsException in org.apache.accumulo.core.client.admin
Methods in org.apache.accumulo.core.client.admin that throw NamespaceExistsException Modifier and Type Method Description voidNamespaceOperations. create(String namespace)Create an empty namespace with no initial configuration.voidNamespaceOperations. rename(String oldNamespaceName, String newNamespaceName)Rename a namespace -
Uses of NamespaceExistsException in org.apache.accumulo.core.clientImpl
Methods in org.apache.accumulo.core.clientImpl that throw NamespaceExistsException Modifier and Type Method Description voidNamespaceOperationsImpl. create(String namespace)voidNamespaceOperationsImpl. rename(String oldNamespaceName, String newNamespaceName)
-