http://git-wip-us.apache.org/repos/asf/accumulo/blob/823e2294/1.4/apidocs/org/apache/accumulo/core/client/ZooKeeperInstance.html
----------------------------------------------------------------------
diff --git a/1.4/apidocs/org/apache/accumulo/core/client/ZooKeeperInstance.html 
b/1.4/apidocs/org/apache/accumulo/core/client/ZooKeeperInstance.html
new file mode 100644
index 0000000..ace9674
--- /dev/null
+++ b/1.4/apidocs/org/apache/accumulo/core/client/ZooKeeperInstance.html
@@ -0,0 +1,631 @@
+<!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_95) on Thu Mar 03 19:53:23 EST 2016 
-->
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>ZooKeeperInstance (accumulo 1.4.5 API)</title>
+<meta name="date" content="2016-03-03">
+<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="ZooKeeperInstance (accumulo 1.4.5 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/ZooKeeperInstance.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/TableOfflineException.html"
 title="class in org.apache.accumulo.core.client"><span class="strong">Prev 
Class</span></a></li>
+<li>Next Class</li>
+</ul>
+<ul class="navList">
+<li><a 
href="../../../../../index.html?org/apache/accumulo/core/client/ZooKeeperInstance.html"
 target="_top">Frames</a></li>
+<li><a href="ZooKeeperInstance.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><a href="#constructor_summary">Constr</a>&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><a href="#constructor_detail">Constr</a>&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</div>
+<h2 title="Class ZooKeeperInstance" class="title">Class ZooKeeperInstance</h2>
+</div>
+<div class="contentContainer">
+<ul class="inheritance">
+<li><a 
href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true";
 title="class or interface in java.lang">java.lang.Object</a></li>
+<li>
+<ul class="inheritance">
+<li>org.apache.accumulo.core.client.ZooKeeperInstance</li>
+</ul>
+</li>
+</ul>
+<div class="description">
+<ul class="blockList">
+<li class="blockList">
+<dl>
+<dt>All Implemented Interfaces:</dt>
+<dd><a href="../../../../../org/apache/accumulo/core/client/Instance.html" 
title="interface in org.apache.accumulo.core.client">Instance</a></dd>
+</dl>
+<hr>
+<br>
+<pre>public class <span class="strong">ZooKeeperInstance</span>
+extends <a 
href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true";
 title="class or interface in java.lang">Object</a>
