Uses of Interface
org.apache.accumulo.core.client.admin.NamespaceOperations
-
Packages that use NamespaceOperations Package Description org.apache.accumulo.core.client org.apache.accumulo.core.clientImpl -
-
Uses of NamespaceOperations in org.apache.accumulo.core.client
Methods in org.apache.accumulo.core.client that return NamespaceOperations Modifier and Type Method Description NamespaceOperationsAccumuloClient. namespaceOperations()Retrieves a NamespaceOperations object to perform namespace functions, such as create and delete.abstract NamespaceOperationsConnector. namespaceOperations()Deprecated.Retrieves a NamespaceOperations object to perform namespace functions, such as create and delete. -
Uses of NamespaceOperations in org.apache.accumulo.core.clientImpl
Classes in org.apache.accumulo.core.clientImpl that implement NamespaceOperations Modifier and Type Class Description classNamespaceOperationsHelperclassNamespaceOperationsImplMethods in org.apache.accumulo.core.clientImpl that return NamespaceOperations Modifier and Type Method Description NamespaceOperationsClientContext. namespaceOperations()NamespaceOperationsConnectorImpl. namespaceOperations()Deprecated.
-