http://git-wip-us.apache.org/repos/asf/accumulo/blob/97bc584b/1.8/apidocs/org/apache/accumulo/core/client/admin/NamespaceOperations.html
----------------------------------------------------------------------
diff --git 
a/1.8/apidocs/org/apache/accumulo/core/client/admin/NamespaceOperations.html 
b/1.8/apidocs/org/apache/accumulo/core/client/admin/NamespaceOperations.html
new file mode 100644
index 0000000..2e896c6
--- /dev/null
+++ b/1.8/apidocs/org/apache/accumulo/core/client/admin/NamespaceOperations.html
@@ -0,0 +1,753 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
"http://www.w3.org/TR/html4/loose.dtd";>
+<!-- NewPage -->
+<html lang="en">
+<head>
+<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:20 EDT 2016 
-->
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>NamespaceOperations (Apache Accumulo Project 1.8.0 API)</title>
+<meta name="date" content="2016-09-06">
+<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" 
title="Style">
+</head>
+<body>
+<script type="text/javascript"><!--
+    if (location.href.indexOf('is-external=true') == -1) {
+        parent.document.title="NamespaceOperations (Apache Accumulo Project 
1.8.0 API)";
+    }
+//-->
+</script>
+<noscript>
+<div>JavaScript is disabled on your browser.</div>
+</noscript>
+<!-- ========= START OF TOP NAVBAR ======= -->
+<div class="topNav"><a name="navbar_top">
+<!--   -->
+</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a 
name="navbar_top_firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="../../../../../../overview-summary.html">Overview</a></li>
+<li><a href="package-summary.html">Package</a></li>
+<li class="navBarCell1Rev">Class</li>
+<li><a href="class-use/NamespaceOperations.html">Use</a></li>
+<li><a href="package-tree.html">Tree</a></li>
+<li><a href="../../../../../../deprecated-list.html">Deprecated</a></li>
+<li><a href="../../../../../../index-all.html">Index</a></li>
+<li><a href="../../../../../../help-doc.html">Help</a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li><a 
href="../../../../../../org/apache/accumulo/core/client/admin/Locations.html" 
title="interface in org.apache.accumulo.core.client.admin"><span 
class="strong">Prev Class</span></a></li>
+<li><a 
href="../../../../../../org/apache/accumulo/core/client/admin/NewTableConfiguration.html"
 title="class in org.apache.accumulo.core.client.admin"><span 
class="strong">Next Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a 
href="../../../../../../index.html?org/apache/accumulo/core/client/admin/NamespaceOperations.html"
 target="_top">Frames</a></li>
