http://git-wip-us.apache.org/repos/asf/kudu/blob/1fefa84c/releases/1.8.0/apidocs/org/apache/kudu/client/class-use/OperationResponse.html
----------------------------------------------------------------------
diff --git 
a/releases/1.8.0/apidocs/org/apache/kudu/client/class-use/OperationResponse.html
 
b/releases/1.8.0/apidocs/org/apache/kudu/client/class-use/OperationResponse.html
new file mode 100644
index 0000000..0467a0e
--- /dev/null
+++ 
b/releases/1.8.0/apidocs/org/apache/kudu/client/class-use/OperationResponse.html
@@ -0,0 +1,221 @@
+<!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 -->
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>Uses of Class org.apache.kudu.client.OperationResponse (Kudu 1.8.0 
API)</title>
+<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" 
title="Style">
+<script type="text/javascript" src="../../../../../script.js"></script>
+</head>
+<body>
+<script type="text/javascript"><!--
+    try {
+        if (location.href.indexOf('is-external=true') == -1) {
+            parent.document.title="Uses of Class 
org.apache.kudu.client.OperationResponse (Kudu 1.8.0 API)";
+        }
+    }
+    catch(err) {
+    }
+//-->
+</script>
+<noscript>
+<div>JavaScript is disabled on your browser.</div>
+</noscript>
+<!-- ========= START OF TOP NAVBAR ======= -->
+<div class="topNav"><a name="navbar.top">
+<!--   -->
+</a>
+<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation 
links">Skip navigation links</a></div>
+<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><a href="../../../../../org/apache/kudu/client/OperationResponse.html" 
title="class in org.apache.kudu.client">Class</a></li>
+<li class="navBarCell1Rev">Use</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</li>
+<li>Next</li>
+</ul>
+<ul class="navList">
+<li><a 
href="../../../../../index.html?org/apache/kudu/client/class-use/OperationResponse.html"
 target="_top">Frames</a></li>
+<li><a href="OperationResponse.html" target="_top">No&nbsp;Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_top">
+<li><a href="../../../../../allclasses-noframe.html">All&nbsp;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>
+<a name="skip.navbar.top">
+<!--   -->
+</a></div>
+<!-- ========= END OF TOP NAVBAR ========= -->
+<div class="header">
+<h2 title="Uses of Class org.apache.kudu.client.OperationResponse" 
class="title">Uses of Class<br>org.apache.kudu.client.OperationResponse</h2>
+</div>
+<div class="classUseContainer">
+<ul class="blockList">
+<li class="blockList">
+<table class="useSummary" border="0" cellpadding="3" cellspacing="0" 
summary="Use table, listing packages, and an explanation">
+<caption><span>Packages that use <a 
href="../../../../../org/apache/kudu/client/OperationResponse.html" 
title="class in org.apache.kudu.client">OperationResponse</a></span><span 
class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Package</th>
+<th class="colLast" scope="col">Description</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><a 
href="#org.apache.kudu.client">org.apache.kudu.client</a></td>
+<td class="colLast">&nbsp;</td>
+</tr>
+</tbody>
+</table>
+</li>
+<li class="blockList">
+<ul class="blockList">
+<li class="blockList"><a name="org.apache.kudu.client">
+<!--   -->
+</a>
+<h3>Uses of <a 
href="../../../../../org/apache/kudu/client/OperationResponse.html" 
title="class in org.apache.kudu.client">OperationResponse</a> in <a 
href="../../../../../org/apache/kudu/client/package-summary.html">org.apache.kudu.client</a></h3>
+<table class="useSummary" border="0" cellpadding="3" cellspacing="0" 
summary="Use table, listing methods, and an explanation">
+<caption><span>Methods in <a 
href="../../../../../org/apache/kudu/client/package-summary.html">org.apache.kudu.client</a>
 that return <a 
