Uses of Interface
org.apache.accumulo.core.client.admin.NamespaceOperations

Packages that use NamespaceOperations
org.apache.accumulo.core.client   
org.apache.accumulo.core.client.impl   
org.apache.accumulo.core.client.mock   
 

Uses of NamespaceOperations in org.apache.accumulo.core.client
 

Methods in org.apache.accumulo.core.client that return NamespaceOperations
abstract  NamespaceOperations Connector.namespaceOperations()
          Retrieves a NamespaceOperations object to perform namespace functions, such as create and delete.
 

Uses of NamespaceOperations in org.apache.accumulo.core.client.impl
 

Classes in org.apache.accumulo.core.client.impl that implement NamespaceOperations
 class NamespaceOperationsHelper
           
 class NamespaceOperationsImpl
           
 

Methods in org.apache.accumulo.core.client.impl that return NamespaceOperations
 NamespaceOperations ConnectorImpl.namespaceOperations()
           
 

Uses of NamespaceOperations in org.apache.accumulo.core.client.mock
 

Methods in org.apache.accumulo.core.client.mock that return NamespaceOperations
 NamespaceOperations MockConnector.namespaceOperations()
           
 



Copyright © 2015 Apache Accumulo Project. All rights reserved.