+<li><a href="NamespaceOperations.html" target="_top">No Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_top">
+<li><a href="../../../../../../allclasses-noframe.html">All Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_top");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<div>
+<ul class="subNavList">
+<li>Summary:&nbsp;</li>
+<li>Nested&nbsp;|&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li>Constr&nbsp;|&nbsp;</li>
+<li><a href="#method_summary">Method</a></li>
+</ul>
+<ul class="subNavList">
+<li>Detail:&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li>Constr&nbsp;|&nbsp;</li>
+<li><a href="#method_detail">Method</a></li>
+</ul>
+</div>
+<a name="skip-navbar_top">
+<!--   -->
+</a></div>
+<!-- ========= END OF TOP NAVBAR ========= -->
+<!-- ======== START OF CLASS DATA ======== -->
+<div class="header">
+<div class="subTitle">org.apache.accumulo.core.client.admin</div>
+<h2 title="Interface NamespaceOperations" class="title">Interface 
NamespaceOperations</h2>
+</div>
+<div class="contentContainer">
+<div class="description">
+<ul class="blockList">
+<li class="blockList">
+<hr>
+<br>
+<pre>public interface <span class="strong">NamespaceOperations</span></pre>
+<div class="block">Provides an API for administering namespaces
+
+ All tables exist in a namespace. The default namespace has no name, and is 
used if an explicit namespace is not specified. Fully qualified table names look
+ like "namespaceName.tableName". Tables in the default namespace are fully 
qualified simply as "tableName".</div>
+<dl><dt><span class="strong">Since:</span></dt>
+  <dd>1.6.0</dd></dl>
+</li>
+</ul>
+</div>
+<div class="summary">
+<ul class="blockList">
+<li class="blockList">
+<!-- ========== METHOD SUMMARY =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method_summary">
+<!--   -->
+</a>
+<h3>Method Summary</h3>
+<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" 
summary="Method Summary table, listing methods, and an explanation">
+<caption><span>Methods</span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th class="colLast" scope="col">Method and Description</th>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>int</code></td>
+<td class="colLast"><code><strong><a 
href="../../../../../../org/apache/accumulo/core/client/admin/NamespaceOperations.html#addConstraint(java.lang.String,%20java.lang.String)">addConstraint</a></strong>(<a
 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;namespace,
+             <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in 
java.lang">String</a>&nbsp;constraintClassName)</code>
+<div class="block">Add a new constraint to a namespace.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><strong><a 
href="../../../../../../org/apache/accumulo/core/client/admin/NamespaceOperations.html#attachIterator(java.lang.String,%20org.apache.accumulo.core.client.IteratorSetting)">attachIterator</a></strong>(<a
 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;namespace,
+              <a 
href="../../../../../../org/apache/accumulo/core/client/IteratorSetting.html" 
title="class in 
org.apache.accumulo.core.client">IteratorSetting</a>&nbsp;setting)</code>
+<div class="block">Add an iterator to a namespace on all scopes.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><strong><a 
href="../../../../../../org/apache/accumulo/core/client/admin/NamespaceOperations.html#attachIterator(java.lang.String,%20org.apache.accumulo.core.client.IteratorSetting,%20java.util.EnumSet)">attachIterator</a></strong>(<a
 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;namespace,
+              <a 
href="../../../../../../org/apache/accumulo/core/client/IteratorSetting.html" 
title="class in 
org.apache.accumulo.core.client">IteratorSetting</a>&nbsp;setting,
+              <a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/EnumSet.html?is-external=true";
 title="class or interface in 
java.util">EnumSet</a>&lt;org.apache.accumulo.core.iterators.IteratorUtil.IteratorScope&gt;&nbsp;scopes)</code>
+<div class="block">Add an iterator to a namespace on the given scopes.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><strong><a 
href="../../../../../../org/apache/accumulo/core/client/admin/NamespaceOperations.html#checkIteratorConflicts(java.lang.String,%20org.apache.accumulo.core.client.IteratorSetting,%20java.util.EnumSet)">checkIteratorConflicts</a></strong>(<a
 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;namespace,
+                      <a 
href="../../../../../../org/apache/accumulo/core/client/IteratorSetting.html" 
title="class in 
org.apache.accumulo.core.client">IteratorSetting</a>&nbsp;setting,
+                      <a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/EnumSet.html?is-external=true";
 title="class or interface in 
java.util">EnumSet</a>&lt;org.apache.accumulo.core.iterators.IteratorUtil.IteratorScope&gt;&nbsp;scopes)</code>
+<div class="block">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.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><strong><a 
href="../../../../../../org/apache/accumulo/core/client/admin/NamespaceOperations.html#create(java.lang.String)">create</a></strong>(<a
 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;namespace)</code>
+<div class="block">Create an empty namespace with no initial 
configuration.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code><a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a></code></td>
+<td class="colLast"><code><strong><a 
href="../../../../../../org/apache/accumulo/core/client/admin/NamespaceOperations.html#defaultNamespace()">defaultNamespace</a></strong>()</code>
+<div class="block">Returns the name of the default namespace</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><strong><a 
href="../../../../../../org/apache/accumulo/core/client/admin/NamespaceOperations.html#delete(java.lang.String)">delete</a></strong>(<a
 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;namespace)</code>
+<div class="block">Delete an empty namespace</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>boolean</code></td>
+<td class="colLast"><code><strong><a 
href="../../../../../../org/apache/accumulo/core/client/admin/NamespaceOperations.html#exists(java.lang.String)">exists</a></strong>(<a
 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;namespace)</code>
+<div class="block">A method to check if a namespace exists in Accumulo.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code><a 
href="../../../../../../org/apache/accumulo/core/client/IteratorSetting.html" 
title="class in org.apache.accumulo.core.client">IteratorSetting</a></code></td>
+<td class="colLast"><code><strong><a 
href="../../../../../../org/apache/accumulo/core/client/admin/NamespaceOperations.html#getIteratorSetting(java.lang.String,%20java.lang.String,%20org.apache.accumulo.core.iterators.IteratorUtil.IteratorScope)">getIteratorSetting</a></strong>(<a
 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;namespace,
+                  <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;name,
+                  
org.apache.accumulo.core.iterators.IteratorUtil.IteratorScope&nbsp;scope)</code>
+<div class="block">Get the settings for an iterator.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code><a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Iterable.html?is-external=true";
 title="class or interface in java.lang">Iterable</a>&lt;<a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.Entry.html?is-external=true";
 title="class or interface in java.util">Map.Entry</a>&lt;<a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>,<a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&gt;&gt;</code></td>
+<td class="colLast"><code><strong><a 
href="../../../../../../org/apache/accumulo/core/client/admin/NamespaceOperations.html#getProperties(java.lang.String)">getProperties</a></strong>(<a
 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;namespace)</code>
+<div class="block">Gets properties of a namespace, which are inherited by 
tables in this namespace.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code><a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/SortedSet.html?is-external=true";
 title="class or interface in java.util">SortedSet</a>&lt;<a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&gt;</code></td>
+<td class="colLast"><code><strong><a 
href="../../../../../../org/apache/accumulo/core/client/admin/NamespaceOperations.html#list()">list</a></strong>()</code>
+<div class="block">Retrieve a list of namespaces in Accumulo.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code><a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true";
 title="class or interface in java.util">Map</a>&lt;<a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>,<a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Integer.html?is-external=true";
 title="class or interface in java.lang">Integer</a>&gt;</code></td>
+<td class="colLast"><code><strong><a 
href="../../../../../../org/apache/accumulo/core/client/admin/NamespaceOperations.html#listConstraints(java.lang.String)">listConstraints</a></strong>(<a
 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;namespace)</code>
+<div class="block">List constraints on a namespace with their assigned 
numbers.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code><a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true";
 title="class or interface in java.util">Map</a>&lt;<a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>,<a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/EnumSet.html?is-external=true";
 title="class or interface in 
java.util">EnumSet</a>&lt;org.apache.accumulo.core.iterators.IteratorUtil.IteratorScope&gt;&gt;</code></td>
+<td class="colLast"><code><strong><a 
href="../../../../../../org/apache/accumulo/core/client/admin/NamespaceOperations.html#listIterators(java.lang.String)">listIterators</a></strong>(<a
 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;namespace)</code>
+<div class="block">Get a list of iterators for this namespace.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code><a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true";
 title="class or interface in java.util">Map</a>&lt;<a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>,<a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&gt;</code></td>
+<td class="colLast"><code><strong><a 
href="../../../../../../org/apache/accumulo/core/client/admin/NamespaceOperations.html#namespaceIdMap()">namespaceIdMap</a></strong>()</code>
+<div class="block">Get a mapping of namespace name to internal namespace 
id.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><strong><a 
href="../../../../../../org/apache/accumulo/core/client/admin/NamespaceOperations.html#removeConstraint(java.lang.String,%20int)">removeConstraint</a></strong>(<a
 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;namespace,
+                int&nbsp;id)</code>
+<div class="block">Remove a constraint from a namespace.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><strong><a 
href="../../../../../../org/apache/accumulo/core/client/admin/NamespaceOperations.html#removeIterator(java.lang.String,%20java.lang.String,%20java.util.EnumSet)">removeIterator</a></strong>(<a
 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;namespace,
+              <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;name,
+              <a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/EnumSet.html?is-external=true";
 title="class or interface in 
java.util">EnumSet</a>&lt;org.apache.accumulo.core.iterators.IteratorUtil.IteratorScope&gt;&nbsp;scopes)</code>
+<div class="block">Remove an iterator from a namespace by name.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><strong><a 
href="../../../../../../org/apache/accumulo/core/client/admin/NamespaceOperations.html#removeProperty(java.lang.String,%20java.lang.String)">removeProperty</a></strong>(<a
 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;namespace,
+              <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;property)</code>
+<div class="block">Removes a property from a namespace.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><strong><a 
href="../../../../../../org/apache/accumulo/core/client/admin/NamespaceOperations.html#rename(java.lang.String,%20java.lang.String)">rename</a></strong>(<a
 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;oldNamespaceName,
+      <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in 
java.lang">String</a>&nbsp;newNamespaceName)</code>
+<div class="block">Rename a namespace</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><strong><a 
href="../../../../../../org/apache/accumulo/core/client/admin/NamespaceOperations.html#setProperty(java.lang.String,%20java.lang.String,%20java.lang.String)">setProperty</a></strong>(<a
 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;namespace,
+           <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;property,
+           <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;value)</code>
+<div class="block">Sets a property on a namespace which applies to all tables 
in the namespace.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code><a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a></code></td>
+<td class="colLast"><code><strong><a 
href="../../../../../../org/apache/accumulo/core/client/admin/NamespaceOperations.html#systemNamespace()">systemNamespace</a></strong>()</code>
+<div class="block">Returns the name of the system reserved namespace</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>boolean</code></td>
+<td class="colLast"><code><strong><a 
href="../../../../../../org/apache/accumulo/core/client/admin/NamespaceOperations.html#testClassLoad(java.lang.String,%20java.lang.String,%20java.lang.String)">testClassLoad</a></strong>(<a
 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;namespace,
+             <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;className,
+             <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;asTypeName)</code>
+<div class="block">Test to see if the instance can load the given class as the 
given type.</div>
+</td>
+</tr>
+</table>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+<div class="details">
+<ul class="blockList">
+<li class="blockList">
+<!-- ============ METHOD DETAIL ========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method_detail">
+<!--   -->
+</a>
+<h3>Method Detail</h3>
+<a name="systemNamespace()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>systemNamespace</h4>
+<pre><a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;systemNamespace()</pre>
+<div class="block">Returns the name of the system reserved namespace</div>
+<dl><dt><span class="strong">Returns:</span></dt><dd>the name of the system 
namespace</dd><dt><span class="strong">Since:</span></dt>
+  <dd>1.6.0</dd></dl>
+</li>
+</ul>
+<a name="defaultNamespace()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>defaultNamespace</h4>
+<pre><a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in 
java.lang">String</a>&nbsp;defaultNamespace()</pre>
+<div class="block">Returns the name of the default namespace</div>
+<dl><dt><span class="strong">Returns:</span></dt><dd>the name of the default 
namespace</dd><dt><span class="strong">Since:</span></dt>
+  <dd>1.6.0</dd></dl>
+</li>
+</ul>
+<a name="list()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>list</h4>
+<pre><a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/SortedSet.html?is-external=true";
 title="class or interface in java.util">SortedSet</a>&lt;<a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&gt;&nbsp;list()
+                       throws <a 
href="../../../../../../org/apache/accumulo/core/client/AccumuloException.html" 
title="class in org.apache.accumulo.core.client">AccumuloException</a>,
+                              <a 
href="../../../../../../org/apache/accumulo/core/client/AccumuloSecurityException.html"
 title="class in 
org.apache.accumulo.core.client">AccumuloSecurityException</a></pre>
+<div class="block">Retrieve a list of namespaces in Accumulo.</div>
+<dl><dt><span class="strong">Returns:</span></dt><dd>List of namespaces in 
accumulo</dd>
+<dt><span class="strong">Throws:</span></dt>
+<dd><code><a 
href="../../../../../../org/apache/accumulo/core/client/AccumuloException.html" 
title="class in org.apache.accumulo.core.client">AccumuloException</a></code> - 
if a general error occurs</dd>
+<dd><code><a 
href="../../../../../../org/apache/accumulo/core/client/AccumuloSecurityException.html"
 title="class in 
org.apache.accumulo.core.client">AccumuloSecurityException</a></code> - if the 
user does not have permission</dd><dt><span class="strong">Since:</span></dt>
+  <dd>1.6.0</dd></dl>
+</li>
+</ul>
+<a name="exists(java.lang.String)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>exists</h4>
+<pre>boolean&nbsp;exists(<a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;namespace)
+               throws <a 
href="../../../../../../org/apache/accumulo/core/client/AccumuloException.html" 
title="class in org.apache.accumulo.core.client">AccumuloException</a>,
+                      <a 
href="../../../../../../org/apache/accumulo/core/client/AccumuloSecurityException.html"
 title="class in 
org.apache.accumulo.core.client">AccumuloSecurityException</a></pre>
+<div class="block">A method to check if a namespace exists in Accumulo.</div>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>namespace</code> 
- the name of the namespace</dd>
+<dt><span class="strong">Returns:</span></dt><dd>true if the namespace 
exists</dd>
+<dt><span class="strong">Throws:</span></dt>
+<dd><code><a 
href="../../../../../../org/apache/accumulo/core/client/AccumuloException.html" 
title="class in org.apache.accumulo.core.client">AccumuloException</a></code> - 
if a general error occurs</dd>
+<dd><code><a 
href="../../../../../../org/apache/accumulo/core/client/AccumuloSecurityException.html"
 title="class in 
org.apache.accumulo.core.client">AccumuloSecurityException</a></code> - if the 
user does not have permission</dd><dt><span class="strong">Since:</span></dt>
+  <dd>1.6.0</dd></dl>
+</li>
+</ul>
+<a name="create(java.lang.String)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>create</h4>
+<pre>void&nbsp;create(<a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;namespace)
+            throws <a 
href="../../../../../../org/apache/accumulo/core/client/AccumuloException.html" 
title="class in org.apache.accumulo.core.client">AccumuloException</a>,
+                   <a 
href="../../../../../../org/apache/accumulo/core/client/AccumuloSecurityException.html"
 title="class in org.apache.accumulo.core.client">AccumuloSecurityException</a>,
+                   <a 
href="../../../../../../org/apache/accumulo/core/client/NamespaceExistsException.html"
 title="class in 
org.apache.accumulo.core.client">NamespaceExistsException</a></pre>
+<div class="block">Create an empty namespace with no initial configuration. 
Valid names for a namespace contain letters, numbers, and the underscore 
character.</div>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>namespace</code> 
- the name of the namespace</dd>
+<dt><span class="strong">Throws:</span></dt>
+<dd><code><a 
href="../../../../../../org/apache/accumulo/core/client/AccumuloException.html" 
title="class in org.apache.accumulo.core.client">AccumuloException</a></code> - 
if a general error occurs</dd>
+<dd><code><a 
href="../../../../../../org/apache/accumulo/core/client/AccumuloSecurityException.html"
 title="class in 
org.apache.accumulo.core.client">AccumuloSecurityException</a></code> - if the 
user does not have permission</dd>
+<dd><code><a 
href="../../../../../../org/apache/accumulo/core/client/NamespaceExistsException.html"
 title="class in 
org.apache.accumulo.core.client">NamespaceExistsException</a></code> - if the 
specified namespace already exists</dd><dt><span 
class="strong">Since:</span></dt>
+  <dd>1.6.0</dd></dl>
+</li>
+</ul>
+<a name="delete(java.lang.String)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>delete</h4>
+<pre>void&nbsp;delete(<a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;namespace)
+            throws <a 
href="../../../../../../org/apache/accumulo/core/client/AccumuloException.html" 
title="class in org.apache.accumulo.core.client">AccumuloException</a>,
+                   <a 
href="../../../../../../org/apache/accumulo/core/client/AccumuloSecurityException.html"
 title="class in org.apache.accumulo.core.client">AccumuloSecurityException</a>,
+                   <a 
href="../../../../../../org/apache/accumulo/core/client/NamespaceNotFoundException.html"
 title="class in 
org.apache.accumulo.core.client">NamespaceNotFoundException</a>,
+                   <a 
href="../../../../../../org/apache/accumulo/core/client/NamespaceNotEmptyException.html"
 title="class in 
org.apache.accumulo.core.client">NamespaceNotEmptyException</a></pre>
+<div class="block">Delete an empty namespace</div>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>namespace</code> 
- the name of the namespace</dd>
+<dt><span class="strong">Throws:</span></dt>
+<dd><code><a 
href="../../../../../../org/apache/accumulo/core/client/AccumuloException.html" 
title="class in org.apache.accumulo.core.client">AccumuloException</a></code> - 
if a general error occurs</dd>
+<dd><code><a 
href="../../../../../../org/apache/accumulo/core/client/AccumuloSecurityException.html"
 title="class in 
org.apache.accumulo.core.client">AccumuloSecurityException</a></code> - if the 
user does not have permission</dd>
+<dd><code><a 
href="../../../../../../org/apache/accumulo/core/client/NamespaceNotFoundException.html"
 title="class in 
org.apache.accumulo.core.client">NamespaceNotFoundException</a></code> - if the 
specified namespace doesn't exist</dd>
+<dd><code><a 
href="../../../../../../org/apache/accumulo/core/client/NamespaceNotEmptyException.html"
 title="class in 
org.apache.accumulo.core.client">NamespaceNotEmptyException</a></code> - if the 
namespaces still contains tables</dd><dt><span class="strong">Since:</span></dt>
+  <dd>1.6.0</dd></dl>
+</li>
+</ul>
+<a name="rename(java.lang.String, java.lang.String)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>rename</h4>
+<pre>void&nbsp;rename(<a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;oldNamespaceName,
+          <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;newNamespaceName)
+            throws <a 
href="../../../../../../org/apache/accumulo/core/client/AccumuloException.html" 
title="class in org.apache.accumulo.core.client">AccumuloException</a>,
+                   <a 
href="../../../../../../org/apache/accumulo/core/client/AccumuloSecurityException.html"
 title="class in org.apache.accumulo.core.client">AccumuloSecurityException</a>,
+                   <a 
href="../../../../../../org/apache/accumulo/core/client/NamespaceNotFoundException.html"
 title="class in 
org.apache.accumulo.core.client">NamespaceNotFoundException</a>,
+                   <a 
href="../../../../../../org/apache/accumulo/core/client/NamespaceExistsException.html"
 title="class in 
org.apache.accumulo.core.client">NamespaceExistsException</a></pre>
+<div class="block">Rename a namespace</div>
+<dl><dt><span 
class="strong">Parameters:</span></dt><dd><code>oldNamespaceName</code> - the 
old namespace name</dd><dd><code>newNamespaceName</code> - the new namespace 
name</dd>
+<dt><span class="strong">Throws:</span></dt>
+<dd><code><a 
href="../../../../../../org/apache/accumulo/core/client/AccumuloException.html" 
title="class in org.apache.accumulo.core.client">AccumuloException</a></code> - 
if a general error occurs</dd>
+<dd><code><a 
href="../../../../../../org/apache/accumulo/core/client/AccumuloSecurityException.html"
 title="class in 
org.apache.accumulo.core.client">AccumuloSecurityException</a></code> - if the 
user does not have permission</dd>
+<dd><code><a 
href="../../../../../../org/apache/accumulo/core/client/NamespaceNotFoundException.html"
 title="class in 
org.apache.accumulo.core.client">NamespaceNotFoundException</a></code> - if the 
old namespace does not exist</dd>
+<dd><code><a 
href="../../../../../../org/apache/accumulo/core/client/NamespaceExistsException.html"
 title="class in 
org.apache.accumulo.core.client">NamespaceExistsException</a></code> - if the 
new namespace already exists</dd><dt><span class="strong">Since:</span></dt>
+  <dd>1.6.0</dd></dl>
+</li>
+</ul>
+<a name="setProperty(java.lang.String, java.lang.String, java.lang.String)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setProperty</h4>
+<pre>void&nbsp;setProperty(<a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;namespace,
+               <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;property,
+               <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;value)
+                 throws <a 
href="../../../../../../org/apache/accumulo/core/client/AccumuloException.html" 
title="class in org.apache.accumulo.core.client">AccumuloException</a>,
+                        <a 
href="../../../../../../org/apache/accumulo/core/client/AccumuloSecurityException.html"
 title="class in org.apache.accumulo.core.client">AccumuloSecurityException</a>,
+                        <a 
href="../../../../../../org/apache/accumulo/core/client/NamespaceNotFoundException.html"
 title="class in 
org.apache.accumulo.core.client">NamespaceNotFoundException</a></pre>
+<div class="block">Sets a property on a namespace which applies to all tables 
in the namespace. Note that it may take a few seconds to propagate the change 
everywhere.</div>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>namespace</code> 
- the name of the namespace</dd><dd><code>property</code> - the name of a 
per-table property</dd><dd><code>value</code> - the value to set a per-table 
property to</dd>
+<dt><span class="strong">Throws:</span></dt>
+<dd><code><a 
href="../../../../../../org/apache/accumulo/core/client/AccumuloException.html" 
title="class in org.apache.accumulo.core.client">AccumuloException</a></code> - 
if a general error occurs</dd>
+<dd><code><a 
href="../../../../../../org/apache/accumulo/core/client/AccumuloSecurityException.html"
 title="class in 
org.apache.accumulo.core.client">AccumuloSecurityException</a></code> - if the 
user does not have permission</dd>
+<dd><code><a 
href="../../../../../../org/apache/accumulo/core/client/NamespaceNotFoundException.html"
 title="class in 
org.apache.accumulo.core.client">NamespaceNotFoundException</a></code> - if the 
specified namespace doesn't exist</dd><dt><span 
class="strong">Since:</span></dt>
+  <dd>1.6.0</dd></dl>
+</li>
+</ul>
+<a name="removeProperty(java.lang.String, java.lang.String)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>removeProperty</h4>
+<pre>void&nbsp;removeProperty(<a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;namespace,
+                  <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;property)
+                    throws <a 
href="../../../../../../org/apache/accumulo/core/client/AccumuloException.html" 
title="class in org.apache.accumulo.core.client">AccumuloException</a>,
+                           <a 
href="../../../../../../org/apache/accumulo/core/client/AccumuloSecurityException.html"
 title="class in org.apache.accumulo.core.client">AccumuloSecurityException</a>,
+                           <a 
href="../../../../../../org/apache/accumulo/core/client/NamespaceNotFoundException.html"
 title="class in 
org.apache.accumulo.core.client">NamespaceNotFoundException</a></pre>
+<div class="block">Removes a property from a namespace. Note that it may take 
a few seconds to propagate the change everywhere.</div>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>namespace</code> 
- the name of the namespace</dd><dd><code>property</code> - the name of a 
per-table property</dd>
+<dt><span class="strong">Throws:</span></dt>
+<dd><code><a 
href="../../../../../../org/apache/accumulo/core/client/AccumuloException.html" 
title="class in org.apache.accumulo.core.client">AccumuloException</a></code> - 
if a general error occurs</dd>
+<dd><code><a 
href="../../../../../../org/apache/accumulo/core/client/AccumuloSecurityException.html"
 title="class in 
org.apache.accumulo.core.client">AccumuloSecurityException</a></code> - if the 
user does not have permission</dd>
+<dd><code><a 
href="../../../../../../org/apache/accumulo/core/client/NamespaceNotFoundException.html"
 title="class in 
org.apache.accumulo.core.client">NamespaceNotFoundException</a></code> - if the 
specified namespace doesn't exist</dd><dt><span 
class="strong">Since:</span></dt>
+  <dd>1.6.0</dd></dl>
+</li>
+</ul>
+<a name="getProperties(java.lang.String)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getProperties</h4>
+<pre><a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Iterable.html?is-external=true";
 title="class or interface in java.lang">Iterable</a>&lt;<a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.Entry.html?is-external=true";
 title="class or interface in java.util">Map.Entry</a>&lt;<a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>,<a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in 
java.lang">String</a>&gt;&gt;&nbsp;getProperties(<a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;namespace)
+                                                 throws <a 
href="../../../../../../org/apache/accumulo/core/client/AccumuloException.html" 
title="class in org.apache.accumulo.core.client">AccumuloException</a>,
+                                                        <a 
href="../../../../../../org/apache/accumulo/core/client/AccumuloSecurityException.html"
 title="class in org.apache.accumulo.core.client">AccumuloSecurityException</a>,
+                                                        <a 
href="../../../../../../org/apache/accumulo/core/client/NamespaceNotFoundException.html"
 title="class in 
org.apache.accumulo.core.client">NamespaceNotFoundException</a></pre>
+<div class="block">Gets properties of a namespace, which are inherited by 
tables in this namespace. Note that recently changed properties may not be 
available immediately.</div>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>namespace</code> 
- the name of the namespace</dd>
+<dt><span class="strong">Returns:</span></dt><dd>all properties visible by 
this namespace (system and per-table properties). Note that recently changed 
properties may not be visible immediately.</dd>
+<dt><span class="strong">Throws:</span></dt>
+<dd><code><a 
href="../../../../../../org/apache/accumulo/core/client/AccumuloException.html" 
title="class in org.apache.accumulo.core.client">AccumuloException</a></code> - 
if a general error occurs</dd>
+<dd><code><a 
href="../../../../../../org/apache/accumulo/core/client/AccumuloSecurityException.html"
 title="class in 
org.apache.accumulo.core.client">AccumuloSecurityException</a></code> - if the 
user does not have permission</dd>
+<dd><code><a 
href="../../../../../../org/apache/accumulo/core/client/NamespaceNotFoundException.html"
 title="class in 
org.apache.accumulo.core.client">NamespaceNotFoundException</a></code> - if the 
specified namespace doesn't exist</dd><dt><span 
class="strong">Since:</span></dt>
+  <dd>1.6.0</dd></dl>
+</li>
+</ul>
+<a name="namespaceIdMap()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>namespaceIdMap</h4>
+<pre><a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true";
 title="class or interface in java.util">Map</a>&lt;<a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>,<a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&gt;&nbsp;namespaceIdMap()
+                                  throws <a 
href="../../../../../../org/apache/accumulo/core/client/AccumuloException.html" 
title="class in org.apache.accumulo.core.client">AccumuloException</a>,
+                                         <a 
href="../../../../../../org/apache/accumulo/core/client/AccumuloSecurityException.html"
 title="class in 
org.apache.accumulo.core.client">AccumuloSecurityException</a></pre>
+<div class="block">Get a mapping of namespace name to internal namespace 
id.</div>
+<dl><dt><span class="strong">Returns:</span></dt><dd>the map from namespace 
name to internal namespace id</dd>
+<dt><span class="strong">Throws:</span></dt>
+<dd><code><a 
href="../../../../../../org/apache/accumulo/core/client/AccumuloException.html" 
title="class in org.apache.accumulo.core.client">AccumuloException</a></code> - 
if a general error occurs</dd>
+<dd><code><a 
href="../../../../../../org/apache/accumulo/core/client/AccumuloSecurityException.html"
 title="class in 
org.apache.accumulo.core.client">AccumuloSecurityException</a></code> - if the 
user does not have permission</dd><dt><span class="strong">Since:</span></dt>
+  <dd>1.6.0</dd></dl>
+</li>
+</ul>
+<a name="attachIterator(java.lang.String, 
org.apache.accumulo.core.client.IteratorSetting)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>attachIterator</h4>
+<pre>void&nbsp;attachIterator(<a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;namespace,
+                  <a 
href="../../../../../../org/apache/accumulo/core/client/IteratorSetting.html" 
title="class in 
org.apache.accumulo.core.client">IteratorSetting</a>&nbsp;setting)
+                    throws <a 
href="../../../../../../org/apache/accumulo/core/client/AccumuloException.html" 
title="class in org.apache.accumulo.core.client">AccumuloException</a>,
+                           <a 
href="../../../../../../org/apache/accumulo/core/client/AccumuloSecurityException.html"
 title="class in org.apache.accumulo.core.client">AccumuloSecurityException</a>,
+                           <a 
href="../../../../../../org/apache/accumulo/core/client/NamespaceNotFoundException.html"
 title="class in 
org.apache.accumulo.core.client">NamespaceNotFoundException</a></pre>
+<div class="block">Add an iterator to a namespace on all scopes.</div>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>namespace</code> 
- the name of the namespace</dd><dd><code>setting</code> - object specifying 
the properties of the iterator</dd>
+<dt><span class="strong">Throws:</span></dt>
+<dd><code><a 
href="../../../../../../org/apache/accumulo/core/client/AccumuloException.html" 
title="class in org.apache.accumulo.core.client">AccumuloException</a></code> - 
if a general error occurs</dd>
+<dd><code><a 
href="../../../../../../org/apache/accumulo/core/client/AccumuloSecurityException.html"
 title="class in 
org.apache.accumulo.core.client">AccumuloSecurityException</a></code> - if the 
user does not have permission</dd>
+<dd><code><a 
href="../../../../../../org/apache/accumulo/core/client/NamespaceNotFoundException.html"
 title="class in 
org.apache.accumulo.core.client">NamespaceNotFoundException</a></code> - if the 
specified namespace doesn't exist</dd><dt><span 
class="strong">Since:</span></dt>
+  <dd>1.6.0</dd></dl>
+</li>
+</ul>
+<a name="attachIterator(java.lang.String, 
org.apache.accumulo.core.client.IteratorSetting, java.util.EnumSet)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>attachIterator</h4>
+<pre>void&nbsp;attachIterator(<a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;namespace,
+                  <a 
href="../../../../../../org/apache/accumulo/core/client/IteratorSetting.html" 
title="class in 
org.apache.accumulo.core.client">IteratorSetting</a>&nbsp;setting,
+                  <a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/EnumSet.html?is-external=true";
 title="class or interface in 
java.util">EnumSet</a>&lt;org.apache.accumulo.core.iterators.IteratorUtil.IteratorScope&gt;&nbsp;scopes)
+                    throws <a 
href="../../../../../../org/apache/accumulo/core/client/AccumuloException.html" 
title="class in org.apache.accumulo.core.client">AccumuloException</a>,
+                           <a 
href="../../../../../../org/apache/accumulo/core/client/AccumuloSecurityException.html"
 title="class in org.apache.accumulo.core.client">AccumuloSecurityException</a>,
+                           <a 
href="../../../../../../org/apache/accumulo/core/client/NamespaceNotFoundException.html"
 title="class in 
org.apache.accumulo.core.client">NamespaceNotFoundException</a></pre>
+<div class="block">Add an iterator to a namespace on the given scopes.</div>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>namespace</code> 
- the name of the namespace</dd><dd><code>setting</code> - object specifying 
the properties of the iterator</dd><dd><code>scopes</code> - the set of scopes 
the iterator should apply to</dd>
+<dt><span class="strong">Throws:</span></dt>
+<dd><code><a 
href="../../../../../../org/apache/accumulo/core/client/AccumuloException.html" 
title="class in org.apache.accumulo.core.client">AccumuloException</a></code> - 
if a general error occurs</dd>
+<dd><code><a 
href="../../../../../../org/apache/accumulo/core/client/AccumuloSecurityException.html"
 title="class in 
org.apache.accumulo.core.client">AccumuloSecurityException</a></code> - if the 
user does not have permission</dd>
+<dd><code><a 
href="../../../../../../org/apache/accumulo/core/client/NamespaceNotFoundException.html"
 title="class in 
org.apache.accumulo.core.client">NamespaceNotFoundException</a></code> - if the 
specified namespace doesn't exist</dd><dt><span 
class="strong">Since:</span></dt>
+  <dd>1.6.0</dd></dl>
+</li>
+</ul>
+<a name="removeIterator(java.lang.String, java.lang.String, 
java.util.EnumSet)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>removeIterator</h4>
+<pre>void&nbsp;removeIterator(<a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;namespace,
+                  <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;name,
+                  <a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/EnumSet.html?is-external=true";
 title="class or interface in 
java.util">EnumSet</a>&lt;org.apache.accumulo.core.iterators.IteratorUtil.IteratorScope&gt;&nbsp;scopes)
+                    throws <a 
href="../../../../../../org/apache/accumulo/core/client/AccumuloException.html" 
title="class in org.apache.accumulo.core.client">AccumuloException</a>,
+                           <a 
href="../../../../../../org/apache/accumulo/core/client/AccumuloSecurityException.html"
 title="class in org.apache.accumulo.core.client">AccumuloSecurityException</a>,
+                           <a 
href="../../../../../../org/apache/accumulo/core/client/NamespaceNotFoundException.html"
 title="class in 
org.apache.accumulo.core.client">NamespaceNotFoundException</a></pre>
+<div class="block">Remove an iterator from a namespace by name.</div>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>namespace</code> 
- the name of the namespace</dd><dd><code>name</code> - the name of the 
iterator</dd><dd><code>scopes</code> - the scopes of the iterator</dd>
+<dt><span class="strong">Throws:</span></dt>
+<dd><code><a 
href="../../../../../../org/apache/accumulo/core/client/AccumuloException.html" 
title="class in org.apache.accumulo.core.client">AccumuloException</a></code> - 
if a general error occurs</dd>
+<dd><code><a 
href="../../../../../../org/apache/accumulo/core/client/AccumuloSecurityException.html"
 title="class in 
org.apache.accumulo.core.client">AccumuloSecurityException</a></code> - if the 
user does not have permission</dd>
+<dd><code><a 
href="../../../../../../org/apache/accumulo/core/client/NamespaceNotFoundException.html"
 title="class in 
org.apache.accumulo.core.client">NamespaceNotFoundException</a></code> - if the 
specified namespace doesn't exist</dd><dt><span 
class="strong">Since:</span></dt>
+  <dd>1.6.0</dd></dl>
+</li>
+</ul>
+<a name="getIteratorSetting(java.lang.String, java.lang.String, 
org.apache.accumulo.core.iterators.IteratorUtil.IteratorScope)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getIteratorSetting</h4>
+<pre><a 
href="../../../../../../org/apache/accumulo/core/client/IteratorSetting.html" 
title="class in 
org.apache.accumulo.core.client">IteratorSetting</a>&nbsp;getIteratorSetting(<a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;namespace,
+                                 <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;name,
+                                 
org.apache.accumulo.core.iterators.IteratorUtil.IteratorScope&nbsp;scope)
+                                   throws <a 
href="../../../../../../org/apache/accumulo/core/client/AccumuloException.html" 
title="class in org.apache.accumulo.core.client">AccumuloException</a>,
+                                          <a 
href="../../../../../../org/apache/accumulo/core/client/AccumuloSecurityException.html"
 title="class in org.apache.accumulo.core.client">AccumuloSecurityException</a>,
+                                          <a 
href="../../../../../../org/apache/accumulo/core/client/NamespaceNotFoundException.html"
 title="class in 
org.apache.accumulo.core.client">NamespaceNotFoundException</a></pre>
+<div class="block">Get the settings for an iterator.</div>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>namespace</code> 
- the name of the namespace</dd><dd><code>name</code> - the name of the 
iterator</dd><dd><code>scope</code> - the scope of the iterator</dd>
+<dt><span class="strong">Returns:</span></dt><dd>the settings for this 
iterator</dd>
+<dt><span class="strong">Throws:</span></dt>
+<dd><code><a 
href="../../../../../../org/apache/accumulo/core/client/AccumuloException.html" 
title="class in org.apache.accumulo.core.client">AccumuloException</a></code> - 
if a general error occurs</dd>
+<dd><code><a 
href="../../../../../../org/apache/accumulo/core/client/AccumuloSecurityException.html"
 title="class in 
org.apache.accumulo.core.client">AccumuloSecurityException</a></code> - if the 
user does not have permission</dd>
+<dd><code><a 
href="../../../../../../org/apache/accumulo/core/client/NamespaceNotFoundException.html"
 title="class in 
org.apache.accumulo.core.client">NamespaceNotFoundException</a></code> - if the 
specified namespace doesn't exist</dd><dt><span 
class="strong">Since:</span></dt>
+  <dd>1.6.0</dd></dl>
+</li>
+</ul>
+<a name="listIterators(java.lang.String)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>listIterators</h4>
+<pre><a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true";
 title="class or interface in java.util">Map</a>&lt;<a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>,<a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/EnumSet.html?is-external=true";
 title="class or interface in 
java.util">EnumSet</a>&lt;org.apache.accumulo.core.iterators.IteratorUtil.IteratorScope&gt;&gt;&nbsp;listIterators(<a
 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;namespace)
+                                                                               
                  throws <a 
href="../../../../../../org/apache/accumulo/core/client/AccumuloException.html" 
title="class in org.apache.accumulo.core.client">AccumuloException</a>,
+                                                                               
                         <a 
href="../../../../../../org/apache/accumulo/core/client/AccumuloSecurityException.html"
 title="class in org.apache.accumulo.core.client">AccumuloSecurityException</a>,
+                                                                               
                         <a 
href="../../../../../../org/apache/accumulo/core/client/NamespaceNotFoundException.html"
 title="class in 
org.apache.accumulo.core.client">NamespaceNotFoundException</a></pre>
+<div class="block">Get a list of iterators for this namespace.</div>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>namespace</code> 
- the name of the namespace</dd>
+<dt><span class="strong">Returns:</span></dt><dd>a set of iterator names</dd>
+<dt><span class="strong">Throws:</span></dt>
+<dd><code><a 
href="../../../../../../org/apache/accumulo/core/client/AccumuloException.html" 
title="class in org.apache.accumulo.core.client">AccumuloException</a></code> - 
if a general error occurs</dd>
+<dd><code><a 
href="../../../../../../org/apache/accumulo/core/client/AccumuloSecurityException.html"
 title="class in 
org.apache.accumulo.core.client">AccumuloSecurityException</a></code> - if the 
user does not have permission</dd>
+<dd><code><a 
href="../../../../../../org/apache/accumulo/core/client/NamespaceNotFoundException.html"
 title="class in 
org.apache.accumulo.core.client">NamespaceNotFoundException</a></code> - if the 
specified namespace doesn't exist</dd><dt><span 
class="strong">Since:</span></dt>
+  <dd>1.6.0</dd></dl>
+</li>
+</ul>
+<a name="checkIteratorConflicts(java.lang.String, 
org.apache.accumulo.core.client.IteratorSetting, java.util.EnumSet)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>checkIteratorConflicts</h4>
+<pre>void&nbsp;checkIteratorConflicts(<a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;namespace,
+                          <a 
href="../../../../../../org/apache/accumulo/core/client/IteratorSetting.html" 
title="class in 
org.apache.accumulo.core.client">IteratorSetting</a>&nbsp;setting,
+                          <a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/EnumSet.html?is-external=true";
 title="class or interface in 
java.util">EnumSet</a>&lt;org.apache.accumulo.core.iterators.IteratorUtil.IteratorScope&gt;&nbsp;scopes)
+                            throws <a 
href="../../../../../../org/apache/accumulo/core/client/AccumuloException.html" 
title="class in org.apache.accumulo.core.client">AccumuloException</a>,
+                                   <a 
href="../../../../../../org/apache/accumulo/core/client/AccumuloSecurityException.html"
 title="class in org.apache.accumulo.core.client">AccumuloSecurityException</a>,
+                                   <a 
href="../../../../../../org/apache/accumulo/core/client/NamespaceNotFoundException.html"
 title="class in 
org.apache.accumulo.core.client">NamespaceNotFoundException</a></pre>
+<div class="block">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. If so, an IllegalArgumentException is thrown, wrapped 
in an AccumuloException.</div>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>namespace</code> 
- the name of the namespace</dd><dd><code>setting</code> - object specifying 
the properties of the iterator</dd><dd><code>scopes</code> - the scopes of the 
iterator</dd>
+<dt><span class="strong">Throws:</span></dt>
+<dd><code><a 
href="../../../../../../org/apache/accumulo/core/client/AccumuloException.html" 
title="class in org.apache.accumulo.core.client">AccumuloException</a></code> - 
if a general error occurs</dd>
+<dd><code><a 
href="../../../../../../org/apache/accumulo/core/client/AccumuloSecurityException.html"
 title="class in 
org.apache.accumulo.core.client">AccumuloSecurityException</a></code> - if the 
user does not have permission</dd>
+<dd><code><a 
href="../../../../../../org/apache/accumulo/core/client/NamespaceNotFoundException.html"
 title="class in 
org.apache.accumulo.core.client">NamespaceNotFoundException</a></code> - if the 
specified namespace doesn't exist</dd><dt><span 
class="strong">Since:</span></dt>
+  <dd>1.6.0</dd></dl>
+</li>
+</ul>
+<a name="addConstraint(java.lang.String, java.lang.String)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>addConstraint</h4>
+<pre>int&nbsp;addConstraint(<a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;namespace,
+                <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;constraintClassName)
+                  throws <a 
href="../../../../../../org/apache/accumulo/core/client/AccumuloException.html" 
title="class in org.apache.accumulo.core.client">AccumuloException</a>,
+                         <a 
href="../../../../../../org/apache/accumulo/core/client/AccumuloSecurityException.html"
 title="class in org.apache.accumulo.core.client">AccumuloSecurityException</a>,
+                         <a 
href="../../../../../../org/apache/accumulo/core/client/NamespaceNotFoundException.html"
 title="class in 
org.apache.accumulo.core.client">NamespaceNotFoundException</a></pre>
+<div class="block">Add a new constraint to a namespace.</div>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>namespace</code> 
- the name of the namespace</dd><dd><code>constraintClassName</code> - the full 
name of the constraint class</dd>
+<dt><span class="strong">Returns:</span></dt><dd>the unique id number assigned 
to the constraint</dd>
+<dt><span class="strong">Throws:</span></dt>
+<dd><code><a 
href="../../../../../../org/apache/accumulo/core/client/AccumuloException.html" 
title="class in org.apache.accumulo.core.client">AccumuloException</a></code> - 
if a general error occurs</dd>
+<dd><code><a 
href="../../../../../../org/apache/accumulo/core/client/AccumuloSecurityException.html"
 title="class in 
org.apache.accumulo.core.client">AccumuloSecurityException</a></code> - if the 
user does not have permission</dd>
+<dd><code><a 
href="../../../../../../org/apache/accumulo/core/client/NamespaceNotFoundException.html"
 title="class in 
org.apache.accumulo.core.client">NamespaceNotFoundException</a></code> - if the 
specified namespace doesn't exist</dd><dt><span 
class="strong">Since:</span></dt>
+  <dd>1.6.0</dd></dl>
+</li>
+</ul>
+<a name="removeConstraint(java.lang.String, int)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>removeConstraint</h4>
+<pre>void&nbsp;removeConstraint(<a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;namespace,
+                    int&nbsp;id)
+                      throws <a 
href="../../../../../../org/apache/accumulo/core/client/AccumuloException.html" 
title="class in org.apache.accumulo.core.client">AccumuloException</a>,
+                             <a 
href="../../../../../../org/apache/accumulo/core/client/AccumuloSecurityException.html"
 title="class in org.apache.accumulo.core.client">AccumuloSecurityException</a>,
+                             <a 
href="../../../../../../org/apache/accumulo/core/client/NamespaceNotFoundException.html"
 title="class in 
org.apache.accumulo.core.client">NamespaceNotFoundException</a></pre>
+<div class="block">Remove a constraint from a namespace.</div>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>namespace</code> 
- the name of the namespace</dd><dd><code>id</code> - the unique id number 
assigned to the constraint</dd>
+<dt><span class="strong">Throws:</span></dt>
+<dd><code><a 
href="../../../../../../org/apache/accumulo/core/client/AccumuloException.html" 
title="class in org.apache.accumulo.core.client">AccumuloException</a></code> - 
if a general error occurs</dd>
+<dd><code><a 
href="../../../../../../org/apache/accumulo/core/client/AccumuloSecurityException.html"
 title="class in 
org.apache.accumulo.core.client">AccumuloSecurityException</a></code> - if the 
user does not have permission</dd>
+<dd><code><a 
href="../../../../../../org/apache/accumulo/core/client/NamespaceNotFoundException.html"
 title="class in 
org.apache.accumulo.core.client">NamespaceNotFoundException</a></code> - if the 
specified namespace doesn't exist</dd><dt><span 
class="strong">Since:</span></dt>
+  <dd>1.6.0</dd></dl>
+</li>
+</ul>
+<a name="listConstraints(java.lang.String)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>listConstraints</h4>
+<pre><a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true";
 title="class or interface in java.util">Map</a>&lt;<a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>,<a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Integer.html?is-external=true";
 title="class or interface in 
java.lang">Integer</a>&gt;&nbsp;listConstraints(<a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;namespace)
+                                    throws <a 
href="../../../../../../org/apache/accumulo/core/client/AccumuloException.html" 
title="class in org.apache.accumulo.core.client">AccumuloException</a>,
+                                           <a 
href="../../../../../../org/apache/accumulo/core/client/AccumuloSecurityException.html"
 title="class in org.apache.accumulo.core.client">AccumuloSecurityException</a>,
+                                           <a 
href="../../../../../../org/apache/accumulo/core/client/NamespaceNotFoundException.html"
 title="class in 
org.apache.accumulo.core.client">NamespaceNotFoundException</a></pre>
+<div class="block">List constraints on a namespace with their assigned 
numbers.</div>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>namespace</code> 
- the name of the namespace</dd>
+<dt><span class="strong">Returns:</span></dt><dd>a map from constraint class 
name to assigned number</dd>
+<dt><span class="strong">Throws:</span></dt>
+<dd><code><a 
href="../../../../../../org/apache/accumulo/core/client/AccumuloException.html" 
title="class in org.apache.accumulo.core.client">AccumuloException</a></code> - 
if a general error occurs</dd>
+<dd><code><a 
href="../../../../../../org/apache/accumulo/core/client/AccumuloSecurityException.html"
 title="class in 
org.apache.accumulo.core.client">AccumuloSecurityException</a></code> - if the 
user does not have permission</dd>
+<dd><code><a 
href="../../../../../../org/apache/accumulo/core/client/NamespaceNotFoundException.html"
 title="class in 
org.apache.accumulo.core.client">NamespaceNotFoundException</a></code> - if the 
specified namespace doesn't exist</dd><dt><span 
class="strong">Since:</span></dt>
+  <dd>1.6.0</dd></dl>
+</li>
+</ul>
+<a name="testClassLoad(java.lang.String, java.lang.String, java.lang.String)">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>testClassLoad</h4>
+<pre>boolean&nbsp;testClassLoad(<a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;namespace,
+                    <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;className,
+                    <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;asTypeName)
+                      throws <a 
href="../../../../../../org/apache/accumulo/core/client/AccumuloException.html" 
title="class in org.apache.accumulo.core.client">AccumuloException</a>,
+                             <a 
href="../../../../../../org/apache/accumulo/core/client/AccumuloSecurityException.html"
 title="class in org.apache.accumulo.core.client">AccumuloSecurityException</a>,
+                             <a 
href="../../../../../../org/apache/accumulo/core/client/NamespaceNotFoundException.html"
 title="class in 
org.apache.accumulo.core.client">NamespaceNotFoundException</a></pre>
+<div class="block">Test to see if the instance can load the given class as the 
given type. This check uses the table classpath property if it is set.</div>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>namespace</code> 
- the name of the namespace</dd><dd><code>className</code> - the class to try 
to load</dd><dd><code>asTypeName</code> - the interface or superclass the given 
class is attempted to load as</dd>
+<dt><span class="strong">Returns:</span></dt><dd>true if the instance can load 
the given class as the given type, false otherwise</dd>
+<dt><span class="strong">Throws:</span></dt>
+<dd><code><a 
href="../../../../../../org/apache/accumulo/core/client/AccumuloException.html" 
title="class in org.apache.accumulo.core.client">AccumuloException</a></code> - 
if a general error occurs</dd>
+<dd><code><a 
href="../../../../../../org/apache/accumulo/core/client/AccumuloSecurityException.html"
 title="class in 
org.apache.accumulo.core.client">AccumuloSecurityException</a></code> - if the 
user does not have permission</dd>
+<dd><code><a 
href="../../../../../../org/apache/accumulo/core/client/NamespaceNotFoundException.html"
 title="class in 
org.apache.accumulo.core.client">NamespaceNotFoundException</a></code> - if the 
specified namespace doesn't exist</dd><dt><span 
class="strong">Since:</span></dt>
+  <dd>1.6.0</dd></dl>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+</div>
+<!-- ========= END OF CLASS DATA ========= -->
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
+<div class="bottomNav"><a name="navbar_bottom">
+<!--   -->
+</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a 
name="navbar_bottom_firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="../../../../../../overview-summary.html">Overview</a></li>
+<li><a href="package-summary.html">Package</a></li>
+<li class="navBarCell1Rev">Class</li>
+<li><a href="class-use/NamespaceOperations.html">Use</a></li>
+<li><a href="package-tree.html">Tree</a></li>
+<li><a href="../../../../../../deprecated-list.html">Deprecated</a></li>
+<li><a href="../../../../../../index-all.html">Index</a></li>
+<li><a href="../../../../../../help-doc.html">Help</a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li><a 
href="../../../../../../org/apache/accumulo/core/client/admin/Locations.html" 
title="interface in org.apache.accumulo.core.client.admin"><span 
class="strong">Prev Class</span></a></li>
+<li><a 
href="../../../../../../org/apache/accumulo/core/client/admin/NewTableConfiguration.html"
 title="class in org.apache.accumulo.core.client.admin"><span 
class="strong">Next Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a 
href="../../../../../../index.html?org/apache/accumulo/core/client/admin/NamespaceOperations.html"
 target="_top">Frames</a></li>
+<li><a href="NamespaceOperations.html" target="_top">No Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_bottom">
+<li><a href="../../../../../../allclasses-noframe.html">All Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_bottom");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<div>
+<ul class="subNavList">
+<li>Summary:&nbsp;</li>
+<li>Nested&nbsp;|&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li>Constr&nbsp;|&nbsp;</li>
+<li><a href="#method_summary">Method</a></li>
+</ul>
+<ul class="subNavList">
+<li>Detail:&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li>Constr&nbsp;|&nbsp;</li>
+<li><a href="#method_detail">Method</a></li>
+</ul>
+</div>
+<a name="skip-navbar_bottom">
+<!--   -->
+</a></div>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a 
href="https://www.apache.org";>The Apache Software Foundation</a>. All rights 
reserved.</small></p>
+</body>
+</html>

Reply via email to