+implements <a 
href="../../../../../org/apache/accumulo/core/client/Instance.html" 
title="interface in org.apache.accumulo.core.client">Instance</a></pre>
+<div class="block"><p>
+ An implementation of instance that looks in zookeeper to find information 
needed to connect to an instance of accumulo.
+ 
+ <p>
+ The advantage of using zookeeper to obtain information about accumulo is that 
zookeeper is highly available, very responsive, and supports caching.
+ 
+ <p>
+ Because it is possible for multiple instances of accumulo to share a single 
set of zookeeper servers, all constructors require an accumulo instance name.
+ 
+ If you do not know the instance names then run accumulo 
org.apache.accumulo.server.util.ListInstances on an accumulo server.</div>
+</li>
+</ul>
+</div>
+<div class="summary">
+<ul class="blockList">
+<li class="blockList">
+<!-- ======== CONSTRUCTOR SUMMARY ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="constructor_summary">
+<!--   -->
+</a>
+<h3>Constructor Summary</h3>
+<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" 
summary="Constructor Summary table, listing constructors, and an explanation">
+<caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colOne" scope="col">Constructor and Description</th>
+</tr>
+<tr class="altColor">
+<td class="colOne"><code><strong><a 
href="../../../../../org/apache/accumulo/core/client/ZooKeeperInstance.html#ZooKeeperInstance(java.lang.String,%20java.lang.String)">ZooKeeperInstance</a></strong>(<a
 
href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;instanceName,
+                 <a 
href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in 
java.lang">String</a>&nbsp;zooKeepers)</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colOne"><code><strong><a 
href="../../../../../org/apache/accumulo/core/client/ZooKeeperInstance.html#ZooKeeperInstance(java.lang.String,%20java.lang.String,%20int)">ZooKeeperInstance</a></strong>(<a
 
href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;instanceName,
+                 <a 
href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;zooKeepers,
+                 int&nbsp;sessionTimeout)</code>&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colOne"><code><strong><a 
href="../../../../../org/apache/accumulo/core/client/ZooKeeperInstance.html#ZooKeeperInstance(java.util.UUID,%20java.lang.String)">ZooKeeperInstance</a></strong>(<a
 
href="http://docs.oracle.com/javase/6/docs/api/java/util/UUID.html?is-external=true";
 title="class or interface in java.util">UUID</a>&nbsp;instanceId,
+                 <a 
href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in 
java.lang">String</a>&nbsp;zooKeepers)</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colOne"><code><strong><a 
href="../../../../../org/apache/accumulo/core/client/ZooKeeperInstance.html#ZooKeeperInstance(java.util.UUID,%20java.lang.String,%20int)">ZooKeeperInstance</a></strong>(<a
 
href="http://docs.oracle.com/javase/6/docs/api/java/util/UUID.html?is-external=true";
 title="class or interface in java.util">UUID</a>&nbsp;instanceId,
+                 <a 
href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;zooKeepers,
+                 int&nbsp;sessionTimeout)</code>&nbsp;</td>
+</tr>
+</table>
+</li>
+</ul>
+<!-- ========== 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>org.apache.accumulo.core.conf.AccumuloConfiguration</code></td>
+<td class="colLast"><code><strong><a 
href="../../../../../org/apache/accumulo/core/client/ZooKeeperInstance.html#getConfiguration()">getConfiguration</a></strong>()</code>
+<div class="block">Returns the AccumuloConfiguration to use when interacting 
with this instance.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code><a 
href="../../../../../org/apache/accumulo/core/client/Connector.html" 
title="class in org.apache.accumulo.core.client">Connector</a></code></td>
+<td class="colLast"><code><strong><a 
href="../../../../../org/apache/accumulo/core/client/ZooKeeperInstance.html#getConnector(org.apache.accumulo.core.security.thrift.AuthInfo)">getConnector</a></strong>(org.apache.accumulo.core.security.thrift.AuthInfo&nbsp;auth)</code>
+<div class="block">Returns a connection to accumulo.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code><a 
href="../../../../../org/apache/accumulo/core/client/Connector.html" 
title="class in org.apache.accumulo.core.client">Connector</a></code></td>
+<td class="colLast"><code><strong><a 
href="../../../../../org/apache/accumulo/core/client/ZooKeeperInstance.html#getConnector(java.lang.String,%20byte[])">getConnector</a></strong>(<a
 
href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;user,
+            byte[]&nbsp;pass)</code>
+<div class="block">Returns a connection to accumulo.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code><a 
href="../../../../../org/apache/accumulo/core/client/Connector.html" 
title="class in org.apache.accumulo.core.client">Connector</a></code></td>
+<td class="colLast"><code><strong><a 
href="../../../../../org/apache/accumulo/core/client/ZooKeeperInstance.html#getConnector(java.lang.String,%20java.nio.ByteBuffer)">getConnector</a></strong>(<a
 
href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;user,
+            <a 
href="http://docs.oracle.com/javase/6/docs/api/java/nio/ByteBuffer.html?is-external=true";
 title="class or interface in java.nio">ByteBuffer</a>&nbsp;pass)</code>
+<div class="block">Returns a connection to accumulo.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code><a 
href="../../../../../org/apache/accumulo/core/client/Connector.html" 
title="class in org.apache.accumulo.core.client">Connector</a></code></td>
+<td class="colLast"><code><strong><a 
href="../../../../../org/apache/accumulo/core/client/ZooKeeperInstance.html#getConnector(java.lang.String,%20java.lang.CharSequence)">getConnector</a></strong>(<a
 
href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;user,
+            <a 
href="http://docs.oracle.com/javase/6/docs/api/java/lang/CharSequence.html?is-external=true";
 title="class or interface in java.lang">CharSequence</a>&nbsp;pass)</code>
+<div class="block">Returns a connection to this instance of accumulo.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code><a 
href="http://docs.oracle.com/javase/6/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/ZooKeeperInstance.html#getInstanceID()">getInstanceID</a></strong>()</code>
+<div class="block">Returns a unique string that identifies this instance of 
accumulo.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>static <a 
href="http://docs.oracle.com/javase/6/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/ZooKeeperInstance.html#getInstanceIDFromHdfs(org.apache.hadoop.fs.Path)">getInstanceIDFromHdfs</a></strong>(org.apache.hadoop.fs.Path&nbsp;instanceDirectory)</code>
+<div class="block"><strong>Deprecated.</strong>&nbsp;</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code><a 
href="http://docs.oracle.com/javase/6/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/ZooKeeperInstance.html#getInstanceName()">getInstanceName</a></strong>()</code>
+<div class="block">Returns the instance name given at system initialization 
time.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code><a 
href="http://docs.oracle.com/javase/6/docs/api/java/util/List.html?is-external=true";
 title="class or interface in java.util">List</a>&lt;<a 
href="http://docs.oracle.com/javase/6/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/ZooKeeperInstance.html#getMasterLocations()">getMasterLocations</a></strong>()</code>
+<div class="block">Returns the location(s) of the accumulo master and any 
redundant servers.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code><a 
href="http://docs.oracle.com/javase/6/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/ZooKeeperInstance.html#getRootTabletLocation()">getRootTabletLocation</a></strong>()</code>
+<div class="block">Returns the location of the tablet server that is serving 
the root tablet.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code><a 
href="http://docs.oracle.com/javase/6/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/ZooKeeperInstance.html#getZooKeepers()">getZooKeepers</a></strong>()</code>
+<div class="block">Returns a comma-separated list of zookeeper servers the 
instance is using.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>int</code></td>
+<td class="colLast"><code><strong><a 
href="../../../../../org/apache/accumulo/core/client/ZooKeeperInstance.html#getZooKeepersSessionTimeOut()">getZooKeepersSessionTimeOut</a></strong>()</code>
+<div class="block">Returns the zookeeper connection timeout.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>static <a 
href="http://docs.oracle.com/javase/6/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/ZooKeeperInstance.html#lookupInstanceName(org.apache.accumulo.core.zookeeper.ZooCache,%20java.util.UUID)">lookupInstanceName</a></strong>(org.apache.accumulo.core.zookeeper.ZooCache&nbsp;zooCache,
+                  <a 
href="http://docs.oracle.com/javase/6/docs/api/java/util/UUID.html?is-external=true";
 title="class or interface in java.util">UUID</a>&nbsp;instanceId)</code>
+<div class="block">Given a zooCache and instanceId, look up the instance 
name.</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/ZooKeeperInstance.html#setConfiguration(org.apache.accumulo.core.conf.AccumuloConfiguration)">setConfiguration</a></strong>(org.apache.accumulo.core.conf.AccumuloConfiguration&nbsp;conf)</code>
+<div class="block">Set the AccumuloConfiguration to use when interacting with 
this instance.</div>
+</td>
+</tr>
+</table>
+<ul class="blockList">
+<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;java.lang.<a 
href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true";
 title="class or interface in java.lang">Object</a></h3>
+<code><a 
href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#clone()"
 title="class or interface in java.lang">clone</a>, <a 
href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#equals(java.lang.Object)"
 title="class or interface in java.lang">equals</a>, <a 
href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#finalize()"
 title="class or interface in java.lang">finalize</a>, <a 
href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#getClass()"
 title="class or interface in java.lang">getClass</a>, <a 
href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#hashCode()"
 title="class or interface in java.lang">hashCode</a>, <a 
href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#notify()"
 title="class or interface in java.lang">notify</a>, <a 
href="http://docs.oracle.com/javase/6/docs/api/java/lang
 /Object.html?is-external=true#notifyAll()" title="class or interface in 
java.lang">notifyAll</a>, <a 
href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#toString()"
 title="class or interface in java.lang">toString</a>, <a 
href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait()"
 title="class or interface in java.lang">wait</a>, <a 
href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait(long)"
 title="class or interface in java.lang">wait</a>, <a 
href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait(long,%20int)"
 title="class or interface in java.lang">wait</a></code></li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+<div class="details">
+<ul class="blockList">
+<li class="blockList">
+<!-- ========= CONSTRUCTOR DETAIL ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="constructor_detail">
+<!--   -->
+</a>
+<h3>Constructor Detail</h3>
+<a name="ZooKeeperInstance(java.lang.String, java.lang.String)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>ZooKeeperInstance</h4>
+<pre>public&nbsp;ZooKeeperInstance(<a 
href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;instanceName,
+                 <a 
href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;zooKeepers)</pre>
+<dl><dt><span 
class="strong">Parameters:</span></dt><dd><code>instanceName</code> - The name 
of specific accumulo instance. This is set at initialization 
time.</dd><dd><code>zooKeepers</code> - A comma separated list of zoo keeper 
server locations. Each location can contain an optional port, of the format 
host:port.</dd></dl>
+</li>
+</ul>
+<a name="ZooKeeperInstance(java.lang.String, java.lang.String, int)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>ZooKeeperInstance</h4>
+<pre>public&nbsp;ZooKeeperInstance(<a 
href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;instanceName,
+                 <a 
href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;zooKeepers,
+                 int&nbsp;sessionTimeout)</pre>
+<dl><dt><span 
class="strong">Parameters:</span></dt><dd><code>instanceName</code> - The name 
of specific accumulo instance. This is set at initialization 
time.</dd><dd><code>zooKeepers</code> - A comma separated list of zoo keeper 
server locations. Each location can contain an optional port, of the format 
host:port.</dd><dd><code>sessionTimeout</code> - zoo keeper session time out in 
milliseconds.</dd></dl>
+</li>
+</ul>
+<a name="ZooKeeperInstance(java.util.UUID, java.lang.String)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>ZooKeeperInstance</h4>
+<pre>public&nbsp;ZooKeeperInstance(<a 
href="http://docs.oracle.com/javase/6/docs/api/java/util/UUID.html?is-external=true";
 title="class or interface in java.util">UUID</a>&nbsp;instanceId,
+                 <a 
href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;zooKeepers)</pre>
+<dl><dt><span 
class="strong">Parameters:</span></dt><dd><code>instanceId</code> - The UUID 
that identifies the accumulo instance you want to connect 
to.</dd><dd><code>zooKeepers</code> - A comma separated list of zoo keeper 
server locations. Each location can contain an optional port, of the format 
host:port.</dd></dl>
+</li>
+</ul>
+<a name="ZooKeeperInstance(java.util.UUID, java.lang.String, int)">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>ZooKeeperInstance</h4>
+<pre>public&nbsp;ZooKeeperInstance(<a 
href="http://docs.oracle.com/javase/6/docs/api/java/util/UUID.html?is-external=true";
 title="class or interface in java.util">UUID</a>&nbsp;instanceId,
+                 <a 
href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;zooKeepers,
+                 int&nbsp;sessionTimeout)</pre>
+<dl><dt><span 
class="strong">Parameters:</span></dt><dd><code>instanceId</code> - The UUID 
that identifies the accumulo instance you want to connect 
to.</dd><dd><code>zooKeepers</code> - A comma separated list of zoo keeper 
server locations. Each location can contain an optional port, of the format 
host:port.</dd><dd><code>sessionTimeout</code> - zoo keeper session time out in 
milliseconds.</dd></dl>
+</li>
+</ul>
+</li>
+</ul>
+<!-- ============ METHOD DETAIL ========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method_detail">
+<!--   -->
+</a>
+<h3>Method Detail</h3>
+<a name="getInstanceID()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getInstanceID</h4>
+<pre>public&nbsp;<a 
href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;getInstanceID()</pre>
+<div class="block"><strong>Description copied from interface:&nbsp;<code><a 
href="../../../../../org/apache/accumulo/core/client/Instance.html#getInstanceID()">Instance</a></code></strong></div>
+<div class="block">Returns a unique string that identifies this instance of 
accumulo.</div>
+<dl>
+<dt><strong>Specified by:</strong></dt>
+<dd><code><a 
href="../../../../../org/apache/accumulo/core/client/Instance.html#getInstanceID()">getInstanceID</a></code>&nbsp;in
 interface&nbsp;<code><a 
href="../../../../../org/apache/accumulo/core/client/Instance.html" 
title="interface in org.apache.accumulo.core.client">Instance</a></code></dd>
+<dt><span class="strong">Returns:</span></dt><dd>a UUID</dd></dl>
+</li>
+</ul>
+<a name="getMasterLocations()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getMasterLocations</h4>
+<pre>public&nbsp;<a 
href="http://docs.oracle.com/javase/6/docs/api/java/util/List.html?is-external=true";
 title="class or interface in java.util">List</a>&lt;<a 
href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in 
java.lang">String</a>&gt;&nbsp;getMasterLocations()</pre>
+<div class="block"><strong>Description copied from interface:&nbsp;<code><a 
href="../../../../../org/apache/accumulo/core/client/Instance.html#getMasterLocations()">Instance</a></code></strong></div>
+<div class="block">Returns the location(s) of the accumulo master and any 
redundant servers.</div>
+<dl>
+<dt><strong>Specified by:</strong></dt>
+<dd><code><a 
href="../../../../../org/apache/accumulo/core/client/Instance.html#getMasterLocations()">getMasterLocations</a></code>&nbsp;in
 interface&nbsp;<code><a 
href="../../../../../org/apache/accumulo/core/client/Instance.html" 
title="interface in org.apache.accumulo.core.client">Instance</a></code></dd>
+<dt><span class="strong">Returns:</span></dt><dd>a list of locations in 
"hostname:port" form</dd></dl>
+</li>
+</ul>
+<a name="getRootTabletLocation()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getRootTabletLocation</h4>
+<pre>public&nbsp;<a 
href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in 
java.lang">String</a>&nbsp;getRootTabletLocation()</pre>
+<div class="block"><strong>Description copied from interface:&nbsp;<code><a 
href="../../../../../org/apache/accumulo/core/client/Instance.html#getRootTabletLocation()">Instance</a></code></strong></div>
+<div class="block">Returns the location of the tablet server that is serving 
the root tablet.</div>
+<dl>
+<dt><strong>Specified by:</strong></dt>
+<dd><code><a 
href="../../../../../org/apache/accumulo/core/client/Instance.html#getRootTabletLocation()">getRootTabletLocation</a></code>&nbsp;in
 interface&nbsp;<code><a 
href="../../../../../org/apache/accumulo/core/client/Instance.html" 
title="interface in org.apache.accumulo.core.client">Instance</a></code></dd>
+<dt><span class="strong">Returns:</span></dt><dd>location in "hostname:port" 
form</dd></dl>
+</li>
+</ul>
+<a name="getInstanceName()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getInstanceName</h4>
+<pre>public&nbsp;<a 
href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;getInstanceName()</pre>
+<div class="block"><strong>Description copied from interface:&nbsp;<code><a 
href="../../../../../org/apache/accumulo/core/client/Instance.html#getInstanceName()">Instance</a></code></strong></div>
+<div class="block">Returns the instance name given at system initialization 
time.</div>
+<dl>
+<dt><strong>Specified by:</strong></dt>
+<dd><code><a 
href="../../../../../org/apache/accumulo/core/client/Instance.html#getInstanceName()">getInstanceName</a></code>&nbsp;in
 interface&nbsp;<code><a 
href="../../../../../org/apache/accumulo/core/client/Instance.html" 
title="interface in org.apache.accumulo.core.client">Instance</a></code></dd>
+<dt><span class="strong">Returns:</span></dt><dd>current instance 
name</dd></dl>
+</li>
+</ul>
+<a name="getZooKeepers()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getZooKeepers</h4>
+<pre>public&nbsp;<a 
href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;getZooKeepers()</pre>
+<div class="block"><strong>Description copied from interface:&nbsp;<code><a 
href="../../../../../org/apache/accumulo/core/client/Instance.html#getZooKeepers()">Instance</a></code></strong></div>
+<div class="block">Returns a comma-separated list of zookeeper servers the 
instance is using.</div>
+<dl>
+<dt><strong>Specified by:</strong></dt>
+<dd><code><a 
href="../../../../../org/apache/accumulo/core/client/Instance.html#getZooKeepers()">getZooKeepers</a></code>&nbsp;in
 interface&nbsp;<code><a 
href="../../../../../org/apache/accumulo/core/client/Instance.html" 
title="interface in org.apache.accumulo.core.client">Instance</a></code></dd>
+<dt><span class="strong">Returns:</span></dt><dd>the zookeeper servers this 
instance is using in "hostname:port" form</dd></dl>
+</li>
+</ul>
+<a name="getZooKeepersSessionTimeOut()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getZooKeepersSessionTimeOut</h4>
+<pre>public&nbsp;int&nbsp;getZooKeepersSessionTimeOut()</pre>
+<div class="block"><strong>Description copied from interface:&nbsp;<code><a 
href="../../../../../org/apache/accumulo/core/client/Instance.html#getZooKeepersSessionTimeOut()">Instance</a></code></strong></div>
+<div class="block">Returns the zookeeper connection timeout.</div>
+<dl>
+<dt><strong>Specified by:</strong></dt>
+<dd><code><a 
href="../../../../../org/apache/accumulo/core/client/Instance.html#getZooKeepersSessionTimeOut()">getZooKeepersSessionTimeOut</a></code>&nbsp;in
 interface&nbsp;<code><a 
href="../../../../../org/apache/accumulo/core/client/Instance.html" 
title="interface in org.apache.accumulo.core.client">Instance</a></code></dd>
+<dt><span class="strong">Returns:</span></dt><dd>the configured timeout to 
connect to zookeeper</dd></dl>
+</li>
+</ul>
+<a name="getConnector(java.lang.String, java.lang.CharSequence)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getConnector</h4>
+<pre>public&nbsp;<a 
href="../../../../../org/apache/accumulo/core/client/Connector.html" 
title="class in 
org.apache.accumulo.core.client">Connector</a>&nbsp;getConnector(<a 
href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;user,
+                     <a 
href="http://docs.oracle.com/javase/6/docs/api/java/lang/CharSequence.html?is-external=true";
 title="class or interface in java.lang">CharSequence</a>&nbsp;pass)
+                       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"><strong>Description copied from interface:&nbsp;<code><a 
href="../../../../../org/apache/accumulo/core/client/Instance.html#getConnector(java.lang.String,%20java.lang.CharSequence)">Instance</a></code></strong></div>
+<div class="block">Returns a connection to this instance of accumulo.</div>
+<dl>
+<dt><strong>Specified by:</strong></dt>
+<dd><code><a 
href="../../../../../org/apache/accumulo/core/client/Instance.html#getConnector(java.lang.String,%20java.lang.CharSequence)">getConnector</a></code>&nbsp;in
 interface&nbsp;<code><a 
href="../../../../../org/apache/accumulo/core/client/Instance.html" 
title="interface in org.apache.accumulo.core.client">Instance</a></code></dd>
+<dt><span class="strong">Parameters:</span></dt><dd><code>user</code> - a 
valid accumulo user</dd><dd><code>pass</code> - If a mutable CharSequence is 
passed in, it may be cleared after this call.</dd>
+<dt><span class="strong">Returns:</span></dt><dd>the accumulo Connector</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> - 
when a generic exception occurs</dd>
+<dd><code><a 
href="../../../../../org/apache/accumulo/core/client/AccumuloSecurityException.html"
 title="class in 
org.apache.accumulo.core.client">AccumuloSecurityException</a></code> - when a 
user's credentials are invalid</dd></dl>
+</li>
+</ul>
+<a name="getConnector(java.lang.String, java.nio.ByteBuffer)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getConnector</h4>
+<pre>public&nbsp;<a 
href="../../../../../org/apache/accumulo/core/client/Connector.html" 
title="class in 
org.apache.accumulo.core.client">Connector</a>&nbsp;getConnector(<a 
href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;user,
+                     <a 
href="http://docs.oracle.com/javase/6/docs/api/java/nio/ByteBuffer.html?is-external=true";
 title="class or interface in java.nio">ByteBuffer</a>&nbsp;pass)
