http://git-wip-us.apache.org/repos/asf/kudu-site/blob/09fd3874/apidocs/org/kududb/client/KuduSession.html ---------------------------------------------------------------------- diff --git a/apidocs/org/kududb/client/KuduSession.html b/apidocs/org/kududb/client/KuduSession.html deleted file mode 100644 index 71e5f6d..0000000 --- a/apidocs/org/kududb/client/KuduSession.html +++ /dev/null @@ -1,713 +0,0 @@ -<!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>KuduSession (Kudu 0.9.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="KuduSession (Kudu 0.9.1 API)"; - } - } - catch(err) { - } -//--> -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"> -<!-- --> -</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 class="navBarCell1Rev">Class</li> -<li><a href="class-use/KuduSession.html">Use</a></li> -<li><a href="package-tree.html">Tree</a></li> -<li><a href="../../../deprecated-list.html">Deprecated</a></li> -<li><a href="../../../index-all.html">Index</a></li> -<li><a href="../../../help-doc.html">Help</a></li> -</ul> -</div> -<div class="subNav"> -<ul class="navList"> -<li><a href="../../../org/kududb/client/KuduServerException.html" title="class in org.kududb.client"><span class="typeNameLink">Prev Class</span></a></li> -<li><a href="../../../org/kududb/client/KuduTable.html" title="class in org.kududb.client"><span class="typeNameLink">Next Class</span></a></li> -</ul> -<ul class="navList"> -<li><a href="../../../index.html?org/kududb/client/KuduSession.html" target="_top">Frames</a></li> -<li><a href="KuduSession.html" target="_top">No Frames</a></li> -</ul> -<ul class="navList" id="allclasses_navbar_top"> -<li><a href="../../../allclasses-noframe.html">All Classes</a></li> -</ul> -<div> -<script type="text/javascript"><!-- - allClassesLink = document.getElementById("allclasses_navbar_top"); - if(window==top) { - allClassesLink.style.display = "block"; - } - else { - allClassesLink.style.display = "none"; - } - //--> -</script> -</div> -<div> -<ul class="subNavList"> -<li>Summary: </li> -<li>Nested | </li> -<li><a href="#field.summary">Field</a> | </li> -<li>Constr | </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>Constr | </li> -<li><a href="#method.detail">Method</a></li> -</ul> -</div> -<a name="skip.navbar.top"> -<!-- --> -</a></div> -<!-- ========= END OF TOP NAVBAR ========= --> -<!-- ======== START OF CLASS DATA ======== --> -<div class="header"> -<div class="subTitle">org.kududb.client</div> -<h2 title="Class KuduSession" class="title">Class KuduSession</h2> -</div> -<div class="contentContainer"> -<ul class="inheritance"> -<li><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</a></li> -<li> -<ul class="inheritance"> -<li>org.kududb.client.KuduSession</li> -</ul> -</li> -</ul> -<div class="description"> -<ul class="blockList"> -<li class="blockList"> -<dl> -<dt>All Implemented Interfaces:</dt> -<dd><a href="../../../org/kududb/client/SessionConfiguration.html" title="interface in org.kududb.client">SessionConfiguration</a></dd> -</dl> -<hr> -<br> -<pre>@InterfaceAudience.Public - @InterfaceStability.Evolving -public class <span class="typeNameLabel">KuduSession</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/kududb/client/SessionConfiguration.html" title="interface in org.kududb.client">SessionConfiguration</a></pre> -<div class="block">Synchronous version of <a href="../../../org/kududb/client/AsyncKuduSession.html" title="class in org.kududb.client"><code>AsyncKuduSession</code></a>. - Offers the same API but with blocking methods.<p> - - This class is <b>not</b> thread-safe.<p> - - A major difference with <a href="../../../org/kududb/client/AsyncKuduSession.html" title="class in org.kududb.client"><code>AsyncKuduSession</code></a> is that the time spent waiting on operations is - defined by <a href="../../../org/kududb/client/KuduSession.html#setTimeoutMillis-long-"><code>setTimeoutMillis(long)</code></a> which defaults to getting it from - <a href="../../../org/kududb/client/KuduClient.html#getDefaultOperationTimeoutMs--"><code>KuduClient.getDefaultOperationTimeoutMs()</code></a>.</div> -</li> -</ul> -</div> -<div class="summary"> -<ul class="blockList"> -<li class="blockList"> -<!-- ======== NESTED CLASS SUMMARY ======== --> -<ul class="blockList"> -<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.kududb.client.SessionConfiguration"> -<!-- --> -</a> -<h3>Nested classes/interfaces inherited from interface org.kududb.client.<a href="../../../org/kududb/client/SessionConfiguration.html" title="interface in org.kududb.client">SessionConfiguration</a></h3> -<code><a href="../../../org/kududb/client/SessionConfiguration.FlushMode.html" title="enum in org.kududb.client">SessionConfiguration.FlushMode</a></code></li> -</ul> -</li> -</ul> -<!-- =========== FIELD SUMMARY =========== --> -<ul class="blockList"> -<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"> -<caption><span>Fields</span><span class="tabEnd"> </span></caption> -<tr> -<th class="colFirst" scope="col">Modifier and Type</th> -<th class="colLast" scope="col">Field and Description</th> -</tr> -<tr class="altColor"> -<td class="colFirst"><code>static org.slf4j.Logger</code></td> -<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/kududb/client/KuduSession.html#LOG">LOG</a></span></code> </td> -</tr> -</table> -</li> -</ul> -<!-- ========== METHOD SUMMARY =========== --> -<ul class="blockList"> -<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> -<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"> -<td class="colFirst"><code><a href="../../../org/kududb/client/OperationResponse.html" title="class in org.kududb.client">OperationResponse</a></code></td> -<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/kududb/client/KuduSession.html#apply-org.kududb.client.Operation-">apply</a></span>(<a href="../../../org/kududb/client/Operation.html" title="class in org.kududb.client">Operation</a> operation)</code> -<div class="block">Blocking call with a different behavior based on the flush mode.</div> -</td> -</tr> -<tr id="i1" class="rowColor"> -<td class="colFirst"><code><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/kududb/client/OperationResponse.html" title="class in org.kududb.client">OperationResponse</a>></code></td> -<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/kududb/client/KuduSession.html#close--">close</a></span>()</code> -<div class="block">Blocking call that flushes the buffers (see <a href="../../../org/kududb/client/KuduSession.html#flush--"><code>flush()</code></a> and closes the sessions.</div> -</td> -</tr> -<tr id="i2" class="altColor"> -<td class="colFirst"><code>int</code></td> -<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/kududb/client/KuduSession.html#countPendingErrors--">countPendingErrors</a></span>()</code> -<div class="block">Return the number of errors which are pending.</div> -</td> -</tr> -<tr id="i3" class="rowColor"> -<td class="colFirst"><code><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/kududb/client/OperationResponse.html" title="class in org.kududb.client">OperationResponse</a>></code></td> -<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/kududb/client/KuduSession.html#flush--">flush</a></span>()</code> -<div class="block">Blocking call that force flushes this session's buffers.</div> -</td> -</tr> -<tr id="i4" class="altColor"> -<td class="colFirst"><code><a href="../../../org/kududb/client/SessionConfiguration.FlushMode.html" title="enum in org.kududb.client">SessionConfiguration.FlushMode</a></code></td> -<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/kududb/client/KuduSession.html#getFlushMode--">getFlushMode</a></span>()</code> -<div class="block">Get the current flush mode.</div> -</td> -</tr> -<tr id="i5" class="rowColor"> -<td class="colFirst"><code><a href="../../../org/kududb/client/RowErrorsAndOverflowStatus.html" title="class in org.kududb.client">RowErrorsAndOverflowStatus</a></code></td> -<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/kududb/client/KuduSession.html#getPendingErrors--">getPendingErrors</a></span>()</code> -<div class="block">Return any errors from previous calls.</div> -</td> -</tr> -<tr id="i6" class="altColor"> -<td class="colFirst"><code>long</code></td> -<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/kududb/client/KuduSession.html#getTimeoutMillis--">getTimeoutMillis</a></span>()</code> -<div class="block">Get the current timeout.</div> -</td> -</tr> -<tr id="i7" class="rowColor"> -<td class="colFirst"><code>boolean</code></td> -<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/kududb/client/KuduSession.html#hasPendingOperations--">hasPendingOperations</a></span>()</code> -<div class="block">Check if there are operations that haven't been completely applied.</div> -</td> -</tr> -<tr id="i8" class="altColor"> -<td class="colFirst"><code>boolean</code></td> -<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/kududb/client/KuduSession.html#isClosed--">isClosed</a></span>()</code> -<div class="block">Returns true if this session has already been closed.</div> -</td> -</tr> -<tr id="i9" class="rowColor"> -<td class="colFirst"><code>boolean</code></td> -<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/kududb/client/KuduSession.html#isIgnoreAllDuplicateRows--">isIgnoreAllDuplicateRows</a></span>()</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"> -<td class="colFirst"><code>void</code></td> -<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/kududb/client/KuduSession.html#setExternalConsistencyMode-org.kududb.client.ExternalConsistencyMode-">setExternalConsistencyMode</a></span>(<a href="../../../org/kududb/client/ExternalConsistencyMode.html" title="enum in org.kududb.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"> -<td class="colFirst"><code>void</code></td> -<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/kududb/client/KuduSession.html#setFlushInterval-int-">setFlushInterval</a></span>(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"> -<td class="colFirst"><code>void</code></td> -<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/kududb/client/KuduSession.html#setFlushMode-org.kududb.client.SessionConfiguration.FlushMode-">setFlushMode</a></span>(<a href="../../../org/kududb/client/SessionConfiguration.FlushMode.html" title="enum in org.kududb.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"> -<td class="colFirst"><code>void</code></td> -<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/kududb/client/KuduSession.html#setIgnoreAllDuplicateRows-boolean-">setIgnoreAllDuplicateRows</a></span>(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"> -<td class="colFirst"><code>void</code></td> -<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/kududb/client/KuduSession.html#setMutationBufferLowWatermark-float-">setMutationBufferLowWatermark</a></span>(float mutationBufferLowWatermarkPercentage)</code> -<div class="block">Set the low watermark for this session.</div> -</td> -</tr> -<tr id="i15" class="rowColor"> -<td class="colFirst"><code>void</code></td> -<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/kududb/client/KuduSession.html#setMutationBufferSpace-int-">setMutationBufferSpace</a></span>(int size)</code> -<div class="block">Set the number of operations that can be buffered.</div> -</td> -</tr> -<tr id="i16" class="altColor"> -<td class="colFirst"><code>void</code></td> -<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/kududb/client/KuduSession.html#setTimeoutMillis-long-">setTimeoutMillis</a></span>(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"> -<!-- --> -</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> -</ul> -</li> -</ul> -</li> -</ul> -</div> -<div class="details"> -<ul class="blockList"> -<li class="blockList"> -<!-- ============ FIELD DETAIL =========== --> -<ul class="blockList"> -<li class="blockList"><a name="field.detail"> -<!-- --> -</a> -<h3>Field Detail</h3> -<a name="LOG"> -<!-- --> -</a> -<ul class="blockListLast"> -<li class="blockList"> -<h4>LOG</h4> -<pre>public static final org.slf4j.Logger LOG</pre> -</li> -</ul> -</li> -</ul> -<!-- ============ METHOD DETAIL ========== --> -<ul class="blockList"> -<li class="blockList"><a name="method.detail"> -<!-- --> -</a> -<h3>Method Detail</h3> -<a name="apply-org.kududb.client.Operation-"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>apply</h4> -<pre>public <a href="../../../org/kududb/client/OperationResponse.html" title="class in org.kududb.client">OperationResponse</a> apply(<a href="../../../org/kududb/client/Operation.html" title="class in org.kududb.client">Operation</a> operation) - throws <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</a></pre> -<div class="block">Blocking call with a different behavior based on the flush mode. PleaseThrottleException is - managed by this method and will not be thrown, unlike <a href="../../../org/kududb/client/AsyncKuduSession.html#apply-org.kududb.client.Operation-"><code>AsyncKuduSession.apply(org.kududb.client.Operation)</code></a>. - <p> - <ul> - <li>AUTO_FLUSH_SYNC: the call returns when the operation is persisted, - else it throws an exception. - <li>AUTO_FLUSH_BACKGROUND: the call returns when the operation has been added to the buffer. - This call should normally perform only fast in-memory operations but - it may have to wait when the buffer is full and there's another buffer being flushed. Row - errors can be checked by calling <a href="../../../org/kududb/client/KuduSession.html#countPendingErrors--"><code>countPendingErrors()</code></a> and can be retrieved by calling - <a href="../../../org/kududb/client/KuduSession.html#getPendingErrors--"><code>getPendingErrors()</code></a>. - <li>MANUAL_FLUSH: the call returns when the operation has been added to the buffer, - else it throws an exception such as a NonRecoverableException if the buffer is full. - </ul></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>an OperationResponse for the applied Operation</dd> -<dt><span class="throwsLabel">Throws:</span></dt> -<dd><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</a></code> - if anything went wrong</dd> -</dl> -</li> -</ul> -<a name="flush--"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>flush</h4> -<pre>public <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/kududb/client/OperationResponse.html" title="class in org.kududb.client">OperationResponse</a>> flush() - throws <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</a></pre> -<div class="block">Blocking call that force flushes this session's buffers. Data is persisted when this call - returns, else it will throw an exception.</div> -<dl> -<dt><span class="returnLabel">Returns:</span></dt> -<dd>a list of OperationResponse, one per operation that was flushed</dd> -<dt><span class="throwsLabel">Throws:</span></dt> -<dd><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</a></code> - if anything went wrong. If it's an issue with some or all batches, - it will be of type DeferredGroupException.</dd> -</dl> -</li> -</ul> -<a name="close--"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>close</h4> -<pre>public <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/kududb/client/OperationResponse.html" title="class in org.kududb.client">OperationResponse</a>> close() - throws <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</a></pre> -<div class="block">Blocking call that flushes the buffers (see <a href="../../../org/kududb/client/KuduSession.html#flush--"><code>flush()</code></a> and closes the sessions.</div> -<dl> -<dt><span class="returnLabel">Returns:</span></dt> -<dd>List of OperationResponse, one per operation that was flushed</dd> -<dt><span class="throwsLabel">Throws:</span></dt> -<dd><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</a></code> - if anything went wrong. If it's an issue with some or all batches, - it will be of type DeferredGroupException.</dd> -</dl> -</li> -</ul> -<a name="getFlushMode--"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>getFlushMode</h4> -<pre>public <a href="../../../org/kududb/client/SessionConfiguration.FlushMode.html" title="enum in org.kududb.client">SessionConfiguration.FlushMode</a> getFlushMode()</pre> -<div class="block"><span class="descfrmTypeLabel">Description copied from interface: <code><a href="../../../org/kududb/client/SessionConfiguration.html#getFlushMode--">SessionConfiguration</a></code></span></div> -<div class="block">Get the current flush mode.</div> -<dl> -<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> -<dd><code><a href="../../../org/kududb/client/SessionConfiguration.html#getFlushMode--">getFlushMode</a></code> in interface <code><a href="../../../org/kududb/client/SessionConfiguration.html" title="interface in org.kududb.client">SessionConfiguration</a></code></dd> -<dt><span class="returnLabel">Returns:</span></dt> -<dd>flush mode, AUTO_FLUSH_SYNC by default</dd> -</dl> -</li> -</ul> -<a name="setFlushMode-org.kududb.client.SessionConfiguration.FlushMode-"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>setFlushMode</h4> -<pre>public void setFlushMode(<a href="../../../org/kududb/client/SessionConfiguration.FlushMode.html" title="enum in org.kududb.client">SessionConfiguration.FlushMode</a> flushMode)</pre> -<div class="block"><span class="descfrmTypeLabel">Description copied from interface: <code><a href="../../../org/kududb/client/SessionConfiguration.html#setFlushMode-org.kududb.client.SessionConfiguration.FlushMode-">SessionConfiguration</a></code></span></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/kududb/client/SessionConfiguration.html#setFlushMode-org.kududb.client.SessionConfiguration.FlushMode-">setFlushMode</a></code> in interface <code><a href="../../../org/kududb/client/SessionConfiguration.html" title="interface in org.kududb.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> -</li> -</ul> -<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/kududb/client/SessionConfiguration.html#setMutationBufferSpace-int-">SessionConfiguration</a></code></span></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/kududb/client/SessionConfiguration.html#setMutationBufferSpace-int-">setMutationBufferSpace</a></code> in interface <code><a href="../../../org/kududb/client/SessionConfiguration.html" title="interface in org.kududb.client">SessionConfiguration</a></code></dd> -<dt><span class="paramLabel">Parameters:</span></dt> -<dd><code>size</code> - number of ops.</dd> -</dl> -</li> -</ul> -<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/kududb/client/SessionConfiguration.html#setMutationBufferLowWatermark-float-">SessionConfiguration</a></code></span></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/kududb/client/SessionConfiguration.html#setMutationBufferLowWatermark-float-">setMutationBufferLowWatermark</a></code> in interface <code><a href="../../../org/kududb/client/SessionConfiguration.html" title="interface in org.kududb.client">SessionConfiguration</a></code></dd> -<dt><span class="paramLabel">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> -</li> -</ul> -<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/kududb/client/SessionConfiguration.html#setFlushInterval-int-">SessionConfiguration</a></code></span></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/kududb/client/SessionConfiguration.html#setFlushInterval-int-">setFlushInterval</a></code> in interface <code><a href="../../../org/kududb/client/SessionConfiguration.html" title="interface in org.kududb.client">SessionConfiguration</a></code></dd> -<dt><span class="paramLabel">Parameters:</span></dt> -<dd><code>interval</code> - interval in milliseconds.</dd> -</dl> -</li> -</ul> -<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/kududb/client/SessionConfiguration.html#getTimeoutMillis--">SessionConfiguration</a></code></span></div> -<div class="block">Get the current timeout.</div> -<dl> -<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> -<dd><code><a href="../../../org/kududb/client/SessionConfiguration.html#getTimeoutMillis--">getTimeoutMillis</a></code> in interface <code><a href="../../../org/kududb/client/SessionConfiguration.html" title="interface in org.kududb.client">SessionConfiguration</a></code></dd> -<dt><span class="returnLabel">Returns:</span></dt> -<dd>operation timeout in milliseconds, 0 if none was configured.</dd> -</dl> -</li> -</ul> -<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/kududb/client/SessionConfiguration.html#setTimeoutMillis-long-">SessionConfiguration</a></code></span></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/kududb/client/SessionConfiguration.html#setTimeoutMillis-long-">setTimeoutMillis</a></code> in interface <code><a href="../../../org/kududb/client/SessionConfiguration.html" title="interface in org.kududb.client">SessionConfiguration</a></code></dd> -<dt><span class="paramLabel">Parameters:</span></dt> -<dd><code>timeout</code> - Timeout in milliseconds.</dd> -</dl> -</li> -</ul> -<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/kududb/client/SessionConfiguration.html#isClosed--">SessionConfiguration</a></code></span></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/kududb/client/SessionConfiguration.html#isClosed--">isClosed</a></code> in interface <code><a href="../../../org/kududb/client/SessionConfiguration.html" title="interface in org.kududb.client">SessionConfiguration</a></code></dd> -</dl> -</li> -</ul> -<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/kududb/client/SessionConfiguration.html#hasPendingOperations--">SessionConfiguration</a></code></span></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/kududb/client/SessionConfiguration.html#hasPendingOperations--">hasPendingOperations</a></code> in interface <code><a href="../../../org/kududb/client/SessionConfiguration.html" title="interface in org.kududb.client">SessionConfiguration</a></code></dd> -<dt><span class="returnLabel">Returns:</span></dt> -<dd>true if operations are pending, else false.</dd> -</dl> -</li> -</ul> -<a name="setExternalConsistencyMode-org.kududb.client.ExternalConsistencyMode-"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>setExternalConsistencyMode</h4> -<pre>public void setExternalConsistencyMode(<a href="../../../org/kududb/client/ExternalConsistencyMode.html" title="enum in org.kududb.client">ExternalConsistencyMode</a> consistencyMode)</pre> -<div class="block"><span class="descfrmTypeLabel">Description copied from interface: <code><a href="../../../org/kududb/client/SessionConfiguration.html#setExternalConsistencyMode-org.kududb.client.ExternalConsistencyMode-">SessionConfiguration</a></code></span></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/kududb/client/SessionConfiguration.html#setExternalConsistencyMode-org.kududb.client.ExternalConsistencyMode-">setExternalConsistencyMode</a></code> in interface <code><a href="../../../org/kududb/client/SessionConfiguration.html" title="interface in org.kududb.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> -</li> -</ul> -<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/kududb/client/SessionConfiguration.html#isIgnoreAllDuplicateRows--">SessionConfiguration</a></code></span></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/kududb/client/SessionConfiguration.html#isIgnoreAllDuplicateRows--">isIgnoreAllDuplicateRows</a></code> in interface <code><a href="../../../org/kududb/client/SessionConfiguration.html" title="interface in org.kududb.client">SessionConfiguration</a></code></dd> -<dt><span class="returnLabel">Returns:</span></dt> -<dd>true if the session is enforcing this, else false</dd> -</dl> -</li> -</ul> -<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/kududb/client/SessionConfiguration.html#setIgnoreAllDuplicateRows-boolean-">SessionConfiguration</a></code></span></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/kududb/client/SessionConfiguration.html#setIgnoreAllDuplicateRows-boolean-">setIgnoreAllDuplicateRows</a></code> in interface <code><a href="../../../org/kududb/client/SessionConfiguration.html" title="interface in org.kududb.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> -</li> -</ul> -<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/kududb/client/SessionConfiguration.html#countPendingErrors--">SessionConfiguration</a></code></span></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/kududb/client/SessionConfiguration.html#countPendingErrors--">countPendingErrors</a></code> in interface <code><a href="../../../org/kududb/client/SessionConfiguration.html" title="interface in org.kududb.client">SessionConfiguration</a></code></dd> -<dt><span class="returnLabel">Returns:</span></dt> -<dd>a count of errors</dd> -</dl> -</li> -</ul> -<a name="getPendingErrors--"> -<!-- --> -</a> -<ul class="blockListLast"> -<li class="blockList"> -<h4>getPendingErrors</h4> -<pre>public <a href="../../../org/kududb/client/RowErrorsAndOverflowStatus.html" title="class in org.kududb.client">RowErrorsAndOverflowStatus</a> getPendingErrors()</pre> -<div class="block"><span class="descfrmTypeLabel">Description copied from interface: <code><a href="../../../org/kududb/client/SessionConfiguration.html#getPendingErrors--">SessionConfiguration</a></code></span></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/kududb/client/SessionConfiguration.html#getPendingErrors--">getPendingErrors</a></code> in interface <code><a href="../../../org/kududb/client/SessionConfiguration.html" title="interface in org.kududb.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> -</li> -</ul> -</li> -</ul> -</li> -</ul> -</div> -</div> -<!-- ========= END OF CLASS DATA ========= --> -<!-- ======= 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 class="navBarCell1Rev">Class</li> -<li><a href="class-use/KuduSession.html">Use</a></li> -<li><a href="package-tree.html">Tree</a></li> -<li><a href="../../../deprecated-list.html">Deprecated</a></li> -<li><a href="../../../index-all.html">Index</a></li> -<li><a href="../../../help-doc.html">Help</a></li> -</ul> -</div> -<div class="subNav"> -<ul class="navList"> -<li><a href="../../../org/kududb/client/KuduServerException.html" title="class in org.kududb.client"><span class="typeNameLink">Prev Class</span></a></li> -<li><a href="../../../org/kududb/client/KuduTable.html" title="class in org.kududb.client"><span class="typeNameLink">Next Class</span></a></li> -</ul> -<ul class="navList"> -<li><a href="../../../index.html?org/kududb/client/KuduSession.html" target="_top">Frames</a></li> -<li><a href="KuduSession.html" target="_top">No Frames</a></li> -</ul> -<ul class="navList" id="allclasses_navbar_bottom"> -<li><a href="../../../allclasses-noframe.html">All Classes</a></li> -</ul> -<div> -<script type="text/javascript"><!-- - allClassesLink = document.getElementById("allclasses_navbar_bottom"); - if(window==top) { - allClassesLink.style.display = "block"; - } - else { - allClassesLink.style.display = "none"; - } - //--> -</script> -</div> -<div> -<ul class="subNavList"> -<li>Summary: </li> -<li>Nested | </li> -<li><a href="#field.summary">Field</a> | </li> -<li>Constr | </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>Constr | </li> -<li><a href="#method.detail">Method</a></li> -</ul> -</div> -<a name="skip.navbar.bottom"> -<!-- --> -</a></div> -<!-- ======== END OF BOTTOM NAVBAR ======= --> -<p class="legalCopy"><small>Copyright © 2016. All rights reserved.</small></p> -</body> -</html>
http://git-wip-us.apache.org/repos/asf/kudu-site/blob/09fd3874/apidocs/org/kududb/client/KuduTable.html ---------------------------------------------------------------------- diff --git a/apidocs/org/kududb/client/KuduTable.html b/apidocs/org/kududb/client/KuduTable.html deleted file mode 100644 index 215724d..0000000 --- a/apidocs/org/kududb/client/KuduTable.html +++ /dev/null @@ -1,518 +0,0 @@ -<!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>KuduTable (Kudu 0.9.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="KuduTable (Kudu 0.9.1 API)"; - } - } - catch(err) { - } -//--> -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}; -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"> -<!-- --> -</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 class="navBarCell1Rev">Class</li> -<li><a href="class-use/KuduTable.html">Use</a></li> -<li><a href="package-tree.html">Tree</a></li> -<li><a href="../../../deprecated-list.html">Deprecated</a></li> -<li><a href="../../../index-all.html">Index</a></li> -<li><a href="../../../help-doc.html">Help</a></li> -</ul> -</div> -<div class="subNav"> -<ul class="navList"> -<li><a href="../../../org/kududb/client/KuduSession.html" title="class in org.kududb.client"><span class="typeNameLink">Prev Class</span></a></li> -<li><a href="../../../org/kududb/client/ListTablesResponse.html" title="class in org.kududb.client"><span class="typeNameLink">Next Class</span></a></li> -</ul> -<ul class="navList"> -<li><a href="../../../index.html?org/kududb/client/KuduTable.html" target="_top">Frames</a></li> -<li><a href="KuduTable.html" target="_top">No Frames</a></li> -</ul> -<ul class="navList" id="allclasses_navbar_top"> -<li><a href="../../../allclasses-noframe.html">All Classes</a></li> -</ul> -<div> -<script type="text/javascript"><!-- - allClassesLink = document.getElementById("allclasses_navbar_top"); - if(window==top) { - allClassesLink.style.display = "block"; - } - else { - allClassesLink.style.display = "none"; - } - //--> -</script> -</div> -<div> -<ul class="subNavList"> -<li>Summary: </li> -<li>Nested | </li> -<li>Field | </li> -<li>Constr | </li> -<li><a href="#method.summary">Method</a></li> -</ul> -<ul class="subNavList"> -<li>Detail: </li> -<li>Field | </li> -<li>Constr | </li> -<li><a href="#method.detail">Method</a></li> -</ul> -</div> -<a name="skip.navbar.top"> -<!-- --> -</a></div> -<!-- ========= END OF TOP NAVBAR ========= --> -<!-- ======== START OF CLASS DATA ======== --> -<div class="header"> -<div class="subTitle">org.kududb.client</div> -<h2 title="Class KuduTable" class="title">Class KuduTable</h2> -</div> -<div class="contentContainer"> -<ul class="inheritance"> -<li><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</a></li> -<li> -<ul class="inheritance"> -<li>org.kududb.client.KuduTable</li> -</ul> -</li> -</ul> -<div class="description"> -<ul class="blockList"> -<li class="blockList"> -<hr> -<br> -<pre>@InterfaceAudience.Public - @InterfaceStability.Evolving -public class <span class="typeNameLabel">KuduTable</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></pre> -<div class="block">A KuduTable represents a table on a particular cluster. It holds the current - schema of the table. Any given KuduTable instance belongs to a specific AsyncKuduClient - instance. - - Upon construction, the table is looked up in the catalog (or catalog cache), - and the schema fetched for introspection. The schema is not kept in sync with the master. - - This class is thread-safe.</div> -</li> -</ul> -</div> -<div class="summary"> -<ul class="blockList"> -<li class="blockList"> -<!-- ========== METHOD SUMMARY =========== --> -<ul class="blockList"> -<li class="blockList"><a name="method.summary"> -<!-- --> -</a> -<h3>Method Summary</h3> -<table class="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> -<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"> -<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/kududb/client/LocatedTablet.html" title="class in org.kududb.client">LocatedTablet</a>>></code></td> -<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/kududb/client/KuduTable.html#asyncGetTabletsLocations-byte:A-byte:A-long-">asyncGetTabletsLocations</a></span>(byte[] startKey, - byte[] endKey, - long deadline)</code> -<div class="block">Asynchronously get all or some tablets for this table.</div> -</td> -</tr> -<tr id="i1" 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/kududb/client/LocatedTablet.html" title="class in org.kududb.client">LocatedTablet</a>>></code></td> -<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/kududb/client/KuduTable.html#asyncGetTabletsLocations-long-">asyncGetTabletsLocations</a></span>(long deadline)</code> -<div class="block">Asynchronously get all the tablets for this table.</div> -</td> -</tr> -<tr id="i2" class="altColor"> -<td class="colFirst"><code><a href="../../../org/kududb/client/AsyncKuduClient.html" title="class in org.kududb.client">AsyncKuduClient</a></code></td> -<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/kududb/client/KuduTable.html#getAsyncClient--">getAsyncClient</a></span>()</code> -<div class="block">Get the async client that created this instance.</div> -</td> -</tr> -<tr id="i3" class="rowColor"> -<td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> -<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/kududb/client/KuduTable.html#getName--">getName</a></span>()</code> -<div class="block">Get this table's name.</div> -</td> -</tr> -<tr id="i4" class="altColor"> -<td class="colFirst"><code><a href="../../../org/kududb/Schema.html" title="class in org.kududb">Schema</a></code></td> -<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/kududb/client/KuduTable.html#getSchema--">getSchema</a></span>()</code> -<div class="block">Get this table's schema, as of the moment this instance was created.</div> -</td> -</tr> -<tr id="i5" class="rowColor"> -<td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> -<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/kududb/client/KuduTable.html#getTableId--">getTableId</a></span>()</code> -<div class="block">Get this table's unique identifier.</div> -</td> -</tr> -<tr id="i6" class="altColor"> -<td class="colFirst"><code><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/kududb/client/LocatedTablet.html" title="class in org.kududb.client">LocatedTablet</a>></code></td> -<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/kududb/client/KuduTable.html#getTabletsLocations-byte:A-byte:A-long-">getTabletsLocations</a></span>(byte[] startKey, - byte[] endKey, - long deadline)</code> -<div class="block">Get all or some tablets for this table.</div> -</td> -</tr> -<tr id="i7" class="rowColor"> -<td class="colFirst"><code><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/kududb/client/LocatedTablet.html" title="class in org.kududb.client">LocatedTablet</a>></code></td> -<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/kududb/client/KuduTable.html#getTabletsLocations-long-">getTabletsLocations</a></span>(long deadline)</code> -<div class="block">Get all the tablets for this table.</div> -</td> -</tr> -<tr id="i8" class="altColor"> -<td class="colFirst"><code><a href="../../../org/kududb/client/Delete.html" title="class in org.kududb.client">Delete</a></code></td> -<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/kududb/client/KuduTable.html#newDelete--">newDelete</a></span>()</code> -<div class="block">Get a new delete configured with this table's schema.</div> -</td> -</tr> -<tr id="i9" class="rowColor"> -<td class="colFirst"><code><a href="../../../org/kududb/client/Insert.html" title="class in org.kududb.client">Insert</a></code></td> -<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/kududb/client/KuduTable.html#newInsert--">newInsert</a></span>()</code> -<div class="block">Get a new insert configured with this table's schema.</div> -</td> -</tr> -<tr id="i10" class="altColor"> -<td class="colFirst"><code><a href="../../../org/kududb/client/Update.html" title="class in org.kududb.client">Update</a></code></td> -<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/kududb/client/KuduTable.html#newUpdate--">newUpdate</a></span>()</code> -<div class="block">Get a new update configured with this table's schema.</div> -</td> -</tr> -<tr id="i11" class="rowColor"> -<td class="colFirst"><code><a href="../../../org/kududb/client/Upsert.html" title="class in org.kududb.client">Upsert</a></code></td> -<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/kududb/client/KuduTable.html#newUpsert--">newUpsert</a></span>()</code> -<div class="block">Get a new upsert configured with this table's schema.</div> -</td> -</tr> -</table> -<ul class="blockList"> -<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object"> -<!-- --> -</a> -<h3>Methods inherited from class 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> -</ul> -</li> -</ul> -</li> -</ul> -</div> -<div class="details"> -<ul class="blockList"> -<li class="blockList"> -<!-- ============ METHOD DETAIL ========== --> -<ul class="blockList"> -<li class="blockList"><a name="method.detail"> -<!-- --> -</a> -<h3>Method Detail</h3> -<a name="getSchema--"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>getSchema</h4> -<pre>public <a href="../../../org/kududb/Schema.html" title="class in org.kududb">Schema</a> getSchema()</pre> -<div class="block">Get this table's schema, as of the moment this instance was created.</div> -<dl> -<dt><span class="returnLabel">Returns:</span></dt> -<dd>this table's schema</dd> -</dl> -</li> -</ul> -<a name="getName--"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>getName</h4> -<pre>public <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> getName()</pre> -<div class="block">Get this table's name.</div> -<dl> -<dt><span class="returnLabel">Returns:</span></dt> -<dd>this table's name</dd> -</dl> -</li> -</ul> -<a name="getTableId--"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>getTableId</h4> -<pre>public <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> getTableId()</pre> -<div class="block">Get this table's unique identifier.</div> -<dl> -<dt><span class="returnLabel">Returns:</span></dt> -<dd>this table's tableId</dd> -</dl> -</li> -</ul> -<a name="getAsyncClient--"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>getAsyncClient</h4> -<pre>public <a href="../../../org/kududb/client/AsyncKuduClient.html" title="class in org.kududb.client">AsyncKuduClient</a> getAsyncClient()</pre> -<div class="block">Get the async client that created this instance.</div> -<dl> -<dt><span class="returnLabel">Returns:</span></dt> -<dd>an async kudu client</dd> -</dl> -</li> -</ul> -<a name="newInsert--"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>newInsert</h4> -<pre>public <a href="../../../org/kududb/client/Insert.html" title="class in org.kududb.client">Insert</a> newInsert()</pre> -<div class="block">Get a new insert configured with this table's schema. The returned object should not be reused.</div> -<dl> -<dt><span class="returnLabel">Returns:</span></dt> -<dd>an insert with this table's schema</dd> -</dl> -</li> -</ul> -<a name="newUpdate--"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>newUpdate</h4> -<pre>public <a href="../../../org/kududb/client/Update.html" title="class in org.kududb.client">Update</a> newUpdate()</pre> -<div class="block">Get a new update configured with this table's schema. The returned object should not be reused.</div> -<dl> -<dt><span class="returnLabel">Returns:</span></dt> -<dd>an update with this table's schema</dd> -</dl> -</li> -</ul> -<a name="newDelete--"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>newDelete</h4> -<pre>public <a href="../../../org/kududb/client/Delete.html" title="class in org.kududb.client">Delete</a> newDelete()</pre> -<div class="block">Get a new delete configured with this table's schema. The returned object should not be reused.</div> -<dl> -<dt><span class="returnLabel">Returns:</span></dt> -<dd>a delete with this table's schema</dd> -</dl> -</li> -</ul> -<a name="newUpsert--"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>newUpsert</h4> -<pre>public <a href="../../../org/kududb/client/Upsert.html" title="class in org.kududb.client">Upsert</a> newUpsert()</pre> -<div class="block">Get a new upsert configured with this table's schema. The returned object should not be reused.</div> -<dl> -<dt><span class="returnLabel">Returns:</span></dt> -<dd>an upsert with this table's schema</dd> -</dl> -</li> -</ul> -<a name="getTabletsLocations-long-"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>getTabletsLocations</h4> -<pre>public <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/kududb/client/LocatedTablet.html" title="class in org.kududb.client">LocatedTablet</a>> getTabletsLocations(long deadline) - throws <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</a></pre> -<div class="block">Get all the tablets for this table. This may query the master multiple times if there - are a lot of tablets.</div> -<dl> -<dt><span class="paramLabel">Parameters:</span></dt> -<dd><code>deadline</code> - deadline in milliseconds for this method to finish</dd> -<dt><span class="returnLabel">Returns:</span></dt> -<dd>a list containing the metadata and locations for each of the tablets in the - table</dd> -<dt><span class="throwsLabel">Throws:</span></dt> -<dd><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</a></code></dd> -</dl> -</li> -</ul> -<a name="asyncGetTabletsLocations-long-"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>asyncGetTabletsLocations</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/kududb/client/LocatedTablet.html" title="class in org.kududb.client">LocatedTablet</a>>> asyncGetTabletsLocations(long deadline) - throws <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</a></pre> -<div class="block">Asynchronously get all the tablets for this table.</div> -<dl> -<dt><span class="paramLabel">Parameters:</span></dt> -<dd><code>deadline</code> - max time spent in milliseconds for the deferred result of this method to - get called back, if deadline is reached, the deferred result will get erred back</dd> -<dt><span class="returnLabel">Returns:</span></dt> -<dd>a <code>Deferred</code> object that yields a list containing the metadata and - locations for each of the tablets in the table</dd> -<dt><span class="throwsLabel">Throws:</span></dt> -<dd><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</a></code></dd> -</dl> -</li> -</ul> -<a name="getTabletsLocations-byte:A-byte:A-long-"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>getTabletsLocations</h4> -<pre>public <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/kududb/client/LocatedTablet.html" title="class in org.kududb.client">LocatedTablet</a>> getTabletsLocations(byte[] startKey, - byte[] endKey, - long deadline) - throws <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</a></pre> -<div class="block">Get all or some tablets for this table. This may query the master multiple times if there - are a lot of tablets. - This method blocks until it gets all the tablets.</div> -<dl> -<dt><span class="paramLabel">Parameters:</span></dt> -<dd><code>startKey</code> - where to start in the table, pass null to start at the beginning</dd> -<dd><code>endKey</code> - where to stop in the table, pass null to get all the tablets until the end of - the table</dd> -<dd><code>deadline</code> - deadline in milliseconds for this method to finish</dd> -<dt><span class="returnLabel">Returns:</span></dt> -<dd>a list containing the metadata and locations for each of the tablets in the - table</dd> -<dt><span class="throwsLabel">Throws:</span></dt> -<dd><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</a></code></dd> -</dl> -</li> -</ul> -<a name="asyncGetTabletsLocations-byte:A-byte:A-long-"> -<!-- --> -</a> -<ul class="blockListLast"> -<li class="blockList"> -<h4>asyncGetTabletsLocations</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/kududb/client/LocatedTablet.html" title="class in org.kududb.client">LocatedTablet</a>>> asyncGetTabletsLocations(byte[] startKey, - byte[] endKey, - long deadline) - throws <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</a></pre> -<div class="block">Asynchronously get all or some tablets for this table.</div> -<dl> -<dt><span class="paramLabel">Parameters:</span></dt> -<dd><code>startKey</code> - where to start in the table, pass null to start at the beginning</dd> -<dd><code>endKey</code> - where to stop in the table, pass null to get all the tablets until the end of - the table</dd> -<dd><code>deadline</code> - max time spent in milliseconds for the deferred result of this method to - get called back, if deadline is reached, the deferred result will get erred back</dd> -<dt><span class="returnLabel">Returns:</span></dt> -<dd>a <code>Deferred</code> object that yields a list containing the metadata and locations - for each of the tablets in the table</dd> -<dt><span class="throwsLabel">Throws:</span></dt> -<dd><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</a></code></dd> -</dl> -</li> -</ul> -</li> -</ul> -</li> -</ul> -</div> -</div> -<!-- ========= END OF CLASS DATA ========= --> -<!-- ======= START OF BOTTOM NAVBAR ====== --> -<div class="bottomNav"><a name="navbar.bottom"> -<!-- --> -</a> -<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 class="navBarCell1Rev">Class</li> -<li><a href="class-use/KuduTable.html">Use</a></li> -<li><a href="package-tree.html">Tree</a></li> -<li><a href="../../../deprecated-list.html">Deprecated</a></li> -<li><a href="../../../index-all.html">Index</a></li> -<li><a href="../../../help-doc.html">Help</a></li> -</ul> -</div> -<div class="subNav"> -<ul class="navList"> -<li><a href="../../../org/kududb/client/KuduSession.html" title="class in org.kududb.client"><span class="typeNameLink">Prev Class</span></a></li> -<li><a href="../../../org/kududb/client/ListTablesResponse.html" title="class in org.kududb.client"><span class="typeNameLink">Next Class</span></a></li> -</ul> -<ul class="navList"> -<li><a href="../../../index.html?org/kududb/client/KuduTable.html" target="_top">Frames</a></li> -<li><a href="KuduTable.html" target="_top">No Frames</a></li> -</ul> -<ul class="navList" id="allclasses_navbar_bottom"> -<li><a href="../../../allclasses-noframe.html">All Classes</a></li> -</ul> -<div> -<script type="text/javascript"><!-- - allClassesLink = document.getElementById("allclasses_navbar_bottom"); - if(window==top) { - allClassesLink.style.display = "block"; - } - else { - allClassesLink.style.display = "none"; - } - //--> -</script> -</div> -<div> -<ul class="subNavList"> -<li>Summary: </li> -<li>Nested | </li> -<li>Field | </li> -<li>Constr | </li> -<li><a href="#method.summary">Method</a></li> -</ul> -<ul class="subNavList"> -<li>Detail: </li> -<li>Field | </li> -<li>Constr | </li> -<li><a href="#method.detail">Method</a></li> -</ul> -</div> -<a name="skip.navbar.bottom"> -<!-- --> -</a></div> -<!-- ======== END OF BOTTOM NAVBAR ======= --> -<p class="legalCopy"><small>Copyright © 2016. All rights reserved.</small></p> -</body> -</html> http://git-wip-us.apache.org/repos/asf/kudu-site/blob/09fd3874/apidocs/org/kududb/client/ListTablesResponse.html ---------------------------------------------------------------------- diff --git a/apidocs/org/kududb/client/ListTablesResponse.html b/apidocs/org/kududb/client/ListTablesResponse.html deleted file mode 100644 index 8bd54d9..0000000 --- a/apidocs/org/kududb/client/ListTablesResponse.html +++ /dev/null @@ -1,289 +0,0 @@ -<!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>ListTablesResponse (Kudu 0.9.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="ListTablesResponse (Kudu 0.9.1 API)"; - } - } - catch(err) { - } -//--> -var methods = {"i0":10,"i1":10,"i2":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"> -<!-- --> -</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 class="navBarCell1Rev">Class</li> -<li><a href="class-use/ListTablesResponse.html">Use</a></li> -<li><a href="package-tree.html">Tree</a></li> -<li><a href="../../../deprecated-list.html">Deprecated</a></li> -<li><a href="../../../index-all.html">Index</a></li> -<li><a href="../../../help-doc.html">Help</a></li> -</ul> -</div> -<div class="subNav"> -<ul class="navList"> -<li><a href="../../../org/kududb/client/KuduTable.html" title="class in org.kududb.client"><span class="typeNameLink">Prev Class</span></a></li> -<li><a href="../../../org/kududb/client/ListTabletServersResponse.html" title="class in org.kududb.client"><span class="typeNameLink">Next Class</span></a></li> -</ul> -<ul class="navList"> -<li><a href="../../../index.html?org/kududb/client/ListTablesResponse.html" target="_top">Frames</a></li> -<li><a href="ListTablesResponse.html" target="_top">No Frames</a></li> -</ul> -<ul class="navList" id="allclasses_navbar_top"> -<li><a href="../../../allclasses-noframe.html">All Classes</a></li> -</ul> -<div> -<script type="text/javascript"><!-- - allClassesLink = document.getElementById("allclasses_navbar_top"); - if(window==top) { - allClassesLink.style.display = "block"; - } - else { - allClassesLink.style.display = "none"; - } - //--> -</script> -</div> -<div> -<ul class="subNavList"> -<li>Summary: </li> -<li>Nested | </li> -<li>Field | </li> -<li>Constr | </li> -<li><a href="#method.summary">Method</a></li> -</ul> -<ul class="subNavList"> -<li>Detail: </li> -<li>Field | </li> -<li>Constr | </li> -<li><a href="#method.detail">Method</a></li> -</ul> -</div> -<a name="skip.navbar.top"> -<!-- --> -</a></div> -<!-- ========= END OF TOP NAVBAR ========= --> -<!-- ======== START OF CLASS DATA ======== --> -<div class="header"> -<div class="subTitle">org.kududb.client</div> -<h2 title="Class ListTablesResponse" class="title">Class ListTablesResponse</h2> -</div> -<div class="contentContainer"> -<ul class="inheritance"> -<li><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</a></li> -<li> -<ul class="inheritance"> -<li>org.kududb.client.ListTablesResponse</li> -</ul> -</li> -</ul> -<div class="description"> -<ul class="blockList"> -<li class="blockList"> -<hr> -<br> -<pre>@InterfaceAudience.Public - @InterfaceStability.Evolving -public class <span class="typeNameLabel">ListTablesResponse</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></pre> -</li> -</ul> -</div> -<div class="summary"> -<ul class="blockList"> -<li class="blockList"> -<!-- ========== METHOD SUMMARY =========== --> -<ul class="blockList"> -<li class="blockList"><a name="method.summary"> -<!-- --> -</a> -<h3>Method Summary</h3> -<table class="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> -<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"> -<td class="colFirst"><code>long</code></td> -<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/kududb/client/ListTablesResponse.html#getElapsedMillis--">getElapsedMillis</a></span>()</code> -<div class="block">Get the number of milliseconds elapsed since the RPC was created up to the moment when this - response was created.</div> -</td> -</tr> -<tr id="i1" class="rowColor"> -<td class="colFirst"><code><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="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>></code></td> -<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/kududb/client/ListTablesResponse.html#getTablesList--">getTablesList</a></span>()</code> -<div class="block">Get the list of tables as specified in the request.</div> -</td> -</tr> -<tr id="i2" class="altColor"> -<td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> -<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/kududb/client/ListTablesResponse.html#getTsUUID--">getTsUUID</a></span>()</code> -<div class="block">Get the identifier of the tablet server that sent the response.</div> -</td> -</tr> -</table> -<ul class="blockList"> -<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object"> -<!-- --> -</a> -<h3>Methods inherited from class 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> -</ul> -</li> -</ul> -</li> -</ul> -</div> -<div class="details"> -<ul class="blockList"> -<li class="blockList"> -<!-- ============ METHOD DETAIL ========== --> -<ul class="blockList"> -<li class="blockList"><a name="method.detail"> -<!-- --> -</a> -<h3>Method Detail</h3> -<a name="getTablesList--"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>getTablesList</h4> -<pre>public <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="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>> getTablesList()</pre> -<div class="block">Get the list of tables as specified in the request.</div> -<dl> -<dt><span class="returnLabel">Returns:</span></dt> -<dd>a list of table names</dd> -</dl> -</li> -</ul> -<a name="getElapsedMillis--"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>getElapsedMillis</h4> -<pre>public long getElapsedMillis()</pre> -<div class="block">Get the number of milliseconds elapsed since the RPC was created up to the moment when this - response was created.</div> -<dl> -<dt><span class="returnLabel">Returns:</span></dt> -<dd>Elapsed time in milliseconds.</dd> -</dl> -</li> -</ul> -<a name="getTsUUID--"> -<!-- --> -</a> -<ul class="blockListLast"> -<li class="blockList"> -<h4>getTsUUID</h4> -<pre>public <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> getTsUUID()</pre> -<div class="block">Get the identifier of the tablet server that sent the response.</div> -<dl> -<dt><span class="returnLabel">Returns:</span></dt> -<dd>A string containing a UUID.</dd> -</dl> -</li> -</ul> -</li> -</ul> -</li> -</ul> -</div> -</div> -<!-- ========= END OF CLASS DATA ========= --> -<!-- ======= START OF BOTTOM NAVBAR ====== --> -<div class="bottomNav"><a name="navbar.bottom"> -<!-- --> -</a> -<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 class="navBarCell1Rev">Class</li> -<li><a href="class-use/ListTablesResponse.html">Use</a></li> -<li><a href="package-tree.html">Tree</a></li> -<li><a href="../../../deprecated-list.html">Deprecated</a></li> -<li><a href="../../../index-all.html">Index</a></li> -<li><a href="../../../help-doc.html">Help</a></li> -</ul> -</div> -<div class="subNav"> -<ul class="navList"> -<li><a href="../../../org/kududb/client/KuduTable.html" title="class in org.kududb.client"><span class="typeNameLink">Prev Class</span></a></li> -<li><a href="../../../org/kududb/client/ListTabletServersResponse.html" title="class in org.kududb.client"><span class="typeNameLink">Next Class</span></a></li> -</ul> -<ul class="navList"> -<li><a href="../../../index.html?org/kududb/client/ListTablesResponse.html" target="_top">Frames</a></li> -<li><a href="ListTablesResponse.html" target="_top">No Frames</a></li> -</ul> -<ul class="navList" id="allclasses_navbar_bottom"> -<li><a href="../../../allclasses-noframe.html">All Classes</a></li> -</ul> -<div> -<script type="text/javascript"><!-- - allClassesLink = document.getElementById("allclasses_navbar_bottom"); - if(window==top) { - allClassesLink.style.display = "block"; - } - else { - allClassesLink.style.display = "none"; - } - //--> -</script> -</div> -<div> -<ul class="subNavList"> -<li>Summary: </li> -<li>Nested | </li> -<li>Field | </li> -<li>Constr | </li> -<li><a href="#method.summary">Method</a></li> -</ul> -<ul class="subNavList"> -<li>Detail: </li> -<li>Field | </li> -<li>Constr | </li> -<li><a href="#method.detail">Method</a></li> -</ul> -</div> -<a name="skip.navbar.bottom"> -<!-- --> -</a></div> -<!-- ======== END OF BOTTOM NAVBAR ======= --> -<p class="legalCopy"><small>Copyright © 2016. All rights reserved.</small></p> -</body> -</html>