href="../../../../../org/apache/kudu/client/OperationResponse.html" 
title="class in org.apache.kudu.client">OperationResponse</a></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>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><code><a 
href="../../../../../org/apache/kudu/client/OperationResponse.html" 
title="class in org.apache.kudu.client">OperationResponse</a></code></td>
+<td class="colLast"><span class="typeNameLabel">KuduSession.</span><code><span 
class="memberNameLink"><a 
href="../../../../../org/apache/kudu/client/KuduSession.html#apply-org.apache.kudu.client.Operation-">apply</a></span>(<a
 href="../../../../../org/apache/kudu/client/Operation.html" title="class in 
org.apache.kudu.client">Operation</a>&nbsp;operation)</code>
+<div class="block">Apply a given <a 
href="../../../../../org/apache/kudu/client/Operation.html" title="class in 
org.apache.kudu.client"><code>Operation</code></a> to Kudu as part of this 
session.</div>
+</td>
+</tr>
+</tbody>
+</table>
+<table class="useSummary" border="0" cellpadding="3" cellspacing="0" 
summary="Use table, listing methods, and an explanation">
+<caption><span>Methods in <a 
href="../../../../../org/apache/kudu/client/package-summary.html">org.apache.kudu.client</a>
 that return types with arguments of type <a 
href="../../../../../org/apache/kudu/client/OperationResponse.html" 
title="class in org.apache.kudu.client">OperationResponse</a></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>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><code>com.stumbleupon.async.Deferred&lt;<a 
href="../../../../../org/apache/kudu/client/OperationResponse.html" 
title="class in org.apache.kudu.client">OperationResponse</a>&gt;</code></td>
+<td class="colLast"><span 
class="typeNameLabel">AsyncKuduSession.</span><code><span 
class="memberNameLink"><a 
href="../../../../../org/apache/kudu/client/AsyncKuduSession.html#apply-org.apache.kudu.client.Operation-">apply</a></span>(<a
 href="../../../../../org/apache/kudu/client/Operation.html" title="class in 
org.apache.kudu.client">Operation</a>&nbsp;operation)</code>
+<div class="block">Apply the given operation.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code><a 
href="https://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true";
 title="class or interface in java.util">List</a>&lt;<a 
href="../../../../../org/apache/kudu/client/OperationResponse.html" 
title="class in org.apache.kudu.client">OperationResponse</a>&gt;</code></td>
+<td class="colLast"><span class="typeNameLabel">KuduSession.</span><code><span 
class="memberNameLink"><a 
href="../../../../../org/apache/kudu/client/KuduSession.html#close--">close</a></span>()</code>
+<div class="block">Blocking call that flushes the buffers (see <a 
href="../../../../../org/apache/kudu/client/KuduSession.html#flush--"><code>KuduSession.flush()</code></a>
 and closes the sessions.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>com.stumbleupon.async.Deferred&lt;<a 
href="https://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true";
 title="class or interface in java.util">List</a>&lt;<a 
href="../../../../../org/apache/kudu/client/OperationResponse.html" 
title="class in 
org.apache.kudu.client">OperationResponse</a>&gt;&gt;</code></td>
+<td class="colLast"><span 
class="typeNameLabel">AsyncKuduSession.</span><code><span 
class="memberNameLink"><a 
href="../../../../../org/apache/kudu/client/AsyncKuduSession.html#close--">close</a></span>()</code>
+<div class="block">Flushes the buffered operations and marks this session as 
closed.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code><a 
href="https://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true";
 title="class or interface in java.util">List</a>&lt;<a 
href="../../../../../org/apache/kudu/client/OperationResponse.html" 
title="class in org.apache.kudu.client">OperationResponse</a>&gt;</code></td>
+<td class="colLast"><span class="typeNameLabel">KuduSession.</span><code><span 
class="memberNameLink"><a 
href="../../../../../org/apache/kudu/client/KuduSession.html#flush--">flush</a></span>()</code>
+<div class="block">Blocking call that force flushes this session's 
buffers.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>com.stumbleupon.async.Deferred&lt;<a 
href="https://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true";
 title="class or interface in java.util">List</a>&lt;<a 
href="../../../../../org/apache/kudu/client/OperationResponse.html" 
title="class in 
org.apache.kudu.client">OperationResponse</a>&gt;&gt;</code></td>
+<td class="colLast"><span 
class="typeNameLabel">AsyncKuduSession.</span><code><span 
class="memberNameLink"><a 
href="../../../../../org/apache/kudu/client/AsyncKuduSession.html#flush--">flush</a></span>()</code>
+<div class="block">Flush buffered writes.</div>
+</td>
+</tr>
+</tbody>
+</table>
+<table class="useSummary" border="0" cellpadding="3" cellspacing="0" 
summary="Use table, listing methods, and an explanation">
+<caption><span>Method parameters in <a 
href="../../../../../org/apache/kudu/client/package-summary.html">org.apache.kudu.client</a>
 with type arguments of type <a 
href="../../../../../org/apache/kudu/client/OperationResponse.html" 
title="class in org.apache.kudu.client">OperationResponse</a></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>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><code>static <a 
href="https://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true";
 title="class or interface in java.util">List</a>&lt;<a 
href="../../../../../org/apache/kudu/client/RowError.html" title="class in 
org.apache.kudu.client">RowError</a>&gt;</code></td>
+<td class="colLast"><span 
class="typeNameLabel">OperationResponse.</span><code><span 
class="memberNameLink"><a 
href="../../../../../org/apache/kudu/client/OperationResponse.html#collectErrors-java.util.List-">collectErrors</a></span>(<a
 
href="https://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true";
 title="class or interface in java.util">List</a>&lt;<a 
href="../../../../../org/apache/kudu/client/OperationResponse.html" 
title="class in 
org.apache.kudu.client">OperationResponse</a>&gt;&nbsp;responses)</code>
+<div class="block">Utility method that collects all the row errors from the 
given list of responses.</div>
+</td>
+</tr>
+</tbody>
+</table>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
+<div class="bottomNav"><a name="navbar.bottom">
+<!--   -->
+</a>
+<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation 
links">Skip navigation links</a></div>
+<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><a href="../../../../../org/apache/kudu/client/OperationResponse.html" 
title="class in org.apache.kudu.client">Class</a></li>
+<li class="navBarCell1Rev">Use</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</li>
+<li>Next</li>
+</ul>
+<ul class="navList">
+<li><a 
href="../../../../../index.html?org/apache/kudu/client/class-use/OperationResponse.html"
 target="_top">Frames</a></li>
+<li><a href="OperationResponse.html" target="_top">No&nbsp;Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_bottom">
+<li><a href="../../../../../allclasses-noframe.html">All&nbsp;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>
+<a name="skip.navbar.bottom">
+<!--   -->
+</a></div>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+<p class="legalCopy"><small>Copyright &#169; 2018 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</small></p>
+</body>
+</html>

http://git-wip-us.apache.org/repos/asf/kudu/blob/1fefa84c/releases/1.8.0/apidocs/org/apache/kudu/client/class-use/PartialRow.html
----------------------------------------------------------------------
diff --git 
a/releases/1.8.0/apidocs/org/apache/kudu/client/class-use/PartialRow.html 
b/releases/1.8.0/apidocs/org/apache/kudu/client/class-use/PartialRow.html
new file mode 100644
index 0000000..0b5c052
--- /dev/null
+++ b/releases/1.8.0/apidocs/org/apache/kudu/client/class-use/PartialRow.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 -->
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>Uses of Class org.apache.kudu.client.PartialRow (Kudu 1.8.0 API)</title>
+<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" 
title="Style">
+<script type="text/javascript" src="../../../../../script.js"></script>
+</head>
+<body>
+<script type="text/javascript"><!--
+    try {
+        if (location.href.indexOf('is-external=true') == -1) {
+            parent.document.title="Uses of Class 
org.apache.kudu.client.PartialRow (Kudu 1.8.0 API)";
+        }
+    }
+    catch(err) {
+    }
+//-->
+</script>
+<noscript>
+<div>JavaScript is disabled on your browser.</div>
+</noscript>
+<!-- ========= START OF TOP NAVBAR ======= -->
+<div class="topNav"><a name="navbar.top">
+<!--   -->
+</a>
+<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation 
links">Skip navigation links</a></div>
+<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><a href="../../../../../org/apache/kudu/client/PartialRow.html" 
title="class in org.apache.kudu.client">Class</a></li>
+<li class="navBarCell1Rev">Use</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</li>
+<li>Next</li>
+</ul>
+<ul class="navList">
+<li><a 
href="../../../../../index.html?org/apache/kudu/client/class-use/PartialRow.html"
 target="_top">Frames</a></li>
+<li><a href="PartialRow.html" target="_top">No&nbsp;Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_top">
+<li><a href="../../../../../allclasses-noframe.html">All&nbsp;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>
+<a name="skip.navbar.top">
+<!--   -->
+</a></div>
+<!-- ========= END OF TOP NAVBAR ========= -->
+<div class="header">
+<h2 title="Uses of Class org.apache.kudu.client.PartialRow" class="title">Uses 
of Class<br>org.apache.kudu.client.PartialRow</h2>
+</div>
+<div class="classUseContainer">
+<ul class="blockList">
+<li class="blockList">
+<table class="useSummary" border="0" cellpadding="3" cellspacing="0" 
summary="Use table, listing packages, and an explanation">
+<caption><span>Packages that use <a 
href="../../../../../org/apache/kudu/client/PartialRow.html" title="class in 
org.apache.kudu.client">PartialRow</a></span><span 
class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Package</th>
+<th class="colLast" scope="col">Description</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><a href="#org.apache.kudu">org.apache.kudu</a></td>
+<td class="colLast">&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a 
href="#org.apache.kudu.client">org.apache.kudu.client</a></td>
+<td class="colLast">&nbsp;</td>
+</tr>
+</tbody>
+</table>
+</li>
+<li class="blockList">
+<ul class="blockList">
+<li class="blockList"><a name="org.apache.kudu">
+<!--   -->
+</a>
+<h3>Uses of <a href="../../../../../org/apache/kudu/client/PartialRow.html" 
title="class in org.apache.kudu.client">PartialRow</a> in <a 
href="../../../../../org/apache/kudu/package-summary.html">org.apache.kudu</a></h3>
+<table class="useSummary" border="0" cellpadding="3" cellspacing="0" 
summary="Use table, listing methods, and an explanation">
+<caption><span>Methods in <a 
href="../../../../../org/apache/kudu/package-summary.html">org.apache.kudu</a> 
that return <a href="../../../../../org/apache/kudu/client/PartialRow.html" 
title="class in org.apache.kudu.client">PartialRow</a></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>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><code><a 
href="../../../../../org/apache/kudu/client/PartialRow.html" title="class in 
org.apache.kudu.client">PartialRow</a></code></td>
+<td class="colLast"><span class="typeNameLabel">Schema.</span><code><span 
class="memberNameLink"><a 
href="../../../../../org/apache/kudu/Schema.html#newPartialRow--">newPartialRow</a></span>()</code>
+<div class="block">Creates a new partial row for the schema.</div>
+</td>
+</tr>
+</tbody>
+</table>
+</li>
+<li class="blockList"><a name="org.apache.kudu.client">
+<!--   -->
+</a>
+<h3>Uses of <a href="../../../../../org/apache/kudu/client/PartialRow.html" 
title="class in org.apache.kudu.client">PartialRow</a> in <a 
href="../../../../../org/apache/kudu/client/package-summary.html">org.apache.kudu.client</a></h3>
+<table class="useSummary" border="0" cellpadding="3" cellspacing="0" 
summary="Use table, listing methods, and an explanation">
+<caption><span>Methods in <a 
href="../../../../../org/apache/kudu/client/package-summary.html">org.apache.kudu.client</a>
 that return <a href="../../../../../org/apache/kudu/client/PartialRow.html" 
title="class in org.apache.kudu.client">PartialRow</a></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>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><code><a 
href="../../../../../org/apache/kudu/client/PartialRow.html" title="class in 
org.apache.kudu.client">PartialRow</a></code></td>
+<td class="colLast"><span class="typeNameLabel">Operation.</span><code><span 
class="memberNameLink"><a 
href="../../../../../org/apache/kudu/client/Operation.html#getRow--">getRow</a></span>()</code>
+<div class="block">Get the underlying row to modify.</div>
+</td>
+</tr>
+</tbody>
+</table>
+<table class="useSummary" border="0" cellpadding="3" cellspacing="0" 
summary="Use table, listing methods, and an explanation">
+<caption><span>Methods in <a 
href="../../../../../org/apache/kudu/client/package-summary.html">org.apache.kudu.client</a>
 with parameters of type <a 
href="../../../../../org/apache/kudu/client/PartialRow.html" title="class in 
org.apache.kudu.client">PartialRow</a></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>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><code><a 
href="../../../../../org/apache/kudu/client/AlterTableOptions.html" 
title="class in org.apache.kudu.client">AlterTableOptions</a></code></td>
+<td class="colLast"><span 
class="typeNameLabel">AlterTableOptions.</span><code><span 
class="memberNameLink"><a 
href="../../../../../org/apache/kudu/client/AlterTableOptions.html#addRangePartition-org.apache.kudu.client.PartialRow-org.apache.kudu.client.PartialRow-">addRangePartition</a></span>(<a
 href="../../../../../org/apache/kudu/client/PartialRow.html" title="class in 
org.apache.kudu.client">PartialRow</a>&nbsp;lowerBound,
+                 <a 
href="../../../../../org/apache/kudu/client/PartialRow.html" title="class in 
org.apache.kudu.client">PartialRow</a>&nbsp;upperBound)</code>
+<div class="block">Add a range partition to the table with an inclusive lower 
bound and an exclusive upper bound.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code><a 
href="../../../../../org/apache/kudu/client/CreateTableOptions.html" 
title="class in org.apache.kudu.client">CreateTableOptions</a></code></td>
+<td class="colLast"><span 
class="typeNameLabel">CreateTableOptions.</span><code><span 
class="memberNameLink"><a 
href="../../../../../org/apache/kudu/client/CreateTableOptions.html#addRangePartition-org.apache.kudu.client.PartialRow-org.apache.kudu.client.PartialRow-">addRangePartition</a></span>(<a
 href="../../../../../org/apache/kudu/client/PartialRow.html" title="class in 
org.apache.kudu.client">PartialRow</a>&nbsp;lower,
+                 <a 
href="../../../../../org/apache/kudu/client/PartialRow.html" title="class in 
org.apache.kudu.client">PartialRow</a>&nbsp;upper)</code>
+<div class="block">Add a range partition partition to the table with an 
inclusive lower bound
+ and an exclusive upper bound.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code><a 
href="../../../../../org/apache/kudu/client/AlterTableOptions.html" 
title="class in org.apache.kudu.client">AlterTableOptions</a></code></td>
+<td class="colLast"><span 
class="typeNameLabel">AlterTableOptions.</span><code><span 
class="memberNameLink"><a 
href="../../../../../org/apache/kudu/client/AlterTableOptions.html#addRangePartition-org.apache.kudu.client.PartialRow-org.apache.kudu.client.PartialRow-org.apache.kudu.client.RangePartitionBound-org.apache.kudu.client.RangePartitionBound-">addRangePartition</a></span>(<a
 href="../../../../../org/apache/kudu/client/PartialRow.html" title="class in 
org.apache.kudu.client">PartialRow</a>&nbsp;lowerBound,
+                 <a 
href="../../../../../org/apache/kudu/client/PartialRow.html" title="class in 
org.apache.kudu.client">PartialRow</a>&nbsp;upperBound,
+                 <a 
href="../../../../../org/apache/kudu/client/RangePartitionBound.html" 
title="enum in 
org.apache.kudu.client">RangePartitionBound</a>&nbsp;lowerBoundType,
+                 <a 
href="../../../../../org/apache/kudu/client/RangePartitionBound.html" 
title="enum in 
org.apache.kudu.client">RangePartitionBound</a>&nbsp;upperBoundType)</code>
+<div class="block">Add a range partition to the table with a lower bound and 
upper bound.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code><a 
href="../../../../../org/apache/kudu/client/CreateTableOptions.html" 
title="class in org.apache.kudu.client">CreateTableOptions</a></code></td>
+<td class="colLast"><span 
class="typeNameLabel">CreateTableOptions.</span><code><span 
class="memberNameLink"><a 
href="../../../../../org/apache/kudu/client/CreateTableOptions.html#addRangePartition-org.apache.kudu.client.PartialRow-org.apache.kudu.client.PartialRow-org.apache.kudu.client.RangePartitionBound-org.apache.kudu.client.RangePartitionBound-">addRangePartition</a></span>(<a
 href="../../../../../org/apache/kudu/client/PartialRow.html" title="class in 
org.apache.kudu.client">PartialRow</a>&nbsp;lower,
+                 <a 
href="../../../../../org/apache/kudu/client/PartialRow.html" title="class in 
org.apache.kudu.client">PartialRow</a>&nbsp;upper,
+                 <a 
href="../../../../../org/apache/kudu/client/RangePartitionBound.html" 
title="enum in 
org.apache.kudu.client">RangePartitionBound</a>&nbsp;lowerBoundType,
+                 <a 
href="../../../../../org/apache/kudu/client/RangePartitionBound.html" 
title="enum in 
org.apache.kudu.client">RangePartitionBound</a>&nbsp;upperBoundType)</code>
+<div class="block">Add a range partition partition to the table with a lower 
bound and upper
+ bound.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code><a 
href="../../../../../org/apache/kudu/client/CreateTableOptions.html" 
title="class in org.apache.kudu.client">CreateTableOptions</a></code></td>
+<td class="colLast"><span 
class="typeNameLabel">CreateTableOptions.</span><code><span 
class="memberNameLink"><a 
href="../../../../../org/apache/kudu/client/CreateTableOptions.html#addSplitRow-org.apache.kudu.client.PartialRow-">addSplitRow</a></span>(<a
 href="../../../../../org/apache/kudu/client/PartialRow.html" title="class in 
org.apache.kudu.client">PartialRow</a>&nbsp;row)</code>
+<div class="block">Add a range partition split.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code><a 
href="../../../../../org/apache/kudu/client/AlterTableOptions.html" 
title="class in org.apache.kudu.client">AlterTableOptions</a></code></td>
+<td class="colLast"><span 
class="typeNameLabel">AlterTableOptions.</span><code><span 
class="memberNameLink"><a 
href="../../../../../org/apache/kudu/client/AlterTableOptions.html#dropRangePartition-org.apache.kudu.client.PartialRow-org.apache.kudu.client.PartialRow-">dropRangePartition</a></span>(<a
 href="../../../../../org/apache/kudu/client/PartialRow.html" title="class in 
org.apache.kudu.client">PartialRow</a>&nbsp;lowerBound,
+                  <a 
href="../../../../../org/apache/kudu/client/PartialRow.html" title="class in 
org.apache.kudu.client">PartialRow</a>&nbsp;upperBound)</code>
+<div class="block">Drop the range partition from the table with the specified 
inclusive lower bound and exclusive
+ upper bound.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code><a 
href="../../../../../org/apache/kudu/client/AlterTableOptions.html" 
title="class in org.apache.kudu.client">AlterTableOptions</a></code></td>
+<td class="colLast"><span 
class="typeNameLabel">AlterTableOptions.</span><code><span 
class="memberNameLink"><a 
href="../../../../../org/apache/kudu/client/AlterTableOptions.html#dropRangePartition-org.apache.kudu.client.PartialRow-org.apache.kudu.client.PartialRow-org.apache.kudu.client.RangePartitionBound-org.apache.kudu.client.RangePartitionBound-">dropRangePartition</a></span>(<a
 href="../../../../../org/apache/kudu/client/PartialRow.html" title="class in 
org.apache.kudu.client">PartialRow</a>&nbsp;lowerBound,
+                  <a 
href="../../../../../org/apache/kudu/client/PartialRow.html" title="class in 
org.apache.kudu.client">PartialRow</a>&nbsp;upperBound,
+                  <a 
href="../../../../../org/apache/kudu/client/RangePartitionBound.html" 
title="enum in 
org.apache.kudu.client">RangePartitionBound</a>&nbsp;lowerBoundType,
+                  <a 
href="../../../../../org/apache/kudu/client/RangePartitionBound.html" 
title="enum in 
org.apache.kudu.client">RangePartitionBound</a>&nbsp;upperBoundType)</code>
+<div class="block">Drop the range partition from the table with the specified 
lower bound and upper bound.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code><a 
href="../../../../../org/apache/kudu/client/AbstractKuduScannerBuilder.html" 
title="type parameter in AbstractKuduScannerBuilder">S</a></code></td>
+<td class="colLast"><span 
class="typeNameLabel">AbstractKuduScannerBuilder.</span><code><span 
class="memberNameLink"><a 
href="../../../../../org/apache/kudu/client/AbstractKuduScannerBuilder.html#exclusiveUpperBound-org.apache.kudu.client.PartialRow-">exclusiveUpperBound</a></span>(<a
 href="../../../../../org/apache/kudu/client/PartialRow.html" title="class in 
org.apache.kudu.client">PartialRow</a>&nbsp;partialRow)</code>
+<div class="block">Add an upper bound (exclusive) primary key for the 
scan.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code><a 
href="../../../../../org/apache/kudu/client/AbstractKuduScannerBuilder.html" 
title="type parameter in AbstractKuduScannerBuilder">S</a></code></td>
+<td class="colLast"><span 
class="typeNameLabel">AbstractKuduScannerBuilder.</span><code><span 
class="memberNameLink"><a 
href="../../../../../org/apache/kudu/client/AbstractKuduScannerBuilder.html#lowerBound-org.apache.kudu.client.PartialRow-">lowerBound</a></span>(<a
 href="../../../../../org/apache/kudu/client/PartialRow.html" title="class in 
org.apache.kudu.client">PartialRow</a>&nbsp;partialRow)</code>
+<div class="block">Add a lower bound (inclusive) primary key for the 
scan.</div>
+</td>
+</tr>
+</tbody>
+</table>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
+<div class="bottomNav"><a name="navbar.bottom">
+<!--   -->
+</a>
+<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation 
links">Skip navigation links</a></div>
+<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><a href="../../../../../org/apache/kudu/client/PartialRow.html" 
title="class in org.apache.kudu.client">Class</a></li>
+<li class="navBarCell1Rev">Use</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</li>
+<li>Next</li>
+</ul>
+<ul class="navList">
+<li><a 
href="../../../../../index.html?org/apache/kudu/client/class-use/PartialRow.html"
 target="_top">Frames</a></li>
+<li><a href="PartialRow.html" target="_top">No&nbsp;Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_bottom">
+<li><a href="../../../../../allclasses-noframe.html">All&nbsp;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>
+<a name="skip.navbar.bottom">
+<!--   -->
+</a></div>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+<p class="legalCopy"><small>Copyright &#169; 2018 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</small></p>
+</body>
+</html>

http://git-wip-us.apache.org/repos/asf/kudu/blob/1fefa84c/releases/1.8.0/apidocs/org/apache/kudu/client/class-use/PleaseThrottleException.html
----------------------------------------------------------------------
diff --git 
a/releases/1.8.0/apidocs/org/apache/kudu/client/class-use/PleaseThrottleException.html
 
b/releases/1.8.0/apidocs/org/apache/kudu/client/class-use/PleaseThrottleException.html
new file mode 100644
index 0000000..a391cce
--- /dev/null
+++ 
b/releases/1.8.0/apidocs/org/apache/kudu/client/class-use/PleaseThrottleException.html
@@ -0,0 +1,125 @@
+<!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 -->
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>Uses of Class org.apache.kudu.client.PleaseThrottleException (Kudu 
1.8.0 API)</title>
+<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" 
title="Style">
+<script type="text/javascript" src="../../../../../script.js"></script>
+</head>
+<body>
+<script type="text/javascript"><!--
+    try {
+        if (location.href.indexOf('is-external=true') == -1) {
+            parent.document.title="Uses of Class 
org.apache.kudu.client.PleaseThrottleException (Kudu 1.8.0 API)";
+        }
+    }
+    catch(err) {
+    }
+//-->
+</script>
+<noscript>
+<div>JavaScript is disabled on your browser.</div>
+</noscript>
+<!-- ========= START OF TOP NAVBAR ======= -->
+<div class="topNav"><a name="navbar.top">
+<!--   -->
+</a>
+<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation 
links">Skip navigation links</a></div>
+<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><a 
href="../../../../../org/apache/kudu/client/PleaseThrottleException.html" 
title="class in org.apache.kudu.client">Class</a></li>
+<li class="navBarCell1Rev">Use</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</li>
+<li>Next</li>
+</ul>
+<ul class="navList">
+<li><a 
href="../../../../../index.html?org/apache/kudu/client/class-use/PleaseThrottleException.html"
 target="_top">Frames</a></li>
+<li><a href="PleaseThrottleException.html" 
target="_top">No&nbsp;Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_top">
+<li><a href="../../../../../allclasses-noframe.html">All&nbsp;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>
+<a name="skip.navbar.top">
+<!--   -->
+</a></div>
+<!-- ========= END OF TOP NAVBAR ========= -->
+<div class="header">
+<h2 title="Uses of Class org.apache.kudu.client.PleaseThrottleException" 
class="title">Uses of 
Class<br>org.apache.kudu.client.PleaseThrottleException</h2>
+</div>
+<div class="classUseContainer">No usage of 
org.apache.kudu.client.PleaseThrottleException</div>
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
+<div class="bottomNav"><a name="navbar.bottom">
+<!--   -->
+</a>
+<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation 
links">Skip navigation links</a></div>
+<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><a 
href="../../../../../org/apache/kudu/client/PleaseThrottleException.html" 
title="class in org.apache.kudu.client">Class</a></li>
+<li class="navBarCell1Rev">Use</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</li>
+<li>Next</li>
+</ul>
+<ul class="navList">
+<li><a 
href="../../../../../index.html?org/apache/kudu/client/class-use/PleaseThrottleException.html"
 target="_top">Frames</a></li>
+<li><a href="PleaseThrottleException.html" 
target="_top">No&nbsp;Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_bottom">
+<li><a href="../../../../../allclasses-noframe.html">All&nbsp;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>
+<a name="skip.navbar.bottom">
+<!--   -->
+</a></div>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+<p class="legalCopy"><small>Copyright &#169; 2018 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</small></p>
+</body>
+</html>

http://git-wip-us.apache.org/repos/asf/kudu/blob/1fefa84c/releases/1.8.0/apidocs/org/apache/kudu/client/class-use/RangePartitionBound.html
----------------------------------------------------------------------
diff --git 
a/releases/1.8.0/apidocs/org/apache/kudu/client/class-use/RangePartitionBound.html
 
b/releases/1.8.0/apidocs/org/apache/kudu/client/class-use/RangePartitionBound.html
new file mode 100644
index 0000000..9672863
--- /dev/null
+++ 
b/releases/1.8.0/apidocs/org/apache/kudu/client/class-use/RangePartitionBound.html
@@ -0,0 +1,211 @@
+<!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 -->
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>Uses of Class org.apache.kudu.client.RangePartitionBound (Kudu 1.8.0 
API)</title>
+<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" 
title="Style">
+<script type="text/javascript" src="../../../../../script.js"></script>
+</head>
+<body>
+<script type="text/javascript"><!--
+    try {
+        if (location.href.indexOf('is-external=true') == -1) {
+            parent.document.title="Uses of Class 
org.apache.kudu.client.RangePartitionBound (Kudu 1.8.0 API)";
+        }
+    }
+    catch(err) {
+    }
+//-->
+</script>
+<noscript>
+<div>JavaScript is disabled on your browser.</div>
+</noscript>
+<!-- ========= START OF TOP NAVBAR ======= -->
+<div class="topNav"><a name="navbar.top">
+<!--   -->
+</a>
+<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation 
links">Skip navigation links</a></div>
+<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><a href="../../../../../org/apache/kudu/client/RangePartitionBound.html" 
title="enum in org.apache.kudu.client">Class</a></li>
+<li class="navBarCell1Rev">Use</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</li>
+<li>Next</li>
+</ul>
+<ul class="navList">
+<li><a 
href="../../../../../index.html?org/apache/kudu/client/class-use/RangePartitionBound.html"
 target="_top">Frames</a></li>
+<li><a href="RangePartitionBound.html" target="_top">No&nbsp;Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_top">
+<li><a href="../../../../../allclasses-noframe.html">All&nbsp;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>
+<a name="skip.navbar.top">
+<!--   -->
+</a></div>
+<!-- ========= END OF TOP NAVBAR ========= -->
+<div class="header">
+<h2 title="Uses of Class org.apache.kudu.client.RangePartitionBound" 
class="title">Uses of Class<br>org.apache.kudu.client.RangePartitionBound</h2>
+</div>
+<div class="classUseContainer">
+<ul class="blockList">
+<li class="blockList">
+<table class="useSummary" border="0" cellpadding="3" cellspacing="0" 
summary="Use table, listing packages, and an explanation">
+<caption><span>Packages that use <a 
href="../../../../../org/apache/kudu/client/RangePartitionBound.html" 
title="enum in org.apache.kudu.client">RangePartitionBound</a></span><span 
class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Package</th>
+<th class="colLast" scope="col">Description</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><a 
href="#org.apache.kudu.client">org.apache.kudu.client</a></td>
+<td class="colLast">&nbsp;</td>
+</tr>
+</tbody>
+</table>
+</li>
+<li class="blockList">
+<ul class="blockList">
+<li class="blockList"><a name="org.apache.kudu.client">
+<!--   -->
+</a>
+<h3>Uses of <a 
href="../../../../../org/apache/kudu/client/RangePartitionBound.html" 
title="enum in org.apache.kudu.client">RangePartitionBound</a> in <a 
href="../../../../../org/apache/kudu/client/package-summary.html">org.apache.kudu.client</a></h3>
+<table class="useSummary" border="0" cellpadding="3" cellspacing="0" 
summary="Use table, listing methods, and an explanation">
+<caption><span>Methods in <a 
href="../../../../../org/apache/kudu/client/package-summary.html">org.apache.kudu.client</a>
 that return <a 
href="../../../../../org/apache/kudu/client/RangePartitionBound.html" 
title="enum in org.apache.kudu.client">RangePartitionBound</a></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>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><code>static <a 
href="../../../../../org/apache/kudu/client/RangePartitionBound.html" 
title="enum in org.apache.kudu.client">RangePartitionBound</a></code></td>
+<td class="colLast"><span 
class="typeNameLabel">RangePartitionBound.</span><code><span 
class="memberNameLink"><a 
href="../../../../../org/apache/kudu/client/RangePartitionBound.html#valueOf-java.lang.String-">valueOf</a></span>(<a
 
href="https://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)</code>
+<div class="block">Returns the enum constant of this type with the specified 
name.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>static <a 
href="../../../../../org/apache/kudu/client/RangePartitionBound.html" 
title="enum in org.apache.kudu.client">RangePartitionBound</a>[]</code></td>
+<td class="colLast"><span 
class="typeNameLabel">RangePartitionBound.</span><code><span 
class="memberNameLink"><a 
href="../../../../../org/apache/kudu/client/RangePartitionBound.html#values--">values</a></span>()</code>
+<div class="block">Returns an array containing the constants of this enum 
type, in
+the order they are declared.</div>
+</td>
+</tr>
+</tbody>
+</table>
+<table class="useSummary" border="0" cellpadding="3" cellspacing="0" 
summary="Use table, listing methods, and an explanation">
+<caption><span>Methods in <a 
href="../../../../../org/apache/kudu/client/package-summary.html">org.apache.kudu.client</a>
 with parameters of type <a 
href="../../../../../org/apache/kudu/client/RangePartitionBound.html" 
title="enum in org.apache.kudu.client">RangePartitionBound</a></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>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><code><a 
href="../../../../../org/apache/kudu/client/AlterTableOptions.html" 
title="class in org.apache.kudu.client">AlterTableOptions</a></code></td>
+<td class="colLast"><span 
class="typeNameLabel">AlterTableOptions.</span><code><span 
class="memberNameLink"><a 
href="../../../../../org/apache/kudu/client/AlterTableOptions.html#addRangePartition-org.apache.kudu.client.PartialRow-org.apache.kudu.client.PartialRow-org.apache.kudu.client.RangePartitionBound-org.apache.kudu.client.RangePartitionBound-">addRangePartition</a></span>(<a
 href="../../../../../org/apache/kudu/client/PartialRow.html" title="class in 
org.apache.kudu.client">PartialRow</a>&nbsp;lowerBound,
+                 <a 
href="../../../../../org/apache/kudu/client/PartialRow.html" title="class in 
org.apache.kudu.client">PartialRow</a>&nbsp;upperBound,
+                 <a 
href="../../../../../org/apache/kudu/client/RangePartitionBound.html" 
title="enum in 
org.apache.kudu.client">RangePartitionBound</a>&nbsp;lowerBoundType,
+                 <a 
href="../../../../../org/apache/kudu/client/RangePartitionBound.html" 
title="enum in 
org.apache.kudu.client">RangePartitionBound</a>&nbsp;upperBoundType)</code>
+<div class="block">Add a range partition to the table with a lower bound and 
upper bound.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code><a 
href="../../../../../org/apache/kudu/client/CreateTableOptions.html" 
title="class in org.apache.kudu.client">CreateTableOptions</a></code></td>
+<td class="colLast"><span 
class="typeNameLabel">CreateTableOptions.</span><code><span 
class="memberNameLink"><a 
href="../../../../../org/apache/kudu/client/CreateTableOptions.html#addRangePartition-org.apache.kudu.client.PartialRow-org.apache.kudu.client.PartialRow-org.apache.kudu.client.RangePartitionBound-org.apache.kudu.client.RangePartitionBound-">addRangePartition</a></span>(<a
 href="../../../../../org/apache/kudu/client/PartialRow.html" title="class in 
org.apache.kudu.client">PartialRow</a>&nbsp;lower,
+                 <a 
href="../../../../../org/apache/kudu/client/PartialRow.html" title="class in 
org.apache.kudu.client">PartialRow</a>&nbsp;upper,
+                 <a 
href="../../../../../org/apache/kudu/client/RangePartitionBound.html" 
title="enum in 
org.apache.kudu.client">RangePartitionBound</a>&nbsp;lowerBoundType,
+                 <a 
href="../../../../../org/apache/kudu/client/RangePartitionBound.html" 
title="enum in 
org.apache.kudu.client">RangePartitionBound</a>&nbsp;upperBoundType)</code>
+<div class="block">Add a range partition partition to the table with a lower 
bound and upper
+ bound.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code><a 
href="../../../../../org/apache/kudu/client/AlterTableOptions.html" 
title="class in org.apache.kudu.client">AlterTableOptions</a></code></td>
+<td class="colLast"><span 
class="typeNameLabel">AlterTableOptions.</span><code><span 
class="memberNameLink"><a 
href="../../../../../org/apache/kudu/client/AlterTableOptions.html#dropRangePartition-org.apache.kudu.client.PartialRow-org.apache.kudu.client.PartialRow-org.apache.kudu.client.RangePartitionBound-org.apache.kudu.client.RangePartitionBound-">dropRangePartition</a></span>(<a
 href="../../../../../org/apache/kudu/client/PartialRow.html" title="class in 
org.apache.kudu.client">PartialRow</a>&nbsp;lowerBound,
+                  <a 
href="../../../../../org/apache/kudu/client/PartialRow.html" title="class in 
org.apache.kudu.client">PartialRow</a>&nbsp;upperBound,
+                  <a 
href="../../../../../org/apache/kudu/client/RangePartitionBound.html" 
title="enum in 
org.apache.kudu.client">RangePartitionBound</a>&nbsp;lowerBoundType,
+                  <a 
href="../../../../../org/apache/kudu/client/RangePartitionBound.html" 
title="enum in 
org.apache.kudu.client">RangePartitionBound</a>&nbsp;upperBoundType)</code>
+<div class="block">Drop the range partition from the table with the specified 
lower bound and upper bound.</div>
+</td>
+</tr>
+</tbody>
+</table>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
+<div class="bottomNav"><a name="navbar.bottom">
+<!--   -->
+</a>
+<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation 
links">Skip navigation links</a></div>
+<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><a href="../../../../../org/apache/kudu/client/RangePartitionBound.html" 
title="enum in org.apache.kudu.client">Class</a></li>
+<li class="navBarCell1Rev">Use</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</li>
+<li>Next</li>
+</ul>
+<ul class="navList">
+<li><a 
href="../../../../../index.html?org/apache/kudu/client/class-use/RangePartitionBound.html"
 target="_top">Frames</a></li>
+<li><a href="RangePartitionBound.html" target="_top">No&nbsp;Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_bottom">
+<li><a href="../../../../../allclasses-noframe.html">All&nbsp;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>
+<a name="skip.navbar.bottom">
+<!--   -->
+</a></div>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+<p class="legalCopy"><small>Copyright &#169; 2018 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</small></p>
+</body>
+</html>

http://git-wip-us.apache.org/repos/asf/kudu/blob/1fefa84c/releases/1.8.0/apidocs/org/apache/kudu/client/class-use/ReplicaSelection.html
----------------------------------------------------------------------
diff --git 
a/releases/1.8.0/apidocs/org/apache/kudu/client/class-use/ReplicaSelection.html 
b/releases/1.8.0/apidocs/org/apache/kudu/client/class-use/ReplicaSelection.html
new file mode 100644
index 0000000..a61c741
--- /dev/null
+++ 
b/releases/1.8.0/apidocs/org/apache/kudu/client/class-use/ReplicaSelection.html
@@ -0,0 +1,189 @@
+<!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 -->
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>Uses of Class org.apache.kudu.client.ReplicaSelection (Kudu 1.8.0 
API)</title>
+<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" 
title="Style">
+<script type="text/javascript" src="../../../../../script.js"></script>
+</head>
+<body>
+<script type="text/javascript"><!--
+    try {
+        if (location.href.indexOf('is-external=true') == -1) {
+            parent.document.title="Uses of Class 
org.apache.kudu.client.ReplicaSelection (Kudu 1.8.0 API)";
+        }
+    }
+    catch(err) {
+    }
+//-->
+</script>
+<noscript>
+<div>JavaScript is disabled on your browser.</div>
+</noscript>
+<!-- ========= START OF TOP NAVBAR ======= -->
+<div class="topNav"><a name="navbar.top">
+<!--   -->
+</a>
+<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation 
links">Skip navigation links</a></div>
+<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><a href="../../../../../org/apache/kudu/client/ReplicaSelection.html" 
title="enum in org.apache.kudu.client">Class</a></li>
+<li class="navBarCell1Rev">Use</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</li>
+<li>Next</li>
+</ul>
+<ul class="navList">
+<li><a 
href="../../../../../index.html?org/apache/kudu/client/class-use/ReplicaSelection.html"
 target="_top">Frames</a></li>
+<li><a href="ReplicaSelection.html" target="_top">No&nbsp;Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_top">
+<li><a href="../../../../../allclasses-noframe.html">All&nbsp;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>
+<a name="skip.navbar.top">
+<!--   -->
+</a></div>
+<!-- ========= END OF TOP NAVBAR ========= -->
+<div class="header">
+<h2 title="Uses of Class org.apache.kudu.client.ReplicaSelection" 
class="title">Uses of Class<br>org.apache.kudu.client.ReplicaSelection</h2>
+</div>
+<div class="classUseContainer">
+<ul class="blockList">
+<li class="blockList">
+<table class="useSummary" border="0" cellpadding="3" cellspacing="0" 
summary="Use table, listing packages, and an explanation">
+<caption><span>Packages that use <a 
href="../../../../../org/apache/kudu/client/ReplicaSelection.html" title="enum 
in org.apache.kudu.client">ReplicaSelection</a></span><span 
class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Package</th>
+<th class="colLast" scope="col">Description</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><a 
href="#org.apache.kudu.client">org.apache.kudu.client</a></td>
+<td class="colLast">&nbsp;</td>
+</tr>
+</tbody>
+</table>
+</li>
+<li class="blockList">
+<ul class="blockList">
+<li class="blockList"><a name="org.apache.kudu.client">
+<!--   -->
+</a>
+<h3>Uses of <a 
href="../../../../../org/apache/kudu/client/ReplicaSelection.html" title="enum 
in org.apache.kudu.client">ReplicaSelection</a> in <a 
href="../../../../../org/apache/kudu/client/package-summary.html">org.apache.kudu.client</a></h3>
+<table class="useSummary" border="0" cellpadding="3" cellspacing="0" 
summary="Use table, listing methods, and an explanation">
+<caption><span>Methods in <a 
href="../../../../../org/apache/kudu/client/package-summary.html">org.apache.kudu.client</a>
 that return <a 
href="../../../../../org/apache/kudu/client/ReplicaSelection.html" title="enum 
in org.apache.kudu.client">ReplicaSelection</a></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>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><code>static <a 
href="../../../../../org/apache/kudu/client/ReplicaSelection.html" title="enum 
in org.apache.kudu.client">ReplicaSelection</a></code></td>
+<td class="colLast"><span 
class="typeNameLabel">ReplicaSelection.</span><code><span 
class="memberNameLink"><a 
href="../../../../../org/apache/kudu/client/ReplicaSelection.html#valueOf-java.lang.String-">valueOf</a></span>(<a
 
href="https://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)</code>
+<div class="block">Returns the enum constant of this type with the specified 
name.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>static <a 
href="../../../../../org/apache/kudu/client/ReplicaSelection.html" title="enum 
in org.apache.kudu.client">ReplicaSelection</a>[]</code></td>
+<td class="colLast"><span 
class="typeNameLabel">ReplicaSelection.</span><code><span 
class="memberNameLink"><a 
href="../../../../../org/apache/kudu/client/ReplicaSelection.html#values--">values</a></span>()</code>
+<div class="block">Returns an array containing the constants of this enum 
type, in
+the order they are declared.</div>
+</td>
+</tr>
+</tbody>
+</table>
+<table class="useSummary" border="0" cellpadding="3" cellspacing="0" 
summary="Use table, listing methods, and an explanation">
+<caption><span>Methods in <a 
href="../../../../../org/apache/kudu/client/package-summary.html">org.apache.kudu.client</a>
 with parameters of type <a 
href="../../../../../org/apache/kudu/client/ReplicaSelection.html" title="enum 
in org.apache.kudu.client">ReplicaSelection</a></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>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><code><a 
href="../../../../../org/apache/kudu/client/AbstractKuduScannerBuilder.html" 
title="type parameter in AbstractKuduScannerBuilder">S</a></code></td>
+<td class="colLast"><span 
class="typeNameLabel">AbstractKuduScannerBuilder.</span><code><span 
class="memberNameLink"><a 
href="../../../../../org/apache/kudu/client/AbstractKuduScannerBuilder.html#replicaSelection-org.apache.kudu.client.ReplicaSelection-">replicaSelection</a></span>(<a
 href="../../../../../org/apache/kudu/client/ReplicaSelection.html" title="enum 
in org.apache.kudu.client">ReplicaSelection</a>&nbsp;replicaSelection)</code>
+<div class="block">Sets the replica selection mechanism for this scanner.</div>
+</td>
+</tr>
+</tbody>
+</table>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
+<div class="bottomNav"><a name="navbar.bottom">
+<!--   -->
+</a>
+<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation 
links">Skip navigation links</a></div>
+<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><a href="../../../../../org/apache/kudu/client/ReplicaSelection.html" 
title="enum in org.apache.kudu.client">Class</a></li>
+<li class="navBarCell1Rev">Use</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</li>
+<li>Next</li>
+</ul>
+<ul class="navList">
+<li><a 
href="../../../../../index.html?org/apache/kudu/client/class-use/ReplicaSelection.html"
 target="_top">Frames</a></li>
+<li><a href="ReplicaSelection.html" target="_top">No&nbsp;Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_bottom">
+<li><a href="../../../../../allclasses-noframe.html">All&nbsp;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>
+<a name="skip.navbar.bottom">
+<!--   -->
+</a></div>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+<p class="legalCopy"><small>Copyright &#169; 2018 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</small></p>
+</body>
+</html>

http://git-wip-us.apache.org/repos/asf/kudu/blob/1fefa84c/releases/1.8.0/apidocs/org/apache/kudu/client/class-use/RowError.html
----------------------------------------------------------------------
diff --git 
a/releases/1.8.0/apidocs/org/apache/kudu/client/class-use/RowError.html 
b/releases/1.8.0/apidocs/org/apache/kudu/client/class-use/RowError.html
new file mode 100644
index 0000000..0c88211
--- /dev/null
+++ b/releases/1.8.0/apidocs/org/apache/kudu/client/class-use/RowError.html
@@ -0,0 +1,188 @@
+<!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 -->
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>Uses of Class org.apache.kudu.client.RowError (Kudu 1.8.0 API)</title>
+<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" 
title="Style">
+<script type="text/javascript" src="../../../../../script.js"></script>
+</head>
+<body>
+<script type="text/javascript"><!--
+    try {
+        if (location.href.indexOf('is-external=true') == -1) {
+            parent.document.title="Uses of Class 
org.apache.kudu.client.RowError (Kudu 1.8.0 API)";
+        }
+    }
+    catch(err) {
+    }
+//-->
+</script>
+<noscript>
+<div>JavaScript is disabled on your browser.</div>
+</noscript>
+<!-- ========= START OF TOP NAVBAR ======= -->
+<div class="topNav"><a name="navbar.top">
+<!--   -->
+</a>
+<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation 
links">Skip navigation links</a></div>
+<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><a href="../../../../../org/apache/kudu/client/RowError.html" title="class 
in org.apache.kudu.client">Class</a></li>
+<li class="navBarCell1Rev">Use</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</li>
+<li>Next</li>
+</ul>
+<ul class="navList">
+<li><a 
href="../../../../../index.html?org/apache/kudu/client/class-use/RowError.html" 
target="_top">Frames</a></li>
+<li><a href="RowError.html" target="_top">No&nbsp;Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_top">
+<li><a href="../../../../../allclasses-noframe.html">All&nbsp;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>
+<a name="skip.navbar.top">
+<!--   -->
+</a></div>
+<!-- ========= END OF TOP NAVBAR ========= -->
+<div class="header">
+<h2 title="Uses of Class org.apache.kudu.client.RowError" class="title">Uses 
of Class<br>org.apache.kudu.client.RowError</h2>
+</div>
+<div class="classUseContainer">
+<ul class="blockList">
+<li class="blockList">
+<table class="useSummary" border="0" cellpadding="3" cellspacing="0" 
summary="Use table, listing packages, and an explanation">
+<caption><span>Packages that use <a 
href="../../../../../org/apache/kudu/client/RowError.html" title="class in 
org.apache.kudu.client">RowError</a></span><span 
class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Package</th>
+<th class="colLast" scope="col">Description</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><a 
href="#org.apache.kudu.client">org.apache.kudu.client</a></td>
+<td class="colLast">&nbsp;</td>
+</tr>
+</tbody>
+</table>
+</li>
+<li class="blockList">
+<ul class="blockList">
+<li class="blockList"><a name="org.apache.kudu.client">
+<!--   -->
+</a>
+<h3>Uses of <a href="../../../../../org/apache/kudu/client/RowError.html" 
title="class in org.apache.kudu.client">RowError</a> in <a 
href="../../../../../org/apache/kudu/client/package-summary.html">org.apache.kudu.client</a></h3>
+<table class="useSummary" border="0" cellpadding="3" cellspacing="0" 
summary="Use table, listing methods, and an explanation">
+<caption><span>Methods in <a 
href="../../../../../org/apache/kudu/client/package-summary.html">org.apache.kudu.client</a>
 that return <a href="../../../../../org/apache/kudu/client/RowError.html" 
title="class in org.apache.kudu.client">RowError</a></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>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><code><a 
href="../../../../../org/apache/kudu/client/RowError.html" title="class in 
org.apache.kudu.client">RowError</a></code></td>
+<td class="colLast"><span 
class="typeNameLabel">OperationResponse.</span><code><span 
class="memberNameLink"><a 
href="../../../../../org/apache/kudu/client/OperationResponse.html#getRowError--">getRowError</a></span>()</code>
+<div class="block">Returns a row error.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code><a 
href="../../../../../org/apache/kudu/client/RowError.html" title="class in 
org.apache.kudu.client">RowError</a>[]</code></td>
+<td class="colLast"><span 
class="typeNameLabel">RowErrorsAndOverflowStatus.</span><code><span 
class="memberNameLink"><a 
href="../../../../../org/apache/kudu/client/RowErrorsAndOverflowStatus.html#getRowErrors--">getRowErrors</a></span>()</code>
+<div class="block">Get the collected row errors.</div>
+</td>
+</tr>
+</tbody>
+</table>
+<table class="useSummary" border="0" cellpadding="3" cellspacing="0" 
summary="Use table, listing methods, and an explanation">
+<caption><span>Methods in <a 
href="../../../../../org/apache/kudu/client/package-summary.html">org.apache.kudu.client</a>
 that return types with arguments of type <a 
href="../../../../../org/apache/kudu/client/RowError.html" title="class in 
org.apache.kudu.client">RowError</a></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>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><code>static <a 
href="https://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true";
 title="class or interface in java.util">List</a>&lt;<a 
href="../../../../../org/apache/kudu/client/RowError.html" title="class in 
org.apache.kudu.client">RowError</a>&gt;</code></td>
+<td class="colLast"><span 
class="typeNameLabel">OperationResponse.</span><code><span 
class="memberNameLink"><a 
href="../../../../../org/apache/kudu/client/OperationResponse.html#collectErrors-java.util.List-">collectErrors</a></span>(<a
 
href="https://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true";
 title="class or interface in java.util">List</a>&lt;<a 
href="../../../../../org/apache/kudu/client/OperationResponse.html" 
title="class in 
org.apache.kudu.client">OperationResponse</a>&gt;&nbsp;responses)</code>
+<div class="block">Utility method that collects all the row errors from the 
given list of responses.</div>
+</td>
+</tr>
+</tbody>
+</table>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
+<div class="bottomNav"><a name="navbar.bottom">
+<!--   -->
+</a>
+<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation 
links">Skip navigation links</a></div>
+<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><a href="../../../../../org/apache/kudu/client/RowError.html" title="class 
in org.apache.kudu.client">Class</a></li>
+<li class="navBarCell1Rev">Use</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</li>
+<li>Next</li>
+</ul>
+<ul class="navList">
+<li><a 
href="../../../../../index.html?org/apache/kudu/client/class-use/RowError.html" 
target="_top">Frames</a></li>
+<li><a href="RowError.html" target="_top">No&nbsp;Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_bottom">
+<li><a href="../../../../../allclasses-noframe.html">All&nbsp;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>
+<a name="skip.navbar.bottom">
+<!--   -->
+</a></div>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+<p class="legalCopy"><small>Copyright &#169; 2018 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</small></p>
+</body>
+</html>

http://git-wip-us.apache.org/repos/asf/kudu/blob/1fefa84c/releases/1.8.0/apidocs/org/apache/kudu/client/class-use/RowErrorsAndOverflowStatus.html
----------------------------------------------------------------------
diff --git 
a/releases/1.8.0/apidocs/org/apache/kudu/client/class-use/RowErrorsAndOverflowStatus.html
 
b/releases/1.8.0/apidocs/org/apache/kudu/client/class-use/RowErrorsAndOverflowStatus.html
new file mode 100644
index 0000000..d8fdaaa
--- /dev/null
+++ 
b/releases/1.8.0/apidocs/org/apache/kudu/client/class-use/RowErrorsAndOverflowStatus.html
@@ -0,0 +1,175 @@
+<!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 -->
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>Uses of Class org.apache.kudu.client.RowErrorsAndOverflowStatus (Kudu 
1.8.0 API)</title>
+<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" 
title="Style">
+<script type="text/javascript" src="../../../../../script.js"></script>
+</head>
+<body>
+<script type="text/javascript"><!--
+    try {
+        if (location.href.indexOf('is-external=true') == -1) {
+            parent.document.title="Uses of Class 
org.apache.kudu.client.RowErrorsAndOverflowStatus (Kudu 1.8.0 API)";
+        }
+    }
+    catch(err) {
+    }
+//-->
+</script>
+<noscript>
+<div>JavaScript is disabled on your browser.</div>
+</noscript>
+<!-- ========= START OF TOP NAVBAR ======= -->
+<div class="topNav"><a name="navbar.top">
+<!--   -->
+</a>
+<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation 
links">Skip navigation links</a></div>
+<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><a 
href="../../../../../org/apache/kudu/client/RowErrorsAndOverflowStatus.html" 
title="class in org.apache.kudu.client">Class</a></li>
+<li class="navBarCell1Rev">Use</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</li>
+<li>Next</li>
+</ul>
+<ul class="navList">
+<li><a 
href="../../../../../index.html?org/apache/kudu/client/class-use/RowErrorsAndOverflowStatus.html"
 target="_top">Frames</a></li>
+<li><a href="RowErrorsAndOverflowStatus.html" 
target="_top">No&nbsp;Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_top">
+<li><a href="../../../../../allclasses-noframe.html">All&nbsp;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>
+<a name="skip.navbar.top">
+<!--   -->
+</a></div>
+<!-- ========= END OF TOP NAVBAR ========= -->
+<div class="header">
+<h2 title="Uses of Class org.apache.kudu.client.RowErrorsAndOverflowStatus" 
class="title">Uses of 
Class<br>org.apache.kudu.client.RowErrorsAndOverflowStatus</h2>
+</div>
+<div class="classUseContainer">
+<ul class="blockList">
+<li class="blockList">
+<table class="useSummary" border="0" cellpadding="3" cellspacing="0" 
summary="Use table, listing packages, and an explanation">
+<caption><span>Packages that use <a 
href="../../../../../org/apache/kudu/client/RowErrorsAndOverflowStatus.html" 
title="class in 
org.apache.kudu.client">RowErrorsAndOverflowStatus</a></span><span 
class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Package</th>
+<th class="colLast" scope="col">Description</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><a 
href="#org.apache.kudu.client">org.apache.kudu.client</a></td>
+<td class="colLast">&nbsp;</td>
+</tr>
+</tbody>
+</table>
+</li>
+<li class="blockList">
+<ul class="blockList">
+<li class="blockList"><a name="org.apache.kudu.client">
+<!--   -->
+</a>
+<h3>Uses of <a 
href="../../../../../org/apache/kudu/client/RowErrorsAndOverflowStatus.html" 
title="class in org.apache.kudu.client">RowErrorsAndOverflowStatus</a> in <a 
href="../../../../../org/apache/kudu/client/package-summary.html">org.apache.kudu.client</a></h3>
+<table class="useSummary" border="0" cellpadding="3" cellspacing="0" 
summary="Use table, listing methods, and an explanation">
+<caption><span>Methods in <a 
href="../../../../../org/apache/kudu/client/package-summary.html">org.apache.kudu.client</a>
 that return <a 
href="../../../../../org/apache/kudu/client/RowErrorsAndOverflowStatus.html" 
title="class in 
org.apache.kudu.client">RowErrorsAndOverflowStatus</a></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>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><code><a 
href="../../../../../org/apache/kudu/client/RowErrorsAndOverflowStatus.html" 
title="class in 
org.apache.kudu.client">RowErrorsAndOverflowStatus</a></code></td>
+<td class="colLast"><span class="typeNameLabel">KuduSession.</span><code><span 
class="memberNameLink"><a 
href="../../../../../org/apache/kudu/client/KuduSession.html#getPendingErrors--">getPendingErrors</a></span>()</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code><a 
href="../../../../../org/apache/kudu/client/RowErrorsAndOverflowStatus.html" 
title="class in 
org.apache.kudu.client">RowErrorsAndOverflowStatus</a></code></td>
+<td class="colLast"><span 
class="typeNameLabel">AsyncKuduSession.</span><code><span 
class="memberNameLink"><a 
href="../../../../../org/apache/kudu/client/AsyncKuduSession.html#getPendingErrors--">getPendingErrors</a></span>()</code>&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code><a 
href="../../../../../org/apache/kudu/client/RowErrorsAndOverflowStatus.html" 
title="class in 
org.apache.kudu.client">RowErrorsAndOverflowStatus</a></code></td>
+<td class="colLast"><span 
class="typeNameLabel">SessionConfiguration.</span><code><span 
class="memberNameLink"><a 
href="../../../../../org/apache/kudu/client/SessionConfiguration.html#getPendingErrors--">getPendingErrors</a></span>()</code>
+<div class="block">Return any errors from previous calls.</div>
+</td>
+</tr>
+</tbody>
+</table>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
+<div class="bottomNav"><a name="navbar.bottom">
+<!--   -->
+</a>
+<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation 
links">Skip navigation links</a></div>
+<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><a 
href="../../../../../org/apache/kudu/client/RowErrorsAndOverflowStatus.html" 
title="class in org.apache.kudu.client">Class</a></li>
+<li class="navBarCell1Rev">Use</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</li>
+<li>Next</li>
+</ul>
+<ul class="navList">
+<li><a 
href="../../../../../index.html?org/apache/kudu/client/class-use/RowErrorsAndOverflowStatus.html"
 target="_top">Frames</a></li>
+<li><a href="RowErrorsAndOverflowStatus.html" 
target="_top">No&nbsp;Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_bottom">
+<li><a href="../../../../../allclasses-noframe.html">All&nbsp;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>
+<a name="skip.navbar.bottom">
+<!--   -->
+</a></div>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+<p class="legalCopy"><small>Copyright &#169; 2018 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</small></p>
+</body>
+</html>

http://git-wip-us.apache.org/repos/asf/kudu/blob/1fefa84c/releases/1.8.0/apidocs/org/apache/kudu/client/class-use/RowResult.html
----------------------------------------------------------------------
diff --git 
a/releases/1.8.0/apidocs/org/apache/kudu/client/class-use/RowResult.html 
b/releases/1.8.0/apidocs/org/apache/kudu/client/class-use/RowResult.html
new file mode 100644
index 0000000..a50e204
--- /dev/null
+++ b/releases/1.8.0/apidocs/org/apache/kudu/client/class-use/RowResult.html
@@ -0,0 +1,201 @@
+<!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 -->
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>Uses of Class org.apache.kudu.client.RowResult (Kudu 1.8.0 API)</title>
+<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" 
title="Style">
+<script type="text/javascript" src="../../../../../script.js"></script>
+</head>
+<body>
+<script type="text/javascript"><!--
+    try {
+        if (location.href.indexOf('is-external=true') == -1) {
+            parent.document.title="Uses of Class 
org.apache.kudu.client.RowResult (Kudu 1.8.0 API)";
+        }
+    }
+    catch(err) {
+    }
+//-->
+</script>
+<noscript>
+<div>JavaScript is disabled on your browser.</div>
+</noscript>
+<!-- ========= START OF TOP NAVBAR ======= -->
+<div class="topNav"><a name="navbar.top">
+<!--   -->
+</a>
+<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation 
links">Skip navigation links</a></div>
+<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><a href="../../../../../org/apache/kudu/client/RowResult.html" 
title="class in org.apache.kudu.client">Class</a></li>
+<li class="navBarCell1Rev">Use</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</li>
+<li>Next</li>
+</ul>
+<ul class="navList">
+<li><a 
href="../../../../../index.html?org/apache/kudu/client/class-use/RowResult.html"
 target="_top">Frames</a></li>
+<li><a href="RowResult.html" target="_top">No&nbsp;Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_top">
+<li><a href="../../../../../allclasses-noframe.html">All&nbsp;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>
+<a name="skip.navbar.top">
+<!--   -->
+</a></div>
+<!-- ========= END OF TOP NAVBAR ========= -->
+<div class="header">
+<h2 title="Uses of Class org.apache.kudu.client.RowResult" class="title">Uses 
of Class<br>org.apache.kudu.client.RowResult</h2>
+</div>
+<div class="classUseContainer">
+<ul class="blockList">
+<li class="blockList">
+<table class="useSummary" border="0" cellpadding="3" cellspacing="0" 
summary="Use table, listing packages, and an explanation">
+<caption><span>Packages that use <a 
href="../../../../../org/apache/kudu/client/RowResult.html" title="class in 
org.apache.kudu.client">RowResult</a></span><span 
class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Package</th>
+<th class="colLast" scope="col">Description</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><a 
href="#org.apache.kudu.client">org.apache.kudu.client</a></td>
+<td class="colLast">&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a 
href="#org.apache.kudu.mapreduce">org.apache.kudu.mapreduce</a></td>
+<td class="colLast">&nbsp;</td>
+</tr>
+</tbody>
+</table>
+</li>
+<li class="blockList">
+<ul class="blockList">
+<li class="blockList"><a name="org.apache.kudu.client">
+<!--   -->
+</a>
+<h3>Uses of <a href="../../../../../org/apache/kudu/client/RowResult.html" 
title="class in org.apache.kudu.client">RowResult</a> in <a 
href="../../../../../org/apache/kudu/client/package-summary.html">org.apache.kudu.client</a></h3>
+<table class="useSummary" border="0" cellpadding="3" cellspacing="0" 
summary="Use table, listing methods, and an explanation">
+<caption><span>Methods in <a 
href="../../../../../org/apache/kudu/client/package-summary.html">org.apache.kudu.client</a>
 that return <a href="../../../../../org/apache/kudu/client/RowResult.html" 
title="class in org.apache.kudu.client">RowResult</a></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>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><code><a 
href="../../../../../org/apache/kudu/client/RowResult.html" title="class in 
org.apache.kudu.client">RowResult</a></code></td>
+<td class="colLast"><span 
class="typeNameLabel">RowResultIterator.</span><code><span 
class="memberNameLink"><a 
href="../../../../../org/apache/kudu/client/RowResultIterator.html#next--">next</a></span>()</code>&nbsp;</td>
+</tr>
+</tbody>
+</table>
+<table class="useSummary" border="0" cellpadding="3" cellspacing="0" 
summary="Use table, listing methods, and an explanation">
+<caption><span>Methods in <a 
href="../../../../../org/apache/kudu/client/package-summary.html">org.apache.kudu.client</a>
 that return types with arguments of type <a 
href="../../../../../org/apache/kudu/client/RowResult.html" title="class in 
org.apache.kudu.client">RowResult</a></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>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><code><a 
href="https://docs.oracle.com/javase/7/docs/api/java/util/Iterator.html?is-external=true";
 title="class or interface in java.util">Iterator</a>&lt;<a 
href="../../../../../org/apache/kudu/client/RowResult.html" title="class in 
org.apache.kudu.client">RowResult</a>&gt;</code></td>
+<td class="colLast"><span 
class="typeNameLabel">RowResultIterator.</span><code><span 
class="memberNameLink"><a 
href="../../../../../org/apache/kudu/client/RowResultIterator.html#iterator--">iterator</a></span>()</code>&nbsp;</td>
+</tr>
+</tbody>
+</table>
+</li>
+<li class="blockList"><a name="org.apache.kudu.mapreduce">
+<!--   -->
+</a>
+<h3>Uses of <a href="../../../../../org/apache/kudu/client/RowResult.html" 
title="class in org.apache.kudu.client">RowResult</a> in <a 
href="../../../../../org/apache/kudu/mapreduce/package-summary.html">org.apache.kudu.mapreduce</a></h3>
+<table class="useSummary" border="0" cellpadding="3" cellspacing="0" 
summary="Use table, listing methods, and an explanation">
+<caption><span>Methods in <a 
href="../../../../../org/apache/kudu/mapreduce/package-summary.html">org.apache.kudu.mapreduce</a>
 that return types with arguments of type <a 
href="../../../../../org/apache/kudu/client/RowResult.html" title="class in 
org.apache.kudu.client">RowResult</a></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>
+<tbody>
+<tr class="altColor">
+<td 
class="colFirst"><code>org.apache.hadoop.mapreduce.RecordReader&lt;org.apache.hadoop.io.NullWritable,<a
 href="../../../../../org/apache/kudu/client/RowResult.html" title="class in 
org.apache.kudu.client">RowResult</a>&gt;</code></td>
+<td class="colLast"><span 
class="typeNameLabel">KuduTableInputFormat.</span><code><span 
class="memberNameLink"><a 
href="../../../../../org/apache/kudu/mapreduce/KuduTableInputFormat.html#createRecordReader-org.apache.hadoop.mapreduce.InputSplit-org.apache.hadoop.mapreduce.TaskAttemptContext-">createRecordReader</a></span>(org.apache.hadoop.mapreduce.InputSplit&nbsp;inputSplit,
+                  
org.apache.hadoop.mapreduce.TaskAttemptContext&nbsp;taskAttemptContext)</code>&nbsp;</td>
+</tr>
+</tbody>
+</table>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
+<div class="bottomNav"><a name="navbar.bottom">
+<!--   -->
+</a>
+<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation 
links">Skip navigation links</a></div>
+<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><a href="../../../../../org/apache/kudu/client/RowResult.html" 
title="class in org.apache.kudu.client">Class</a></li>
+<li class="navBarCell1Rev">Use</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</li>
+<li>Next</li>
+</ul>
+<ul class="navList">
+<li><a 
href="../../../../../index.html?org/apache/kudu/client/class-use/RowResult.html"
 target="_top">Frames</a></li>
+<li><a href="RowResult.html" target="_top">No&nbsp;Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_bottom">
+<li><a href="../../../../../allclasses-noframe.html">All&nbsp;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>
+<a name="skip.navbar.bottom">
+<!--   -->
+</a></div>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+<p class="legalCopy"><small>Copyright &#169; 2018 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</small></p>
+</body>
+</html>

Reply via email to