+                       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"><strong>Description copied from interface:&nbsp;<code><a 
href="../../../../../org/apache/accumulo/core/client/Instance.html#getConnector(java.lang.String,%20java.nio.ByteBuffer)">Instance</a></code></strong></div>
+<div class="block">Returns a connection to accumulo.</div>
+<dl>
+<dt><strong>Specified by:</strong></dt>
+<dd><code><a 
href="../../../../../org/apache/accumulo/core/client/Instance.html#getConnector(java.lang.String,%20java.nio.ByteBuffer)">getConnector</a></code>&nbsp;in
 interface&nbsp;<code><a 
href="../../../../../org/apache/accumulo/core/client/Instance.html" 
title="interface in org.apache.accumulo.core.client">Instance</a></code></dd>
+<dt><span class="strong">Parameters:</span></dt><dd><code>user</code> - a 
valid accumulo user</dd><dd><code>pass</code> - A UTF-8 encoded password. The 
password may be cleared after making this call.</dd>
+<dt><span class="strong">Returns:</span></dt><dd>the accumulo Connector</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> - 
when a generic exception occurs</dd>
+<dd><code><a 
href="../../../../../org/apache/accumulo/core/client/AccumuloSecurityException.html"
 title="class in 
org.apache.accumulo.core.client">AccumuloSecurityException</a></code> - when a 
user's credentials are invalid</dd></dl>
+</li>
+</ul>
+<a name="getConnector(java.lang.String, byte[])">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getConnector</h4>
+<pre>public&nbsp;<a 
href="../../../../../org/apache/accumulo/core/client/Connector.html" 
title="class in 
org.apache.accumulo.core.client">Connector</a>&nbsp;getConnector(<a 
href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;user,
+                     byte[]&nbsp;pass)
+                       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"><strong>Description copied from interface:&nbsp;<code><a 
href="../../../../../org/apache/accumulo/core/client/Instance.html#getConnector(java.lang.String,%20byte[])">Instance</a></code></strong></div>
+<div class="block">Returns a connection to accumulo.</div>
+<dl>
+<dt><strong>Specified by:</strong></dt>
+<dd><code><a 
href="../../../../../org/apache/accumulo/core/client/Instance.html#getConnector(java.lang.String,%20byte[])">getConnector</a></code>&nbsp;in
 interface&nbsp;<code><a 
