http://git-wip-us.apache.org/repos/asf/kudu-site/blob/9b792926/apidocs/org/apache/kudu/client/KuduScanner.KuduScannerBuilder.html ---------------------------------------------------------------------- diff --git a/apidocs/org/apache/kudu/client/KuduScanner.KuduScannerBuilder.html b/apidocs/org/apache/kudu/client/KuduScanner.KuduScannerBuilder.html index 5d6b38d..63af891 100644 --- a/apidocs/org/apache/kudu/client/KuduScanner.KuduScannerBuilder.html +++ b/apidocs/org/apache/kudu/client/KuduScanner.KuduScannerBuilder.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>KuduScanner.KuduScannerBuilder (Kudu 1.1.0 API)</title> +<title>KuduScanner.KuduScannerBuilder (Kudu 1.2.0 API)</title> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="KuduScanner.KuduScannerBuilder (Kudu 1.1.0 API)"; + parent.document.title="KuduScanner.KuduScannerBuilder (Kudu 1.2.0 API)"; } } catch(err) { @@ -262,6 +262,6 @@ extends <a href="../../../../org/apache/kudu/client/AbstractKuduScannerBuilder.h <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> -<p class="legalCopy"><small>Copyright © 2016 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> +<p class="legalCopy"><small>Copyright © 2017 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> </html>
http://git-wip-us.apache.org/repos/asf/kudu-site/blob/9b792926/apidocs/org/apache/kudu/client/KuduScanner.html ---------------------------------------------------------------------- diff --git a/apidocs/org/apache/kudu/client/KuduScanner.html b/apidocs/org/apache/kudu/client/KuduScanner.html index b4da368..85f44fa 100644 --- a/apidocs/org/apache/kudu/client/KuduScanner.html +++ b/apidocs/org/apache/kudu/client/KuduScanner.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>KuduScanner (Kudu 1.1.0 API)</title> +<title>KuduScanner (Kudu 1.2.0 API)</title> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="KuduScanner (Kudu 1.1.0 API)"; + parent.document.title="KuduScanner (Kudu 1.2.0 API)"; } } catch(err) { @@ -418,6 +418,6 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> -<p class="legalCopy"><small>Copyright © 2016 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> +<p class="legalCopy"><small>Copyright © 2017 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> </html> http://git-wip-us.apache.org/repos/asf/kudu-site/blob/9b792926/apidocs/org/apache/kudu/client/KuduSession.html ---------------------------------------------------------------------- diff --git a/apidocs/org/apache/kudu/client/KuduSession.html b/apidocs/org/apache/kudu/client/KuduSession.html index 76082ea..3afc774 100644 --- a/apidocs/org/apache/kudu/client/KuduSession.html +++ b/apidocs/org/apache/kudu/client/KuduSession.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>KuduSession (Kudu 1.1.0 API)</title> +<title>KuduSession (Kudu 1.2.0 API)</title> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="KuduSession (Kudu 1.1.0 API)"; + parent.document.title="KuduSession (Kudu 1.2.0 API)"; } } catch(err) { @@ -177,7 +177,7 @@ implements <a href="../../../../org/apache/kudu/client/SessionConfiguration.html <tr id="i0" class="altColor"> <td class="colFirst"><code><a href="../../../../org/apache/kudu/client/OperationResponse.html" title="class in org.apache.kudu.client">OperationResponse</a></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/kudu/client/KuduSession.html#apply-org.apache.kudu.client.Operation-">apply</a></span>(<a href="../../../../org/apache/kudu/client/Operation.html" title="class in org.apache.kudu.client">Operation</a> operation)</code> -<div class="block">Blocking call with a different behavior based on the flush mode.</div> +<div class="block">Apply a given <a href="../../../../org/apache/kudu/client/Operation.html" title="class in org.apache.kudu.client"><code>Operation</code></a> to Kudu as part of this session.</div> </td> </tr> <tr id="i1" class="rowColor"> @@ -324,20 +324,30 @@ implements <a href="../../../../org/apache/kudu/client/SessionConfiguration.html <h4>apply</h4> <pre>public <a href="../../../../org/apache/kudu/client/OperationResponse.html" title="class in org.apache.kudu.client">OperationResponse</a> apply(<a href="../../../../org/apache/kudu/client/Operation.html" title="class in org.apache.kudu.client">Operation</a> operation) throws <a href="../../../../org/apache/kudu/client/KuduException.html" title="class in org.apache.kudu.client">KuduException</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/apache/kudu/client/AsyncKuduSession.html#apply-org.apache.kudu.client.Operation-"><code>AsyncKuduSession.apply(org.apache.kudu.client.Operation)</code></a>. +<div class="block">Apply a given <a href="../../../../org/apache/kudu/client/Operation.html" title="class in org.apache.kudu.client"><code>Operation</code></a> to Kudu as part of this session. + <p> + This is a blocking call that has different behavior based on the configured flush mode: + <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. + <li><a href="../../../../org/apache/kudu/client/SessionConfiguration.FlushMode.html#AUTO_FLUSH_SYNC"><code>AUTO_FLUSH_SYNC</code></a>: + the call returns when the operation is persisted, else it throws an exception. + + <li><a href="../../../../org/apache/kudu/client/SessionConfiguration.FlushMode.html#AUTO_FLUSH_BACKGROUND"><code>AUTO_FLUSH_BACKGROUND</code></a>: + 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/apache/kudu/client/KuduSession.html#countPendingErrors--"><code>countPendingErrors()</code></a> and can be retrieved by calling <a href="../../../../org/apache/kudu/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 a KuduException if the buffer is full. - </ul></div> + + <li><a href="../../../../org/apache/kudu/client/SessionConfiguration.FlushMode.html#MANUAL_FLUSH"><code>MANUAL_FLUSH</code></a>: + the call returns when the operation has been added to the buffer, else it throws a + <a href="../../../../org/apache/kudu/client/KuduException.html" title="class in org.apache.kudu.client"><code>KuduException</code></a> if the buffer is full. + </ul> + + <p> + Note: <a href="../../../../org/apache/kudu/client/PleaseThrottleException.html" title="class in org.apache.kudu.client"><code>PleaseThrottleException</code></a> is handled by this method and will not be thrown, unlike + with <a href="../../../../org/apache/kudu/client/AsyncKuduSession.html#apply-org.apache.kudu.client.Operation-"><code>AsyncKuduSession.apply()</code></a>.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>operation</code> - operation to apply</dd> @@ -345,6 +355,8 @@ implements <a href="../../../../org/apache/kudu/client/SessionConfiguration.html <dd>an OperationResponse for the applied 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 anything went wrong</dd> +<dt><span class="seeLabel">See Also:</span></dt> +<dd><a href="../../../../org/apache/kudu/client/SessionConfiguration.FlushMode.html" title="enum in org.apache.kudu.client"><code>FlushMode</code></a></dd> </dl> </li> </ul> @@ -396,7 +408,7 @@ implements <a href="../../../../org/apache/kudu/client/SessionConfiguration.html <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> +<dd>flush mode, <a href="../../../../org/apache/kudu/client/SessionConfiguration.FlushMode.html#AUTO_FLUSH_SYNC"><code>AUTO_FLUSH_SYNC</code></a> by default</dd> </dl> </li> </ul> @@ -587,7 +599,8 @@ implements <a href="../../../../org/apache/kudu/client/SessionConfiguration.html 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> + + <p>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> @@ -605,7 +618,7 @@ implements <a href="../../../../org/apache/kudu/client/SessionConfiguration.html <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">Return the number of errors which are pending. Errors may accumulate when - using the AUTO_FLUSH_BACKGROUND mode.</div> + using <a href="../../../../org/apache/kudu/client/SessionConfiguration.FlushMode.html#AUTO_FLUSH_BACKGROUND"><code>AUTO_FLUSH_BACKGROUND</code></a> 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> @@ -624,7 +637,8 @@ implements <a href="../../../../org/apache/kudu/client/SessionConfiguration.html <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">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> + + <p>Clears 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> @@ -702,6 +716,6 @@ implements <a href="../../../../org/apache/kudu/client/SessionConfiguration.html <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> -<p class="legalCopy"><small>Copyright © 2016 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> +<p class="legalCopy"><small>Copyright © 2017 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> </html> http://git-wip-us.apache.org/repos/asf/kudu-site/blob/9b792926/apidocs/org/apache/kudu/client/KuduTable.html ---------------------------------------------------------------------- diff --git a/apidocs/org/apache/kudu/client/KuduTable.html b/apidocs/org/apache/kudu/client/KuduTable.html index d3092b1..89a1121 100644 --- a/apidocs/org/apache/kudu/client/KuduTable.html +++ b/apidocs/org/apache/kudu/client/KuduTable.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>KuduTable (Kudu 1.1.0 API)</title> +<title>KuduTable (Kudu 1.2.0 API)</title> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="KuduTable (Kudu 1.1.0 API)"; + parent.document.title="KuduTable (Kudu 1.2.0 API)"; } } catch(err) { @@ -357,69 +357,65 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? </dl> </li> </ul> -<a name="getTabletsLocations-long-"> +<a name="asyncGetTabletsLocations-long-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> -<h4>getTabletsLocations</h4> +<h4>asyncGetTabletsLocations</h4> <pre><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Deprecated.html?is-external=true" title="class or interface in java.lang">@Deprecated</a> -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/apache/kudu/client/LocatedTablet.html" title="class in org.apache.kudu.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> +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/LocatedTablet.html" title="class in org.apache.kudu.client">LocatedTablet</a>>> asyncGetTabletsLocations(long deadline)</pre> <div class="block"><span class="deprecatedLabel">Deprecated.</span> <span class="deprecationComment">use the <a href="../../../../org/apache/kudu/client/KuduScanToken.html" title="class in org.apache.kudu.client"><code>KuduScanToken</code></a> API</span></div> -<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> +<div class="block">Asynchronously get all the tablets for this table.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> -<dd><code>deadline</code> - deadline in milliseconds for this method to finish</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 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> +<dd>a <code>Deferred</code> object that yields a list containing the metadata and + locations for each of the tablets in the table</dd> </dl> </li> </ul> -<a name="asyncGetTabletsLocations-long-"> +<a name="asyncGetTabletsLocations-byte:A-byte:A-long-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>asyncGetTabletsLocations</h4> <pre><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Deprecated.html?is-external=true" title="class or interface in java.lang">@Deprecated</a> -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/LocatedTablet.html" title="class in org.apache.kudu.client">LocatedTablet</a>>> asyncGetTabletsLocations(long deadline)</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/LocatedTablet.html" title="class in org.apache.kudu.client">LocatedTablet</a>>> asyncGetTabletsLocations(byte[] startKey, + byte[] endKey, + long deadline)</pre> <div class="block"><span class="deprecatedLabel">Deprecated.</span> <span class="deprecationComment">use the <a href="../../../../org/apache/kudu/client/KuduScanToken.html" title="class in org.apache.kudu.client"><code>KuduScanToken</code></a> API</span></div> -<div class="block">Asynchronously get all the tablets for this table.</div> +<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 (exclusive), 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> +<dd>a <code>Deferred</code> object that yields a list containing the metadata and locations + for each of the tablets in the table</dd> </dl> </li> </ul> -<a name="getTabletsLocations-byte:A-byte:A-long-"> +<a name="getTabletsLocations-long-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getTabletsLocations</h4> <pre><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Deprecated.html?is-external=true" title="class or interface in java.lang">@Deprecated</a> -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/apache/kudu/client/LocatedTablet.html" title="class in org.apache.kudu.client">LocatedTablet</a>> getTabletsLocations(byte[] startKey, - byte[] endKey, - long deadline) +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/apache/kudu/client/LocatedTablet.html" title="class in org.apache.kudu.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"><span class="deprecatedLabel">Deprecated.</span> <span class="deprecationComment">use the <a href="../../../../org/apache/kudu/client/KuduScanToken.html" title="class in org.apache.kudu.client"><code>KuduScanToken</code></a> API</span></div> -<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> +<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>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 (exclusive), 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 @@ -429,28 +425,32 @@ public <a href="http://docs.oracle.com/javase/7/docs/api/java/util/List.htm </dl> </li> </ul> -<a name="asyncGetTabletsLocations-byte:A-byte:A-long-"> +<a name="getTabletsLocations-byte:A-byte:A-long-"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> -<h4>asyncGetTabletsLocations</h4> +<h4>getTabletsLocations</h4> <pre><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Deprecated.html?is-external=true" title="class or interface in java.lang">@Deprecated</a> -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/LocatedTablet.html" title="class in org.apache.kudu.client">LocatedTablet</a>>> asyncGetTabletsLocations(byte[] startKey, - byte[] endKey, - long deadline)</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/apache/kudu/client/LocatedTablet.html" title="class in org.apache.kudu.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"><span class="deprecatedLabel">Deprecated.</span> <span class="deprecationComment">use the <a href="../../../../org/apache/kudu/client/KuduScanToken.html" title="class in org.apache.kudu.client"><code>KuduScanToken</code></a> API</span></div> -<div class="block">Asynchronously get all or some tablets for this table.</div> +<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 (exclusive), 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> +<dd><code>deadline</code> - deadline in milliseconds for this method to finish</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> +<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> @@ -523,6 +523,6 @@ public com.stumbleupon.async.Deferred<<a href="http://docs.oracle.com/ja <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> -<p class="legalCopy"><small>Copyright © 2016 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> +<p class="legalCopy"><small>Copyright © 2017 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> </html> http://git-wip-us.apache.org/repos/asf/kudu-site/blob/9b792926/apidocs/org/apache/kudu/client/ListTablesResponse.html ---------------------------------------------------------------------- diff --git a/apidocs/org/apache/kudu/client/ListTablesResponse.html b/apidocs/org/apache/kudu/client/ListTablesResponse.html index c61dbca..53d301a 100644 --- a/apidocs/org/apache/kudu/client/ListTablesResponse.html +++ b/apidocs/org/apache/kudu/client/ListTablesResponse.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>ListTablesResponse (Kudu 1.1.0 API)</title> +<title>ListTablesResponse (Kudu 1.2.0 API)</title> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="ListTablesResponse (Kudu 1.1.0 API)"; + parent.document.title="ListTablesResponse (Kudu 1.2.0 API)"; } } catch(err) { @@ -285,6 +285,6 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> -<p class="legalCopy"><small>Copyright © 2016 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> +<p class="legalCopy"><small>Copyright © 2017 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> </html> http://git-wip-us.apache.org/repos/asf/kudu-site/blob/9b792926/apidocs/org/apache/kudu/client/ListTabletServersResponse.html ---------------------------------------------------------------------- diff --git a/apidocs/org/apache/kudu/client/ListTabletServersResponse.html b/apidocs/org/apache/kudu/client/ListTabletServersResponse.html index 46801a4..c7d0c5a 100644 --- a/apidocs/org/apache/kudu/client/ListTabletServersResponse.html +++ b/apidocs/org/apache/kudu/client/ListTabletServersResponse.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>ListTabletServersResponse (Kudu 1.1.0 API)</title> +<title>ListTabletServersResponse (Kudu 1.2.0 API)</title> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="ListTabletServersResponse (Kudu 1.1.0 API)"; + parent.document.title="ListTabletServersResponse (Kudu 1.2.0 API)"; } } catch(err) { @@ -305,6 +305,6 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> -<p class="legalCopy"><small>Copyright © 2016 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> +<p class="legalCopy"><small>Copyright © 2017 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> </html> http://git-wip-us.apache.org/repos/asf/kudu-site/blob/9b792926/apidocs/org/apache/kudu/client/LocatedTablet.Replica.html ---------------------------------------------------------------------- diff --git a/apidocs/org/apache/kudu/client/LocatedTablet.Replica.html b/apidocs/org/apache/kudu/client/LocatedTablet.Replica.html index 8328287..92c53f3 100644 --- a/apidocs/org/apache/kudu/client/LocatedTablet.Replica.html +++ b/apidocs/org/apache/kudu/client/LocatedTablet.Replica.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>LocatedTablet.Replica (Kudu 1.1.0 API)</title> +<title>LocatedTablet.Replica (Kudu 1.2.0 API)</title> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="LocatedTablet.Replica (Kudu 1.1.0 API)"; + parent.document.title="LocatedTablet.Replica (Kudu 1.2.0 API)"; } } catch(err) { @@ -283,6 +283,6 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> -<p class="legalCopy"><small>Copyright © 2016 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> +<p class="legalCopy"><small>Copyright © 2017 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> </html> http://git-wip-us.apache.org/repos/asf/kudu-site/blob/9b792926/apidocs/org/apache/kudu/client/LocatedTablet.html ---------------------------------------------------------------------- diff --git a/apidocs/org/apache/kudu/client/LocatedTablet.html b/apidocs/org/apache/kudu/client/LocatedTablet.html index b8921e7..81503be 100644 --- a/apidocs/org/apache/kudu/client/LocatedTablet.html +++ b/apidocs/org/apache/kudu/client/LocatedTablet.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>LocatedTablet (Kudu 1.1.0 API)</title> +<title>LocatedTablet (Kudu 1.2.0 API)</title> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="LocatedTablet (Kudu 1.1.0 API)"; + parent.document.title="LocatedTablet (Kudu 1.2.0 API)"; } } catch(err) { @@ -354,6 +354,6 @@ public byte[] getEndKey()</pre> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> -<p class="legalCopy"><small>Copyright © 2016 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> +<p class="legalCopy"><small>Copyright © 2017 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> </html> http://git-wip-us.apache.org/repos/asf/kudu-site/blob/9b792926/apidocs/org/apache/kudu/client/Operation.html ---------------------------------------------------------------------- diff --git a/apidocs/org/apache/kudu/client/Operation.html b/apidocs/org/apache/kudu/client/Operation.html index 1edf839..d1a1cf6 100644 --- a/apidocs/org/apache/kudu/client/Operation.html +++ b/apidocs/org/apache/kudu/client/Operation.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>Operation (Kudu 1.1.0 API)</title> +<title>Operation (Kudu 1.2.0 API)</title> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> @@ -12,13 +12,13 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Operation (Kudu 1.1.0 API)"; + parent.document.title="Operation (Kudu 1.2.0 API)"; } } catch(err) { } //--> -var methods = {"i0":10,"i1":10,"i2":10}; +var methods = {"i0":10,"i1":10}; var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]}; var altColor = "altColor"; var rowColor = "rowColor"; @@ -170,17 +170,13 @@ extends org.apache.kudu.client.KuduRpc<<a href="../../../../org/apache/kudu/c not tablet specific.</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/apache/kudu/client/Operation.html#toString--">toString</a></span>()</code> </td> -</tr> </table> <ul class="blockList"> <li class="blockList"><a name="methods.inherited.from.class.org.apache.kudu.client.KuduRpc"> <!-- --> </a> <h3>Methods inherited from class org.apache.kudu.client.KuduRpc</h3> -<code>getExternalConsistencyMode, getTable, setExternalConsistencyMode, setPropagatedTimestamp</code></li> +<code>getExternalConsistencyMode, getTable, setExternalConsistencyMode, setPropagatedTimestamp, toString</code></li> </ul> <ul class="blockList"> <li class="blockList"><a name="methods.inherited.from.class.java.lang.Object"> @@ -224,7 +220,7 @@ extends org.apache.kudu.client.KuduRpc<<a href="../../../../org/apache/kudu/c <a name="getRow--"> <!-- --> </a> -<ul class="blockList"> +<ul class="blockListLast"> <li class="blockList"> <h4>getRow</h4> <pre>public <a href="../../../../org/apache/kudu/client/PartialRow.html" title="class in org.apache.kudu.client">PartialRow</a> getRow()</pre> @@ -235,19 +231,6 @@ extends org.apache.kudu.client.KuduRpc<<a href="../../../../org/apache/kudu/c </dl> </li> </ul> -<a name="toString--"> -<!-- --> -</a> -<ul class="blockListLast"> -<li class="blockList"> -<h4>toString</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> toString()</pre> -<dl> -<dt><span class="overrideSpecifyLabel">Overrides:</span></dt> -<dd><code>toString</code> in class <code>org.apache.kudu.client.KuduRpc<<a href="../../../../org/apache/kudu/client/OperationResponse.html" title="class in org.apache.kudu.client">OperationResponse</a>></code></dd> -</dl> -</li> -</ul> </li> </ul> </li> @@ -317,6 +300,6 @@ extends org.apache.kudu.client.KuduRpc<<a href="../../../../org/apache/kudu/c <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> -<p class="legalCopy"><small>Copyright © 2016 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> +<p class="legalCopy"><small>Copyright © 2017 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> </html> http://git-wip-us.apache.org/repos/asf/kudu-site/blob/9b792926/apidocs/org/apache/kudu/client/OperationResponse.html ---------------------------------------------------------------------- diff --git a/apidocs/org/apache/kudu/client/OperationResponse.html b/apidocs/org/apache/kudu/client/OperationResponse.html index 04726b2..c11248b 100644 --- a/apidocs/org/apache/kudu/client/OperationResponse.html +++ b/apidocs/org/apache/kudu/client/OperationResponse.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>OperationResponse (Kudu 1.1.0 API)</title> +<title>OperationResponse (Kudu 1.2.0 API)</title> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="OperationResponse (Kudu 1.1.0 API)"; + parent.document.title="OperationResponse (Kudu 1.2.0 API)"; } } catch(err) { @@ -327,6 +327,6 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> -<p class="legalCopy"><small>Copyright © 2016 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> +<p class="legalCopy"><small>Copyright © 2017 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> </html> http://git-wip-us.apache.org/repos/asf/kudu-site/blob/9b792926/apidocs/org/apache/kudu/client/PartialRow.html ---------------------------------------------------------------------- diff --git a/apidocs/org/apache/kudu/client/PartialRow.html b/apidocs/org/apache/kudu/client/PartialRow.html index bd1a98b..b692371 100644 --- a/apidocs/org/apache/kudu/client/PartialRow.html +++ b/apidocs/org/apache/kudu/client/PartialRow.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>PartialRow (Kudu 1.1.0 API)</title> +<title>PartialRow (Kudu 1.2.0 API)</title> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> @@ -12,13 +12,13 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="PartialRow (Kudu 1.1.0 API)"; + parent.document.title="PartialRow (Kudu 1.2.0 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,"i17":10,"i18":10,"i19":10,"i20":10,"i21":10,"i22":10,"i23":10,"i24":10,"i25":10}; +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,"i17":10,"i18":10,"i19":10,"i20":10,"i21":10,"i22":10,"i23":10,"i24":10,"i25":10,"i26":10}; var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]}; var altColor = "altColor"; var rowColor = "rowColor"; @@ -339,13 +339,17 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? "type col_name=value".</div> </td> </tr> +<tr id="i26" 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/apache/kudu/client/PartialRow.html#toString--">toString</a></span>()</code></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> +<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#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> @@ -574,8 +578,8 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? long val)</pre> <div class="block">Add an long for the specified column. - If this is a UNIXTIME_MICROS column, the long value provided should be the number of microseconds - between a given time and January 1, 1970 UTC. + If this is a UNIXTIME_MICROS column, the long value provided should be the number of + microseconds between a given time and January 1, 1970 UTC. For example, to encode the current time, use setLong(System.currentTimeMillis() * 1000);</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> @@ -884,6 +888,19 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? </dl> </li> </ul> +<a name="toString--"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>toString</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> toString()</pre> +<dl> +<dt><span class="overrideSpecifyLabel">Overrides:</span></dt> +<dd><code><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></code> in class <code><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></code></dd> +</dl> +</li> +</ul> <a name="stringifyRowKey--"> <!-- --> </a> @@ -968,6 +985,6 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> -<p class="legalCopy"><small>Copyright © 2016 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> +<p class="legalCopy"><small>Copyright © 2017 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> </html> http://git-wip-us.apache.org/repos/asf/kudu-site/blob/9b792926/apidocs/org/apache/kudu/client/PleaseThrottleException.html ---------------------------------------------------------------------- diff --git a/apidocs/org/apache/kudu/client/PleaseThrottleException.html b/apidocs/org/apache/kudu/client/PleaseThrottleException.html index ecab9b5..3aeaf15 100644 --- a/apidocs/org/apache/kudu/client/PleaseThrottleException.html +++ b/apidocs/org/apache/kudu/client/PleaseThrottleException.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>PleaseThrottleException (Kudu 1.1.0 API)</title> +<title>PleaseThrottleException (Kudu 1.2.0 API)</title> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="PleaseThrottleException (Kudu 1.1.0 API)"; + parent.document.title="PleaseThrottleException (Kudu 1.2.0 API)"; } } catch(err) { @@ -332,6 +332,6 @@ implements <a href="../../../../org/apache/kudu/client/HasFailedRpcException.htm <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> -<p class="legalCopy"><small>Copyright © 2016 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> +<p class="legalCopy"><small>Copyright © 2017 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> </html> http://git-wip-us.apache.org/repos/asf/kudu-site/blob/9b792926/apidocs/org/apache/kudu/client/RangePartitionBound.html ---------------------------------------------------------------------- diff --git a/apidocs/org/apache/kudu/client/RangePartitionBound.html b/apidocs/org/apache/kudu/client/RangePartitionBound.html index 5e48535..8ace029 100644 --- a/apidocs/org/apache/kudu/client/RangePartitionBound.html +++ b/apidocs/org/apache/kudu/client/RangePartitionBound.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>RangePartitionBound (Kudu 1.1.0 API)</title> +<title>RangePartitionBound (Kudu 1.2.0 API)</title> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="RangePartitionBound (Kudu 1.1.0 API)"; + parent.document.title="RangePartitionBound (Kudu 1.2.0 API)"; } } catch(err) { @@ -346,6 +346,6 @@ not permitted.)</div> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> -<p class="legalCopy"><small>Copyright © 2016 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> +<p class="legalCopy"><small>Copyright © 2017 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> </html> http://git-wip-us.apache.org/repos/asf/kudu-site/blob/9b792926/apidocs/org/apache/kudu/client/ReplicaSelection.html ---------------------------------------------------------------------- diff --git a/apidocs/org/apache/kudu/client/ReplicaSelection.html b/apidocs/org/apache/kudu/client/ReplicaSelection.html index 2c4e3e2..20b1540 100644 --- a/apidocs/org/apache/kudu/client/ReplicaSelection.html +++ b/apidocs/org/apache/kudu/client/ReplicaSelection.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>ReplicaSelection (Kudu 1.1.0 API)</title> +<title>ReplicaSelection (Kudu 1.2.0 API)</title> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="ReplicaSelection (Kudu 1.1.0 API)"; + parent.document.title="ReplicaSelection (Kudu 1.2.0 API)"; } } catch(err) { @@ -346,6 +346,6 @@ not permitted.)</div> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> -<p class="legalCopy"><small>Copyright © 2016 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> +<p class="legalCopy"><small>Copyright © 2017 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> </html> http://git-wip-us.apache.org/repos/asf/kudu-site/blob/9b792926/apidocs/org/apache/kudu/client/RowError.html ---------------------------------------------------------------------- diff --git a/apidocs/org/apache/kudu/client/RowError.html b/apidocs/org/apache/kudu/client/RowError.html index f56d546..03790cb 100644 --- a/apidocs/org/apache/kudu/client/RowError.html +++ b/apidocs/org/apache/kudu/client/RowError.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>RowError (Kudu 1.1.0 API)</title> +<title>RowError (Kudu 1.2.0 API)</title> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="RowError (Kudu 1.1.0 API)"; + parent.document.title="RowError (Kudu 1.2.0 API)"; } } catch(err) { @@ -344,6 +344,6 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> -<p class="legalCopy"><small>Copyright © 2016 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> +<p class="legalCopy"><small>Copyright © 2017 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> </html> http://git-wip-us.apache.org/repos/asf/kudu-site/blob/9b792926/apidocs/org/apache/kudu/client/RowErrorsAndOverflowStatus.html ---------------------------------------------------------------------- diff --git a/apidocs/org/apache/kudu/client/RowErrorsAndOverflowStatus.html b/apidocs/org/apache/kudu/client/RowErrorsAndOverflowStatus.html index 47299db..40432af 100644 --- a/apidocs/org/apache/kudu/client/RowErrorsAndOverflowStatus.html +++ b/apidocs/org/apache/kudu/client/RowErrorsAndOverflowStatus.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>RowErrorsAndOverflowStatus (Kudu 1.1.0 API)</title> +<title>RowErrorsAndOverflowStatus (Kudu 1.2.0 API)</title> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="RowErrorsAndOverflowStatus (Kudu 1.1.0 API)"; + parent.document.title="RowErrorsAndOverflowStatus (Kudu 1.2.0 API)"; } } catch(err) { @@ -263,6 +263,6 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> -<p class="legalCopy"><small>Copyright © 2016 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> +<p class="legalCopy"><small>Copyright © 2017 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> </html> http://git-wip-us.apache.org/repos/asf/kudu-site/blob/9b792926/apidocs/org/apache/kudu/client/RowResult.html ---------------------------------------------------------------------- diff --git a/apidocs/org/apache/kudu/client/RowResult.html b/apidocs/org/apache/kudu/client/RowResult.html index 9cc7da5..fb9952d 100644 --- a/apidocs/org/apache/kudu/client/RowResult.html +++ b/apidocs/org/apache/kudu/client/RowResult.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>RowResult (Kudu 1.1.0 API)</title> +<title>RowResult (Kudu 1.2.0 API)</title> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="RowResult (Kudu 1.1.0 API)"; + parent.document.title="RowResult (Kudu 1.2.0 API)"; } } catch(err) { @@ -910,6 +910,6 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> -<p class="legalCopy"><small>Copyright © 2016 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> +<p class="legalCopy"><small>Copyright © 2017 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> </html> http://git-wip-us.apache.org/repos/asf/kudu-site/blob/9b792926/apidocs/org/apache/kudu/client/RowResultIterator.html ---------------------------------------------------------------------- diff --git a/apidocs/org/apache/kudu/client/RowResultIterator.html b/apidocs/org/apache/kudu/client/RowResultIterator.html index 1cab0d1..390216f 100644 --- a/apidocs/org/apache/kudu/client/RowResultIterator.html +++ b/apidocs/org/apache/kudu/client/RowResultIterator.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>RowResultIterator (Kudu 1.1.0 API)</title> +<title>RowResultIterator (Kudu 1.2.0 API)</title> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="RowResultIterator (Kudu 1.1.0 API)"; + parent.document.title="RowResultIterator (Kudu 1.2.0 API)"; } } catch(err) { @@ -392,6 +392,6 @@ implements <a href="http://docs.oracle.com/javase/7/docs/api/java/util/Iterator. <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> -<p class="legalCopy"><small>Copyright © 2016 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> +<p class="legalCopy"><small>Copyright © 2017 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> </html> http://git-wip-us.apache.org/repos/asf/kudu-site/blob/9b792926/apidocs/org/apache/kudu/client/SessionConfiguration.FlushMode.html ---------------------------------------------------------------------- diff --git a/apidocs/org/apache/kudu/client/SessionConfiguration.FlushMode.html b/apidocs/org/apache/kudu/client/SessionConfiguration.FlushMode.html index e8aaa6c..eb1938f 100644 --- a/apidocs/org/apache/kudu/client/SessionConfiguration.FlushMode.html +++ b/apidocs/org/apache/kudu/client/SessionConfiguration.FlushMode.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>SessionConfiguration.FlushMode (Kudu 1.1.0 API)</title> +<title>SessionConfiguration.FlushMode (Kudu 1.2.0 API)</title> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="SessionConfiguration.FlushMode (Kudu 1.1.0 API)"; + parent.document.title="SessionConfiguration.FlushMode (Kudu 1.2.0 API)"; } } catch(err) { @@ -144,13 +144,23 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Enum.html?is <th class="colOne" scope="col">Enum Constant and Description</th> </tr> <tr class="altColor"> -<td class="colOne"><code><span class="memberNameLink"><a href="../../../../org/apache/kudu/client/SessionConfiguration.FlushMode.html#AUTO_FLUSH_BACKGROUND">AUTO_FLUSH_BACKGROUND</a></span></code> </td> +<td class="colOne"><code><span class="memberNameLink"><a href="../../../../org/apache/kudu/client/SessionConfiguration.FlushMode.html#AUTO_FLUSH_BACKGROUND">AUTO_FLUSH_BACKGROUND</a></span></code> +<div class="block"><a href="../../../../org/apache/kudu/client/KuduSession.html#apply-org.apache.kudu.client.Operation-"><code>KuduSession.apply()</code></a> calls will return immediately, but the writes + will be sent in the background, potentially batched together with other writes from + the same session.</div> +</td> </tr> <tr class="rowColor"> -<td class="colOne"><code><span class="memberNameLink"><a href="../../../../org/apache/kudu/client/SessionConfiguration.FlushMode.html#AUTO_FLUSH_SYNC">AUTO_FLUSH_SYNC</a></span></code> </td> +<td class="colOne"><code><span class="memberNameLink"><a href="../../../../org/apache/kudu/client/SessionConfiguration.FlushMode.html#AUTO_FLUSH_SYNC">AUTO_FLUSH_SYNC</a></span></code> +<div class="block">Each <a href="../../../../org/apache/kudu/client/KuduSession.html#apply-org.apache.kudu.client.Operation-"><code>KuduSession.apply()</code></a> call will return only after being + flushed to the server automatically.</div> +</td> </tr> <tr class="altColor"> -<td class="colOne"><code><span class="memberNameLink"><a href="../../../../org/apache/kudu/client/SessionConfiguration.FlushMode.html#MANUAL_FLUSH">MANUAL_FLUSH</a></span></code> </td> +<td class="colOne"><code><span class="memberNameLink"><a href="../../../../org/apache/kudu/client/SessionConfiguration.FlushMode.html#MANUAL_FLUSH">MANUAL_FLUSH</a></span></code> +<div class="block"><a href="../../../../org/apache/kudu/client/KuduSession.html#apply-org.apache.kudu.client.Operation-"><code>KuduSession.apply()</code></a> calls will return immediately, but the writes + will not be sent until the user calls <a href="../../../../org/apache/kudu/client/KuduSession.html#flush--"><code>KuduSession.flush()</code></a>.</div> +</td> </tr> </table> </li> @@ -216,6 +226,14 @@ the order they are declared.</div> <li class="blockList"> <h4>AUTO_FLUSH_SYNC</h4> <pre>public static final <a href="../../../../org/apache/kudu/client/SessionConfiguration.FlushMode.html" title="enum in org.apache.kudu.client">SessionConfiguration.FlushMode</a> AUTO_FLUSH_SYNC</pre> +<div class="block">Each <a href="../../../../org/apache/kudu/client/KuduSession.html#apply-org.apache.kudu.client.Operation-"><code>KuduSession.apply()</code></a> call will return only after being + flushed to the server automatically. No batching will occur. + + <p>In this mode, the <a href="../../../../org/apache/kudu/client/KuduSession.html#flush--"><code>KuduSession.flush()</code></a> call never has any effect, since each + <a href="../../../../org/apache/kudu/client/KuduSession.html#apply-org.apache.kudu.client.Operation-"><code>KuduSession.apply()</code></a> has already flushed the buffer before + returning. + + <p><strong>This is the default flush mode.</strong></div> </li> </ul> <a name="AUTO_FLUSH_BACKGROUND"> @@ -225,6 +243,22 @@ the order they are declared.</div> <li class="blockList"> <h4>AUTO_FLUSH_BACKGROUND</h4> <pre>public static final <a href="../../../../org/apache/kudu/client/SessionConfiguration.FlushMode.html" title="enum in org.apache.kudu.client">SessionConfiguration.FlushMode</a> AUTO_FLUSH_BACKGROUND</pre> +<div class="block"><a href="../../../../org/apache/kudu/client/KuduSession.html#apply-org.apache.kudu.client.Operation-"><code>KuduSession.apply()</code></a> calls will return immediately, but the writes + will be sent in the background, potentially batched together with other writes from + the same session. If there is not sufficient buffer space, then + <a href="../../../../org/apache/kudu/client/KuduSession.html#apply-org.apache.kudu.client.Operation-"><code>KuduSession.apply()</code></a> may block for buffer space to be available. + + <p>Because writes are applied in the background, any errors will be stored + in a session-local buffer. Call <a href="../../../../org/apache/kudu/client/SessionConfiguration.html#countPendingErrors--"><code>countPendingErrors()</code></a> or + <a href="../../../../org/apache/kudu/client/SessionConfiguration.html#getPendingErrors--"><code>getPendingErrors()</code></a> to retrieve them. + + <p><strong>Note:</strong> The <code>AUTO_FLUSH_BACKGROUND</code> mode may result in + out-of-order writes to Kudu. This is because in this mode multiple write + operations may be sent to the server in parallel. + See <a href="https://issues.apache.org/jira/browse/KUDU-1767">KUDU-1767</a> for more + information. + + <p>The <a href="../../../../org/apache/kudu/client/KuduSession.html#flush--"><code>KuduSession.flush()</code></a> call can be used to block until the buffer is empty.</div> </li> </ul> <a name="MANUAL_FLUSH"> @@ -234,6 +268,10 @@ the order they are declared.</div> <li class="blockList"> <h4>MANUAL_FLUSH</h4> <pre>public static final <a href="../../../../org/apache/kudu/client/SessionConfiguration.FlushMode.html" title="enum in org.apache.kudu.client">SessionConfiguration.FlushMode</a> MANUAL_FLUSH</pre> +<div class="block"><a href="../../../../org/apache/kudu/client/KuduSession.html#apply-org.apache.kudu.client.Operation-"><code>KuduSession.apply()</code></a> calls will return immediately, but the writes + will not be sent until the user calls <a href="../../../../org/apache/kudu/client/KuduSession.html#flush--"><code>KuduSession.flush()</code></a>. If the buffer runs past + the configured space limit, then <a href="../../../../org/apache/kudu/client/KuduSession.html#apply-org.apache.kudu.client.Operation-"><code>KuduSession.apply()</code></a> will return + an error.</div> </li> </ul> </li> @@ -355,6 +393,6 @@ not permitted.)</div> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> -<p class="legalCopy"><small>Copyright © 2016 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> +<p class="legalCopy"><small>Copyright © 2017 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> </html> http://git-wip-us.apache.org/repos/asf/kudu-site/blob/9b792926/apidocs/org/apache/kudu/client/SessionConfiguration.html ---------------------------------------------------------------------- diff --git a/apidocs/org/apache/kudu/client/SessionConfiguration.html b/apidocs/org/apache/kudu/client/SessionConfiguration.html index a7c2624..f2ee949 100644 --- a/apidocs/org/apache/kudu/client/SessionConfiguration.html +++ b/apidocs/org/apache/kudu/client/SessionConfiguration.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>SessionConfiguration (Kudu 1.1.0 API)</title> +<title>SessionConfiguration (Kudu 1.2.0 API)</title> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="SessionConfiguration (Kudu 1.1.0 API)"; + parent.document.title="SessionConfiguration (Kudu 1.2.0 API)"; } } catch(err) { @@ -257,7 +257,7 @@ public interface <span class="typeNameLabel">SessionConfiguration</span></pre> <div class="block">Get the current flush mode.</div> <dl> <dt><span class="returnLabel">Returns:</span></dt> -<dd>flush mode, AUTO_FLUSH_SYNC by default</dd> +<dd>flush mode, <a href="../../../../org/apache/kudu/client/SessionConfiguration.FlushMode.html#AUTO_FLUSH_SYNC"><code>AUTO_FLUSH_SYNC</code></a> by default</dd> </dl> </li> </ul> @@ -424,7 +424,8 @@ public interface <span class="typeNameLabel">SessionConfiguration</span></pre> 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> + + <p>Disabled by default.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>ignoreAllDuplicateRows</code> - true if this session should enforce this, else false</dd> @@ -439,7 +440,7 @@ public interface <span class="typeNameLabel">SessionConfiguration</span></pre> <h4>countPendingErrors</h4> <pre>int countPendingErrors()</pre> <div class="block">Return the number of errors which are pending. Errors may accumulate when - using the AUTO_FLUSH_BACKGROUND mode.</div> + using <a href="../../../../org/apache/kudu/client/SessionConfiguration.FlushMode.html#AUTO_FLUSH_BACKGROUND"><code>AUTO_FLUSH_BACKGROUND</code></a> mode.</div> <dl> <dt><span class="returnLabel">Returns:</span></dt> <dd>a count of errors</dd> @@ -455,7 +456,8 @@ public interface <span class="typeNameLabel">SessionConfiguration</span></pre> <pre><a href="../../../../org/apache/kudu/client/RowErrorsAndOverflowStatus.html" title="class in org.apache.kudu.client">RowErrorsAndOverflowStatus</a> getPendingErrors()</pre> <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> + + <p>Clears the pending errors.</div> <dl> <dt><span class="returnLabel">Returns:</span></dt> <dd>an object that contains the errors and the overflow status</dd> @@ -531,6 +533,6 @@ public interface <span class="typeNameLabel">SessionConfiguration</span></pre> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> -<p class="legalCopy"><small>Copyright © 2016 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> +<p class="legalCopy"><small>Copyright © 2017 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> </html> http://git-wip-us.apache.org/repos/asf/kudu-site/blob/9b792926/apidocs/org/apache/kudu/client/Statistics.Statistic.html ---------------------------------------------------------------------- diff --git a/apidocs/org/apache/kudu/client/Statistics.Statistic.html b/apidocs/org/apache/kudu/client/Statistics.Statistic.html index c01b6c1..e9fbf83 100644 --- a/apidocs/org/apache/kudu/client/Statistics.Statistic.html +++ b/apidocs/org/apache/kudu/client/Statistics.Statistic.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>Statistics.Statistic (Kudu 1.1.0 API)</title> +<title>Statistics.Statistic (Kudu 1.2.0 API)</title> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Statistics.Statistic (Kudu 1.1.0 API)"; + parent.document.title="Statistics.Statistic (Kudu 1.2.0 API)"; } } catch(err) { @@ -397,6 +397,6 @@ not permitted.)</div> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> -<p class="legalCopy"><small>Copyright © 2016 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> +<p class="legalCopy"><small>Copyright © 2017 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> </html> http://git-wip-us.apache.org/repos/asf/kudu-site/blob/9b792926/apidocs/org/apache/kudu/client/Statistics.html ---------------------------------------------------------------------- diff --git a/apidocs/org/apache/kudu/client/Statistics.html b/apidocs/org/apache/kudu/client/Statistics.html index 5d27a5a..d679551 100644 --- a/apidocs/org/apache/kudu/client/Statistics.html +++ b/apidocs/org/apache/kudu/client/Statistics.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>Statistics (Kudu 1.1.0 API)</title> +<title>Statistics (Kudu 1.2.0 API)</title> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Statistics (Kudu 1.1.0 API)"; + parent.document.title="Statistics (Kudu 1.2.0 API)"; } } catch(err) { @@ -445,6 +445,6 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> -<p class="legalCopy"><small>Copyright © 2016 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> +<p class="legalCopy"><small>Copyright © 2017 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> </html> http://git-wip-us.apache.org/repos/asf/kudu-site/blob/9b792926/apidocs/org/apache/kudu/client/Status.html ---------------------------------------------------------------------- diff --git a/apidocs/org/apache/kudu/client/Status.html b/apidocs/org/apache/kudu/client/Status.html index da9ef1f..2bc2387 100644 --- a/apidocs/org/apache/kudu/client/Status.html +++ b/apidocs/org/apache/kudu/client/Status.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>Status (Kudu 1.1.0 API)</title> +<title>Status (Kudu 1.2.0 API)</title> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Status (Kudu 1.1.0 API)"; + parent.document.title="Status (Kudu 1.2.0 API)"; } } catch(err) { @@ -1028,6 +1028,6 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> -<p class="legalCopy"><small>Copyright © 2016 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> +<p class="legalCopy"><small>Copyright © 2017 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> </html> http://git-wip-us.apache.org/repos/asf/kudu-site/blob/9b792926/apidocs/org/apache/kudu/client/Update.html ---------------------------------------------------------------------- diff --git a/apidocs/org/apache/kudu/client/Update.html b/apidocs/org/apache/kudu/client/Update.html index a822a98..1ee319c 100644 --- a/apidocs/org/apache/kudu/client/Update.html +++ b/apidocs/org/apache/kudu/client/Update.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>Update (Kudu 1.1.0 API)</title> +<title>Update (Kudu 1.2.0 API)</title> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Update (Kudu 1.1.0 API)"; + parent.document.title="Update (Kudu 1.2.0 API)"; } } catch(err) { @@ -150,14 +150,14 @@ extends <a href="../../../../org/apache/kudu/client/Operation.html" title="class <!-- --> </a> <h3>Methods inherited from class org.apache.kudu.client.<a href="../../../../org/apache/kudu/client/Operation.html" title="class in org.apache.kudu.client">Operation</a></h3> -<code><a href="../../../../org/apache/kudu/client/Operation.html#getRow--">getRow</a>, <a href="../../../../org/apache/kudu/client/Operation.html#partitionKey--">partitionKey</a>, <a href="../../../../org/apache/kudu/client/Operation.html#toString--">toString</a></code></li> +<code><a href="../../../../org/apache/kudu/client/Operation.html#getRow--">getRow</a>, <a href="../../../../org/apache/kudu/client/Operation.html#partitionKey--">partitionKey</a></code></li> </ul> <ul class="blockList"> <li class="blockList"><a name="methods.inherited.from.class.org.apache.kudu.client.KuduRpc"> <!-- --> </a> <h3>Methods inherited from class org.apache.kudu.client.KuduRpc</h3> -<code>getExternalConsistencyMode, getTable, setExternalConsistencyMode, setPropagatedTimestamp</code></li> +<code>getExternalConsistencyMode, getTable, setExternalConsistencyMode, setPropagatedTimestamp, toString</code></li> </ul> <ul class="blockList"> <li class="blockList"><a name="methods.inherited.from.class.java.lang.Object"> @@ -235,6 +235,6 @@ extends <a href="../../../../org/apache/kudu/client/Operation.html" title="class <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> -<p class="legalCopy"><small>Copyright © 2016 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> +<p class="legalCopy"><small>Copyright © 2017 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> </html> http://git-wip-us.apache.org/repos/asf/kudu-site/blob/9b792926/apidocs/org/apache/kudu/client/Upsert.html ---------------------------------------------------------------------- diff --git a/apidocs/org/apache/kudu/client/Upsert.html b/apidocs/org/apache/kudu/client/Upsert.html index 0219123..538565d 100644 --- a/apidocs/org/apache/kudu/client/Upsert.html +++ b/apidocs/org/apache/kudu/client/Upsert.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>Upsert (Kudu 1.1.0 API)</title> +<title>Upsert (Kudu 1.2.0 API)</title> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Upsert (Kudu 1.1.0 API)"; + parent.document.title="Upsert (Kudu 1.2.0 API)"; } } catch(err) { @@ -150,14 +150,14 @@ extends <a href="../../../../org/apache/kudu/client/Operation.html" title="class <!-- --> </a> <h3>Methods inherited from class org.apache.kudu.client.<a href="../../../../org/apache/kudu/client/Operation.html" title="class in org.apache.kudu.client">Operation</a></h3> -<code><a href="../../../../org/apache/kudu/client/Operation.html#getRow--">getRow</a>, <a href="../../../../org/apache/kudu/client/Operation.html#partitionKey--">partitionKey</a>, <a href="../../../../org/apache/kudu/client/Operation.html#toString--">toString</a></code></li> +<code><a href="../../../../org/apache/kudu/client/Operation.html#getRow--">getRow</a>, <a href="../../../../org/apache/kudu/client/Operation.html#partitionKey--">partitionKey</a></code></li> </ul> <ul class="blockList"> <li class="blockList"><a name="methods.inherited.from.class.org.apache.kudu.client.KuduRpc"> <!-- --> </a> <h3>Methods inherited from class org.apache.kudu.client.KuduRpc</h3> -<code>getExternalConsistencyMode, getTable, setExternalConsistencyMode, setPropagatedTimestamp</code></li> +<code>getExternalConsistencyMode, getTable, setExternalConsistencyMode, setPropagatedTimestamp, toString</code></li> </ul> <ul class="blockList"> <li class="blockList"><a name="methods.inherited.from.class.java.lang.Object"> @@ -235,6 +235,6 @@ extends <a href="../../../../org/apache/kudu/client/Operation.html" title="class <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> -<p class="legalCopy"><small>Copyright © 2016 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> +<p class="legalCopy"><small>Copyright © 2017 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> </html> http://git-wip-us.apache.org/repos/asf/kudu-site/blob/9b792926/apidocs/org/apache/kudu/client/class-use/AbstractKuduScannerBuilder.html ---------------------------------------------------------------------- diff --git a/apidocs/org/apache/kudu/client/class-use/AbstractKuduScannerBuilder.html b/apidocs/org/apache/kudu/client/class-use/AbstractKuduScannerBuilder.html index b87eb07..d8db3b3 100644 --- a/apidocs/org/apache/kudu/client/class-use/AbstractKuduScannerBuilder.html +++ b/apidocs/org/apache/kudu/client/class-use/AbstractKuduScannerBuilder.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>Uses of Class org.apache.kudu.client.AbstractKuduScannerBuilder (Kudu 1.1.0 API)</title> +<title>Uses of Class org.apache.kudu.client.AbstractKuduScannerBuilder (Kudu 1.2.0 API)</title> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Class org.apache.kudu.client.AbstractKuduScannerBuilder (Kudu 1.1.0 API)"; + parent.document.title="Uses of Class org.apache.kudu.client.AbstractKuduScannerBuilder (Kudu 1.2.0 API)"; } } catch(err) { @@ -189,6 +189,6 @@ <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> -<p class="legalCopy"><small>Copyright © 2016 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> +<p class="legalCopy"><small>Copyright © 2017 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> </html> http://git-wip-us.apache.org/repos/asf/kudu-site/blob/9b792926/apidocs/org/apache/kudu/client/class-use/AlterTableOptions.html ---------------------------------------------------------------------- diff --git a/apidocs/org/apache/kudu/client/class-use/AlterTableOptions.html b/apidocs/org/apache/kudu/client/class-use/AlterTableOptions.html index 6d272e1..155f261 100644 --- a/apidocs/org/apache/kudu/client/class-use/AlterTableOptions.html +++ b/apidocs/org/apache/kudu/client/class-use/AlterTableOptions.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>Uses of Class org.apache.kudu.client.AlterTableOptions (Kudu 1.1.0 API)</title> +<title>Uses of Class org.apache.kudu.client.AlterTableOptions (Kudu 1.2.0 API)</title> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Class org.apache.kudu.client.AlterTableOptions (Kudu 1.1.0 API)"; + parent.document.title="Uses of Class org.apache.kudu.client.AlterTableOptions (Kudu 1.2.0 API)"; } } catch(err) { @@ -104,17 +104,31 @@ <tbody> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../org/apache/kudu/client/AlterTableOptions.html" title="class in org.apache.kudu.client">AlterTableOptions</a></code></td> +<td class="colLast"><span class="typeNameLabel">AlterTableOptions.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/kudu/client/AlterTableOptions.html#addColumn-org.apache.kudu.ColumnSchema-">addColumn</a></span>(<a href="../../../../../org/apache/kudu/ColumnSchema.html" title="class in org.apache.kudu">ColumnSchema</a> colSchema)</code> +<div class="block">Add a new column.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code><a href="../../../../../org/apache/kudu/client/AlterTableOptions.html" title="class in org.apache.kudu.client">AlterTableOptions</a></code></td> <td class="colLast"><span class="typeNameLabel">AlterTableOptions.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/kudu/client/AlterTableOptions.html#addColumn-java.lang.String-org.apache.kudu.Type-java.lang.Object-">addColumn</a></span>(<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> name, <a href="../../../../../org/apache/kudu/Type.html" title="enum in org.apache.kudu">Type</a> type, <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> defaultVal)</code> <div class="block">Add a new column that's not nullable.</div> </td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><code><a href="../../../../../org/apache/kudu/client/AlterTableOptions.html" title="class in org.apache.kudu.client">AlterTableOptions</a></code></td> <td class="colLast"><span class="typeNameLabel">AlterTableOptions.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/kudu/client/AlterTableOptions.html#addNullableColumn-java.lang.String-org.apache.kudu.Type-">addNullableColumn</a></span>(<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> name, <a href="../../../../../org/apache/kudu/Type.html" title="enum in org.apache.kudu">Type</a> type)</code> -<div class="block">Add a new column that's nullable, thus has no default value.</div> +<div class="block">Add a new column that's nullable and has no default value.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code><a href="../../../../../org/apache/kudu/client/AlterTableOptions.html" title="class in org.apache.kudu.client">AlterTableOptions</a></code></td> +<td class="colLast"><span class="typeNameLabel">AlterTableOptions.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/kudu/client/AlterTableOptions.html#addNullableColumn-java.lang.String-org.apache.kudu.Type-java.lang.Object-">addNullableColumn</a></span>(<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> name, + <a href="../../../../../org/apache/kudu/Type.html" title="enum in org.apache.kudu">Type</a> type, + <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> defaultVal)</code> +<div class="block">Add a new column that's nullable.</div> </td> </tr> <tr class="altColor"> @@ -246,6 +260,6 @@ <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> -<p class="legalCopy"><small>Copyright © 2016 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> +<p class="legalCopy"><small>Copyright © 2017 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> </html> http://git-wip-us.apache.org/repos/asf/kudu-site/blob/9b792926/apidocs/org/apache/kudu/client/class-use/AlterTableResponse.html ---------------------------------------------------------------------- diff --git a/apidocs/org/apache/kudu/client/class-use/AlterTableResponse.html b/apidocs/org/apache/kudu/client/class-use/AlterTableResponse.html index 6fcf9b0..0343651 100644 --- a/apidocs/org/apache/kudu/client/class-use/AlterTableResponse.html +++ b/apidocs/org/apache/kudu/client/class-use/AlterTableResponse.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>Uses of Class org.apache.kudu.client.AlterTableResponse (Kudu 1.1.0 API)</title> +<title>Uses of Class org.apache.kudu.client.AlterTableResponse (Kudu 1.2.0 API)</title> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Class org.apache.kudu.client.AlterTableResponse (Kudu 1.1.0 API)"; + parent.document.title="Uses of Class org.apache.kudu.client.AlterTableResponse (Kudu 1.2.0 API)"; } } catch(err) { @@ -179,6 +179,6 @@ <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> -<p class="legalCopy"><small>Copyright © 2016 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> +<p class="legalCopy"><small>Copyright © 2017 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> </html>
