http://git-wip-us.apache.org/repos/asf/kudu/blob/76a99b4c/apidocs/org/apache/kudu/client/AsyncKuduSession.html
----------------------------------------------------------------------
diff --git a/apidocs/org/apache/kudu/client/AsyncKuduSession.html
b/apidocs/org/apache/kudu/client/AsyncKuduSession.html
index 0404272..e8c633f 100644
--- a/apidocs/org/apache/kudu/client/AsyncKuduSession.html
+++ b/apidocs/org/apache/kudu/client/AsyncKuduSession.html
@@ -2,38 +2,24 @@
<!-- NewPage -->
<html lang="en">
<head>
-<!-- Generated by javadoc -->
-<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>AsyncKuduSession (Kudu 1.0.0 API)</title>
+<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
+<title>AsyncKuduSession (Kudu 1.0.1 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="AsyncKuduSession (Kudu 1.0.0 API)";
- }
- }
- catch(err) {
+ if (location.href.indexOf('is-external=true') == -1) {
+ parent.document.title="AsyncKuduSession (Kudu 1.0.1 API)";
}
//-->
-var methods =
{"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":10,"i9":10,"i10":10,"i11":10,"i12":10,"i13":10,"i14":10,"i15":10,"i16":10};
-var tabs = {65535:["t0","All Methods"],2:["t2","Instance
Methods"],8:["t4","Concrete Methods"]};
-var altColor = "altColor";
-var rowColor = "rowColor";
-var tableTab = "tableTab";
-var activeTableTab = "activeTableTab";
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
-<div class="topNav"><a name="navbar.top">
+<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><a href="#skip-navbar_top" title="Skip navigation links"></a><a
name="navbar_top_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
@@ -49,15 +35,15 @@ var activeTableTab = "activeTableTab";
</div>
<div class="subNav">
<ul class="navList">
-<li><a
href="../../../../org/apache/kudu/client/AsyncKuduScanner.ReadMode.html"
title="enum in org.apache.kudu.client"><span
class="typeNameLink">Prev Class</span></a></li>
-<li><a href="../../../../org/apache/kudu/client/ColumnRangePredicate.html"
title="class in org.apache.kudu.client"><span
class="typeNameLink">Next Class</span></a></li>
+<li><a
href="../../../../org/apache/kudu/client/AsyncKuduScanner.ReadMode.html"
title="enum in org.apache.kudu.client"><span class="strong">Prev
Class</span></a></li>
+<li><a href="../../../../org/apache/kudu/client/ColumnRangePredicate.html"
title="class in org.apache.kudu.client"><span class="strong">Next
Class</span></a></li>
</ul>
<ul class="navList">
<li><a
href="../../../../index.html?org/apache/kudu/client/AsyncKuduSession.html"
target="_top">Frames</a></li>
-<li><a href="AsyncKuduSession.html" target="_top">No Frames</a></li>
+<li><a href="AsyncKuduSession.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>
+<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
@@ -75,18 +61,18 @@ var activeTableTab = "activeTableTab";
<ul class="subNavList">
<li>Summary: </li>
<li>Nested | </li>
-<li><a href="#field.summary">Field</a> | </li>
+<li><a href="#field_summary">Field</a> | </li>
<li>Constr | </li>
-<li><a href="#method.summary">Method</a></li>
+<li><a href="#method_summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail: </li>
-<li><a href="#field.detail">Field</a> | </li>
+<li><a href="#field_detail">Field</a> | </li>
<li>Constr | </li>
-<li><a href="#method.detail">Method</a></li>
+<li><a href="#method_detail">Method</a></li>
</ul>
</div>
-<a name="skip.navbar.top">
+<a name="skip-navbar_top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
@@ -114,9 +100,9 @@ var activeTableTab = "activeTableTab";
<hr>
<br>
<pre>@InterfaceAudience.Public
- @InterfaceStability.Unstable
- <a
href="http://docs.oracle.com/javase/7/docs/api/javax/annotation/concurrent.NotThreadSafe.html?is-external=true"
title="class or interface in javax.annotation">@NotThreadSafe</a>
-public class <span class="typeNameLabel">AsyncKuduSession</span>
[email protected]
+<a
href="http://docs.oracle.com/javase/7/docs/api/javax/annotation/concurrent.NotThreadSafe.html?is-external=true"
title="class or interface in javax.annotation">@NotThreadSafe</a>
+public class <span class="strong">AsyncKuduSession</span>
extends <a
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true"
title="class or interface in java.lang">Object</a>
implements <a
href="../../../../org/apache/kudu/client/SessionConfiguration.html"
title="interface in org.apache.kudu.client">SessionConfiguration</a></pre>
<div class="block">A AsyncKuduSession belongs to a specific AsyncKuduClient,
and represents a context in
@@ -167,12 +153,12 @@ implements <a
href="../../../../org/apache/kudu/client/SessionConfiguration.html
<li class="blockList">
<!-- ======== NESTED CLASS SUMMARY ======== -->
<ul class="blockList">
-<li class="blockList"><a name="nested.class.summary">
+<li class="blockList"><a name="nested_class_summary">
<!-- -->
</a>
<h3>Nested Class Summary</h3>
<ul class="blockList">
-<li class="blockList"><a
name="nested.classes.inherited.from.class.org.apache.kudu.client.SessionConfiguration">
+<li class="blockList"><a
name="nested_classes_inherited_from_class_org.apache.kudu.client.SessionConfiguration">
<!-- -->
</a>
<h3>Nested classes/interfaces inherited from
interface org.apache.kudu.client.<a
href="../../../../org/apache/kudu/client/SessionConfiguration.html"
title="interface in org.apache.kudu.client">SessionConfiguration</a></h3>
@@ -182,11 +168,11 @@ implements <a
href="../../../../org/apache/kudu/client/SessionConfiguration.html
</ul>
<!-- =========== FIELD SUMMARY =========== -->
<ul class="blockList">
-<li class="blockList"><a name="field.summary">
+<li class="blockList"><a name="field_summary">
<!-- -->
</a>
<h3>Field Summary</h3>
-<table class="memberSummary" border="0" cellpadding="3" cellspacing="0"
summary="Field Summary table, listing fields, and an explanation">
+<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0"
summary="Field Summary table, listing fields, and an explanation">
<caption><span>Fields</span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
@@ -194,133 +180,133 @@ implements <a
href="../../../../org/apache/kudu/client/SessionConfiguration.html
</tr>
<tr class="altColor">
<td class="colFirst"><code>static org.slf4j.Logger</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a
href="../../../../org/apache/kudu/client/AsyncKuduSession.html#LOG">LOG</a></span></code> </td>
+<td class="colLast"><code><strong><a
href="../../../../org/apache/kudu/client/AsyncKuduSession.html#LOG">LOG</a></strong></code> </td>
</tr>
</table>
</li>
</ul>
<!-- ========== METHOD SUMMARY =========== -->
<ul class="blockList">
-<li class="blockList"><a name="method.summary">
+<li class="blockList"><a name="method_summary">
<!-- -->
</a>
<h3>Method Summary</h3>
-<table class="memberSummary" border="0" cellpadding="3" cellspacing="0"
summary="Method Summary table, listing methods, and an explanation">
-<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span
class="tabEnd"> </span></span><span id="t2" class="tableTab"><span><a
href="javascript:show(2);">Instance Methods</a></span><span
class="tabEnd"> </span></span><span id="t4" class="tableTab"><span><a
href="javascript:show(8);">Concrete Methods</a></span><span
class="tabEnd"> </span></span></caption>
+<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"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
-<tr id="i0" class="altColor">
+<tr class="altColor">
<td class="colFirst"><code>com.stumbleupon.async.Deferred<<a
href="../../../../org/apache/kudu/client/OperationResponse.html" title="class
in org.apache.kudu.client">OperationResponse</a>></code></td>
-<td class="colLast"><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> operation)</code>
+<td class="colLast"><code><strong><a
href="../../../../org/apache/kudu/client/AsyncKuduSession.html#apply(org.apache.kudu.client.Operation)">apply</a></strong>(<a
href="../../../../org/apache/kudu/client/Operation.html" title="class in
org.apache.kudu.client">Operation</a> operation)</code>
<div class="block">Apply the given operation.</div>
</td>
</tr>
-<tr id="i1" class="rowColor">
+<tr class="rowColor">
<td class="colFirst"><code>com.stumbleupon.async.Deferred<<a
href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true"
title="class or interface in java.util">List</a><<a
href="../../../../org/apache/kudu/client/OperationResponse.html" title="class
in org.apache.kudu.client">OperationResponse</a>>></code></td>
-<td class="colLast"><code><span class="memberNameLink"><a
href="../../../../org/apache/kudu/client/AsyncKuduSession.html#close--">close</a></span>()</code>
+<td class="colLast"><code><strong><a
href="../../../../org/apache/kudu/client/AsyncKuduSession.html#close()">close</a></strong>()</code>
<div class="block">Flushes the buffered operations and marks this session as
closed.</div>
</td>
</tr>
-<tr id="i2" class="altColor">
+<tr class="altColor">
<td class="colFirst"><code>int</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a
href="../../../../org/apache/kudu/client/AsyncKuduSession.html#countPendingErrors--">countPendingErrors</a></span>()</code>
+<td class="colLast"><code><strong><a
href="../../../../org/apache/kudu/client/AsyncKuduSession.html#countPendingErrors()">countPendingErrors</a></strong>()</code>
<div class="block">Return the number of errors which are pending.</div>
</td>
</tr>
-<tr id="i3" class="rowColor">
+<tr class="rowColor">
<td class="colFirst"><code>com.stumbleupon.async.Deferred<<a
href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true"
title="class or interface in java.util">List</a><<a
href="../../../../org/apache/kudu/client/OperationResponse.html" title="class
in org.apache.kudu.client">OperationResponse</a>>></code></td>
-<td class="colLast"><code><span class="memberNameLink"><a
href="../../../../org/apache/kudu/client/AsyncKuduSession.html#flush--">flush</a></span>()</code>
+<td class="colLast"><code><strong><a
href="../../../../org/apache/kudu/client/AsyncKuduSession.html#flush()">flush</a></strong>()</code>
<div class="block">Flush buffered writes.</div>
</td>
</tr>
-<tr id="i4" class="altColor">
+<tr class="altColor">
<td class="colFirst"><code><a
href="../../../../org/apache/kudu/client/SessionConfiguration.FlushMode.html"
title="enum in
org.apache.kudu.client">SessionConfiguration.FlushMode</a></code></td>
-<td class="colLast"><code><span class="memberNameLink"><a
href="../../../../org/apache/kudu/client/AsyncKuduSession.html#getFlushMode--">getFlushMode</a></span>()</code>
+<td class="colLast"><code><strong><a
href="../../../../org/apache/kudu/client/AsyncKuduSession.html#getFlushMode()">getFlushMode</a></strong>()</code>
<div class="block">Get the current flush mode.</div>
</td>
</tr>
-<tr id="i5" class="rowColor">
+<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"><code><span class="memberNameLink"><a
href="../../../../org/apache/kudu/client/AsyncKuduSession.html#getPendingErrors--">getPendingErrors</a></span>()</code>
+<td class="colLast"><code><strong><a
href="../../../../org/apache/kudu/client/AsyncKuduSession.html#getPendingErrors()">getPendingErrors</a></strong>()</code>
<div class="block">Return any errors from previous calls.</div>
</td>
</tr>
-<tr id="i6" class="altColor">
+<tr class="altColor">
<td class="colFirst"><code>long</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a
href="../../../../org/apache/kudu/client/AsyncKuduSession.html#getTimeoutMillis--">getTimeoutMillis</a></span>()</code>
+<td class="colLast"><code><strong><a
href="../../../../org/apache/kudu/client/AsyncKuduSession.html#getTimeoutMillis()">getTimeoutMillis</a></strong>()</code>
<div class="block">Get the current timeout.</div>
</td>
</tr>
-<tr id="i7" class="rowColor">
+<tr class="rowColor">
<td class="colFirst"><code>boolean</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a
href="../../../../org/apache/kudu/client/AsyncKuduSession.html#hasPendingOperations--">hasPendingOperations</a></span>()</code>
+<td class="colLast"><code><strong><a
href="../../../../org/apache/kudu/client/AsyncKuduSession.html#hasPendingOperations()">hasPendingOperations</a></strong>()</code>
<div class="block">Check if there are operations that haven't been completely
applied.</div>
</td>
</tr>
-<tr id="i8" class="altColor">
+<tr class="altColor">
<td class="colFirst"><code>boolean</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a
href="../../../../org/apache/kudu/client/AsyncKuduSession.html#isClosed--">isClosed</a></span>()</code>
+<td class="colLast"><code><strong><a
href="../../../../org/apache/kudu/client/AsyncKuduSession.html#isClosed()">isClosed</a></strong>()</code>
<div class="block">Returns true if this session has already been closed.</div>
</td>
</tr>
-<tr id="i9" class="rowColor">
+<tr class="rowColor">
<td class="colFirst"><code>boolean</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a
href="../../../../org/apache/kudu/client/AsyncKuduSession.html#isIgnoreAllDuplicateRows--">isIgnoreAllDuplicateRows</a></span>()</code>
+<td class="colLast"><code><strong><a
href="../../../../org/apache/kudu/client/AsyncKuduSession.html#isIgnoreAllDuplicateRows()">isIgnoreAllDuplicateRows</a></strong>()</code>
<div class="block">Tells if the session is currently ignoring row errors when
the whole list returned by a tablet
server is of the AlreadyPresent type.</div>
</td>
</tr>
-<tr id="i10" class="altColor">
+<tr class="altColor">
<td class="colFirst"><code>void</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a
href="../../../../org/apache/kudu/client/AsyncKuduSession.html#setExternalConsistencyMode-org.apache.kudu.client.ExternalConsistencyMode-">setExternalConsistencyMode</a></span>(<a
href="../../../../org/apache/kudu/client/ExternalConsistencyMode.html"
title="enum in
org.apache.kudu.client">ExternalConsistencyMode</a> consistencyMode)</code>
+<td class="colLast"><code><strong><a
href="../../../../org/apache/kudu/client/AsyncKuduSession.html#setExternalConsistencyMode(org.apache.kudu.client.ExternalConsistencyMode)">setExternalConsistencyMode</a></strong>(<a
href="../../../../org/apache/kudu/client/ExternalConsistencyMode.html"
title="enum in
org.apache.kudu.client">ExternalConsistencyMode</a> consistencyMode)</code>
<div class="block">Set the new external consistency mode for this
session.</div>
</td>
</tr>
-<tr id="i11" class="rowColor">
+<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a
href="../../../../org/apache/kudu/client/AsyncKuduSession.html#setFlushInterval-int-">setFlushInterval</a></span>(int interval)</code>
+<td class="colLast"><code><strong><a
href="../../../../org/apache/kudu/client/AsyncKuduSession.html#setFlushInterval(int)">setFlushInterval</a></strong>(int interval)</code>
<div class="block">Set the flush interval, which will be used for the next
scheduling decision.</div>
</td>
</tr>
-<tr id="i12" class="altColor">
+<tr class="altColor">
<td class="colFirst"><code>void</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a
href="../../../../org/apache/kudu/client/AsyncKuduSession.html#setFlushMode-org.apache.kudu.client.SessionConfiguration.FlushMode-">setFlushMode</a></span>(<a
href="../../../../org/apache/kudu/client/SessionConfiguration.FlushMode.html"
title="enum in
org.apache.kudu.client">SessionConfiguration.FlushMode</a> flushMode)</code>
+<td class="colLast"><code><strong><a
href="../../../../org/apache/kudu/client/AsyncKuduSession.html#setFlushMode(org.apache.kudu.client.SessionConfiguration.FlushMode)">setFlushMode</a></strong>(<a
href="../../../../org/apache/kudu/client/SessionConfiguration.FlushMode.html"
title="enum in
org.apache.kudu.client">SessionConfiguration.FlushMode</a> flushMode)</code>
<div class="block">Set the new flush mode for this session.</div>
</td>
</tr>
-<tr id="i13" class="rowColor">
+<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a
href="../../../../org/apache/kudu/client/AsyncKuduSession.html#setIgnoreAllDuplicateRows-boolean-">setIgnoreAllDuplicateRows</a></span>(boolean ignoreAllDuplicateRows)</code>
+<td class="colLast"><code><strong><a
href="../../../../org/apache/kudu/client/AsyncKuduSession.html#setIgnoreAllDuplicateRows(boolean)">setIgnoreAllDuplicateRows</a></strong>(boolean ignoreAllDuplicateRows)</code>
<div class="block">Configures the option to ignore all the row errors if they
are all of the AlreadyPresent type.</div>
</td>
</tr>
-<tr id="i14" class="altColor">
+<tr class="altColor">
<td class="colFirst"><code>void</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a
href="../../../../org/apache/kudu/client/AsyncKuduSession.html#setMutationBufferLowWatermark-float-">setMutationBufferLowWatermark</a></span>(float mutationBufferLowWatermarkPercentage)</code>
+<td class="colLast"><code><strong><a
href="../../../../org/apache/kudu/client/AsyncKuduSession.html#setMutationBufferLowWatermark(float)">setMutationBufferLowWatermark</a></strong>(float mutationBufferLowWatermarkPercentage)</code>
<div class="block">Set the low watermark for this session.</div>
</td>
</tr>
-<tr id="i15" class="rowColor">
+<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a
href="../../../../org/apache/kudu/client/AsyncKuduSession.html#setMutationBufferSpace-int-">setMutationBufferSpace</a></span>(int size)</code>
+<td class="colLast"><code><strong><a
href="../../../../org/apache/kudu/client/AsyncKuduSession.html#setMutationBufferSpace(int)">setMutationBufferSpace</a></strong>(int size)</code>
<div class="block">Set the number of operations that can be buffered.</div>
</td>
</tr>
-<tr id="i16" class="altColor">
+<tr class="altColor">
<td class="colFirst"><code>void</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a
href="../../../../org/apache/kudu/client/AsyncKuduSession.html#setTimeoutMillis-long-">setTimeoutMillis</a></span>(long timeout)</code>
+<td class="colLast"><code><strong><a
href="../../../../org/apache/kudu/client/AsyncKuduSession.html#setTimeoutMillis(long)">setTimeoutMillis</a></strong>(long timeout)</code>
<div class="block">Sets the timeout for the next applied operations.</div>
</td>
</tr>
</table>
<ul class="blockList">
-<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
+<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
<!-- -->
</a>
<h3>Methods inherited from class java.lang.<a
href="http://docs.oracle.com/javase/7/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/7/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/7/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/7/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/7/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/7/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/7/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/7/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/7/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/7/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/7/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/7/docs/api/java/lang/Object.html?is-external=true#wait-long-int-"
title="class or interface in java.lang">wait</a></code></li>
+<code><a
href="http://docs.oracle.com/javase/7/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/7/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/7/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/7/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/7/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/7/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/7/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/7/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/7/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/7/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/7/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>
@@ -332,7 +318,7 @@ implements <a
href="../../../../org/apache/kudu/client/SessionConfiguration.html
<li class="blockList">
<!-- ============ FIELD DETAIL =========== -->
<ul class="blockList">
-<li class="blockList"><a name="field.detail">
+<li class="blockList"><a name="field_detail">
<!-- -->
</a>
<h3>Field Detail</h3>
@@ -349,244 +335,220 @@ implements <a
href="../../../../org/apache/kudu/client/SessionConfiguration.html
</ul>
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
-<li class="blockList"><a name="method.detail">
+<li class="blockList"><a name="method_detail">
<!-- -->
</a>
<h3>Method Detail</h3>
-<a name="getFlushMode--">
+<a name="getFlushMode()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getFlushMode</h4>
<pre>public <a
href="../../../../org/apache/kudu/client/SessionConfiguration.FlushMode.html"
title="enum in
org.apache.kudu.client">SessionConfiguration.FlushMode</a> getFlushMode()</pre>
-<div class="block"><span class="descfrmTypeLabel">Description copied from
interface: <code><a
href="../../../../org/apache/kudu/client/SessionConfiguration.html#getFlushMode--">SessionConfiguration</a></code></span></div>
+<div class="block"><strong>Description copied from interface: <code><a
href="../../../../org/apache/kudu/client/SessionConfiguration.html#getFlushMode()">SessionConfiguration</a></code></strong></div>
<div class="block">Get the current flush mode.</div>
<dl>
-<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
-<dd><code><a
href="../../../../org/apache/kudu/client/SessionConfiguration.html#getFlushMode--">getFlushMode</a></code> in
interface <code><a
href="../../../../org/apache/kudu/client/SessionConfiguration.html"
title="interface in org.apache.kudu.client">SessionConfiguration</a></code></dd>
-<dt><span class="returnLabel">Returns:</span></dt>
-<dd>flush mode, AUTO_FLUSH_SYNC by default</dd>
-</dl>
+<dt><strong>Specified by:</strong></dt>
+<dd><code><a
href="../../../../org/apache/kudu/client/SessionConfiguration.html#getFlushMode()">getFlushMode</a></code> in
interface <code><a
href="../../../../org/apache/kudu/client/SessionConfiguration.html"
title="interface in org.apache.kudu.client">SessionConfiguration</a></code></dd>
+<dt><span class="strong">Returns:</span></dt><dd>flush mode, AUTO_FLUSH_SYNC
by default</dd></dl>
</li>
</ul>
-<a name="setFlushMode-org.apache.kudu.client.SessionConfiguration.FlushMode-">
+<a name="setFlushMode(org.apache.kudu.client.SessionConfiguration.FlushMode)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setFlushMode</h4>
<pre>public void setFlushMode(<a
href="../../../../org/apache/kudu/client/SessionConfiguration.FlushMode.html"
title="enum in
org.apache.kudu.client">SessionConfiguration.FlushMode</a> flushMode)</pre>
-<div class="block"><span class="descfrmTypeLabel">Description copied from
interface: <code><a
href="../../../../org/apache/kudu/client/SessionConfiguration.html#setFlushMode-org.apache.kudu.client.SessionConfiguration.FlushMode-">SessionConfiguration</a></code></span></div>
+<div class="block"><strong>Description copied from interface: <code><a
href="../../../../org/apache/kudu/client/SessionConfiguration.html#setFlushMode(org.apache.kudu.client.SessionConfiguration.FlushMode)">SessionConfiguration</a></code></strong></div>
<div class="block">Set the new flush mode for this session.</div>
<dl>
-<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
-<dd><code><a
href="../../../../org/apache/kudu/client/SessionConfiguration.html#setFlushMode-org.apache.kudu.client.SessionConfiguration.FlushMode-">setFlushMode</a></code> in
interface <code><a
href="../../../../org/apache/kudu/client/SessionConfiguration.html"
title="interface in org.apache.kudu.client">SessionConfiguration</a></code></dd>
-<dt><span class="paramLabel">Parameters:</span></dt>
-<dd><code>flushMode</code> - new flush mode, can be the same as the previous
one.</dd>
-</dl>
+<dt><strong>Specified by:</strong></dt>
+<dd><code><a
href="../../../../org/apache/kudu/client/SessionConfiguration.html#setFlushMode(org.apache.kudu.client.SessionConfiguration.FlushMode)">setFlushMode</a></code> in
interface <code><a
href="../../../../org/apache/kudu/client/SessionConfiguration.html"
title="interface in org.apache.kudu.client">SessionConfiguration</a></code></dd>
+<dt><span class="strong">Parameters:</span></dt><dd><code>flushMode</code> -
new flush mode, can be the same as the previous one.</dd></dl>
</li>
</ul>
-<a
name="setExternalConsistencyMode-org.apache.kudu.client.ExternalConsistencyMode-">
+<a
name="setExternalConsistencyMode(org.apache.kudu.client.ExternalConsistencyMode)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setExternalConsistencyMode</h4>
<pre>public void setExternalConsistencyMode(<a
href="../../../../org/apache/kudu/client/ExternalConsistencyMode.html"
title="enum in
org.apache.kudu.client">ExternalConsistencyMode</a> consistencyMode)</pre>
-<div class="block"><span class="descfrmTypeLabel">Description copied from
interface: <code><a
href="../../../../org/apache/kudu/client/SessionConfiguration.html#setExternalConsistencyMode-org.apache.kudu.client.ExternalConsistencyMode-">SessionConfiguration</a></code></span></div>
+<div class="block"><strong>Description copied from interface: <code><a
href="../../../../org/apache/kudu/client/SessionConfiguration.html#setExternalConsistencyMode(org.apache.kudu.client.ExternalConsistencyMode)">SessionConfiguration</a></code></strong></div>
<div class="block">Set the new external consistency mode for this
session.</div>
<dl>
-<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
-<dd><code><a
href="../../../../org/apache/kudu/client/SessionConfiguration.html#setExternalConsistencyMode-org.apache.kudu.client.ExternalConsistencyMode-">setExternalConsistencyMode</a></code> in
interface <code><a
href="../../../../org/apache/kudu/client/SessionConfiguration.html"
title="interface in org.apache.kudu.client">SessionConfiguration</a></code></dd>
-<dt><span class="paramLabel">Parameters:</span></dt>
-<dd><code>consistencyMode</code> - new external consistency mode, can the same
as the previous one.</dd>
-</dl>
+<dt><strong>Specified by:</strong></dt>
+<dd><code><a
href="../../../../org/apache/kudu/client/SessionConfiguration.html#setExternalConsistencyMode(org.apache.kudu.client.ExternalConsistencyMode)">setExternalConsistencyMode</a></code> in
interface <code><a
href="../../../../org/apache/kudu/client/SessionConfiguration.html"
title="interface in org.apache.kudu.client">SessionConfiguration</a></code></dd>
+<dt><span
class="strong">Parameters:</span></dt><dd><code>consistencyMode</code> - new
external consistency mode, can the same as the previous one.</dd></dl>
</li>
</ul>
-<a name="setMutationBufferSpace-int-">
+<a name="setMutationBufferSpace(int)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setMutationBufferSpace</h4>
<pre>public void setMutationBufferSpace(int size)</pre>
-<div class="block"><span class="descfrmTypeLabel">Description copied from
interface: <code><a
href="../../../../org/apache/kudu/client/SessionConfiguration.html#setMutationBufferSpace-int-">SessionConfiguration</a></code></span></div>
+<div class="block"><strong>Description copied from interface: <code><a
href="../../../../org/apache/kudu/client/SessionConfiguration.html#setMutationBufferSpace(int)">SessionConfiguration</a></code></strong></div>
<div class="block">Set the number of operations that can be buffered.</div>
<dl>
-<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
-<dd><code><a
href="../../../../org/apache/kudu/client/SessionConfiguration.html#setMutationBufferSpace-int-">setMutationBufferSpace</a></code> in
interface <code><a
href="../../../../org/apache/kudu/client/SessionConfiguration.html"
title="interface in org.apache.kudu.client">SessionConfiguration</a></code></dd>
-<dt><span class="paramLabel">Parameters:</span></dt>
-<dd><code>size</code> - number of ops.</dd>
-</dl>
+<dt><strong>Specified by:</strong></dt>
+<dd><code><a
href="../../../../org/apache/kudu/client/SessionConfiguration.html#setMutationBufferSpace(int)">setMutationBufferSpace</a></code> in
interface <code><a
href="../../../../org/apache/kudu/client/SessionConfiguration.html"
title="interface in org.apache.kudu.client">SessionConfiguration</a></code></dd>
+<dt><span class="strong">Parameters:</span></dt><dd><code>size</code> - number
of ops.</dd></dl>
</li>
</ul>
-<a name="setMutationBufferLowWatermark-float-">
+<a name="setMutationBufferLowWatermark(float)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setMutationBufferLowWatermark</h4>
<pre>public void setMutationBufferLowWatermark(float mutationBufferLowWatermarkPercentage)</pre>
-<div class="block"><span class="descfrmTypeLabel">Description copied from
interface: <code><a
href="../../../../org/apache/kudu/client/SessionConfiguration.html#setMutationBufferLowWatermark-float-">SessionConfiguration</a></code></span></div>
+<div class="block"><strong>Description copied from interface: <code><a
href="../../../../org/apache/kudu/client/SessionConfiguration.html#setMutationBufferLowWatermark(float)">SessionConfiguration</a></code></strong></div>
<div class="block">Set the low watermark for this session. The default is set
to half the mutation buffer space.
For example, a buffer space of 1000 with a low watermark set to 50% (0.5)
will start randomly
sending PleaseRetryExceptions once there's an outstanding flush and the
buffer is over 500.
As the buffer gets fuller, it becomes likelier to hit the exception.</div>
<dl>
-<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
-<dd><code><a
href="../../../../org/apache/kudu/client/SessionConfiguration.html#setMutationBufferLowWatermark-float-">setMutationBufferLowWatermark</a></code> in
interface <code><a
href="../../../../org/apache/kudu/client/SessionConfiguration.html"
title="interface in org.apache.kudu.client">SessionConfiguration</a></code></dd>
-<dt><span class="paramLabel">Parameters:</span></dt>
-<dd><code>mutationBufferLowWatermarkPercentage</code> - a new low watermark as
a percentage,
+<dt><strong>Specified by:</strong></dt>
+<dd><code><a
href="../../../../org/apache/kudu/client/SessionConfiguration.html#setMutationBufferLowWatermark(float)">setMutationBufferLowWatermark</a></code> in
interface <code><a
href="../../../../org/apache/kudu/client/SessionConfiguration.html"
title="interface in org.apache.kudu.client">SessionConfiguration</a></code></dd>
+<dt><span
class="strong">Parameters:</span></dt><dd><code>mutationBufferLowWatermarkPercentage</code>
- a new low watermark as a percentage,
has to be between 0 and 1 (inclusive). A value
of 1 disables
- the low watermark since it's the same as the high
one</dd>
-</dl>
+ the low watermark since it's the same as the high
one</dd></dl>
</li>
</ul>
-<a name="setFlushInterval-int-">
+<a name="setFlushInterval(int)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setFlushInterval</h4>
<pre>public void setFlushInterval(int interval)</pre>
-<div class="block"><span class="descfrmTypeLabel">Description copied from
interface: <code><a
href="../../../../org/apache/kudu/client/SessionConfiguration.html#setFlushInterval-int-">SessionConfiguration</a></code></span></div>
+<div class="block"><strong>Description copied from interface: <code><a
href="../../../../org/apache/kudu/client/SessionConfiguration.html#setFlushInterval(int)">SessionConfiguration</a></code></strong></div>
<div class="block">Set the flush interval, which will be used for the next
scheduling decision.</div>
<dl>
-<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
-<dd><code><a
href="../../../../org/apache/kudu/client/SessionConfiguration.html#setFlushInterval-int-">setFlushInterval</a></code> in
interface <code><a
href="../../../../org/apache/kudu/client/SessionConfiguration.html"
title="interface in org.apache.kudu.client">SessionConfiguration</a></code></dd>
-<dt><span class="paramLabel">Parameters:</span></dt>
-<dd><code>interval</code> - interval in milliseconds.</dd>
-</dl>
+<dt><strong>Specified by:</strong></dt>
+<dd><code><a
href="../../../../org/apache/kudu/client/SessionConfiguration.html#setFlushInterval(int)">setFlushInterval</a></code> in
interface <code><a
href="../../../../org/apache/kudu/client/SessionConfiguration.html"
title="interface in org.apache.kudu.client">SessionConfiguration</a></code></dd>
+<dt><span class="strong">Parameters:</span></dt><dd><code>interval</code> -
interval in milliseconds.</dd></dl>
</li>
</ul>
-<a name="setTimeoutMillis-long-">
+<a name="setTimeoutMillis(long)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setTimeoutMillis</h4>
<pre>public void setTimeoutMillis(long timeout)</pre>
-<div class="block"><span class="descfrmTypeLabel">Description copied from
interface: <code><a
href="../../../../org/apache/kudu/client/SessionConfiguration.html#setTimeoutMillis-long-">SessionConfiguration</a></code></span></div>
+<div class="block"><strong>Description copied from interface: <code><a
href="../../../../org/apache/kudu/client/SessionConfiguration.html#setTimeoutMillis(long)">SessionConfiguration</a></code></strong></div>
<div class="block">Sets the timeout for the next applied operations.
The default timeout is 0, which disables the timeout functionality.</div>
<dl>
-<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
-<dd><code><a
href="../../../../org/apache/kudu/client/SessionConfiguration.html#setTimeoutMillis-long-">setTimeoutMillis</a></code> in
interface <code><a
href="../../../../org/apache/kudu/client/SessionConfiguration.html"
title="interface in org.apache.kudu.client">SessionConfiguration</a></code></dd>
-<dt><span class="paramLabel">Parameters:</span></dt>
-<dd><code>timeout</code> - Timeout in milliseconds.</dd>
-</dl>
+<dt><strong>Specified by:</strong></dt>
+<dd><code><a
href="../../../../org/apache/kudu/client/SessionConfiguration.html#setTimeoutMillis(long)">setTimeoutMillis</a></code> in
interface <code><a
href="../../../../org/apache/kudu/client/SessionConfiguration.html"
title="interface in org.apache.kudu.client">SessionConfiguration</a></code></dd>
+<dt><span class="strong">Parameters:</span></dt><dd><code>timeout</code> -
Timeout in milliseconds.</dd></dl>
</li>
</ul>
-<a name="getTimeoutMillis--">
+<a name="getTimeoutMillis()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getTimeoutMillis</h4>
<pre>public long getTimeoutMillis()</pre>
-<div class="block"><span class="descfrmTypeLabel">Description copied from
interface: <code><a
href="../../../../org/apache/kudu/client/SessionConfiguration.html#getTimeoutMillis--">SessionConfiguration</a></code></span></div>
+<div class="block"><strong>Description copied from interface: <code><a
href="../../../../org/apache/kudu/client/SessionConfiguration.html#getTimeoutMillis()">SessionConfiguration</a></code></strong></div>
<div class="block">Get the current timeout.</div>
<dl>
-<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
-<dd><code><a
href="../../../../org/apache/kudu/client/SessionConfiguration.html#getTimeoutMillis--">getTimeoutMillis</a></code> in
interface <code><a
href="../../../../org/apache/kudu/client/SessionConfiguration.html"
title="interface in org.apache.kudu.client">SessionConfiguration</a></code></dd>
-<dt><span class="returnLabel">Returns:</span></dt>
-<dd>operation timeout in milliseconds, 0 if none was configured.</dd>
-</dl>
+<dt><strong>Specified by:</strong></dt>
+<dd><code><a
href="../../../../org/apache/kudu/client/SessionConfiguration.html#getTimeoutMillis()">getTimeoutMillis</a></code> in
interface <code><a
href="../../../../org/apache/kudu/client/SessionConfiguration.html"
title="interface in org.apache.kudu.client">SessionConfiguration</a></code></dd>
+<dt><span class="strong">Returns:</span></dt><dd>operation timeout in
milliseconds, 0 if none was configured.</dd></dl>
</li>
</ul>
-<a name="isClosed--">
+<a name="isClosed()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>isClosed</h4>
<pre>public boolean isClosed()</pre>
-<div class="block"><span class="descfrmTypeLabel">Description copied from
interface: <code><a
href="../../../../org/apache/kudu/client/SessionConfiguration.html#isClosed--">SessionConfiguration</a></code></span></div>
+<div class="block"><strong>Description copied from interface: <code><a
href="../../../../org/apache/kudu/client/SessionConfiguration.html#isClosed()">SessionConfiguration</a></code></strong></div>
<div class="block">Returns true if this session has already been closed.</div>
<dl>
-<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
-<dd><code><a
href="../../../../org/apache/kudu/client/SessionConfiguration.html#isClosed--">isClosed</a></code> in
interface <code><a
href="../../../../org/apache/kudu/client/SessionConfiguration.html"
title="interface in org.apache.kudu.client">SessionConfiguration</a></code></dd>
+<dt><strong>Specified by:</strong></dt>
+<dd><code><a
href="../../../../org/apache/kudu/client/SessionConfiguration.html#isClosed()">isClosed</a></code> in
interface <code><a
href="../../../../org/apache/kudu/client/SessionConfiguration.html"
title="interface in org.apache.kudu.client">SessionConfiguration</a></code></dd>
</dl>
</li>
</ul>
-<a name="isIgnoreAllDuplicateRows--">
+<a name="isIgnoreAllDuplicateRows()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>isIgnoreAllDuplicateRows</h4>
<pre>public boolean isIgnoreAllDuplicateRows()</pre>
-<div class="block"><span class="descfrmTypeLabel">Description copied from
interface: <code><a
href="../../../../org/apache/kudu/client/SessionConfiguration.html#isIgnoreAllDuplicateRows--">SessionConfiguration</a></code></span></div>
+<div class="block"><strong>Description copied from interface: <code><a
href="../../../../org/apache/kudu/client/SessionConfiguration.html#isIgnoreAllDuplicateRows()">SessionConfiguration</a></code></strong></div>
<div class="block">Tells if the session is currently ignoring row errors when
the whole list returned by a tablet
server is of the AlreadyPresent type.</div>
<dl>
-<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
-<dd><code><a
href="../../../../org/apache/kudu/client/SessionConfiguration.html#isIgnoreAllDuplicateRows--">isIgnoreAllDuplicateRows</a></code> in
interface <code><a
href="../../../../org/apache/kudu/client/SessionConfiguration.html"
title="interface in org.apache.kudu.client">SessionConfiguration</a></code></dd>
-<dt><span class="returnLabel">Returns:</span></dt>
-<dd>true if the session is enforcing this, else false</dd>
-</dl>
+<dt><strong>Specified by:</strong></dt>
+<dd><code><a
href="../../../../org/apache/kudu/client/SessionConfiguration.html#isIgnoreAllDuplicateRows()">isIgnoreAllDuplicateRows</a></code> in
interface <code><a
href="../../../../org/apache/kudu/client/SessionConfiguration.html"
title="interface in org.apache.kudu.client">SessionConfiguration</a></code></dd>
+<dt><span class="strong">Returns:</span></dt><dd>true if the session is
enforcing this, else false</dd></dl>
</li>
</ul>
-<a name="setIgnoreAllDuplicateRows-boolean-">
+<a name="setIgnoreAllDuplicateRows(boolean)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setIgnoreAllDuplicateRows</h4>
<pre>public void setIgnoreAllDuplicateRows(boolean ignoreAllDuplicateRows)</pre>
-<div class="block"><span class="descfrmTypeLabel">Description copied from
interface: <code><a
href="../../../../org/apache/kudu/client/SessionConfiguration.html#setIgnoreAllDuplicateRows-boolean-">SessionConfiguration</a></code></span></div>
+<div class="block"><strong>Description copied from interface: <code><a
href="../../../../org/apache/kudu/client/SessionConfiguration.html#setIgnoreAllDuplicateRows(boolean)">SessionConfiguration</a></code></strong></div>
<div class="block">Configures the option to ignore all the row errors if they
are all of the AlreadyPresent type.
This can be needed when facing KUDU-568. The effect of enabling this is that
operation
responses that match this pattern will be cleared of their row errors,
meaning that we consider
them successful.
This is disabled by default.</div>
<dl>
-<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
-<dd><code><a
href="../../../../org/apache/kudu/client/SessionConfiguration.html#setIgnoreAllDuplicateRows-boolean-">setIgnoreAllDuplicateRows</a></code> in
interface <code><a
href="../../../../org/apache/kudu/client/SessionConfiguration.html"
title="interface in org.apache.kudu.client">SessionConfiguration</a></code></dd>
-<dt><span class="paramLabel">Parameters:</span></dt>
-<dd><code>ignoreAllDuplicateRows</code> - true if this session should enforce
this, else false</dd>
-</dl>
+<dt><strong>Specified by:</strong></dt>
+<dd><code><a
href="../../../../org/apache/kudu/client/SessionConfiguration.html#setIgnoreAllDuplicateRows(boolean)">setIgnoreAllDuplicateRows</a></code> in
interface <code><a
href="../../../../org/apache/kudu/client/SessionConfiguration.html"
title="interface in org.apache.kudu.client">SessionConfiguration</a></code></dd>
+<dt><span
class="strong">Parameters:</span></dt><dd><code>ignoreAllDuplicateRows</code> -
true if this session should enforce this, else false</dd></dl>
</li>
</ul>
-<a name="countPendingErrors--">
+<a name="countPendingErrors()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>countPendingErrors</h4>
<pre>public int countPendingErrors()</pre>
-<div class="block"><span class="descfrmTypeLabel">Description copied from
interface: <code><a
href="../../../../org/apache/kudu/client/SessionConfiguration.html#countPendingErrors--">SessionConfiguration</a></code></span></div>
+<div class="block"><strong>Description copied from interface: <code><a
href="../../../../org/apache/kudu/client/SessionConfiguration.html#countPendingErrors()">SessionConfiguration</a></code></strong></div>
<div class="block">Return the number of errors which are pending. Errors may
accumulate when
using the AUTO_FLUSH_BACKGROUND mode.</div>
<dl>
-<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
-<dd><code><a
href="../../../../org/apache/kudu/client/SessionConfiguration.html#countPendingErrors--">countPendingErrors</a></code> in
interface <code><a
href="../../../../org/apache/kudu/client/SessionConfiguration.html"
title="interface in org.apache.kudu.client">SessionConfiguration</a></code></dd>
-<dt><span class="returnLabel">Returns:</span></dt>
-<dd>a count of errors</dd>
-</dl>
+<dt><strong>Specified by:</strong></dt>
+<dd><code><a
href="../../../../org/apache/kudu/client/SessionConfiguration.html#countPendingErrors()">countPendingErrors</a></code> in
interface <code><a
href="../../../../org/apache/kudu/client/SessionConfiguration.html"
title="interface in org.apache.kudu.client">SessionConfiguration</a></code></dd>
+<dt><span class="strong">Returns:</span></dt><dd>a count of errors</dd></dl>
</li>
</ul>
-<a name="getPendingErrors--">
+<a name="getPendingErrors()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getPendingErrors</h4>
<pre>public <a
href="../../../../org/apache/kudu/client/RowErrorsAndOverflowStatus.html"
title="class in
org.apache.kudu.client">RowErrorsAndOverflowStatus</a> getPendingErrors()</pre>
-<div class="block"><span class="descfrmTypeLabel">Description copied from
interface: <code><a
href="../../../../org/apache/kudu/client/SessionConfiguration.html#getPendingErrors--">SessionConfiguration</a></code></span></div>
+<div class="block"><strong>Description copied from interface: <code><a
href="../../../../org/apache/kudu/client/SessionConfiguration.html#getPendingErrors()">SessionConfiguration</a></code></strong></div>
<div class="block">Return any errors from previous calls. If there were more
errors
than could be held in the session's error storage, the overflow state is set
to true.
Resets the pending errors.</div>
<dl>
-<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
-<dd><code><a
href="../../../../org/apache/kudu/client/SessionConfiguration.html#getPendingErrors--">getPendingErrors</a></code> in
interface <code><a
href="../../../../org/apache/kudu/client/SessionConfiguration.html"
title="interface in org.apache.kudu.client">SessionConfiguration</a></code></dd>
-<dt><span class="returnLabel">Returns:</span></dt>
-<dd>an object that contains the errors and the overflow status</dd>
-</dl>
+<dt><strong>Specified by:</strong></dt>
+<dd><code><a
href="../../../../org/apache/kudu/client/SessionConfiguration.html#getPendingErrors()">getPendingErrors</a></code> in
interface <code><a
href="../../../../org/apache/kudu/client/SessionConfiguration.html"
title="interface in org.apache.kudu.client">SessionConfiguration</a></code></dd>
+<dt><span class="strong">Returns:</span></dt><dd>an object that contains the
errors and the overflow status</dd></dl>
</li>
</ul>
-<a name="close--">
+<a name="close()">
<!-- -->
</a>
<ul class="blockList">
@@ -594,15 +556,12 @@ implements <a
href="../../../../org/apache/kudu/client/SessionConfiguration.html
<h4>close</h4>
<pre>public com.stumbleupon.async.Deferred<<a
href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true"
title="class or interface in java.util">List</a><<a
href="../../../../org/apache/kudu/client/OperationResponse.html" title="class
in org.apache.kudu.client">OperationResponse</a>>> close()</pre>
<div class="block">Flushes the buffered operations and marks this session as
closed.
- See the javadoc on <a
href="../../../../org/apache/kudu/client/AsyncKuduSession.html#flush--"><code>flush()</code></a>
on how to deal with exceptions coming out of this method.</div>
-<dl>
-<dt><span class="returnLabel">Returns:</span></dt>
-<dd>a Deferred whose callback chain will be invoked when.
- everything that was buffered at the time of the call has been flushed.</dd>
-</dl>
+ See the javadoc on <a
href="../../../../org/apache/kudu/client/AsyncKuduSession.html#flush()"><code>flush()</code></a>
on how to deal with exceptions coming out of this method.</div>
+<dl><dt><span class="strong">Returns:</span></dt><dd>a Deferred whose callback
chain will be invoked when.
+ everything that was buffered at the time of the call has been
flushed.</dd></dl>
</li>
</ul>
-<a name="flush--">
+<a name="flush()">
<!-- -->
</a>
<ul class="blockList">
@@ -610,31 +569,26 @@ implements <a
href="../../../../org/apache/kudu/client/SessionConfiguration.html
<h4>flush</h4>
<pre>public com.stumbleupon.async.Deferred<<a
href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true"
title="class or interface in java.util">List</a><<a
href="../../../../org/apache/kudu/client/OperationResponse.html" title="class
in org.apache.kudu.client">OperationResponse</a>>> flush()</pre>
<div class="block">Flush buffered writes.</div>
-<dl>
-<dt><span class="returnLabel">Returns:</span></dt>
-<dd>a <code>Deferred</code> whose callback chain will be invoked when all
applied operations at
- the time of the call have been flushed.</dd>
-</dl>
+<dl><dt><span class="strong">Returns:</span></dt><dd>a <code>Deferred</code>
whose callback chain will be invoked when all applied operations at
+ the time of the call have been flushed.</dd></dl>
</li>
</ul>
-<a name="hasPendingOperations--">
+<a name="hasPendingOperations()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>hasPendingOperations</h4>
<pre>public boolean hasPendingOperations()</pre>
-<div class="block"><span class="descfrmTypeLabel">Description copied from
interface: <code><a
href="../../../../org/apache/kudu/client/SessionConfiguration.html#hasPendingOperations--">SessionConfiguration</a></code></span></div>
+<div class="block"><strong>Description copied from interface: <code><a
href="../../../../org/apache/kudu/client/SessionConfiguration.html#hasPendingOperations()">SessionConfiguration</a></code></strong></div>
<div class="block">Check if there are operations that haven't been completely
applied.</div>
<dl>
-<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
-<dd><code><a
href="../../../../org/apache/kudu/client/SessionConfiguration.html#hasPendingOperations--">hasPendingOperations</a></code> in
interface <code><a
href="../../../../org/apache/kudu/client/SessionConfiguration.html"
title="interface in org.apache.kudu.client">SessionConfiguration</a></code></dd>
-<dt><span class="returnLabel">Returns:</span></dt>
-<dd>true if operations are pending, else false.</dd>
-</dl>
+<dt><strong>Specified by:</strong></dt>
+<dd><code><a
href="../../../../org/apache/kudu/client/SessionConfiguration.html#hasPendingOperations()">hasPendingOperations</a></code> in
interface <code><a
href="../../../../org/apache/kudu/client/SessionConfiguration.html"
title="interface in org.apache.kudu.client">SessionConfiguration</a></code></dd>
+<dt><span class="strong">Returns:</span></dt><dd>true if operations are
pending, else false.</dd></dl>
</li>
</ul>
-<a name="apply-org.apache.kudu.client.Operation-">
+<a name="apply(org.apache.kudu.client.Operation)">
<!-- -->
</a>
<ul class="blockListLast">
@@ -646,14 +600,10 @@ implements <a
href="../../../../org/apache/kudu/client/SessionConfiguration.html
The behavior of this function depends on the current flush mode. Regardless
of flush mode, however, Apply may begin to perform processing in the
background
for the call (e.g looking up the tablet, etc).</div>
-<dl>
-<dt><span class="paramLabel">Parameters:</span></dt>
-<dd><code>operation</code> - operation to apply</dd>
-<dt><span class="returnLabel">Returns:</span></dt>
-<dd>a Deferred to track this operation</dd>
-<dt><span class="throwsLabel">Throws:</span></dt>
-<dd><code><a href="../../../../org/apache/kudu/client/KuduException.html"
title="class in org.apache.kudu.client">KuduException</a></code> - if an error
happens or <a
href="../../../../org/apache/kudu/client/PleaseThrottleException.html"
title="class in
org.apache.kudu.client"><code>PleaseThrottleException</code></a> is
triggered</dd>
-</dl>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>operation</code>
- operation to apply</dd>
+<dt><span class="strong">Returns:</span></dt><dd>a Deferred to track this
operation</dd>
+<dt><span class="strong">Throws:</span></dt>
+<dd><code><a href="../../../../org/apache/kudu/client/KuduException.html"
title="class in org.apache.kudu.client">KuduException</a></code> - if an error
happens or <a
href="../../../../org/apache/kudu/client/PleaseThrottleException.html"
title="class in
org.apache.kudu.client"><code>PleaseThrottleException</code></a> is
triggered</dd></dl>
</li>
</ul>
</li>
@@ -664,11 +614,9 @@ implements <a
href="../../../../org/apache/kudu/client/SessionConfiguration.html
</div>
<!-- ========= END OF CLASS DATA ========= -->
<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<div class="bottomNav"><a name="navbar.bottom">
+<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><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a
name="navbar_bottom_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
@@ -684,15 +632,15 @@ implements <a
href="../../../../org/apache/kudu/client/SessionConfiguration.html
</div>
<div class="subNav">
<ul class="navList">
-<li><a
href="../../../../org/apache/kudu/client/AsyncKuduScanner.ReadMode.html"
title="enum in org.apache.kudu.client"><span
class="typeNameLink">Prev Class</span></a></li>
-<li><a href="../../../../org/apache/kudu/client/ColumnRangePredicate.html"
title="class in org.apache.kudu.client"><span
class="typeNameLink">Next Class</span></a></li>
+<li><a
href="../../../../org/apache/kudu/client/AsyncKuduScanner.ReadMode.html"
title="enum in org.apache.kudu.client"><span class="strong">Prev
Class</span></a></li>
+<li><a href="../../../../org/apache/kudu/client/ColumnRangePredicate.html"
title="class in org.apache.kudu.client"><span class="strong">Next
Class</span></a></li>
</ul>
<ul class="navList">
<li><a
href="../../../../index.html?org/apache/kudu/client/AsyncKuduSession.html"
target="_top">Frames</a></li>
-<li><a href="AsyncKuduSession.html" target="_top">No Frames</a></li>
+<li><a href="AsyncKuduSession.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>
+<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
@@ -710,18 +658,18 @@ implements <a
href="../../../../org/apache/kudu/client/SessionConfiguration.html
<ul class="subNavList">
<li>Summary: </li>
<li>Nested | </li>
-<li><a href="#field.summary">Field</a> | </li>
+<li><a href="#field_summary">Field</a> | </li>
<li>Constr | </li>
-<li><a href="#method.summary">Method</a></li>
+<li><a href="#method_summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail: </li>
-<li><a href="#field.detail">Field</a> | </li>
+<li><a href="#field_detail">Field</a> | </li>
<li>Constr | </li>
-<li><a href="#method.detail">Method</a></li>
+<li><a href="#method_detail">Method</a></li>
</ul>
</div>
-<a name="skip.navbar.bottom">
+<a name="skip-navbar_bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->