href="../../../../../org/apache/accumulo/core/client/Instance.html" 
title="interface in org.apache.accumulo.core.client">Instance</a></code></dd>
+<dt><span class="strong">Parameters:</span></dt><dd><code>user</code> - a 
valid accumulo user</dd><dd><code>pass</code> - A UTF-8 encoded password. The 
password may be cleared after making this call.</dd>
+<dt><span class="strong">Returns:</span></dt><dd>the accumulo Connector</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> - 
when a generic exception occurs</dd>
+<dd><code><a 
href="../../../../../org/apache/accumulo/core/client/AccumuloSecurityException.html"
 title="class in 
org.apache.accumulo.core.client">AccumuloSecurityException</a></code> - when a 
user's credentials are invalid</dd></dl>
+</li>
+</ul>
+<a name="getConfiguration()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getConfiguration</h4>
+<pre>public&nbsp;org.apache.accumulo.core.conf.AccumuloConfiguration&nbsp;getConfiguration()</pre>
+<div class="block"><strong>Description copied from interface:&nbsp;<code><a 
href="../../../../../org/apache/accumulo/core/client/Instance.html#getConfiguration()">Instance</a></code></strong></div>
+<div class="block">Returns the AccumuloConfiguration to use when interacting 
with this instance.</div>
+<dl>
+<dt><strong>Specified by:</strong></dt>
+<dd><code><a 
href="../../../../../org/apache/accumulo/core/client/Instance.html#getConfiguration()">getConfiguration</a></code>&nbsp;in
 interface&nbsp;<code><a 
