http://git-wip-us.apache.org/repos/asf/kudu/blob/ce7ab97e/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 fcf54c3..ecca0fb 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.3.2-SNAPSHOT API)</title> +<title>RowResult (Kudu 1.4.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.3.2-SNAPSHOT API)"; + parent.document.title="RowResult (Kudu 1.4.0 API)"; } } catch(err) { @@ -343,9 +343,10 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>columnName</code> - name of the column to get data for</dd> <dt><span class="returnLabel">Returns:</span></dt> -<dd>An integer</dd> +<dd>an integer</dd> <dt><span class="throwsLabel">Throws:</span></dt> -<dd><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/IllegalArgumentException.html?is-external=true" title="class or interface in java.lang">IllegalArgumentException</a></code> - if the column is null</dd> +<dd><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/IllegalArgumentException.html?is-external=true" title="class or interface in java.lang">IllegalArgumentException</a></code> - if the column doesn't exist, is null, + or if the type doesn't match the column's type</dd> </dl> </li> </ul> @@ -361,9 +362,10 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>columnIndex</code> - Column index in the schema</dd> <dt><span class="returnLabel">Returns:</span></dt> -<dd>An integer</dd> +<dd>an integer</dd> <dt><span class="throwsLabel">Throws:</span></dt> -<dd><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/IllegalArgumentException.html?is-external=true" title="class or interface in java.lang">IllegalArgumentException</a></code> - if the column is null</dd> +<dd><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/IllegalArgumentException.html?is-external=true" title="class or interface in java.lang">IllegalArgumentException</a></code> - if the column is null + or if the type doesn't match the column's type</dd> <dd><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/IndexOutOfBoundsException.html?is-external=true" title="class or interface in java.lang">IndexOutOfBoundsException</a></code> - if the column doesn't exist</dd> </dl> </li> @@ -380,9 +382,10 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>columnName</code> - name of the column to get data for</dd> <dt><span class="returnLabel">Returns:</span></dt> -<dd>A short</dd> +<dd>a short</dd> <dt><span class="throwsLabel">Throws:</span></dt> -<dd><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/IllegalArgumentException.html?is-external=true" title="class or interface in java.lang">IllegalArgumentException</a></code> - if the column is null</dd> +<dd><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/IllegalArgumentException.html?is-external=true" title="class or interface in java.lang">IllegalArgumentException</a></code> - if the column doesn't exist, is null, + or if the type doesn't match the column's type</dd> </dl> </li> </ul> @@ -398,9 +401,10 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>columnIndex</code> - Column index in the schema</dd> <dt><span class="returnLabel">Returns:</span></dt> -<dd>A short</dd> +<dd>a short</dd> <dt><span class="throwsLabel">Throws:</span></dt> -<dd><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/IllegalArgumentException.html?is-external=true" title="class or interface in java.lang">IllegalArgumentException</a></code> - if the column is null</dd> +<dd><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/IllegalArgumentException.html?is-external=true" title="class or interface in java.lang">IllegalArgumentException</a></code> - if the column is null + or if the type doesn't match the column's type</dd> <dd><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/IndexOutOfBoundsException.html?is-external=true" title="class or interface in java.lang">IndexOutOfBoundsException</a></code> - if the column doesn't exist</dd> </dl> </li> @@ -417,9 +421,10 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>columnName</code> - name of the column to get data for</dd> <dt><span class="returnLabel">Returns:</span></dt> -<dd>A boolean</dd> +<dd>a boolean</dd> <dt><span class="throwsLabel">Throws:</span></dt> -<dd><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/IllegalArgumentException.html?is-external=true" title="class or interface in java.lang">IllegalArgumentException</a></code> - if the column is null</dd> +<dd><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/IllegalArgumentException.html?is-external=true" title="class or interface in java.lang">IllegalArgumentException</a></code> - if the column doesn't exist, is null, + or if the type doesn't match the column's type</dd> </dl> </li> </ul> @@ -435,9 +440,10 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>columnIndex</code> - Column index in the schema</dd> <dt><span class="returnLabel">Returns:</span></dt> -<dd>A boolean</dd> +<dd>a boolean</dd> <dt><span class="throwsLabel">Throws:</span></dt> -<dd><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/IllegalArgumentException.html?is-external=true" title="class or interface in java.lang">IllegalArgumentException</a></code> - if the column is null</dd> +<dd><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/IllegalArgumentException.html?is-external=true" title="class or interface in java.lang">IllegalArgumentException</a></code> - if the column is null + or if the type doesn't match the column's type</dd> <dd><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/IndexOutOfBoundsException.html?is-external=true" title="class or interface in java.lang">IndexOutOfBoundsException</a></code> - if the column doesn't exist</dd> </dl> </li> @@ -454,9 +460,10 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>columnName</code> - name of the column to get data for</dd> <dt><span class="returnLabel">Returns:</span></dt> -<dd>A byte</dd> +<dd>a byte</dd> <dt><span class="throwsLabel">Throws:</span></dt> -<dd><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/IllegalArgumentException.html?is-external=true" title="class or interface in java.lang">IllegalArgumentException</a></code> - if the column is null</dd> +<dd><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/IllegalArgumentException.html?is-external=true" title="class or interface in java.lang">IllegalArgumentException</a></code> - if the column doesn't exist, is null, + or if the type doesn't match the column's type</dd> </dl> </li> </ul> @@ -472,9 +479,10 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>columnIndex</code> - Column index in the schema</dd> <dt><span class="returnLabel">Returns:</span></dt> -<dd>A byte</dd> +<dd>a byte</dd> <dt><span class="throwsLabel">Throws:</span></dt> -<dd><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/IllegalArgumentException.html?is-external=true" title="class or interface in java.lang">IllegalArgumentException</a></code> - if the column is null</dd> +<dd><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/IllegalArgumentException.html?is-external=true" title="class or interface in java.lang">IllegalArgumentException</a></code> - if the column is null + or if the type doesn't match the column's type</dd> <dd><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/IndexOutOfBoundsException.html?is-external=true" title="class or interface in java.lang">IndexOutOfBoundsException</a></code> - if the column doesn't exist</dd> </dl> </li> @@ -494,9 +502,9 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>columnName</code> - name of the column to get data for</dd> <dt><span class="returnLabel">Returns:</span></dt> -<dd>A positive long</dd> +<dd>a positive long</dd> <dt><span class="throwsLabel">Throws:</span></dt> -<dd><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/IllegalArgumentException.html?is-external=true" title="class or interface in java.lang">IllegalArgumentException</a></code> - if the column is null\</dd> +<dd><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/IllegalArgumentException.html?is-external=true" title="class or interface in java.lang">IllegalArgumentException</a></code> - if the column doesn't exist or is null</dd> </dl> </li> </ul> @@ -515,7 +523,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>columnIndex</code> - Column index in the schema</dd> <dt><span class="returnLabel">Returns:</span></dt> -<dd>A positive long</dd> +<dd>a positive long</dd> <dt><span class="throwsLabel">Throws:</span></dt> <dd><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/IllegalArgumentException.html?is-external=true" title="class or interface in java.lang">IllegalArgumentException</a></code> - if the column is null</dd> <dd><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/IndexOutOfBoundsException.html?is-external=true" title="class or interface in java.lang">IndexOutOfBoundsException</a></code> - if the column doesn't exist</dd> @@ -534,7 +542,10 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>columnName</code> - name of the column to get data for</dd> <dt><span class="returnLabel">Returns:</span></dt> -<dd>A float</dd> +<dd>a float</dd> +<dt><span class="throwsLabel">Throws:</span></dt> +<dd><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/IllegalArgumentException.html?is-external=true" title="class or interface in java.lang">IllegalArgumentException</a></code> - if the column doesn't exist, is null, + or if the type doesn't match the column's type</dd> </dl> </li> </ul> @@ -550,7 +561,11 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>columnIndex</code> - Column index in the schema</dd> <dt><span class="returnLabel">Returns:</span></dt> -<dd>A float</dd> +<dd>a float</dd> +<dt><span class="throwsLabel">Throws:</span></dt> +<dd><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/IllegalArgumentException.html?is-external=true" title="class or interface in java.lang">IllegalArgumentException</a></code> - if the column is null + or if the type doesn't match the column's type</dd> +<dd><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/IndexOutOfBoundsException.html?is-external=true" title="class or interface in java.lang">IndexOutOfBoundsException</a></code> - if the column doesn't exist</dd> </dl> </li> </ul> @@ -566,7 +581,10 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>columnName</code> - name of the column to get data for</dd> <dt><span class="returnLabel">Returns:</span></dt> -<dd>A double</dd> +<dd>a double</dd> +<dt><span class="throwsLabel">Throws:</span></dt> +<dd><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/IllegalArgumentException.html?is-external=true" title="class or interface in java.lang">IllegalArgumentException</a></code> - if the column doesn't exist, is null, + or if the type doesn't match the column's type</dd> </dl> </li> </ul> @@ -582,7 +600,11 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>columnIndex</code> - Column index in the schema</dd> <dt><span class="returnLabel">Returns:</span></dt> -<dd>A double</dd> +<dd>a double</dd> +<dt><span class="throwsLabel">Throws:</span></dt> +<dd><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/IllegalArgumentException.html?is-external=true" title="class or interface in java.lang">IllegalArgumentException</a></code> - if the column is null + or if the type doesn't match the column's type</dd> +<dd><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/IndexOutOfBoundsException.html?is-external=true" title="class or interface in java.lang">IndexOutOfBoundsException</a></code> - if the column doesn't exist</dd> </dl> </li> </ul> @@ -596,7 +618,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? <div class="block">Get the schema used for this scanner's column projection.</div> <dl> <dt><span class="returnLabel">Returns:</span></dt> -<dd>A column projection as a schema.</dd> +<dd>a column projection as a schema.</dd> </dl> </li> </ul> @@ -612,9 +634,10 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>columnName</code> - name of the column to get data for</dd> <dt><span class="returnLabel">Returns:</span></dt> -<dd>A string</dd> +<dd>a string</dd> <dt><span class="throwsLabel">Throws:</span></dt> -<dd><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/IllegalArgumentException.html?is-external=true" title="class or interface in java.lang">IllegalArgumentException</a></code> - if the column is null</dd> +<dd><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/IllegalArgumentException.html?is-external=true" title="class or interface in java.lang">IllegalArgumentException</a></code> - if the column doesn't exist, is null, + or if the type doesn't match the column's type</dd> </dl> </li> </ul> @@ -630,9 +653,10 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>columnIndex</code> - Column index in the schema</dd> <dt><span class="returnLabel">Returns:</span></dt> -<dd>A string</dd> +<dd>a string</dd> <dt><span class="throwsLabel">Throws:</span></dt> -<dd><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/IllegalArgumentException.html?is-external=true" title="class or interface in java.lang">IllegalArgumentException</a></code> - if the column is null</dd> +<dd><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/IllegalArgumentException.html?is-external=true" title="class or interface in java.lang">IllegalArgumentException</a></code> - if the column is null + or if the type doesn't match the column's type</dd> <dd><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/IndexOutOfBoundsException.html?is-external=true" title="class or interface in java.lang">IndexOutOfBoundsException</a></code> - if the column doesn't exist</dd> </dl> </li> @@ -651,7 +675,8 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? <dt><span class="returnLabel">Returns:</span></dt> <dd>a byte[] with the binary data.</dd> <dt><span class="throwsLabel">Throws:</span></dt> -<dd><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/IllegalArgumentException.html?is-external=true" title="class or interface in java.lang">IllegalArgumentException</a></code> - if the column is null</dd> +<dd><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/IllegalArgumentException.html?is-external=true" title="class or interface in java.lang">IllegalArgumentException</a></code> - if the column doesn't exist, is null, + or if the type doesn't match the column's type</dd> <dd><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/IndexOutOfBoundsException.html?is-external=true" title="class or interface in java.lang">IndexOutOfBoundsException</a></code> - if the column doesn't exist</dd> </dl> </li> @@ -670,7 +695,8 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? <dt><span class="returnLabel">Returns:</span></dt> <dd>a byte[] with the binary data.</dd> <dt><span class="throwsLabel">Throws:</span></dt> -<dd><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/IllegalArgumentException.html?is-external=true" title="class or interface in java.lang">IllegalArgumentException</a></code> - if the column is null</dd> +<dd><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/IllegalArgumentException.html?is-external=true" title="class or interface in java.lang">IllegalArgumentException</a></code> - if the column is null + or if the type doesn't match the column's type</dd> <dd><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/IndexOutOfBoundsException.html?is-external=true" title="class or interface in java.lang">IndexOutOfBoundsException</a></code> - if the column doesn't exist</dd> </dl> </li> @@ -689,9 +715,10 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>columnName</code> - name of the column to get data for</dd> <dt><span class="returnLabel">Returns:</span></dt> -<dd>a byte[] with the binary data.</dd> +<dd>a ByteBuffer with the binary data.</dd> <dt><span class="throwsLabel">Throws:</span></dt> -<dd><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/IllegalArgumentException.html?is-external=true" title="class or interface in java.lang">IllegalArgumentException</a></code> - if the column is null</dd> +<dd><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/IllegalArgumentException.html?is-external=true" title="class or interface in java.lang">IllegalArgumentException</a></code> - if the column doesn't exist, is null, + or if the type doesn't match the column's type</dd> <dd><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/IndexOutOfBoundsException.html?is-external=true" title="class or interface in java.lang">IndexOutOfBoundsException</a></code> - if the column doesn't exist</dd> </dl> </li> @@ -710,9 +737,10 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>columnIndex</code> - Column index in the schema</dd> <dt><span class="returnLabel">Returns:</span></dt> -<dd>a byte[] with the binary data.</dd> +<dd>a ByteBuffer with the binary data.</dd> <dt><span class="throwsLabel">Throws:</span></dt> -<dd><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/IllegalArgumentException.html?is-external=true" title="class or interface in java.lang">IllegalArgumentException</a></code> - if the column is null</dd> +<dd><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/IllegalArgumentException.html?is-external=true" title="class or interface in java.lang">IllegalArgumentException</a></code> - if the column is null + or if the type doesn't match the column's type</dd> <dd><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/IndexOutOfBoundsException.html?is-external=true" title="class or interface in java.lang">IndexOutOfBoundsException</a></code> - if the column doesn't exist</dd> </dl> </li> @@ -727,7 +755,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? <div class="block">Get if the specified column is NULL</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> -<dd><code>columnName</code> - name of the column to get data for</dd> +<dd><code>columnName</code> - name of the column in the schema</dd> <dt><span class="returnLabel">Returns:</span></dt> <dd>true if the column cell is null and the column is nullable, false otherwise</dd>
http://git-wip-us.apache.org/repos/asf/kudu/blob/ce7ab97e/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 83e54e0..caf10e7 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.3.2-SNAPSHOT API)</title> +<title>RowResultIterator (Kudu 1.4.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.3.2-SNAPSHOT API)"; + parent.document.title="RowResultIterator (Kudu 1.4.0 API)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/kudu/blob/ce7ab97e/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 b11227a..cc15856 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.3.2-SNAPSHOT API)</title> +<title>SessionConfiguration.FlushMode (Kudu 1.4.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.3.2-SNAPSHOT API)"; + parent.document.title="SessionConfiguration.FlushMode (Kudu 1.4.0 API)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/kudu/blob/ce7ab97e/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 a026ae0..e436b49 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.3.2-SNAPSHOT API)</title> +<title>SessionConfiguration (Kudu 1.4.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.3.2-SNAPSHOT API)"; + parent.document.title="SessionConfiguration (Kudu 1.4.0 API)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/kudu/blob/ce7ab97e/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 d5ea8d9..3d48691 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.3.2-SNAPSHOT API)</title> +<title>Statistics.Statistic (Kudu 1.4.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.3.2-SNAPSHOT API)"; + parent.document.title="Statistics.Statistic (Kudu 1.4.0 API)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/kudu/blob/ce7ab97e/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 478e56d..622e2d7 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.3.2-SNAPSHOT API)</title> +<title>Statistics (Kudu 1.4.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.3.2-SNAPSHOT API)"; + parent.document.title="Statistics (Kudu 1.4.0 API)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/kudu/blob/ce7ab97e/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 34f5a36..1a5b759 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.3.2-SNAPSHOT API)</title> +<title>Status (Kudu 1.4.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.3.2-SNAPSHOT API)"; + parent.document.title="Status (Kudu 1.4.0 API)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/kudu/blob/ce7ab97e/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 dd0016f..fe63583 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.3.2-SNAPSHOT API)</title> +<title>Update (Kudu 1.4.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.3.2-SNAPSHOT API)"; + parent.document.title="Update (Kudu 1.4.0 API)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/kudu/blob/ce7ab97e/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 55118ba..4605707 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.3.2-SNAPSHOT API)</title> +<title>Upsert (Kudu 1.4.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.3.2-SNAPSHOT API)"; + parent.document.title="Upsert (Kudu 1.4.0 API)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/kudu/blob/ce7ab97e/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 54acb21..9e2e10d 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.3.2-SNAPSHOT API)</title> +<title>Uses of Class org.apache.kudu.client.AbstractKuduScannerBuilder (Kudu 1.4.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.3.2-SNAPSHOT API)"; + parent.document.title="Uses of Class org.apache.kudu.client.AbstractKuduScannerBuilder (Kudu 1.4.0 API)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/kudu/blob/ce7ab97e/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 95d647d..8016d81 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.3.2-SNAPSHOT API)</title> +<title>Uses of Class org.apache.kudu.client.AlterTableOptions (Kudu 1.4.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.3.2-SNAPSHOT API)"; + parent.document.title="Uses of Class org.apache.kudu.client.AlterTableOptions (Kudu 1.4.0 API)"; } } catch(err) { @@ -149,6 +149,34 @@ </tr> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../org/apache/kudu/client/AlterTableOptions.html" title="class in org.apache.kudu.client">AlterTableOptions</a></code></td> +<td class="colLast"><span class="typeNameLabel">AlterTableOptions.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/kudu/client/AlterTableOptions.html#changeCompressionAlgorithm-java.lang.String-org.apache.kudu.ColumnSchema.CompressionAlgorithm-">changeCompressionAlgorithm</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, + org.apache.kudu.ColumnSchema.CompressionAlgorithm ca)</code> +<div class="block">Change the compression used for a 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#changeDefault-java.lang.String-java.lang.Object-">changeDefault</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="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> newDefault)</code> +<div class="block">Change the default value for a column.</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code><a href="../../../../../org/apache/kudu/client/AlterTableOptions.html" title="class in org.apache.kudu.client">AlterTableOptions</a></code></td> +<td class="colLast"><span class="typeNameLabel">AlterTableOptions.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/kudu/client/AlterTableOptions.html#changeDesiredBlockSize-java.lang.String-int-">changeDesiredBlockSize</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, + int blockSize)</code> +<div class="block">Change the block size of a column's storage.</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#changeEncoding-java.lang.String-org.apache.kudu.ColumnSchema.Encoding-">changeEncoding</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, + org.apache.kudu.ColumnSchema.Encoding encoding)</code> +<div class="block">Change the encoding used for a column.</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code><a href="../../../../../org/apache/kudu/client/AlterTableOptions.html" title="class in org.apache.kudu.client">AlterTableOptions</a></code></td> <td class="colLast"><span class="typeNameLabel">AlterTableOptions.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/kudu/client/AlterTableOptions.html#dropColumn-java.lang.String-">dropColumn</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)</code> <div class="block">Drop a column.</div> </td> @@ -172,12 +200,18 @@ </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#removeDefault-java.lang.String-">removeDefault</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)</code> +<div class="block">Remove the default value for a column.</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code><a href="../../../../../org/apache/kudu/client/AlterTableOptions.html" title="class in org.apache.kudu.client">AlterTableOptions</a></code></td> <td class="colLast"><span class="typeNameLabel">AlterTableOptions.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/kudu/client/AlterTableOptions.html#renameColumn-java.lang.String-java.lang.String-">renameColumn</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> oldName, <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> newName)</code> <div class="block">Change the name of a column.</div> </td> </tr> -<tr class="altColor"> +<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#renameTable-java.lang.String-">renameTable</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> newName)</code> <div class="block">Change a table's name.</div> http://git-wip-us.apache.org/repos/asf/kudu/blob/ce7ab97e/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 5f7ce9f..2fc465d 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.3.2-SNAPSHOT API)</title> +<title>Uses of Class org.apache.kudu.client.AlterTableResponse (Kudu 1.4.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.3.2-SNAPSHOT API)"; + parent.document.title="Uses of Class org.apache.kudu.client.AlterTableResponse (Kudu 1.4.0 API)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/kudu/blob/ce7ab97e/apidocs/org/apache/kudu/client/class-use/AsyncKuduClient.AsyncKuduClientBuilder.html ---------------------------------------------------------------------- diff --git a/apidocs/org/apache/kudu/client/class-use/AsyncKuduClient.AsyncKuduClientBuilder.html b/apidocs/org/apache/kudu/client/class-use/AsyncKuduClient.AsyncKuduClientBuilder.html index 0912c04..72bedd8 100644 --- a/apidocs/org/apache/kudu/client/class-use/AsyncKuduClient.AsyncKuduClientBuilder.html +++ b/apidocs/org/apache/kudu/client/class-use/AsyncKuduClient.AsyncKuduClientBuilder.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.AsyncKuduClient.AsyncKuduClientBuilder (Kudu 1.3.2-SNAPSHOT API)</title> +<title>Uses of Class org.apache.kudu.client.AsyncKuduClient.AsyncKuduClientBuilder (Kudu 1.4.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.AsyncKuduClient.AsyncKuduClientBuilder (Kudu 1.3.2-SNAPSHOT API)"; + parent.document.title="Uses of Class org.apache.kudu.client.AsyncKuduClient.AsyncKuduClientBuilder (Kudu 1.4.0 API)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/kudu/blob/ce7ab97e/apidocs/org/apache/kudu/client/class-use/AsyncKuduClient.html ---------------------------------------------------------------------- diff --git a/apidocs/org/apache/kudu/client/class-use/AsyncKuduClient.html b/apidocs/org/apache/kudu/client/class-use/AsyncKuduClient.html index b8b68f8..4afb40b 100644 --- a/apidocs/org/apache/kudu/client/class-use/AsyncKuduClient.html +++ b/apidocs/org/apache/kudu/client/class-use/AsyncKuduClient.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.AsyncKuduClient (Kudu 1.3.2-SNAPSHOT API)</title> +<title>Uses of Class org.apache.kudu.client.AsyncKuduClient (Kudu 1.4.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.AsyncKuduClient (Kudu 1.3.2-SNAPSHOT API)"; + parent.document.title="Uses of Class org.apache.kudu.client.AsyncKuduClient (Kudu 1.4.0 API)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/kudu/blob/ce7ab97e/apidocs/org/apache/kudu/client/class-use/AsyncKuduScanner.AsyncKuduScannerBuilder.html ---------------------------------------------------------------------- diff --git a/apidocs/org/apache/kudu/client/class-use/AsyncKuduScanner.AsyncKuduScannerBuilder.html b/apidocs/org/apache/kudu/client/class-use/AsyncKuduScanner.AsyncKuduScannerBuilder.html index 1e79a7f..b031ee0 100644 --- a/apidocs/org/apache/kudu/client/class-use/AsyncKuduScanner.AsyncKuduScannerBuilder.html +++ b/apidocs/org/apache/kudu/client/class-use/AsyncKuduScanner.AsyncKuduScannerBuilder.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.AsyncKuduScanner.AsyncKuduScannerBuilder (Kudu 1.3.2-SNAPSHOT API)</title> +<title>Uses of Class org.apache.kudu.client.AsyncKuduScanner.AsyncKuduScannerBuilder (Kudu 1.4.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.AsyncKuduScanner.AsyncKuduScannerBuilder (Kudu 1.3.2-SNAPSHOT API)"; + parent.document.title="Uses of Class org.apache.kudu.client.AsyncKuduScanner.AsyncKuduScannerBuilder (Kudu 1.4.0 API)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/kudu/blob/ce7ab97e/apidocs/org/apache/kudu/client/class-use/AsyncKuduScanner.ReadMode.html ---------------------------------------------------------------------- diff --git a/apidocs/org/apache/kudu/client/class-use/AsyncKuduScanner.ReadMode.html b/apidocs/org/apache/kudu/client/class-use/AsyncKuduScanner.ReadMode.html index fc43eb9..8e8e8d9 100644 --- a/apidocs/org/apache/kudu/client/class-use/AsyncKuduScanner.ReadMode.html +++ b/apidocs/org/apache/kudu/client/class-use/AsyncKuduScanner.ReadMode.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.AsyncKuduScanner.ReadMode (Kudu 1.3.2-SNAPSHOT API)</title> +<title>Uses of Class org.apache.kudu.client.AsyncKuduScanner.ReadMode (Kudu 1.4.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.AsyncKuduScanner.ReadMode (Kudu 1.3.2-SNAPSHOT API)"; + parent.document.title="Uses of Class org.apache.kudu.client.AsyncKuduScanner.ReadMode (Kudu 1.4.0 API)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/kudu/blob/ce7ab97e/apidocs/org/apache/kudu/client/class-use/AsyncKuduScanner.html ---------------------------------------------------------------------- diff --git a/apidocs/org/apache/kudu/client/class-use/AsyncKuduScanner.html b/apidocs/org/apache/kudu/client/class-use/AsyncKuduScanner.html index 18d474c..97c125f 100644 --- a/apidocs/org/apache/kudu/client/class-use/AsyncKuduScanner.html +++ b/apidocs/org/apache/kudu/client/class-use/AsyncKuduScanner.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.AsyncKuduScanner (Kudu 1.3.2-SNAPSHOT API)</title> +<title>Uses of Class org.apache.kudu.client.AsyncKuduScanner (Kudu 1.4.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.AsyncKuduScanner (Kudu 1.3.2-SNAPSHOT API)"; + parent.document.title="Uses of Class org.apache.kudu.client.AsyncKuduScanner (Kudu 1.4.0 API)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/kudu/blob/ce7ab97e/apidocs/org/apache/kudu/client/class-use/AsyncKuduSession.html ---------------------------------------------------------------------- diff --git a/apidocs/org/apache/kudu/client/class-use/AsyncKuduSession.html b/apidocs/org/apache/kudu/client/class-use/AsyncKuduSession.html index 36b97f2..0a84208 100644 --- a/apidocs/org/apache/kudu/client/class-use/AsyncKuduSession.html +++ b/apidocs/org/apache/kudu/client/class-use/AsyncKuduSession.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.AsyncKuduSession (Kudu 1.3.2-SNAPSHOT API)</title> +<title>Uses of Class org.apache.kudu.client.AsyncKuduSession (Kudu 1.4.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.AsyncKuduSession (Kudu 1.3.2-SNAPSHOT API)"; + parent.document.title="Uses of Class org.apache.kudu.client.AsyncKuduSession (Kudu 1.4.0 API)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/kudu/blob/ce7ab97e/apidocs/org/apache/kudu/client/class-use/ColumnRangePredicate.html ---------------------------------------------------------------------- diff --git a/apidocs/org/apache/kudu/client/class-use/ColumnRangePredicate.html b/apidocs/org/apache/kudu/client/class-use/ColumnRangePredicate.html index f5d491f..e60115d 100644 --- a/apidocs/org/apache/kudu/client/class-use/ColumnRangePredicate.html +++ b/apidocs/org/apache/kudu/client/class-use/ColumnRangePredicate.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.ColumnRangePredicate (Kudu 1.3.2-SNAPSHOT API)</title> +<title>Uses of Class org.apache.kudu.client.ColumnRangePredicate (Kudu 1.4.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.ColumnRangePredicate (Kudu 1.3.2-SNAPSHOT API)"; + parent.document.title="Uses of Class org.apache.kudu.client.ColumnRangePredicate (Kudu 1.4.0 API)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/kudu/blob/ce7ab97e/apidocs/org/apache/kudu/client/class-use/CreateTableOptions.html ---------------------------------------------------------------------- diff --git a/apidocs/org/apache/kudu/client/class-use/CreateTableOptions.html b/apidocs/org/apache/kudu/client/class-use/CreateTableOptions.html index daeace7..f920c02 100644 --- a/apidocs/org/apache/kudu/client/class-use/CreateTableOptions.html +++ b/apidocs/org/apache/kudu/client/class-use/CreateTableOptions.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.CreateTableOptions (Kudu 1.3.2-SNAPSHOT API)</title> +<title>Uses of Class org.apache.kudu.client.CreateTableOptions (Kudu 1.4.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.CreateTableOptions (Kudu 1.3.2-SNAPSHOT API)"; + parent.document.title="Uses of Class org.apache.kudu.client.CreateTableOptions (Kudu 1.4.0 API)"; } } catch(err) { @@ -86,6 +86,10 @@ <td class="colFirst"><a href="#org.apache.kudu.client">org.apache.kudu.client</a></td> <td class="colLast"> </td> </tr> +<tr class="rowColor"> +<td class="colFirst"><a href="#org.apache.kudu.mapreduce.tools">org.apache.kudu.mapreduce.tools</a></td> +<td class="colLast"> </td> +</tr> </tbody> </table> </li> @@ -181,6 +185,27 @@ </tbody> </table> </li> +<li class="blockList"><a name="org.apache.kudu.mapreduce.tools"> +<!-- --> +</a> +<h3>Uses of <a href="../../../../../org/apache/kudu/client/CreateTableOptions.html" title="class in org.apache.kudu.client">CreateTableOptions</a> in <a href="../../../../../org/apache/kudu/mapreduce/tools/package-summary.html">org.apache.kudu.mapreduce.tools</a></h3> +<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> +<caption><span>Methods in <a href="../../../../../org/apache/kudu/mapreduce/tools/package-summary.html">org.apache.kudu.mapreduce.tools</a> that return <a href="../../../../../org/apache/kudu/client/CreateTableOptions.html" title="class in org.apache.kudu.client">CreateTableOptions</a></span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colLast" scope="col">Method and Description</th> +</tr> +<tbody> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../../../org/apache/kudu/client/CreateTableOptions.html" title="class in org.apache.kudu.client">CreateTableOptions</a></code></td> +<td class="colLast"><span class="typeNameLabel">BigLinkedListCommon.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/kudu/mapreduce/tools/BigLinkedListCommon.html#getCreateTableOptions-org.apache.kudu.Schema-int-int-int-">getCreateTableOptions</a></span>(<a href="../../../../../org/apache/kudu/Schema.html" title="class in org.apache.kudu">Schema</a> schema, + int numReplicas, + int rangePartitions, + int hashPartitions)</code> </td> +</tr> +</tbody> +</table> +</li> </ul> </li> </ul> http://git-wip-us.apache.org/repos/asf/kudu/blob/ce7ab97e/apidocs/org/apache/kudu/client/class-use/Delete.html ---------------------------------------------------------------------- diff --git a/apidocs/org/apache/kudu/client/class-use/Delete.html b/apidocs/org/apache/kudu/client/class-use/Delete.html index 2df65a3..950c084 100644 --- a/apidocs/org/apache/kudu/client/class-use/Delete.html +++ b/apidocs/org/apache/kudu/client/class-use/Delete.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.Delete (Kudu 1.3.2-SNAPSHOT API)</title> +<title>Uses of Class org.apache.kudu.client.Delete (Kudu 1.4.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.Delete (Kudu 1.3.2-SNAPSHOT API)"; + parent.document.title="Uses of Class org.apache.kudu.client.Delete (Kudu 1.4.0 API)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/kudu/blob/ce7ab97e/apidocs/org/apache/kudu/client/class-use/DeleteTableResponse.html ---------------------------------------------------------------------- diff --git a/apidocs/org/apache/kudu/client/class-use/DeleteTableResponse.html b/apidocs/org/apache/kudu/client/class-use/DeleteTableResponse.html index 2161345..59c0780 100644 --- a/apidocs/org/apache/kudu/client/class-use/DeleteTableResponse.html +++ b/apidocs/org/apache/kudu/client/class-use/DeleteTableResponse.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.DeleteTableResponse (Kudu 1.3.2-SNAPSHOT API)</title> +<title>Uses of Class org.apache.kudu.client.DeleteTableResponse (Kudu 1.4.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.DeleteTableResponse (Kudu 1.3.2-SNAPSHOT API)"; + parent.document.title="Uses of Class org.apache.kudu.client.DeleteTableResponse (Kudu 1.4.0 API)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/kudu/blob/ce7ab97e/apidocs/org/apache/kudu/client/class-use/ExternalConsistencyMode.html ---------------------------------------------------------------------- diff --git a/apidocs/org/apache/kudu/client/class-use/ExternalConsistencyMode.html b/apidocs/org/apache/kudu/client/class-use/ExternalConsistencyMode.html index d1f525f..bf68689 100644 --- a/apidocs/org/apache/kudu/client/class-use/ExternalConsistencyMode.html +++ b/apidocs/org/apache/kudu/client/class-use/ExternalConsistencyMode.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.ExternalConsistencyMode (Kudu 1.3.2-SNAPSHOT API)</title> +<title>Uses of Class org.apache.kudu.client.ExternalConsistencyMode (Kudu 1.4.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.ExternalConsistencyMode (Kudu 1.3.2-SNAPSHOT API)"; + parent.document.title="Uses of Class org.apache.kudu.client.ExternalConsistencyMode (Kudu 1.4.0 API)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/kudu/blob/ce7ab97e/apidocs/org/apache/kudu/client/class-use/HasFailedRpcException.html ---------------------------------------------------------------------- diff --git a/apidocs/org/apache/kudu/client/class-use/HasFailedRpcException.html b/apidocs/org/apache/kudu/client/class-use/HasFailedRpcException.html index 5644f53..98c0293 100644 --- a/apidocs/org/apache/kudu/client/class-use/HasFailedRpcException.html +++ b/apidocs/org/apache/kudu/client/class-use/HasFailedRpcException.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>Uses of Interface org.apache.kudu.client.HasFailedRpcException (Kudu 1.3.2-SNAPSHOT API)</title> +<title>Uses of Interface org.apache.kudu.client.HasFailedRpcException (Kudu 1.4.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 Interface org.apache.kudu.client.HasFailedRpcException (Kudu 1.3.2-SNAPSHOT API)"; + parent.document.title="Uses of Interface org.apache.kudu.client.HasFailedRpcException (Kudu 1.4.0 API)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/kudu/blob/ce7ab97e/apidocs/org/apache/kudu/client/class-use/Insert.html ---------------------------------------------------------------------- diff --git a/apidocs/org/apache/kudu/client/class-use/Insert.html b/apidocs/org/apache/kudu/client/class-use/Insert.html index a118f48..3e0b0f2 100644 --- a/apidocs/org/apache/kudu/client/class-use/Insert.html +++ b/apidocs/org/apache/kudu/client/class-use/Insert.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.Insert (Kudu 1.3.2-SNAPSHOT API)</title> +<title>Uses of Class org.apache.kudu.client.Insert (Kudu 1.4.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.Insert (Kudu 1.3.2-SNAPSHOT API)"; + parent.document.title="Uses of Class org.apache.kudu.client.Insert (Kudu 1.4.0 API)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/kudu/blob/ce7ab97e/apidocs/org/apache/kudu/client/class-use/IsAlterTableDoneResponse.html ---------------------------------------------------------------------- diff --git a/apidocs/org/apache/kudu/client/class-use/IsAlterTableDoneResponse.html b/apidocs/org/apache/kudu/client/class-use/IsAlterTableDoneResponse.html index c28c045..af5f598 100644 --- a/apidocs/org/apache/kudu/client/class-use/IsAlterTableDoneResponse.html +++ b/apidocs/org/apache/kudu/client/class-use/IsAlterTableDoneResponse.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.IsAlterTableDoneResponse (Kudu 1.3.2-SNAPSHOT API)</title> +<title>Uses of Class org.apache.kudu.client.IsAlterTableDoneResponse (Kudu 1.4.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.IsAlterTableDoneResponse (Kudu 1.3.2-SNAPSHOT API)"; + parent.document.title="Uses of Class org.apache.kudu.client.IsAlterTableDoneResponse (Kudu 1.4.0 API)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/kudu/blob/ce7ab97e/apidocs/org/apache/kudu/client/class-use/KuduClient.KuduClientBuilder.html ---------------------------------------------------------------------- diff --git a/apidocs/org/apache/kudu/client/class-use/KuduClient.KuduClientBuilder.html b/apidocs/org/apache/kudu/client/class-use/KuduClient.KuduClientBuilder.html index 65971fe..e56859d 100644 --- a/apidocs/org/apache/kudu/client/class-use/KuduClient.KuduClientBuilder.html +++ b/apidocs/org/apache/kudu/client/class-use/KuduClient.KuduClientBuilder.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.KuduClient.KuduClientBuilder (Kudu 1.3.2-SNAPSHOT API)</title> +<title>Uses of Class org.apache.kudu.client.KuduClient.KuduClientBuilder (Kudu 1.4.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.KuduClient.KuduClientBuilder (Kudu 1.3.2-SNAPSHOT API)"; + parent.document.title="Uses of Class org.apache.kudu.client.KuduClient.KuduClientBuilder (Kudu 1.4.0 API)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/kudu/blob/ce7ab97e/apidocs/org/apache/kudu/client/class-use/KuduClient.html ---------------------------------------------------------------------- diff --git a/apidocs/org/apache/kudu/client/class-use/KuduClient.html b/apidocs/org/apache/kudu/client/class-use/KuduClient.html index d90a85a..dec67e6 100644 --- a/apidocs/org/apache/kudu/client/class-use/KuduClient.html +++ b/apidocs/org/apache/kudu/client/class-use/KuduClient.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.KuduClient (Kudu 1.3.2-SNAPSHOT API)</title> +<title>Uses of Class org.apache.kudu.client.KuduClient (Kudu 1.4.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.KuduClient (Kudu 1.3.2-SNAPSHOT API)"; + parent.document.title="Uses of Class org.apache.kudu.client.KuduClient (Kudu 1.4.0 API)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/kudu/blob/ce7ab97e/apidocs/org/apache/kudu/client/class-use/KuduException.html ---------------------------------------------------------------------- diff --git a/apidocs/org/apache/kudu/client/class-use/KuduException.html b/apidocs/org/apache/kudu/client/class-use/KuduException.html index 8dd9a3c..65d3470 100644 --- a/apidocs/org/apache/kudu/client/class-use/KuduException.html +++ b/apidocs/org/apache/kudu/client/class-use/KuduException.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.KuduException (Kudu 1.3.2-SNAPSHOT API)</title> +<title>Uses of Class org.apache.kudu.client.KuduException (Kudu 1.4.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.KuduException (Kudu 1.3.2-SNAPSHOT API)"; + parent.document.title="Uses of Class org.apache.kudu.client.KuduException (Kudu 1.4.0 API)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/kudu/blob/ce7ab97e/apidocs/org/apache/kudu/client/class-use/KuduPredicate.ComparisonOp.html ---------------------------------------------------------------------- diff --git a/apidocs/org/apache/kudu/client/class-use/KuduPredicate.ComparisonOp.html b/apidocs/org/apache/kudu/client/class-use/KuduPredicate.ComparisonOp.html index 703cc39..d988739 100644 --- a/apidocs/org/apache/kudu/client/class-use/KuduPredicate.ComparisonOp.html +++ b/apidocs/org/apache/kudu/client/class-use/KuduPredicate.ComparisonOp.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.KuduPredicate.ComparisonOp (Kudu 1.3.2-SNAPSHOT API)</title> +<title>Uses of Class org.apache.kudu.client.KuduPredicate.ComparisonOp (Kudu 1.4.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.KuduPredicate.ComparisonOp (Kudu 1.3.2-SNAPSHOT API)"; + parent.document.title="Uses of Class org.apache.kudu.client.KuduPredicate.ComparisonOp (Kudu 1.4.0 API)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/kudu/blob/ce7ab97e/apidocs/org/apache/kudu/client/class-use/KuduPredicate.html ---------------------------------------------------------------------- diff --git a/apidocs/org/apache/kudu/client/class-use/KuduPredicate.html b/apidocs/org/apache/kudu/client/class-use/KuduPredicate.html index 95192e6..7e1c58d 100644 --- a/apidocs/org/apache/kudu/client/class-use/KuduPredicate.html +++ b/apidocs/org/apache/kudu/client/class-use/KuduPredicate.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.KuduPredicate (Kudu 1.3.2-SNAPSHOT API)</title> +<title>Uses of Class org.apache.kudu.client.KuduPredicate (Kudu 1.4.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.KuduPredicate (Kudu 1.3.2-SNAPSHOT API)"; + parent.document.title="Uses of Class org.apache.kudu.client.KuduPredicate (Kudu 1.4.0 API)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/kudu/blob/ce7ab97e/apidocs/org/apache/kudu/client/class-use/KuduScanToken.KuduScanTokenBuilder.html ---------------------------------------------------------------------- diff --git a/apidocs/org/apache/kudu/client/class-use/KuduScanToken.KuduScanTokenBuilder.html b/apidocs/org/apache/kudu/client/class-use/KuduScanToken.KuduScanTokenBuilder.html index d988f16..96ee83e 100644 --- a/apidocs/org/apache/kudu/client/class-use/KuduScanToken.KuduScanTokenBuilder.html +++ b/apidocs/org/apache/kudu/client/class-use/KuduScanToken.KuduScanTokenBuilder.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.KuduScanToken.KuduScanTokenBuilder (Kudu 1.3.2-SNAPSHOT API)</title> +<title>Uses of Class org.apache.kudu.client.KuduScanToken.KuduScanTokenBuilder (Kudu 1.4.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.KuduScanToken.KuduScanTokenBuilder (Kudu 1.3.2-SNAPSHOT API)"; + parent.document.title="Uses of Class org.apache.kudu.client.KuduScanToken.KuduScanTokenBuilder (Kudu 1.4.0 API)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/kudu/blob/ce7ab97e/apidocs/org/apache/kudu/client/class-use/KuduScanToken.html ---------------------------------------------------------------------- diff --git a/apidocs/org/apache/kudu/client/class-use/KuduScanToken.html b/apidocs/org/apache/kudu/client/class-use/KuduScanToken.html index f48b0d3..f98166a 100644 --- a/apidocs/org/apache/kudu/client/class-use/KuduScanToken.html +++ b/apidocs/org/apache/kudu/client/class-use/KuduScanToken.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.KuduScanToken (Kudu 1.3.2-SNAPSHOT API)</title> +<title>Uses of Class org.apache.kudu.client.KuduScanToken (Kudu 1.4.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.KuduScanToken (Kudu 1.3.2-SNAPSHOT API)"; + parent.document.title="Uses of Class org.apache.kudu.client.KuduScanToken (Kudu 1.4.0 API)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/kudu/blob/ce7ab97e/apidocs/org/apache/kudu/client/class-use/KuduScanner.KuduScannerBuilder.html ---------------------------------------------------------------------- diff --git a/apidocs/org/apache/kudu/client/class-use/KuduScanner.KuduScannerBuilder.html b/apidocs/org/apache/kudu/client/class-use/KuduScanner.KuduScannerBuilder.html index dd22f3c..b457d7a 100644 --- a/apidocs/org/apache/kudu/client/class-use/KuduScanner.KuduScannerBuilder.html +++ b/apidocs/org/apache/kudu/client/class-use/KuduScanner.KuduScannerBuilder.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.KuduScanner.KuduScannerBuilder (Kudu 1.3.2-SNAPSHOT API)</title> +<title>Uses of Class org.apache.kudu.client.KuduScanner.KuduScannerBuilder (Kudu 1.4.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.KuduScanner.KuduScannerBuilder (Kudu 1.3.2-SNAPSHOT API)"; + parent.document.title="Uses of Class org.apache.kudu.client.KuduScanner.KuduScannerBuilder (Kudu 1.4.0 API)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/kudu/blob/ce7ab97e/apidocs/org/apache/kudu/client/class-use/KuduScanner.html ---------------------------------------------------------------------- diff --git a/apidocs/org/apache/kudu/client/class-use/KuduScanner.html b/apidocs/org/apache/kudu/client/class-use/KuduScanner.html index 30609ae..7628194 100644 --- a/apidocs/org/apache/kudu/client/class-use/KuduScanner.html +++ b/apidocs/org/apache/kudu/client/class-use/KuduScanner.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.KuduScanner (Kudu 1.3.2-SNAPSHOT API)</title> +<title>Uses of Class org.apache.kudu.client.KuduScanner (Kudu 1.4.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.KuduScanner (Kudu 1.3.2-SNAPSHOT API)"; + parent.document.title="Uses of Class org.apache.kudu.client.KuduScanner (Kudu 1.4.0 API)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/kudu/blob/ce7ab97e/apidocs/org/apache/kudu/client/class-use/KuduSession.html ---------------------------------------------------------------------- diff --git a/apidocs/org/apache/kudu/client/class-use/KuduSession.html b/apidocs/org/apache/kudu/client/class-use/KuduSession.html index 43a2bc7..6265070 100644 --- a/apidocs/org/apache/kudu/client/class-use/KuduSession.html +++ b/apidocs/org/apache/kudu/client/class-use/KuduSession.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.KuduSession (Kudu 1.3.2-SNAPSHOT API)</title> +<title>Uses of Class org.apache.kudu.client.KuduSession (Kudu 1.4.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.KuduSession (Kudu 1.3.2-SNAPSHOT API)"; + parent.document.title="Uses of Class org.apache.kudu.client.KuduSession (Kudu 1.4.0 API)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/kudu/blob/ce7ab97e/apidocs/org/apache/kudu/client/class-use/KuduTable.html ---------------------------------------------------------------------- diff --git a/apidocs/org/apache/kudu/client/class-use/KuduTable.html b/apidocs/org/apache/kudu/client/class-use/KuduTable.html index 555f94f..efd9e0d 100644 --- a/apidocs/org/apache/kudu/client/class-use/KuduTable.html +++ b/apidocs/org/apache/kudu/client/class-use/KuduTable.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.KuduTable (Kudu 1.3.2-SNAPSHOT API)</title> +<title>Uses of Class org.apache.kudu.client.KuduTable (Kudu 1.4.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.KuduTable (Kudu 1.3.2-SNAPSHOT API)"; + parent.document.title="Uses of Class org.apache.kudu.client.KuduTable (Kudu 1.4.0 API)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/kudu/blob/ce7ab97e/apidocs/org/apache/kudu/client/class-use/ListTablesResponse.html ---------------------------------------------------------------------- diff --git a/apidocs/org/apache/kudu/client/class-use/ListTablesResponse.html b/apidocs/org/apache/kudu/client/class-use/ListTablesResponse.html index 4e6ee43..0e1cac3 100644 --- a/apidocs/org/apache/kudu/client/class-use/ListTablesResponse.html +++ b/apidocs/org/apache/kudu/client/class-use/ListTablesResponse.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.ListTablesResponse (Kudu 1.3.2-SNAPSHOT API)</title> +<title>Uses of Class org.apache.kudu.client.ListTablesResponse (Kudu 1.4.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.ListTablesResponse (Kudu 1.3.2-SNAPSHOT API)"; + parent.document.title="Uses of Class org.apache.kudu.client.ListTablesResponse (Kudu 1.4.0 API)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/kudu/blob/ce7ab97e/apidocs/org/apache/kudu/client/class-use/ListTabletServersResponse.html ---------------------------------------------------------------------- diff --git a/apidocs/org/apache/kudu/client/class-use/ListTabletServersResponse.html b/apidocs/org/apache/kudu/client/class-use/ListTabletServersResponse.html index 037d240..eaf930f 100644 --- a/apidocs/org/apache/kudu/client/class-use/ListTabletServersResponse.html +++ b/apidocs/org/apache/kudu/client/class-use/ListTabletServersResponse.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.ListTabletServersResponse (Kudu 1.3.2-SNAPSHOT API)</title> +<title>Uses of Class org.apache.kudu.client.ListTabletServersResponse (Kudu 1.4.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.ListTabletServersResponse (Kudu 1.3.2-SNAPSHOT API)"; + parent.document.title="Uses of Class org.apache.kudu.client.ListTabletServersResponse (Kudu 1.4.0 API)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/kudu/blob/ce7ab97e/apidocs/org/apache/kudu/client/class-use/LocatedTablet.Replica.html ---------------------------------------------------------------------- diff --git a/apidocs/org/apache/kudu/client/class-use/LocatedTablet.Replica.html b/apidocs/org/apache/kudu/client/class-use/LocatedTablet.Replica.html index 37d0b1d..9ffe577 100644 --- a/apidocs/org/apache/kudu/client/class-use/LocatedTablet.Replica.html +++ b/apidocs/org/apache/kudu/client/class-use/LocatedTablet.Replica.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.LocatedTablet.Replica (Kudu 1.3.2-SNAPSHOT API)</title> +<title>Uses of Class org.apache.kudu.client.LocatedTablet.Replica (Kudu 1.4.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.LocatedTablet.Replica (Kudu 1.3.2-SNAPSHOT API)"; + parent.document.title="Uses of Class org.apache.kudu.client.LocatedTablet.Replica (Kudu 1.4.0 API)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/kudu/blob/ce7ab97e/apidocs/org/apache/kudu/client/class-use/LocatedTablet.html ---------------------------------------------------------------------- diff --git a/apidocs/org/apache/kudu/client/class-use/LocatedTablet.html b/apidocs/org/apache/kudu/client/class-use/LocatedTablet.html index 64332e3..315f027 100644 --- a/apidocs/org/apache/kudu/client/class-use/LocatedTablet.html +++ b/apidocs/org/apache/kudu/client/class-use/LocatedTablet.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.LocatedTablet (Kudu 1.3.2-SNAPSHOT API)</title> +<title>Uses of Class org.apache.kudu.client.LocatedTablet (Kudu 1.4.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.LocatedTablet (Kudu 1.3.2-SNAPSHOT API)"; + parent.document.title="Uses of Class org.apache.kudu.client.LocatedTablet (Kudu 1.4.0 API)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/kudu/blob/ce7ab97e/apidocs/org/apache/kudu/client/class-use/Operation.html ---------------------------------------------------------------------- diff --git a/apidocs/org/apache/kudu/client/class-use/Operation.html b/apidocs/org/apache/kudu/client/class-use/Operation.html index bc025dd..c43457a 100644 --- a/apidocs/org/apache/kudu/client/class-use/Operation.html +++ b/apidocs/org/apache/kudu/client/class-use/Operation.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.Operation (Kudu 1.3.2-SNAPSHOT API)</title> +<title>Uses of Class org.apache.kudu.client.Operation (Kudu 1.4.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.Operation (Kudu 1.3.2-SNAPSHOT API)"; + parent.document.title="Uses of Class org.apache.kudu.client.Operation (Kudu 1.4.0 API)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/kudu/blob/ce7ab97e/apidocs/org/apache/kudu/client/class-use/OperationResponse.html ---------------------------------------------------------------------- diff --git a/apidocs/org/apache/kudu/client/class-use/OperationResponse.html b/apidocs/org/apache/kudu/client/class-use/OperationResponse.html index 16bad77..c69aa5b 100644 --- a/apidocs/org/apache/kudu/client/class-use/OperationResponse.html +++ b/apidocs/org/apache/kudu/client/class-use/OperationResponse.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.OperationResponse (Kudu 1.3.2-SNAPSHOT API)</title> +<title>Uses of Class org.apache.kudu.client.OperationResponse (Kudu 1.4.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.OperationResponse (Kudu 1.3.2-SNAPSHOT API)"; + parent.document.title="Uses of Class org.apache.kudu.client.OperationResponse (Kudu 1.4.0 API)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/kudu/blob/ce7ab97e/apidocs/org/apache/kudu/client/class-use/PartialRow.html ---------------------------------------------------------------------- diff --git a/apidocs/org/apache/kudu/client/class-use/PartialRow.html b/apidocs/org/apache/kudu/client/class-use/PartialRow.html index e543383..7dd8abc 100644 --- a/apidocs/org/apache/kudu/client/class-use/PartialRow.html +++ b/apidocs/org/apache/kudu/client/class-use/PartialRow.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.PartialRow (Kudu 1.3.2-SNAPSHOT API)</title> +<title>Uses of Class org.apache.kudu.client.PartialRow (Kudu 1.4.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.PartialRow (Kudu 1.3.2-SNAPSHOT API)"; + parent.document.title="Uses of Class org.apache.kudu.client.PartialRow (Kudu 1.4.0 API)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/kudu/blob/ce7ab97e/apidocs/org/apache/kudu/client/class-use/PleaseThrottleException.html ---------------------------------------------------------------------- diff --git a/apidocs/org/apache/kudu/client/class-use/PleaseThrottleException.html b/apidocs/org/apache/kudu/client/class-use/PleaseThrottleException.html index 7e20394..8414f95 100644 --- a/apidocs/org/apache/kudu/client/class-use/PleaseThrottleException.html +++ b/apidocs/org/apache/kudu/client/class-use/PleaseThrottleException.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.PleaseThrottleException (Kudu 1.3.2-SNAPSHOT API)</title> +<title>Uses of Class org.apache.kudu.client.PleaseThrottleException (Kudu 1.4.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.PleaseThrottleException (Kudu 1.3.2-SNAPSHOT API)"; + parent.document.title="Uses of Class org.apache.kudu.client.PleaseThrottleException (Kudu 1.4.0 API)"; } } catch(err) {
