http://git-wip-us.apache.org/repos/asf/kudu/blob/76a99b4c/apidocs/org/apache/kudu/client/class-use/RangePartitionBound.html ---------------------------------------------------------------------- diff --git a/apidocs/org/apache/kudu/client/class-use/RangePartitionBound.html b/apidocs/org/apache/kudu/client/class-use/RangePartitionBound.html index 3085e9e..95e495c 100644 --- a/apidocs/org/apache/kudu/client/class-use/RangePartitionBound.html +++ b/apidocs/org/apache/kudu/client/class-use/RangePartitionBound.html @@ -2,20 +2,14 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc --> -<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>Uses of Class org.apache.kudu.client.RangePartitionBound (Kudu 1.0.0 API)</title> +<meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> +<title>Uses of Class org.apache.kudu.client.RangePartitionBound (Kudu 1.0.1 API)</title> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> -<script type="text/javascript" src="../../../../../script.js"></script> </head> <body> <script type="text/javascript"><!-- - try { - if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Class org.apache.kudu.client.RangePartitionBound (Kudu 1.0.0 API)"; - } - } - catch(err) { + if (location.href.indexOf('is-external=true') == -1) { + parent.document.title="Uses of Class org.apache.kudu.client.RangePartitionBound (Kudu 1.0.1 API)"; } //--> </script> @@ -23,11 +17,9 @@ <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> -<div class="topNav"><a name="navbar.top"> +<div class="topNav"><a name="navbar_top"> <!-- --> -</a> -<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> -<a name="navbar.top.firstrow"> +</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> @@ -48,10 +40,10 @@ </ul> <ul class="navList"> <li><a href="../../../../../index.html?org/apache/kudu/client/class-use/RangePartitionBound.html" target="_top">Frames</a></li> -<li><a href="RangePartitionBound.html" target="_top">No Frames</a></li> +<li><a href="RangePartitionBound.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> -<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li> +<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- @@ -65,7 +57,7 @@ //--> </script> </div> -<a name="skip.navbar.top"> +<a name="skip-navbar_top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> @@ -75,7 +67,7 @@ <div class="classUseContainer"> <ul class="blockList"> <li class="blockList"> -<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation"> +<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation"> <caption><span>Packages that use <a href="../../../../../org/apache/kudu/client/RangePartitionBound.html" title="enum in org.apache.kudu.client">RangePartitionBound</a></span><span class="tabEnd"> </span></caption> <tr> <th class="colFirst" scope="col">Package</th> @@ -95,7 +87,7 @@ <!-- --> </a> <h3>Uses of <a href="../../../../../org/apache/kudu/client/RangePartitionBound.html" title="enum in org.apache.kudu.client">RangePartitionBound</a> in <a href="../../../../../org/apache/kudu/client/package-summary.html">org.apache.kudu.client</a></h3> -<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> +<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Methods in <a href="../../../../../org/apache/kudu/client/package-summary.html">org.apache.kudu.client</a> that return <a href="../../../../../org/apache/kudu/client/RangePartitionBound.html" title="enum in org.apache.kudu.client">RangePartitionBound</a></span><span class="tabEnd"> </span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> @@ -104,20 +96,20 @@ <tbody> <tr class="altColor"> <td class="colFirst"><code>static <a href="../../../../../org/apache/kudu/client/RangePartitionBound.html" title="enum in org.apache.kudu.client">RangePartitionBound</a></code></td> -<td class="colLast"><span class="typeNameLabel">RangePartitionBound.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/kudu/client/RangePartitionBound.html#valueOf-java.lang.String-">valueOf</a></span>(<a href="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> +<td class="colLast"><span class="strong">RangePartitionBound.</span><code><strong><a href="../../../../../org/apache/kudu/client/RangePartitionBound.html#valueOf(java.lang.String)">valueOf</a></strong>(<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">Returns the enum constant of this type with the specified name.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static <a href="../../../../../org/apache/kudu/client/RangePartitionBound.html" title="enum in org.apache.kudu.client">RangePartitionBound</a>[]</code></td> -<td class="colLast"><span class="typeNameLabel">RangePartitionBound.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/kudu/client/RangePartitionBound.html#values--">values</a></span>()</code> +<td class="colLast"><span class="strong">RangePartitionBound.</span><code><strong><a href="../../../../../org/apache/kudu/client/RangePartitionBound.html#values()">values</a></strong>()</code> <div class="block">Returns an array containing the constants of this enum type, in the order they are declared.</div> </td> </tr> </tbody> </table> -<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> +<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Methods in <a href="../../../../../org/apache/kudu/client/package-summary.html">org.apache.kudu.client</a> with parameters of type <a href="../../../../../org/apache/kudu/client/RangePartitionBound.html" title="enum in org.apache.kudu.client">RangePartitionBound</a></span><span class="tabEnd"> </span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> @@ -126,7 +118,7 @@ the order they are declared.</div> <tbody> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../org/apache/kudu/client/CreateTableOptions.html" title="class in org.apache.kudu.client">CreateTableOptions</a></code></td> -<td class="colLast"><span class="typeNameLabel">CreateTableOptions.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/kudu/client/CreateTableOptions.html#addRangePartition-org.apache.kudu.client.PartialRow-org.apache.kudu.client.PartialRow-org.apache.kudu.client.RangePartitionBound-org.apache.kudu.client.RangePartitionBound-">addRangePartition</a></span>(<a href="../../../../../org/apache/kudu/client/PartialRow.html" title="class in org.apache.kudu.client">PartialRow</a> lower, +<td class="colLast"><span class="strong">CreateTableOptions.</span><code><strong><a href="../../../../../org/apache/kudu/client/CreateTableOptions.html#addRangePartition(org.apache.kudu.client.PartialRow,%20org.apache.kudu.client.PartialRow,%20org.apache.kudu.client.RangePartitionBound,%20org.apache.kudu.client.RangePartitionBound)">addRangePartition</a></strong>(<a href="../../../../../org/apache/kudu/client/PartialRow.html" title="class in org.apache.kudu.client">PartialRow</a> lower, <a href="../../../../../org/apache/kudu/client/PartialRow.html" title="class in org.apache.kudu.client">PartialRow</a> upper, <a href="../../../../../org/apache/kudu/client/RangePartitionBound.html" title="enum in org.apache.kudu.client">RangePartitionBound</a> lowerBoundType, <a href="../../../../../org/apache/kudu/client/RangePartitionBound.html" title="enum in org.apache.kudu.client">RangePartitionBound</a> upperBoundType)</code> @@ -136,7 +128,7 @@ the order they are declared.</div> </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#addRangePartition-org.apache.kudu.client.PartialRow-org.apache.kudu.client.PartialRow-org.apache.kudu.client.RangePartitionBound-org.apache.kudu.client.RangePartitionBound-">addRangePartition</a></span>(<a href="../../../../../org/apache/kudu/client/PartialRow.html" title="class in org.apache.kudu.client">PartialRow</a> lowerBound, +<td class="colLast"><span class="strong">AlterTableOptions.</span><code><strong><a href="../../../../../org/apache/kudu/client/AlterTableOptions.html#addRangePartition(org.apache.kudu.client.PartialRow,%20org.apache.kudu.client.PartialRow,%20org.apache.kudu.client.RangePartitionBound,%20org.apache.kudu.client.RangePartitionBound)">addRangePartition</a></strong>(<a href="../../../../../org/apache/kudu/client/PartialRow.html" title="class in org.apache.kudu.client">PartialRow</a> lowerBound, <a href="../../../../../org/apache/kudu/client/PartialRow.html" title="class in org.apache.kudu.client">PartialRow</a> upperBound, <a href="../../../../../org/apache/kudu/client/RangePartitionBound.html" title="enum in org.apache.kudu.client">RangePartitionBound</a> lowerBoundType, <a href="../../../../../org/apache/kudu/client/RangePartitionBound.html" title="enum in org.apache.kudu.client">RangePartitionBound</a> upperBoundType)</code> @@ -145,7 +137,7 @@ the order they are declared.</div> </tr> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../org/apache/kudu/client/AlterTableOptions.html" title="class in org.apache.kudu.client">AlterTableOptions</a></code></td> -<td class="colLast"><span class="typeNameLabel">AlterTableOptions.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/kudu/client/AlterTableOptions.html#dropRangePartition-org.apache.kudu.client.PartialRow-org.apache.kudu.client.PartialRow-org.apache.kudu.client.RangePartitionBound-org.apache.kudu.client.RangePartitionBound-">dropRangePartition</a></span>(<a href="../../../../../org/apache/kudu/client/PartialRow.html" title="class in org.apache.kudu.client">PartialRow</a> lowerBound, +<td class="colLast"><span class="strong">AlterTableOptions.</span><code><strong><a href="../../../../../org/apache/kudu/client/AlterTableOptions.html#dropRangePartition(org.apache.kudu.client.PartialRow,%20org.apache.kudu.client.PartialRow,%20org.apache.kudu.client.RangePartitionBound,%20org.apache.kudu.client.RangePartitionBound)">dropRangePartition</a></strong>(<a href="../../../../../org/apache/kudu/client/PartialRow.html" title="class in org.apache.kudu.client">PartialRow</a> lowerBound, <a href="../../../../../org/apache/kudu/client/PartialRow.html" title="class in org.apache.kudu.client">PartialRow</a> upperBound, <a href="../../../../../org/apache/kudu/client/RangePartitionBound.html" title="enum in org.apache.kudu.client">RangePartitionBound</a> lowerBoundType, <a href="../../../../../org/apache/kudu/client/RangePartitionBound.html" title="enum in org.apache.kudu.client">RangePartitionBound</a> upperBoundType)</code> @@ -160,11 +152,9 @@ the order they are declared.</div> </ul> </div> <!-- ======= START OF BOTTOM NAVBAR ====== --> -<div class="bottomNav"><a name="navbar.bottom"> +<div class="bottomNav"><a name="navbar_bottom"> <!-- --> -</a> -<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> -<a name="navbar.bottom.firstrow"> +</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> @@ -185,10 +175,10 @@ the order they are declared.</div> </ul> <ul class="navList"> <li><a href="../../../../../index.html?org/apache/kudu/client/class-use/RangePartitionBound.html" target="_top">Frames</a></li> -<li><a href="RangePartitionBound.html" target="_top">No Frames</a></li> +<li><a href="RangePartitionBound.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> -<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li> +<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- @@ -202,7 +192,7 @@ the order they are declared.</div> //--> </script> </div> -<a name="skip.navbar.bottom"> +<a name="skip-navbar_bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= -->
http://git-wip-us.apache.org/repos/asf/kudu/blob/76a99b4c/apidocs/org/apache/kudu/client/class-use/RowError.html ---------------------------------------------------------------------- diff --git a/apidocs/org/apache/kudu/client/class-use/RowError.html b/apidocs/org/apache/kudu/client/class-use/RowError.html index e280416..8deadfb 100644 --- a/apidocs/org/apache/kudu/client/class-use/RowError.html +++ b/apidocs/org/apache/kudu/client/class-use/RowError.html @@ -2,20 +2,14 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc --> -<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>Uses of Class org.apache.kudu.client.RowError (Kudu 1.0.0 API)</title> +<meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> +<title>Uses of Class org.apache.kudu.client.RowError (Kudu 1.0.1 API)</title> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> -<script type="text/javascript" src="../../../../../script.js"></script> </head> <body> <script type="text/javascript"><!-- - try { - if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Class org.apache.kudu.client.RowError (Kudu 1.0.0 API)"; - } - } - catch(err) { + if (location.href.indexOf('is-external=true') == -1) { + parent.document.title="Uses of Class org.apache.kudu.client.RowError (Kudu 1.0.1 API)"; } //--> </script> @@ -23,11 +17,9 @@ <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> -<div class="topNav"><a name="navbar.top"> +<div class="topNav"><a name="navbar_top"> <!-- --> -</a> -<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> -<a name="navbar.top.firstrow"> +</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> @@ -48,10 +40,10 @@ </ul> <ul class="navList"> <li><a href="../../../../../index.html?org/apache/kudu/client/class-use/RowError.html" target="_top">Frames</a></li> -<li><a href="RowError.html" target="_top">No Frames</a></li> +<li><a href="RowError.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> -<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li> +<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- @@ -65,7 +57,7 @@ //--> </script> </div> -<a name="skip.navbar.top"> +<a name="skip-navbar_top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> @@ -75,7 +67,7 @@ <div class="classUseContainer"> <ul class="blockList"> <li class="blockList"> -<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation"> +<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation"> <caption><span>Packages that use <a href="../../../../../org/apache/kudu/client/RowError.html" title="class in org.apache.kudu.client">RowError</a></span><span class="tabEnd"> </span></caption> <tr> <th class="colFirst" scope="col">Package</th> @@ -95,7 +87,7 @@ <!-- --> </a> <h3>Uses of <a href="../../../../../org/apache/kudu/client/RowError.html" title="class in org.apache.kudu.client">RowError</a> in <a href="../../../../../org/apache/kudu/client/package-summary.html">org.apache.kudu.client</a></h3> -<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> +<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Methods in <a href="../../../../../org/apache/kudu/client/package-summary.html">org.apache.kudu.client</a> that return <a href="../../../../../org/apache/kudu/client/RowError.html" title="class in org.apache.kudu.client">RowError</a></span><span class="tabEnd"> </span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> @@ -104,19 +96,19 @@ <tbody> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../org/apache/kudu/client/RowError.html" title="class in org.apache.kudu.client">RowError</a></code></td> -<td class="colLast"><span class="typeNameLabel">OperationResponse.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/kudu/client/OperationResponse.html#getRowError--">getRowError</a></span>()</code> +<td class="colLast"><span class="strong">OperationResponse.</span><code><strong><a href="../../../../../org/apache/kudu/client/OperationResponse.html#getRowError()">getRowError</a></strong>()</code> <div class="block">Returns a row error.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../../../org/apache/kudu/client/RowError.html" title="class in org.apache.kudu.client">RowError</a>[]</code></td> -<td class="colLast"><span class="typeNameLabel">RowErrorsAndOverflowStatus.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/kudu/client/RowErrorsAndOverflowStatus.html#getRowErrors--">getRowErrors</a></span>()</code> +<td class="colLast"><span class="strong">RowErrorsAndOverflowStatus.</span><code><strong><a href="../../../../../org/apache/kudu/client/RowErrorsAndOverflowStatus.html#getRowErrors()">getRowErrors</a></strong>()</code> <div class="block">Get the collected row errors.</div> </td> </tr> </tbody> </table> -<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> +<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Methods in <a href="../../../../../org/apache/kudu/client/package-summary.html">org.apache.kudu.client</a> that return types with arguments of type <a href="../../../../../org/apache/kudu/client/RowError.html" title="class in org.apache.kudu.client">RowError</a></span><span class="tabEnd"> </span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> @@ -125,7 +117,7 @@ <tbody> <tr class="altColor"> <td class="colFirst"><code>static <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/RowError.html" title="class in org.apache.kudu.client">RowError</a>></code></td> -<td class="colLast"><span class="typeNameLabel">OperationResponse.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/kudu/client/OperationResponse.html#collectErrors-java.util.List-">collectErrors</a></span>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a><<a href="../../../../../org/apache/kudu/client/OperationResponse.html" title="class in org.apache.kudu.client">OperationResponse</a>> responses)</code> +<td class="colLast"><span class="strong">OperationResponse.</span><code><strong><a href="../../../../../org/apache/kudu/client/OperationResponse.html#collectErrors(java.util.List)">collectErrors</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a><<a href="../../../../../org/apache/kudu/client/OperationResponse.html" title="class in org.apache.kudu.client">OperationResponse</a>> responses)</code> <div class="block">Utility method that collects all the row errors from the given list of responses.</div> </td> </tr> @@ -137,11 +129,9 @@ </ul> </div> <!-- ======= START OF BOTTOM NAVBAR ====== --> -<div class="bottomNav"><a name="navbar.bottom"> +<div class="bottomNav"><a name="navbar_bottom"> <!-- --> -</a> -<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> -<a name="navbar.bottom.firstrow"> +</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> @@ -162,10 +152,10 @@ </ul> <ul class="navList"> <li><a href="../../../../../index.html?org/apache/kudu/client/class-use/RowError.html" target="_top">Frames</a></li> -<li><a href="RowError.html" target="_top">No Frames</a></li> +<li><a href="RowError.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> -<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li> +<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- @@ -179,7 +169,7 @@ //--> </script> </div> -<a name="skip.navbar.bottom"> +<a name="skip-navbar_bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> http://git-wip-us.apache.org/repos/asf/kudu/blob/76a99b4c/apidocs/org/apache/kudu/client/class-use/RowErrorsAndOverflowStatus.html ---------------------------------------------------------------------- diff --git a/apidocs/org/apache/kudu/client/class-use/RowErrorsAndOverflowStatus.html b/apidocs/org/apache/kudu/client/class-use/RowErrorsAndOverflowStatus.html index 64726a4..e1a83ba 100644 --- a/apidocs/org/apache/kudu/client/class-use/RowErrorsAndOverflowStatus.html +++ b/apidocs/org/apache/kudu/client/class-use/RowErrorsAndOverflowStatus.html @@ -2,20 +2,14 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc --> -<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>Uses of Class org.apache.kudu.client.RowErrorsAndOverflowStatus (Kudu 1.0.0 API)</title> +<meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> +<title>Uses of Class org.apache.kudu.client.RowErrorsAndOverflowStatus (Kudu 1.0.1 API)</title> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> -<script type="text/javascript" src="../../../../../script.js"></script> </head> <body> <script type="text/javascript"><!-- - try { - if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Class org.apache.kudu.client.RowErrorsAndOverflowStatus (Kudu 1.0.0 API)"; - } - } - catch(err) { + if (location.href.indexOf('is-external=true') == -1) { + parent.document.title="Uses of Class org.apache.kudu.client.RowErrorsAndOverflowStatus (Kudu 1.0.1 API)"; } //--> </script> @@ -23,11 +17,9 @@ <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> -<div class="topNav"><a name="navbar.top"> +<div class="topNav"><a name="navbar_top"> <!-- --> -</a> -<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> -<a name="navbar.top.firstrow"> +</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> @@ -48,10 +40,10 @@ </ul> <ul class="navList"> <li><a href="../../../../../index.html?org/apache/kudu/client/class-use/RowErrorsAndOverflowStatus.html" target="_top">Frames</a></li> -<li><a href="RowErrorsAndOverflowStatus.html" target="_top">No Frames</a></li> +<li><a href="RowErrorsAndOverflowStatus.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> -<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li> +<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- @@ -65,7 +57,7 @@ //--> </script> </div> -<a name="skip.navbar.top"> +<a name="skip-navbar_top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> @@ -75,7 +67,7 @@ <div class="classUseContainer"> <ul class="blockList"> <li class="blockList"> -<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation"> +<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation"> <caption><span>Packages that use <a href="../../../../../org/apache/kudu/client/RowErrorsAndOverflowStatus.html" title="class in org.apache.kudu.client">RowErrorsAndOverflowStatus</a></span><span class="tabEnd"> </span></caption> <tr> <th class="colFirst" scope="col">Package</th> @@ -95,7 +87,7 @@ <!-- --> </a> <h3>Uses of <a href="../../../../../org/apache/kudu/client/RowErrorsAndOverflowStatus.html" title="class in org.apache.kudu.client">RowErrorsAndOverflowStatus</a> in <a href="../../../../../org/apache/kudu/client/package-summary.html">org.apache.kudu.client</a></h3> -<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> +<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Methods in <a href="../../../../../org/apache/kudu/client/package-summary.html">org.apache.kudu.client</a> that return <a href="../../../../../org/apache/kudu/client/RowErrorsAndOverflowStatus.html" title="class in org.apache.kudu.client">RowErrorsAndOverflowStatus</a></span><span class="tabEnd"> </span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> @@ -104,17 +96,17 @@ <tbody> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../org/apache/kudu/client/RowErrorsAndOverflowStatus.html" title="class in org.apache.kudu.client">RowErrorsAndOverflowStatus</a></code></td> -<td class="colLast"><span class="typeNameLabel">SessionConfiguration.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/kudu/client/SessionConfiguration.html#getPendingErrors--">getPendingErrors</a></span>()</code> +<td class="colLast"><span class="strong">SessionConfiguration.</span><code><strong><a href="../../../../../org/apache/kudu/client/SessionConfiguration.html#getPendingErrors()">getPendingErrors</a></strong>()</code> <div class="block">Return any errors from previous calls.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../../../org/apache/kudu/client/RowErrorsAndOverflowStatus.html" title="class in org.apache.kudu.client">RowErrorsAndOverflowStatus</a></code></td> -<td class="colLast"><span class="typeNameLabel">KuduSession.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/kudu/client/KuduSession.html#getPendingErrors--">getPendingErrors</a></span>()</code> </td> +<td class="colLast"><span class="strong">KuduSession.</span><code><strong><a href="../../../../../org/apache/kudu/client/KuduSession.html#getPendingErrors()">getPendingErrors</a></strong>()</code> </td> </tr> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../org/apache/kudu/client/RowErrorsAndOverflowStatus.html" title="class in org.apache.kudu.client">RowErrorsAndOverflowStatus</a></code></td> -<td class="colLast"><span class="typeNameLabel">AsyncKuduSession.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/kudu/client/AsyncKuduSession.html#getPendingErrors--">getPendingErrors</a></span>()</code> </td> +<td class="colLast"><span class="strong">AsyncKuduSession.</span><code><strong><a href="../../../../../org/apache/kudu/client/AsyncKuduSession.html#getPendingErrors()">getPendingErrors</a></strong>()</code> </td> </tr> </tbody> </table> @@ -124,11 +116,9 @@ </ul> </div> <!-- ======= START OF BOTTOM NAVBAR ====== --> -<div class="bottomNav"><a name="navbar.bottom"> +<div class="bottomNav"><a name="navbar_bottom"> <!-- --> -</a> -<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> -<a name="navbar.bottom.firstrow"> +</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> @@ -149,10 +139,10 @@ </ul> <ul class="navList"> <li><a href="../../../../../index.html?org/apache/kudu/client/class-use/RowErrorsAndOverflowStatus.html" target="_top">Frames</a></li> -<li><a href="RowErrorsAndOverflowStatus.html" target="_top">No Frames</a></li> +<li><a href="RowErrorsAndOverflowStatus.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> -<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li> +<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- @@ -166,7 +156,7 @@ //--> </script> </div> -<a name="skip.navbar.bottom"> +<a name="skip-navbar_bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> http://git-wip-us.apache.org/repos/asf/kudu/blob/76a99b4c/apidocs/org/apache/kudu/client/class-use/RowResult.html ---------------------------------------------------------------------- diff --git a/apidocs/org/apache/kudu/client/class-use/RowResult.html b/apidocs/org/apache/kudu/client/class-use/RowResult.html index e64f9c5..ef61025 100644 --- a/apidocs/org/apache/kudu/client/class-use/RowResult.html +++ b/apidocs/org/apache/kudu/client/class-use/RowResult.html @@ -2,20 +2,14 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc --> -<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>Uses of Class org.apache.kudu.client.RowResult (Kudu 1.0.0 API)</title> +<meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> +<title>Uses of Class org.apache.kudu.client.RowResult (Kudu 1.0.1 API)</title> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> -<script type="text/javascript" src="../../../../../script.js"></script> </head> <body> <script type="text/javascript"><!-- - try { - if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Class org.apache.kudu.client.RowResult (Kudu 1.0.0 API)"; - } - } - catch(err) { + if (location.href.indexOf('is-external=true') == -1) { + parent.document.title="Uses of Class org.apache.kudu.client.RowResult (Kudu 1.0.1 API)"; } //--> </script> @@ -23,11 +17,9 @@ <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> -<div class="topNav"><a name="navbar.top"> +<div class="topNav"><a name="navbar_top"> <!-- --> -</a> -<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> -<a name="navbar.top.firstrow"> +</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> @@ -48,10 +40,10 @@ </ul> <ul class="navList"> <li><a href="../../../../../index.html?org/apache/kudu/client/class-use/RowResult.html" target="_top">Frames</a></li> -<li><a href="RowResult.html" target="_top">No Frames</a></li> +<li><a href="RowResult.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> -<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li> +<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- @@ -65,7 +57,7 @@ //--> </script> </div> -<a name="skip.navbar.top"> +<a name="skip-navbar_top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> @@ -75,7 +67,7 @@ <div class="classUseContainer"> <ul class="blockList"> <li class="blockList"> -<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation"> +<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation"> <caption><span>Packages that use <a href="../../../../../org/apache/kudu/client/RowResult.html" title="class in org.apache.kudu.client">RowResult</a></span><span class="tabEnd"> </span></caption> <tr> <th class="colFirst" scope="col">Package</th> @@ -99,7 +91,7 @@ <!-- --> </a> <h3>Uses of <a href="../../../../../org/apache/kudu/client/RowResult.html" title="class in org.apache.kudu.client">RowResult</a> in <a href="../../../../../org/apache/kudu/client/package-summary.html">org.apache.kudu.client</a></h3> -<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> +<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Methods in <a href="../../../../../org/apache/kudu/client/package-summary.html">org.apache.kudu.client</a> that return <a href="../../../../../org/apache/kudu/client/RowResult.html" title="class in org.apache.kudu.client">RowResult</a></span><span class="tabEnd"> </span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> @@ -108,11 +100,11 @@ <tbody> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../org/apache/kudu/client/RowResult.html" title="class in org.apache.kudu.client">RowResult</a></code></td> -<td class="colLast"><span class="typeNameLabel">RowResultIterator.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/kudu/client/RowResultIterator.html#next--">next</a></span>()</code> </td> +<td class="colLast"><span class="strong">RowResultIterator.</span><code><strong><a href="../../../../../org/apache/kudu/client/RowResultIterator.html#next()">next</a></strong>()</code> </td> </tr> </tbody> </table> -<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> +<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Methods in <a href="../../../../../org/apache/kudu/client/package-summary.html">org.apache.kudu.client</a> that return types with arguments of type <a href="../../../../../org/apache/kudu/client/RowResult.html" title="class in org.apache.kudu.client">RowResult</a></span><span class="tabEnd"> </span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> @@ -121,7 +113,7 @@ <tbody> <tr class="altColor"> <td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/util/Iterator.html?is-external=true" title="class or interface in java.util">Iterator</a><<a href="../../../../../org/apache/kudu/client/RowResult.html" title="class in org.apache.kudu.client">RowResult</a>></code></td> -<td class="colLast"><span class="typeNameLabel">RowResultIterator.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/kudu/client/RowResultIterator.html#iterator--">iterator</a></span>()</code> </td> +<td class="colLast"><span class="strong">RowResultIterator.</span><code><strong><a href="../../../../../org/apache/kudu/client/RowResultIterator.html#iterator()">iterator</a></strong>()</code> </td> </tr> </tbody> </table> @@ -130,7 +122,7 @@ <!-- --> </a> <h3>Uses of <a href="../../../../../org/apache/kudu/client/RowResult.html" title="class in org.apache.kudu.client">RowResult</a> in <a href="../../../../../org/apache/kudu/mapreduce/package-summary.html">org.apache.kudu.mapreduce</a></h3> -<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> +<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Methods in <a href="../../../../../org/apache/kudu/mapreduce/package-summary.html">org.apache.kudu.mapreduce</a> that return types with arguments of type <a href="../../../../../org/apache/kudu/client/RowResult.html" title="class in org.apache.kudu.client">RowResult</a></span><span class="tabEnd"> </span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> @@ -139,7 +131,7 @@ <tbody> <tr class="altColor"> <td class="colFirst"><code>org.apache.hadoop.mapreduce.RecordReader<org.apache.hadoop.io.NullWritable,<a href="../../../../../org/apache/kudu/client/RowResult.html" title="class in org.apache.kudu.client">RowResult</a>></code></td> -<td class="colLast"><span class="typeNameLabel">KuduTableInputFormat.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/kudu/mapreduce/KuduTableInputFormat.html#createRecordReader-org.apache.hadoop.mapreduce.InputSplit-org.apache.hadoop.mapreduce.TaskAttemptContext-">createRecordReader</a></span>(org.apache.hadoop.mapreduce.InputSplit inputSplit, +<td class="colLast"><span class="strong">KuduTableInputFormat.</span><code><strong><a href="../../../../../org/apache/kudu/mapreduce/KuduTableInputFormat.html#createRecordReader(org.apache.hadoop.mapreduce.InputSplit,%20org.apache.hadoop.mapreduce.TaskAttemptContext)">createRecordReader</a></strong>(org.apache.hadoop.mapreduce.InputSplit inputSplit, org.apache.hadoop.mapreduce.TaskAttemptContext taskAttemptContext)</code> </td> </tr> </tbody> @@ -150,11 +142,9 @@ </ul> </div> <!-- ======= START OF BOTTOM NAVBAR ====== --> -<div class="bottomNav"><a name="navbar.bottom"> +<div class="bottomNav"><a name="navbar_bottom"> <!-- --> -</a> -<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> -<a name="navbar.bottom.firstrow"> +</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> @@ -175,10 +165,10 @@ </ul> <ul class="navList"> <li><a href="../../../../../index.html?org/apache/kudu/client/class-use/RowResult.html" target="_top">Frames</a></li> -<li><a href="RowResult.html" target="_top">No Frames</a></li> +<li><a href="RowResult.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> -<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li> +<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- @@ -192,7 +182,7 @@ //--> </script> </div> -<a name="skip.navbar.bottom"> +<a name="skip-navbar_bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> http://git-wip-us.apache.org/repos/asf/kudu/blob/76a99b4c/apidocs/org/apache/kudu/client/class-use/RowResultIterator.html ---------------------------------------------------------------------- diff --git a/apidocs/org/apache/kudu/client/class-use/RowResultIterator.html b/apidocs/org/apache/kudu/client/class-use/RowResultIterator.html index 8d15067..33188ef 100644 --- a/apidocs/org/apache/kudu/client/class-use/RowResultIterator.html +++ b/apidocs/org/apache/kudu/client/class-use/RowResultIterator.html @@ -2,20 +2,14 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc --> -<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>Uses of Class org.apache.kudu.client.RowResultIterator (Kudu 1.0.0 API)</title> +<meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> +<title>Uses of Class org.apache.kudu.client.RowResultIterator (Kudu 1.0.1 API)</title> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> -<script type="text/javascript" src="../../../../../script.js"></script> </head> <body> <script type="text/javascript"><!-- - try { - if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Class org.apache.kudu.client.RowResultIterator (Kudu 1.0.0 API)"; - } - } - catch(err) { + if (location.href.indexOf('is-external=true') == -1) { + parent.document.title="Uses of Class org.apache.kudu.client.RowResultIterator (Kudu 1.0.1 API)"; } //--> </script> @@ -23,11 +17,9 @@ <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> -<div class="topNav"><a name="navbar.top"> +<div class="topNav"><a name="navbar_top"> <!-- --> -</a> -<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> -<a name="navbar.top.firstrow"> +</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> @@ -48,10 +40,10 @@ </ul> <ul class="navList"> <li><a href="../../../../../index.html?org/apache/kudu/client/class-use/RowResultIterator.html" target="_top">Frames</a></li> -<li><a href="RowResultIterator.html" target="_top">No Frames</a></li> +<li><a href="RowResultIterator.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> -<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li> +<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- @@ -65,7 +57,7 @@ //--> </script> </div> -<a name="skip.navbar.top"> +<a name="skip-navbar_top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> @@ -75,7 +67,7 @@ <div class="classUseContainer"> <ul class="blockList"> <li class="blockList"> -<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation"> +<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation"> <caption><span>Packages that use <a href="../../../../../org/apache/kudu/client/RowResultIterator.html" title="class in org.apache.kudu.client">RowResultIterator</a></span><span class="tabEnd"> </span></caption> <tr> <th class="colFirst" scope="col">Package</th> @@ -95,7 +87,7 @@ <!-- --> </a> <h3>Uses of <a href="../../../../../org/apache/kudu/client/RowResultIterator.html" title="class in org.apache.kudu.client">RowResultIterator</a> in <a href="../../../../../org/apache/kudu/client/package-summary.html">org.apache.kudu.client</a></h3> -<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> +<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Methods in <a href="../../../../../org/apache/kudu/client/package-summary.html">org.apache.kudu.client</a> that return <a href="../../../../../org/apache/kudu/client/RowResultIterator.html" title="class in org.apache.kudu.client">RowResultIterator</a></span><span class="tabEnd"> </span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> @@ -104,19 +96,19 @@ <tbody> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../org/apache/kudu/client/RowResultIterator.html" title="class in org.apache.kudu.client">RowResultIterator</a></code></td> -<td class="colLast"><span class="typeNameLabel">KuduScanner.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/kudu/client/KuduScanner.html#close--">close</a></span>()</code> +<td class="colLast"><span class="strong">KuduScanner.</span><code><strong><a href="../../../../../org/apache/kudu/client/KuduScanner.html#close()">close</a></strong>()</code> <div class="block">Closes this scanner (don't forget to call this when you're done with it!).</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../../../org/apache/kudu/client/RowResultIterator.html" title="class in org.apache.kudu.client">RowResultIterator</a></code></td> -<td class="colLast"><span class="typeNameLabel">KuduScanner.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/kudu/client/KuduScanner.html#nextRows--">nextRows</a></span>()</code> +<td class="colLast"><span class="strong">KuduScanner.</span><code><strong><a href="../../../../../org/apache/kudu/client/KuduScanner.html#nextRows()">nextRows</a></strong>()</code> <div class="block">Scans a number of rows.</div> </td> </tr> </tbody> </table> -<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> +<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Methods in <a href="../../../../../org/apache/kudu/client/package-summary.html">org.apache.kudu.client</a> that return types with arguments of type <a href="../../../../../org/apache/kudu/client/RowResultIterator.html" title="class in org.apache.kudu.client">RowResultIterator</a></span><span class="tabEnd"> </span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> @@ -125,13 +117,13 @@ <tbody> <tr class="altColor"> <td class="colFirst"><code>com.stumbleupon.async.Deferred<<a href="../../../../../org/apache/kudu/client/RowResultIterator.html" title="class in org.apache.kudu.client">RowResultIterator</a>></code></td> -<td class="colLast"><span class="typeNameLabel">AsyncKuduScanner.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/kudu/client/AsyncKuduScanner.html#close--">close</a></span>()</code> +<td class="colLast"><span class="strong">AsyncKuduScanner.</span><code><strong><a href="../../../../../org/apache/kudu/client/AsyncKuduScanner.html#close()">close</a></strong>()</code> <div class="block">Closes this scanner (don't forget to call this when you're done with it!).</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>com.stumbleupon.async.Deferred<<a href="../../../../../org/apache/kudu/client/RowResultIterator.html" title="class in org.apache.kudu.client">RowResultIterator</a>></code></td> -<td class="colLast"><span class="typeNameLabel">AsyncKuduScanner.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/kudu/client/AsyncKuduScanner.html#nextRows--">nextRows</a></span>()</code> +<td class="colLast"><span class="strong">AsyncKuduScanner.</span><code><strong><a href="../../../../../org/apache/kudu/client/AsyncKuduScanner.html#nextRows()">nextRows</a></strong>()</code> <div class="block">Scans a number of rows.</div> </td> </tr> @@ -143,11 +135,9 @@ </ul> </div> <!-- ======= START OF BOTTOM NAVBAR ====== --> -<div class="bottomNav"><a name="navbar.bottom"> +<div class="bottomNav"><a name="navbar_bottom"> <!-- --> -</a> -<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> -<a name="navbar.bottom.firstrow"> +</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> @@ -168,10 +158,10 @@ </ul> <ul class="navList"> <li><a href="../../../../../index.html?org/apache/kudu/client/class-use/RowResultIterator.html" target="_top">Frames</a></li> -<li><a href="RowResultIterator.html" target="_top">No Frames</a></li> +<li><a href="RowResultIterator.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> -<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li> +<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- @@ -185,7 +175,7 @@ //--> </script> </div> -<a name="skip.navbar.bottom"> +<a name="skip-navbar_bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> http://git-wip-us.apache.org/repos/asf/kudu/blob/76a99b4c/apidocs/org/apache/kudu/client/class-use/SessionConfiguration.FlushMode.html ---------------------------------------------------------------------- diff --git a/apidocs/org/apache/kudu/client/class-use/SessionConfiguration.FlushMode.html b/apidocs/org/apache/kudu/client/class-use/SessionConfiguration.FlushMode.html index d418543..4055e6f 100644 --- a/apidocs/org/apache/kudu/client/class-use/SessionConfiguration.FlushMode.html +++ b/apidocs/org/apache/kudu/client/class-use/SessionConfiguration.FlushMode.html @@ -2,20 +2,14 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc --> -<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>Uses of Class org.apache.kudu.client.SessionConfiguration.FlushMode (Kudu 1.0.0 API)</title> +<meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> +<title>Uses of Class org.apache.kudu.client.SessionConfiguration.FlushMode (Kudu 1.0.1 API)</title> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> -<script type="text/javascript" src="../../../../../script.js"></script> </head> <body> <script type="text/javascript"><!-- - try { - if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Class org.apache.kudu.client.SessionConfiguration.FlushMode (Kudu 1.0.0 API)"; - } - } - catch(err) { + if (location.href.indexOf('is-external=true') == -1) { + parent.document.title="Uses of Class org.apache.kudu.client.SessionConfiguration.FlushMode (Kudu 1.0.1 API)"; } //--> </script> @@ -23,11 +17,9 @@ <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> -<div class="topNav"><a name="navbar.top"> +<div class="topNav"><a name="navbar_top"> <!-- --> -</a> -<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> -<a name="navbar.top.firstrow"> +</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> @@ -48,10 +40,10 @@ </ul> <ul class="navList"> <li><a href="../../../../../index.html?org/apache/kudu/client/class-use/SessionConfiguration.FlushMode.html" target="_top">Frames</a></li> -<li><a href="SessionConfiguration.FlushMode.html" target="_top">No Frames</a></li> +<li><a href="SessionConfiguration.FlushMode.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> -<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li> +<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- @@ -65,7 +57,7 @@ //--> </script> </div> -<a name="skip.navbar.top"> +<a name="skip-navbar_top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> @@ -75,7 +67,7 @@ <div class="classUseContainer"> <ul class="blockList"> <li class="blockList"> -<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation"> +<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation"> <caption><span>Packages that use <a href="../../../../../org/apache/kudu/client/SessionConfiguration.FlushMode.html" title="enum in org.apache.kudu.client">SessionConfiguration.FlushMode</a></span><span class="tabEnd"> </span></caption> <tr> <th class="colFirst" scope="col">Package</th> @@ -95,7 +87,7 @@ <!-- --> </a> <h3>Uses of <a href="../../../../../org/apache/kudu/client/SessionConfiguration.FlushMode.html" title="enum in org.apache.kudu.client">SessionConfiguration.FlushMode</a> in <a href="../../../../../org/apache/kudu/client/package-summary.html">org.apache.kudu.client</a></h3> -<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> +<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Methods in <a href="../../../../../org/apache/kudu/client/package-summary.html">org.apache.kudu.client</a> that return <a href="../../../../../org/apache/kudu/client/SessionConfiguration.FlushMode.html" title="enum in org.apache.kudu.client">SessionConfiguration.FlushMode</a></span><span class="tabEnd"> </span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> @@ -104,34 +96,34 @@ <tbody> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../org/apache/kudu/client/SessionConfiguration.FlushMode.html" title="enum in org.apache.kudu.client">SessionConfiguration.FlushMode</a></code></td> -<td class="colLast"><span class="typeNameLabel">SessionConfiguration.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/kudu/client/SessionConfiguration.html#getFlushMode--">getFlushMode</a></span>()</code> +<td class="colLast"><span class="strong">SessionConfiguration.</span><code><strong><a href="../../../../../org/apache/kudu/client/SessionConfiguration.html#getFlushMode()">getFlushMode</a></strong>()</code> <div class="block">Get the current flush mode.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../../../org/apache/kudu/client/SessionConfiguration.FlushMode.html" title="enum in org.apache.kudu.client">SessionConfiguration.FlushMode</a></code></td> -<td class="colLast"><span class="typeNameLabel">KuduSession.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/kudu/client/KuduSession.html#getFlushMode--">getFlushMode</a></span>()</code> </td> +<td class="colLast"><span class="strong">KuduSession.</span><code><strong><a href="../../../../../org/apache/kudu/client/KuduSession.html#getFlushMode()">getFlushMode</a></strong>()</code> </td> </tr> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../org/apache/kudu/client/SessionConfiguration.FlushMode.html" title="enum in org.apache.kudu.client">SessionConfiguration.FlushMode</a></code></td> -<td class="colLast"><span class="typeNameLabel">AsyncKuduSession.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/kudu/client/AsyncKuduSession.html#getFlushMode--">getFlushMode</a></span>()</code> </td> +<td class="colLast"><span class="strong">AsyncKuduSession.</span><code><strong><a href="../../../../../org/apache/kudu/client/AsyncKuduSession.html#getFlushMode()">getFlushMode</a></strong>()</code> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static <a href="../../../../../org/apache/kudu/client/SessionConfiguration.FlushMode.html" title="enum in org.apache.kudu.client">SessionConfiguration.FlushMode</a></code></td> -<td class="colLast"><span class="typeNameLabel">SessionConfiguration.FlushMode.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/kudu/client/SessionConfiguration.FlushMode.html#valueOf-java.lang.String-">valueOf</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> +<td class="colLast"><span class="strong">SessionConfiguration.FlushMode.</span><code><strong><a href="../../../../../org/apache/kudu/client/SessionConfiguration.FlushMode.html#valueOf(java.lang.String)">valueOf</a></strong>(<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">Returns the enum constant of this type with the specified name.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static <a href="../../../../../org/apache/kudu/client/SessionConfiguration.FlushMode.html" title="enum in org.apache.kudu.client">SessionConfiguration.FlushMode</a>[]</code></td> -<td class="colLast"><span class="typeNameLabel">SessionConfiguration.FlushMode.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/kudu/client/SessionConfiguration.FlushMode.html#values--">values</a></span>()</code> +<td class="colLast"><span class="strong">SessionConfiguration.FlushMode.</span><code><strong><a href="../../../../../org/apache/kudu/client/SessionConfiguration.FlushMode.html#values()">values</a></strong>()</code> <div class="block">Returns an array containing the constants of this enum type, in the order they are declared.</div> </td> </tr> </tbody> </table> -<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> +<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Methods in <a href="../../../../../org/apache/kudu/client/package-summary.html">org.apache.kudu.client</a> with parameters of type <a href="../../../../../org/apache/kudu/client/SessionConfiguration.FlushMode.html" title="enum in org.apache.kudu.client">SessionConfiguration.FlushMode</a></span><span class="tabEnd"> </span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> @@ -140,17 +132,17 @@ the order they are declared.</div> <tbody> <tr class="altColor"> <td class="colFirst"><code>void</code></td> -<td class="colLast"><span class="typeNameLabel">SessionConfiguration.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/kudu/client/SessionConfiguration.html#setFlushMode-org.apache.kudu.client.SessionConfiguration.FlushMode-">setFlushMode</a></span>(<a href="../../../../../org/apache/kudu/client/SessionConfiguration.FlushMode.html" title="enum in org.apache.kudu.client">SessionConfiguration.FlushMode</a> flushMode)</code> +<td class="colLast"><span class="strong">SessionConfiguration.</span><code><strong><a href="../../../../../org/apache/kudu/client/SessionConfiguration.html#setFlushMode(org.apache.kudu.client.SessionConfiguration.FlushMode)">setFlushMode</a></strong>(<a href="../../../../../org/apache/kudu/client/SessionConfiguration.FlushMode.html" title="enum in org.apache.kudu.client">SessionConfiguration.FlushMode</a> flushMode)</code> <div class="block">Set the new flush mode for this session.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>void</code></td> -<td class="colLast"><span class="typeNameLabel">KuduSession.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/kudu/client/KuduSession.html#setFlushMode-org.apache.kudu.client.SessionConfiguration.FlushMode-">setFlushMode</a></span>(<a href="../../../../../org/apache/kudu/client/SessionConfiguration.FlushMode.html" title="enum in org.apache.kudu.client">SessionConfiguration.FlushMode</a> flushMode)</code> </td> +<td class="colLast"><span class="strong">KuduSession.</span><code><strong><a href="../../../../../org/apache/kudu/client/KuduSession.html#setFlushMode(org.apache.kudu.client.SessionConfiguration.FlushMode)">setFlushMode</a></strong>(<a href="../../../../../org/apache/kudu/client/SessionConfiguration.FlushMode.html" title="enum in org.apache.kudu.client">SessionConfiguration.FlushMode</a> flushMode)</code> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>void</code></td> -<td class="colLast"><span class="typeNameLabel">AsyncKuduSession.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/kudu/client/AsyncKuduSession.html#setFlushMode-org.apache.kudu.client.SessionConfiguration.FlushMode-">setFlushMode</a></span>(<a href="../../../../../org/apache/kudu/client/SessionConfiguration.FlushMode.html" title="enum in org.apache.kudu.client">SessionConfiguration.FlushMode</a> flushMode)</code> </td> +<td class="colLast"><span class="strong">AsyncKuduSession.</span><code><strong><a href="../../../../../org/apache/kudu/client/AsyncKuduSession.html#setFlushMode(org.apache.kudu.client.SessionConfiguration.FlushMode)">setFlushMode</a></strong>(<a href="../../../../../org/apache/kudu/client/SessionConfiguration.FlushMode.html" title="enum in org.apache.kudu.client">SessionConfiguration.FlushMode</a> flushMode)</code> </td> </tr> </tbody> </table> @@ -160,11 +152,9 @@ the order they are declared.</div> </ul> </div> <!-- ======= START OF BOTTOM NAVBAR ====== --> -<div class="bottomNav"><a name="navbar.bottom"> +<div class="bottomNav"><a name="navbar_bottom"> <!-- --> -</a> -<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> -<a name="navbar.bottom.firstrow"> +</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> @@ -185,10 +175,10 @@ the order they are declared.</div> </ul> <ul class="navList"> <li><a href="../../../../../index.html?org/apache/kudu/client/class-use/SessionConfiguration.FlushMode.html" target="_top">Frames</a></li> -<li><a href="SessionConfiguration.FlushMode.html" target="_top">No Frames</a></li> +<li><a href="SessionConfiguration.FlushMode.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> -<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li> +<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- @@ -202,7 +192,7 @@ the order they are declared.</div> //--> </script> </div> -<a name="skip.navbar.bottom"> +<a name="skip-navbar_bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> http://git-wip-us.apache.org/repos/asf/kudu/blob/76a99b4c/apidocs/org/apache/kudu/client/class-use/SessionConfiguration.html ---------------------------------------------------------------------- diff --git a/apidocs/org/apache/kudu/client/class-use/SessionConfiguration.html b/apidocs/org/apache/kudu/client/class-use/SessionConfiguration.html index bd28877..889c6b0 100644 --- a/apidocs/org/apache/kudu/client/class-use/SessionConfiguration.html +++ b/apidocs/org/apache/kudu/client/class-use/SessionConfiguration.html @@ -2,20 +2,14 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc --> -<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>Uses of Interface org.apache.kudu.client.SessionConfiguration (Kudu 1.0.0 API)</title> +<meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> +<title>Uses of Interface org.apache.kudu.client.SessionConfiguration (Kudu 1.0.1 API)</title> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> -<script type="text/javascript" src="../../../../../script.js"></script> </head> <body> <script type="text/javascript"><!-- - try { - if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Interface org.apache.kudu.client.SessionConfiguration (Kudu 1.0.0 API)"; - } - } - catch(err) { + if (location.href.indexOf('is-external=true') == -1) { + parent.document.title="Uses of Interface org.apache.kudu.client.SessionConfiguration (Kudu 1.0.1 API)"; } //--> </script> @@ -23,11 +17,9 @@ <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> -<div class="topNav"><a name="navbar.top"> +<div class="topNav"><a name="navbar_top"> <!-- --> -</a> -<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> -<a name="navbar.top.firstrow"> +</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> @@ -48,10 +40,10 @@ </ul> <ul class="navList"> <li><a href="../../../../../index.html?org/apache/kudu/client/class-use/SessionConfiguration.html" target="_top">Frames</a></li> -<li><a href="SessionConfiguration.html" target="_top">No Frames</a></li> +<li><a href="SessionConfiguration.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> -<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li> +<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- @@ -65,7 +57,7 @@ //--> </script> </div> -<a name="skip.navbar.top"> +<a name="skip-navbar_top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> @@ -75,7 +67,7 @@ <div class="classUseContainer"> <ul class="blockList"> <li class="blockList"> -<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation"> +<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation"> <caption><span>Packages that use <a href="../../../../../org/apache/kudu/client/SessionConfiguration.html" title="interface in org.apache.kudu.client">SessionConfiguration</a></span><span class="tabEnd"> </span></caption> <tr> <th class="colFirst" scope="col">Package</th> @@ -95,7 +87,7 @@ <!-- --> </a> <h3>Uses of <a href="../../../../../org/apache/kudu/client/SessionConfiguration.html" title="interface in org.apache.kudu.client">SessionConfiguration</a> in <a href="../../../../../org/apache/kudu/client/package-summary.html">org.apache.kudu.client</a></h3> -<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation"> +<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation"> <caption><span>Classes in <a href="../../../../../org/apache/kudu/client/package-summary.html">org.apache.kudu.client</a> that implement <a href="../../../../../org/apache/kudu/client/SessionConfiguration.html" title="interface in org.apache.kudu.client">SessionConfiguration</a></span><span class="tabEnd"> </span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> @@ -104,14 +96,14 @@ <tbody> <tr class="altColor"> <td class="colFirst"><code>class </code></td> -<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/kudu/client/AsyncKuduSession.html" title="class in org.apache.kudu.client">AsyncKuduSession</a></span></code> +<td class="colLast"><code><strong><a href="../../../../../org/apache/kudu/client/AsyncKuduSession.html" title="class in org.apache.kudu.client">AsyncKuduSession</a></strong></code> <div class="block">A AsyncKuduSession belongs to a specific AsyncKuduClient, and represents a context in which all read/write data access should take place.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>class </code></td> -<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/kudu/client/KuduSession.html" title="class in org.apache.kudu.client">KuduSession</a></span></code> +<td class="colLast"><code><strong><a href="../../../../../org/apache/kudu/client/KuduSession.html" title="class in org.apache.kudu.client">KuduSession</a></strong></code> <div class="block">Synchronous version of <a href="../../../../../org/apache/kudu/client/AsyncKuduSession.html" title="class in org.apache.kudu.client"><code>AsyncKuduSession</code></a>.</div> </td> </tr> @@ -123,11 +115,9 @@ </ul> </div> <!-- ======= START OF BOTTOM NAVBAR ====== --> -<div class="bottomNav"><a name="navbar.bottom"> +<div class="bottomNav"><a name="navbar_bottom"> <!-- --> -</a> -<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> -<a name="navbar.bottom.firstrow"> +</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> @@ -148,10 +138,10 @@ </ul> <ul class="navList"> <li><a href="../../../../../index.html?org/apache/kudu/client/class-use/SessionConfiguration.html" target="_top">Frames</a></li> -<li><a href="SessionConfiguration.html" target="_top">No Frames</a></li> +<li><a href="SessionConfiguration.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> -<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li> +<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- @@ -165,7 +155,7 @@ //--> </script> </div> -<a name="skip.navbar.bottom"> +<a name="skip-navbar_bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> http://git-wip-us.apache.org/repos/asf/kudu/blob/76a99b4c/apidocs/org/apache/kudu/client/class-use/Statistics.Statistic.html ---------------------------------------------------------------------- diff --git a/apidocs/org/apache/kudu/client/class-use/Statistics.Statistic.html b/apidocs/org/apache/kudu/client/class-use/Statistics.Statistic.html index d7aed22..4b337ac 100644 --- a/apidocs/org/apache/kudu/client/class-use/Statistics.Statistic.html +++ b/apidocs/org/apache/kudu/client/class-use/Statistics.Statistic.html @@ -2,20 +2,14 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc --> -<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>Uses of Class org.apache.kudu.client.Statistics.Statistic (Kudu 1.0.0 API)</title> +<meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> +<title>Uses of Class org.apache.kudu.client.Statistics.Statistic (Kudu 1.0.1 API)</title> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> -<script type="text/javascript" src="../../../../../script.js"></script> </head> <body> <script type="text/javascript"><!-- - try { - if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Class org.apache.kudu.client.Statistics.Statistic (Kudu 1.0.0 API)"; - } - } - catch(err) { + if (location.href.indexOf('is-external=true') == -1) { + parent.document.title="Uses of Class org.apache.kudu.client.Statistics.Statistic (Kudu 1.0.1 API)"; } //--> </script> @@ -23,11 +17,9 @@ <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> -<div class="topNav"><a name="navbar.top"> +<div class="topNav"><a name="navbar_top"> <!-- --> -</a> -<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> -<a name="navbar.top.firstrow"> +</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> @@ -48,10 +40,10 @@ </ul> <ul class="navList"> <li><a href="../../../../../index.html?org/apache/kudu/client/class-use/Statistics.Statistic.html" target="_top">Frames</a></li> -<li><a href="Statistics.Statistic.html" target="_top">No Frames</a></li> +<li><a href="Statistics.Statistic.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> -<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li> +<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- @@ -65,7 +57,7 @@ //--> </script> </div> -<a name="skip.navbar.top"> +<a name="skip-navbar_top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> @@ -75,7 +67,7 @@ <div class="classUseContainer"> <ul class="blockList"> <li class="blockList"> -<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation"> +<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation"> <caption><span>Packages that use <a href="../../../../../org/apache/kudu/client/Statistics.Statistic.html" title="enum in org.apache.kudu.client">Statistics.Statistic</a></span><span class="tabEnd"> </span></caption> <tr> <th class="colFirst" scope="col">Package</th> @@ -95,7 +87,7 @@ <!-- --> </a> <h3>Uses of <a href="../../../../../org/apache/kudu/client/Statistics.Statistic.html" title="enum in org.apache.kudu.client">Statistics.Statistic</a> in <a href="../../../../../org/apache/kudu/client/package-summary.html">org.apache.kudu.client</a></h3> -<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> +<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Methods in <a href="../../../../../org/apache/kudu/client/package-summary.html">org.apache.kudu.client</a> that return <a href="../../../../../org/apache/kudu/client/Statistics.Statistic.html" title="enum in org.apache.kudu.client">Statistics.Statistic</a></span><span class="tabEnd"> </span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> @@ -104,20 +96,20 @@ <tbody> <tr class="altColor"> <td class="colFirst"><code>static <a href="../../../../../org/apache/kudu/client/Statistics.Statistic.html" title="enum in org.apache.kudu.client">Statistics.Statistic</a></code></td> -<td class="colLast"><span class="typeNameLabel">Statistics.Statistic.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/kudu/client/Statistics.Statistic.html#valueOf-java.lang.String-">valueOf</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> +<td class="colLast"><span class="strong">Statistics.Statistic.</span><code><strong><a href="../../../../../org/apache/kudu/client/Statistics.Statistic.html#valueOf(java.lang.String)">valueOf</a></strong>(<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">Returns the enum constant of this type with the specified name.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static <a href="../../../../../org/apache/kudu/client/Statistics.Statistic.html" title="enum in org.apache.kudu.client">Statistics.Statistic</a>[]</code></td> -<td class="colLast"><span class="typeNameLabel">Statistics.Statistic.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/kudu/client/Statistics.Statistic.html#values--">values</a></span>()</code> +<td class="colLast"><span class="strong">Statistics.Statistic.</span><code><strong><a href="../../../../../org/apache/kudu/client/Statistics.Statistic.html#values()">values</a></strong>()</code> <div class="block">Returns an array containing the constants of this enum type, in the order they are declared.</div> </td> </tr> </tbody> </table> -<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> +<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Methods in <a href="../../../../../org/apache/kudu/client/package-summary.html">org.apache.kudu.client</a> with parameters of type <a href="../../../../../org/apache/kudu/client/Statistics.Statistic.html" title="enum in org.apache.kudu.client">Statistics.Statistic</a></span><span class="tabEnd"> </span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> @@ -126,20 +118,20 @@ the order they are declared.</div> <tbody> <tr class="altColor"> <td class="colFirst"><code>long</code></td> -<td class="colLast"><span class="typeNameLabel">Statistics.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/kudu/client/Statistics.html#getClientStatistic-org.apache.kudu.client.Statistics.Statistic-">getClientStatistic</a></span>(<a href="../../../../../org/apache/kudu/client/Statistics.Statistic.html" title="enum in org.apache.kudu.client">Statistics.Statistic</a> statistic)</code> +<td class="colLast"><span class="strong">Statistics.</span><code><strong><a href="../../../../../org/apache/kudu/client/Statistics.html#getClientStatistic(org.apache.kudu.client.Statistics.Statistic)">getClientStatistic</a></strong>(<a href="../../../../../org/apache/kudu/client/Statistics.Statistic.html" title="enum in org.apache.kudu.client">Statistics.Statistic</a> statistic)</code> <div class="block">Get the statistic count of the whole client.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>long</code></td> -<td class="colLast"><span class="typeNameLabel">Statistics.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/kudu/client/Statistics.html#getTableStatistic-java.lang.String-org.apache.kudu.client.Statistics.Statistic-">getTableStatistic</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> tableName, +<td class="colLast"><span class="strong">Statistics.</span><code><strong><a href="../../../../../org/apache/kudu/client/Statistics.html#getTableStatistic(java.lang.String,%20org.apache.kudu.client.Statistics.Statistic)">getTableStatistic</a></strong>(<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> tableName, <a href="../../../../../org/apache/kudu/client/Statistics.Statistic.html" title="enum in org.apache.kudu.client">Statistics.Statistic</a> statistic)</code> <div class="block">Get the statistic count of this table.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>long</code></td> -<td class="colLast"><span class="typeNameLabel">Statistics.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/kudu/client/Statistics.html#getTabletStatistic-java.lang.String-org.apache.kudu.client.Statistics.Statistic-">getTabletStatistic</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> tabletId, +<td class="colLast"><span class="strong">Statistics.</span><code><strong><a href="../../../../../org/apache/kudu/client/Statistics.html#getTabletStatistic(java.lang.String,%20org.apache.kudu.client.Statistics.Statistic)">getTabletStatistic</a></strong>(<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> tabletId, <a href="../../../../../org/apache/kudu/client/Statistics.Statistic.html" title="enum in org.apache.kudu.client">Statistics.Statistic</a> statistic)</code> <div class="block">Get the statistic count of this tablet.</div> </td> @@ -152,11 +144,9 @@ the order they are declared.</div> </ul> </div> <!-- ======= START OF BOTTOM NAVBAR ====== --> -<div class="bottomNav"><a name="navbar.bottom"> +<div class="bottomNav"><a name="navbar_bottom"> <!-- --> -</a> -<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> -<a name="navbar.bottom.firstrow"> +</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> @@ -177,10 +167,10 @@ the order they are declared.</div> </ul> <ul class="navList"> <li><a href="../../../../../index.html?org/apache/kudu/client/class-use/Statistics.Statistic.html" target="_top">Frames</a></li> -<li><a href="Statistics.Statistic.html" target="_top">No Frames</a></li> +<li><a href="Statistics.Statistic.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> -<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li> +<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- @@ -194,7 +184,7 @@ the order they are declared.</div> //--> </script> </div> -<a name="skip.navbar.bottom"> +<a name="skip-navbar_bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> http://git-wip-us.apache.org/repos/asf/kudu/blob/76a99b4c/apidocs/org/apache/kudu/client/class-use/Statistics.html ---------------------------------------------------------------------- diff --git a/apidocs/org/apache/kudu/client/class-use/Statistics.html b/apidocs/org/apache/kudu/client/class-use/Statistics.html index bd9da3a..fcc6db2 100644 --- a/apidocs/org/apache/kudu/client/class-use/Statistics.html +++ b/apidocs/org/apache/kudu/client/class-use/Statistics.html @@ -2,20 +2,14 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc --> -<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>Uses of Class org.apache.kudu.client.Statistics (Kudu 1.0.0 API)</title> +<meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> +<title>Uses of Class org.apache.kudu.client.Statistics (Kudu 1.0.1 API)</title> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> -<script type="text/javascript" src="../../../../../script.js"></script> </head> <body> <script type="text/javascript"><!-- - try { - if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Class org.apache.kudu.client.Statistics (Kudu 1.0.0 API)"; - } - } - catch(err) { + if (location.href.indexOf('is-external=true') == -1) { + parent.document.title="Uses of Class org.apache.kudu.client.Statistics (Kudu 1.0.1 API)"; } //--> </script> @@ -23,11 +17,9 @@ <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> -<div class="topNav"><a name="navbar.top"> +<div class="topNav"><a name="navbar_top"> <!-- --> -</a> -<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> -<a name="navbar.top.firstrow"> +</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> @@ -48,10 +40,10 @@ </ul> <ul class="navList"> <li><a href="../../../../../index.html?org/apache/kudu/client/class-use/Statistics.html" target="_top">Frames</a></li> -<li><a href="Statistics.html" target="_top">No Frames</a></li> +<li><a href="Statistics.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> -<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li> +<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- @@ -65,7 +57,7 @@ //--> </script> </div> -<a name="skip.navbar.top"> +<a name="skip-navbar_top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> @@ -75,7 +67,7 @@ <div class="classUseContainer"> <ul class="blockList"> <li class="blockList"> -<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation"> +<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation"> <caption><span>Packages that use <a href="../../../../../org/apache/kudu/client/Statistics.html" title="class in org.apache.kudu.client">Statistics</a></span><span class="tabEnd"> </span></caption> <tr> <th class="colFirst" scope="col">Package</th> @@ -95,7 +87,7 @@ <!-- --> </a> <h3>Uses of <a href="../../../../../org/apache/kudu/client/Statistics.html" title="class in org.apache.kudu.client">Statistics</a> in <a href="../../../../../org/apache/kudu/client/package-summary.html">org.apache.kudu.client</a></h3> -<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> +<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Methods in <a href="../../../../../org/apache/kudu/client/package-summary.html">org.apache.kudu.client</a> that return <a href="../../../../../org/apache/kudu/client/Statistics.html" title="class in org.apache.kudu.client">Statistics</a></span><span class="tabEnd"> </span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> @@ -104,13 +96,13 @@ <tbody> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../org/apache/kudu/client/Statistics.html" title="class in org.apache.kudu.client">Statistics</a></code></td> -<td class="colLast"><span class="typeNameLabel">KuduClient.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/kudu/client/KuduClient.html#getStatistics--">getStatistics</a></span>()</code> +<td class="colLast"><span class="strong">KuduClient.</span><code><strong><a href="../../../../../org/apache/kudu/client/KuduClient.html#getStatistics()">getStatistics</a></strong>()</code> <div class="block">Get the statistics object of this client.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../../../org/apache/kudu/client/Statistics.html" title="class in org.apache.kudu.client">Statistics</a></code></td> -<td class="colLast"><span class="typeNameLabel">AsyncKuduClient.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/kudu/client/AsyncKuduClient.html#getStatistics--">getStatistics</a></span>()</code> +<td class="colLast"><span class="strong">AsyncKuduClient.</span><code><strong><a href="../../../../../org/apache/kudu/client/AsyncKuduClient.html#getStatistics()">getStatistics</a></strong>()</code> <div class="block">Get the statistics object of this client.</div> </td> </tr> @@ -122,11 +114,9 @@ </ul> </div> <!-- ======= START OF BOTTOM NAVBAR ====== --> -<div class="bottomNav"><a name="navbar.bottom"> +<div class="bottomNav"><a name="navbar_bottom"> <!-- --> -</a> -<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> -<a name="navbar.bottom.firstrow"> +</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> @@ -147,10 +137,10 @@ </ul> <ul class="navList"> <li><a href="../../../../../index.html?org/apache/kudu/client/class-use/Statistics.html" target="_top">Frames</a></li> -<li><a href="Statistics.html" target="_top">No Frames</a></li> +<li><a href="Statistics.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> -<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li> +<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- @@ -164,7 +154,7 @@ //--> </script> </div> -<a name="skip.navbar.bottom"> +<a name="skip-navbar_bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= -->