href="../../../../../org/apache/accumulo/core/client/Instance.html" 
title="interface in org.apache.accumulo.core.client">Instance</a></code></dd>
+<dt><span class="strong">Returns:</span></dt><dd>the AccumuloConfiguration 
that specifies properties related to interacting with this instance</dd></dl>
+</li>
+</ul>
+<a 
name="setConfiguration(org.apache.accumulo.core.conf.AccumuloConfiguration)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setConfiguration</h4>
+<pre>public&nbsp;void&nbsp;setConfiguration(org.apache.accumulo.core.conf.AccumuloConfiguration&nbsp;conf)</pre>
+<div class="block"><strong>Description copied from interface:&nbsp;<code><a 
href="../../../../../org/apache/accumulo/core/client/Instance.html#setConfiguration(org.apache.accumulo.core.conf.AccumuloConfiguration)">Instance</a></code></strong></div>
+<div class="block">Set the AccumuloConfiguration to use when interacting with 
this instance.</div>
+<dl>
+<dt><strong>Specified by:</strong></dt>
+<dd><code><a 
href="../../../../../org/apache/accumulo/core/client/Instance.html#setConfiguration(org.apache.accumulo.core.conf.AccumuloConfiguration)">setConfiguration</a></code>&nbsp;in
 interface&nbsp;<code><a 
href="../../../../../org/apache/accumulo/core/client/Instance.html" 
title="interface in org.apache.accumulo.core.client">Instance</a></code></dd>
+<dt><span class="strong">Parameters:</span></dt><dd><code>conf</code> - 
accumulo configuration</dd></dl>
+</li>
+</ul>
+<a name="lookupInstanceName(org.apache.accumulo.core.zookeeper.ZooCache, 
java.util.UUID)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>lookupInstanceName</h4>
+<pre>public static&nbsp;<a 
href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in 
java.lang">String</a>&nbsp;lookupInstanceName(org.apache.accumulo.core.zookeeper.ZooCache&nbsp;zooCache,
+                        <a 
href="http://docs.oracle.com/javase/6/docs/api/java/util/UUID.html?is-external=true";
 title="class or interface in java.util">UUID</a>&nbsp;instanceId)</pre>
+<div class="block">Given a zooCache and instanceId, look up the instance 
name.</div>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>zooCache</code> 
- </dd><dd><code>instanceId</code> - </dd>
+<dt><span class="strong">Returns:</span></dt><dd>the instance name</dd></dl>
+</li>
+</ul>
+<a name="getInstanceIDFromHdfs(org.apache.hadoop.fs.Path)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getInstanceIDFromHdfs</h4>
+<pre><a 
href="http://docs.oracle.com/javase/6/docs/api/java/lang/Deprecated.html?is-external=true";
 title="class or interface in java.lang">@Deprecated</a>
+public static&nbsp;<a 
href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in 
java.lang">String</a>&nbsp;getInstanceIDFromHdfs(org.apache.hadoop.fs.Path&nbsp;instanceDirectory)</pre>
+<div class="block"><span class="strong">Deprecated.</span>&nbsp;</div>
+</li>
+</ul>
+<a name="getConnector(org.apache.accumulo.core.security.thrift.AuthInfo)">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>getConnector</h4>
+<pre>public&nbsp;<a 
href="../../../../../org/apache/accumulo/core/client/Connector.html" 
title="class in 
org.apache.accumulo.core.client">Connector</a>&nbsp;getConnector(org.apache.accumulo.core.security.thrift.AuthInfo&nbsp;auth)
+                       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"><strong>Description copied from interface:&nbsp;<code><a 
href="../../../../../org/apache/accumulo/core/client/Instance.html#getConnector(org.apache.accumulo.core.security.thrift.AuthInfo)">Instance</a></code></strong></div>
+<div class="block">Returns a connection to accumulo.</div>
+<dl>
+<dt><strong>Specified by:</strong></dt>
+<dd><code><a 
href="../../../../../org/apache/accumulo/core/client/Instance.html#getConnector(org.apache.accumulo.core.security.thrift.AuthInfo)">getConnector</a></code>&nbsp;in
 interface&nbsp;<code><a 
href="../../../../../org/apache/accumulo/core/client/Instance.html" 
title="interface in org.apache.accumulo.core.client">Instance</a></code></dd>
+<dt><span class="strong">Parameters:</span></dt><dd><code>auth</code> - An 
AuthInfo object.</dd>
+<dt><span class="strong">Returns:</span></dt><dd>the accumulo Connector</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> - 
when a generic exception occurs</dd>
+<dd><code><a 
href="../../../../../org/apache/accumulo/core/client/AccumuloSecurityException.html"
 title="class in 
org.apache.accumulo.core.client">AccumuloSecurityException</a></code> - when a 
user's credentials are invalid</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/ZooKeeperInstance.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/TableOfflineException.html"
 title="class in org.apache.accumulo.core.client"><span class="strong">Prev 
Class</span></a></li>
+<li>Next Class</li>
+</ul>
+<ul class="navList">
+<li><a 
href="../../../../../index.html?org/apache/accumulo/core/client/ZooKeeperInstance.html"
 target="_top">Frames</a></li>
+<li><a href="ZooKeeperInstance.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><a href="#constructor_summary">Constr</a>&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><a href="#constructor_detail">Constr</a>&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; 2016 <a 
href="http://www.apache.org/";>The Apache Software Foundation</a>. All Rights 
Reserved.</small></p>
+</body>
+</html>

http://git-wip-us.apache.org/repos/asf/accumulo/blob/823e2294/1.4/apidocs/org/apache/accumulo/core/client/admin/ActiveScan.html
----------------------------------------------------------------------
diff --git a/1.4/apidocs/org/apache/accumulo/core/client/admin/ActiveScan.html 
b/1.4/apidocs/org/apache/accumulo/core/client/admin/ActiveScan.html
new file mode 100644
index 0000000..b2c24a9
--- /dev/null
+++ b/1.4/apidocs/org/apache/accumulo/core/client/admin/ActiveScan.html
@@ -0,0 +1,378 @@
+<!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_95) on Thu Mar 03 19:53:23 EST 2016 
-->
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>ActiveScan (accumulo 1.4.5 API)</title>
+<meta name="date" content="2016-03-03">
+<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="ActiveScan (accumulo 1.4.5 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/ActiveScan.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>Prev Class</li>
+<li><a 
href="../../../../../../org/apache/accumulo/core/client/admin/FindMax.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/ActiveScan.html"
 target="_top">Frames</a></li>
+<li><a href="ActiveScan.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="Class ActiveScan" class="title">Class ActiveScan</h2>
+</div>
+<div class="contentContainer">
+<ul class="inheritance">
+<li><a 
href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true";
 title="class or interface in java.lang">java.lang.Object</a></li>
+<li>
+<ul class="inheritance">
+<li>org.apache.accumulo.core.client.admin.ActiveScan</li>
+</ul>
+</li>
+</ul>
+<div class="description">
+<ul class="blockList">
+<li class="blockList">
+<hr>
+<br>
+<pre>public class <span class="strong">ActiveScan</span>
+extends <a 
href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true";
 title="class or interface in java.lang">Object</a></pre>
+<div class="block">A class that contains information about an ActiveScan</div>
+</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>long</code></td>
+<td class="colLast"><code><strong><a 
href="../../../../../../org/apache/accumulo/core/client/admin/ActiveScan.html#getAge()">getAge</a></strong>()</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code><a 
href="http://docs.oracle.com/javase/6/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/ActiveScan.html#getClient()">getClient</a></strong>()</code>&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code><a 
href="http://docs.oracle.com/javase/6/docs/api/java/util/List.html?is-external=true";
 title="class or interface in java.util">List</a>&lt;<a 
href="../../../../../../org/apache/accumulo/core/data/Column.html" title="class 
in org.apache.accumulo.core.data">Column</a>&gt;</code></td>
+<td class="colLast"><code><strong><a 
href="../../../../../../org/apache/accumulo/core/client/admin/ActiveScan.html#getColumns()">getColumns</a></strong>()</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code><a 
href="../../../../../../org/apache/accumulo/core/data/KeyExtent.html" 
title="class in org.apache.accumulo.core.data">KeyExtent</a></code></td>
+<td class="colLast"><code><strong><a 
href="../../../../../../org/apache/accumulo/core/client/admin/ActiveScan.html#getExtent()">getExtent</a></strong>()</code>&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>long</code></td>
+<td class="colLast"><code><strong><a 
href="../../../../../../org/apache/accumulo/core/client/admin/ActiveScan.html#getLastContactTime()">getLastContactTime</a></strong>()</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>long</code></td>
+<td class="colLast"><code><strong><a 
href="../../../../../../org/apache/accumulo/core/client/admin/ActiveScan.html#getScanid()">getScanid</a></strong>()</code>&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code><a 
href="http://docs.oracle.com/javase/6/docs/api/java/util/List.html?is-external=true";
 title="class or interface in java.util">List</a>&lt;<a 
href="http://docs.oracle.com/javase/6/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/ActiveScan.html#getSsiList()">getSsiList</a></strong>()</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code><a 
href="http://docs.oracle.com/javase/6/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/6/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/6/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/6/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/6/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/ActiveScan.html#getSsio()">getSsio</a></strong>()</code>&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code><a 
href="../../../../../../org/apache/accumulo/core/client/admin/ScanState.html" 
title="enum in org.apache.accumulo.core.client.admin">ScanState</a></code></td>
+<td class="colLast"><code><strong><a 
href="../../../../../../org/apache/accumulo/core/client/admin/ActiveScan.html#getState()">getState</a></strong>()</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code><a 
href="http://docs.oracle.com/javase/6/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/ActiveScan.html#getTable()">getTable</a></strong>()</code>&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code><a 
href="../../../../../../org/apache/accumulo/core/client/admin/ScanType.html" 
title="enum in org.apache.accumulo.core.client.admin">ScanType</a></code></td>
+<td class="colLast"><code><strong><a 
href="../../../../../../org/apache/accumulo/core/client/admin/ActiveScan.html#getType()">getType</a></strong>()</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code><a 
href="http://docs.oracle.com/javase/6/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/ActiveScan.html#getUser()">getUser</a></strong>()</code>&nbsp;</td>
+</tr>
+</table>
+<ul class="blockList">
+<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;java.lang.<a 
href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true";
 title="class or interface in java.lang">Object</a></h3>
+<code><a 
href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#clone()"
 title="class or interface in java.lang">clone</a>, <a 
href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#equals(java.lang.Object)"
 title="class or interface in java.lang">equals</a>, <a 
href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#finalize()"
 title="class or interface in java.lang">finalize</a>, <a 
href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#getClass()"
 title="class or interface in java.lang">getClass</a>, <a 
href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#hashCode()"
 title="class or interface in java.lang">hashCode</a>, <a 
href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#notify()"
 title="class or interface in java.lang">notify</a>, <a 
href="http://docs.oracle.com/javase/6/docs/api/java/lang
 /Object.html?is-external=true#notifyAll()" title="class or interface in 
java.lang">notifyAll</a>, <a 
href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#toString()"
 title="class or interface in java.lang">toString</a>, <a 
href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait()"
 title="class or interface in java.lang">wait</a>, <a 
href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait(long)"
 title="class or interface in java.lang">wait</a>, <a 
href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait(long,%20int)"
 title="class or interface in java.lang">wait</a></code></li>
+</ul>
+</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="getScanid()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getScanid</h4>
+<pre>public&nbsp;long&nbsp;getScanid()</pre>
+<dl><dt><span class="strong">Returns:</span></dt><dd>an id that uniquely 
identifies that scan on the server</dd></dl>
+</li>
+</ul>
+<a name="getClient()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getClient</h4>
+<pre>public&nbsp;<a 
href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;getClient()</pre>
+<dl><dt><span class="strong">Returns:</span></dt><dd>the address of the client 
that initiated the scan</dd></dl>
+</li>
+</ul>
+<a name="getUser()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getUser</h4>
+<pre>public&nbsp;<a 
href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;getUser()</pre>
+<dl><dt><span class="strong">Returns:</span></dt><dd>the user that initiated 
the scan</dd></dl>
+</li>
+</ul>
+<a name="getTable()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getTable</h4>
+<pre>public&nbsp;<a 
href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;getTable()</pre>
+<dl><dt><span class="strong">Returns:</span></dt><dd>the table the scan is 
running against</dd></dl>
+</li>
+</ul>
+<a name="getAge()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getAge</h4>
+<pre>public&nbsp;long&nbsp;getAge()</pre>
+<dl><dt><span class="strong">Returns:</span></dt><dd>the age of the scan in 
milliseconds</dd></dl>
+</li>
+</ul>
+<a name="getLastContactTime()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getLastContactTime</h4>
+<pre>public&nbsp;long&nbsp;getLastContactTime()</pre>
+<dl><dt><span class="strong">Returns:</span></dt><dd>milliseconds since last 
time client read data from the scan</dd></dl>
+</li>
+</ul>
+<a name="getType()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getType</h4>
+<pre>public&nbsp;<a 
href="../../../../../../org/apache/accumulo/core/client/admin/ScanType.html" 
title="enum in 
org.apache.accumulo.core.client.admin">ScanType</a>&nbsp;getType()</pre>
+</li>
+</ul>
+<a name="getState()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getState</h4>
+<pre>public&nbsp;<a 
href="../../../../../../org/apache/accumulo/core/client/admin/ScanState.html" 
title="enum in 
org.apache.accumulo.core.client.admin">ScanState</a>&nbsp;getState()</pre>
+</li>
+</ul>
+<a name="getExtent()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getExtent</h4>
+<pre>public&nbsp;<a 
href="../../../../../../org/apache/accumulo/core/data/KeyExtent.html" 
title="class in 
org.apache.accumulo.core.data">KeyExtent</a>&nbsp;getExtent()</pre>
+<dl><dt><span class="strong">Returns:</span></dt><dd>tablet the scan is 
running against, if a batch scan may be one of many or null</dd></dl>
+</li>
+</ul>
+<a name="getColumns()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getColumns</h4>
+<pre>public&nbsp;<a 
href="http://docs.oracle.com/javase/6/docs/api/java/util/List.html?is-external=true";
 title="class or interface in java.util">List</a>&lt;<a 
href="../../../../../../org/apache/accumulo/core/data/Column.html" title="class 
in org.apache.accumulo.core.data">Column</a>&gt;&nbsp;getColumns()</pre>
+<dl><dt><span class="strong">Returns:</span></dt><dd>columns requested by the 
scan</dd></dl>
+</li>
+</ul>
+<a name="getSsiList()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getSsiList</h4>
+<pre>public&nbsp;<a 
href="http://docs.oracle.com/javase/6/docs/api/java/util/List.html?is-external=true";
 title="class or interface in java.util">List</a>&lt;<a 
href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&gt;&nbsp;getSsiList()</pre>
+<dl><dt><span class="strong">Returns:</span></dt><dd>server side iterators 
used by the scan</dd></dl>
+</li>
+</ul>
+<a name="getSsio()">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>getSsio</h4>
+<pre>public&nbsp;<a 
href="http://docs.oracle.com/javase/6/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/6/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/6/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/6/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/6/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&gt;&gt;&nbsp;getSsio()</pre>
+<dl><dt><span class="strong">Returns:</span></dt><dd>server side iterator 
options</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/ActiveScan.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>Prev Class</li>
+<li><a 
href="../../../../../../org/apache/accumulo/core/client/admin/FindMax.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/ActiveScan.html"
 target="_top">Frames</a></li>
+<li><a href="ActiveScan.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; 2016 <a 
href="http://www.apache.org/";>The Apache Software Foundation</a>. All Rights 
Reserved.</small></p>
+</body>
+</html>

http://git-wip-us.apache.org/repos/asf/accumulo/blob/823e2294/1.4/apidocs/org/apache/accumulo/core/client/admin/FindMax.html
----------------------------------------------------------------------
diff --git a/1.4/apidocs/org/apache/accumulo/core/client/admin/FindMax.html 
b/1.4/apidocs/org/apache/accumulo/core/client/admin/FindMax.html
new file mode 100644
index 0000000..589cd8b
--- /dev/null
+++ b/1.4/apidocs/org/apache/accumulo/core/client/admin/FindMax.html
@@ -0,0 +1,269 @@
+<!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_95) on Thu Mar 03 19:53:23 EST 2016 
-->
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>FindMax (accumulo 1.4.5 API)</title>
+<meta name="date" content="2016-03-03">
+<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="FindMax (accumulo 1.4.5 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/FindMax.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/ActiveScan.html" 
title="class in org.apache.accumulo.core.client.admin"><span 
class="strong">Prev Class</span></a></li>
+<li><a 
href="../../../../../../org/apache/accumulo/core/client/admin/InstanceOperations.html"
 title="interface 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/FindMax.html"
 target="_top">Frames</a></li>
+<li><a href="FindMax.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><a href="#constructor_summary">Constr</a>&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><a href="#constructor_detail">Constr</a>&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="Class FindMax" class="title">Class FindMax</h2>
+</div>
+<div class="contentContainer">
+<ul class="inheritance">
+<li><a 
href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true";
 title="class or interface in java.lang">java.lang.Object</a></li>
+<li>
+<ul class="inheritance">
+<li>org.apache.accumulo.core.client.admin.FindMax</li>
+</ul>
+</li>
+</ul>
+<div class="description">
+<ul class="blockList">
+<li class="blockList">
+<hr>
+<br>
+<pre>public class <span class="strong">FindMax</span>
+extends <a 
href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true";
 title="class or interface in java.lang">Object</a></pre>
+</li>
+</ul>
+</div>
+<div class="summary">
+<ul class="blockList">
+<li class="blockList">
+<!-- ======== CONSTRUCTOR SUMMARY ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="constructor_summary">
+<!--   -->
+</a>
+<h3>Constructor Summary</h3>
+<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" 
summary="Constructor Summary table, listing constructors, and an explanation">
+<caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colOne" scope="col">Constructor and Description</th>
+</tr>
+<tr class="altColor">
+<td class="colOne"><code><strong><a 
href="../../../../../../org/apache/accumulo/core/client/admin/FindMax.html#FindMax()">FindMax</a></strong>()</code>&nbsp;</td>
+</tr>
+</table>
+</li>
+</ul>
+<!-- ========== 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>static org.apache.hadoop.io.Text</code></td>
+<td class="colLast"><code><strong><a 
href="../../../../../../org/apache/accumulo/core/client/admin/FindMax.html#findMax(org.apache.accumulo.core.client.Scanner,%20org.apache.hadoop.io.Text,%20boolean,%20org.apache.hadoop.io.Text,%20boolean)">findMax</a></strong>(<a
 href="../../../../../../org/apache/accumulo/core/client/Scanner.html" 
title="interface in org.apache.accumulo.core.client">Scanner</a>&nbsp;scanner,
+       org.apache.hadoop.io.Text&nbsp;start,
+       boolean&nbsp;is,
+       org.apache.hadoop.io.Text&nbsp;end,
+       boolean&nbsp;ie)</code>&nbsp;</td>
+</tr>
+</table>
+<ul class="blockList">
+<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;java.lang.<a 
href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true";
 title="class or interface in java.lang">Object</a></h3>
+<code><a 
href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#clone()"
 title="class or interface in java.lang">clone</a>, <a 
href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#equals(java.lang.Object)"
 title="class or interface in java.lang">equals</a>, <a 
href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#finalize()"
 title="class or interface in java.lang">finalize</a>, <a 
href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#getClass()"
 title="class or interface in java.lang">getClass</a>, <a 
href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#hashCode()"
 title="class or interface in java.lang">hashCode</a>, <a 
href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#notify()"
 title="class or interface in java.lang">notify</a>, <a 
href="http://docs.oracle.com/javase/6/docs/api/java/lang
 /Object.html?is-external=true#notifyAll()" title="class or interface in 
java.lang">notifyAll</a>, <a 
href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#toString()"
 title="class or interface in java.lang">toString</a>, <a 
href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait()"
 title="class or interface in java.lang">wait</a>, <a 
href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait(long)"
 title="class or interface in java.lang">wait</a>, <a 
href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait(long,%20int)"
 title="class or interface in java.lang">wait</a></code></li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+<div class="details">
+<ul class="blockList">
+<li class="blockList">
+<!-- ========= CONSTRUCTOR DETAIL ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="constructor_detail">
+<!--   -->
+</a>
+<h3>Constructor Detail</h3>
+<a name="FindMax()">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>FindMax</h4>
+<pre>public&nbsp;FindMax()</pre>
+</li>
+</ul>
+</li>
+</ul>
+<!-- ============ METHOD DETAIL ========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method_detail">
+<!--   -->
+</a>
+<h3>Method Detail</h3>
+<a name="findMax(org.apache.accumulo.core.client.Scanner, 
org.apache.hadoop.io.Text, boolean, org.apache.hadoop.io.Text, boolean)">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>findMax</h4>
+<pre>public static&nbsp;org.apache.hadoop.io.Text&nbsp;findMax(<a 
href="../../../../../../org/apache/accumulo/core/client/Scanner.html" 
title="interface in org.apache.accumulo.core.client">Scanner</a>&nbsp;scanner,
+                                org.apache.hadoop.io.Text&nbsp;start,
+                                boolean&nbsp;is,
+                                org.apache.hadoop.io.Text&nbsp;end,
+                                boolean&nbsp;ie)
+                                         throws <a 
href="../../../../../../org/apache/accumulo/core/client/TableNotFoundException.html"
 title="class in 
org.apache.accumulo.core.client">TableNotFoundException</a></pre>
+<dl><dt><span class="strong">Throws:</span></dt>
+<dd><code><a 
href="../../../../../../org/apache/accumulo/core/client/TableNotFoundException.html"
 title="class in 
org.apache.accumulo.core.client">TableNotFoundException</a></code></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/FindMax.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/ActiveScan.html" 
title="class in org.apache.accumulo.core.client.admin"><span 
class="strong">Prev Class</span></a></li>
+<li><a 
href="../../../../../../org/apache/accumulo/core/client/admin/InstanceOperations.html"
 title="interface 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/FindMax.html"
 target="_top">Frames</a></li>
+<li><a href="FindMax.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><a href="#constructor_summary">Constr</a>&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><a href="#constructor_detail">Constr</a>&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; 2016 <a 
href="http://www.apache.org/";>The Apache Software Foundation</a>. All Rights 
Reserved.</small></p>
+</body>
+</html>

Reply via email to