http://git-wip-us.apache.org/repos/asf/kudu-site/blob/20adff6a/apidocs/org/apache/kudu/class-use/ColumnSchema.html ---------------------------------------------------------------------- diff --git a/apidocs/org/apache/kudu/class-use/ColumnSchema.html b/apidocs/org/apache/kudu/class-use/ColumnSchema.html index 3fa34b0..f2d2e12 100644 --- a/apidocs/org/apache/kudu/class-use/ColumnSchema.html +++ b/apidocs/org/apache/kudu/class-use/ColumnSchema.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.ColumnSchema (Kudu 1.0.0 API)</title> +<meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> +<title>Uses of Class org.apache.kudu.ColumnSchema (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.ColumnSchema (Kudu 1.0.0 API)"; - } - } - catch(err) { + if (location.href.indexOf('is-external=true') == -1) { + parent.document.title="Uses of Class org.apache.kudu.ColumnSchema (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/class-use/ColumnSchema.html" target="_top">Frames</a></li> -<li><a href="ColumnSchema.html" target="_top">No Frames</a></li> +<li><a href="ColumnSchema.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/ColumnSchema.html" title="class in org.apache.kudu">ColumnSchema</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/ColumnSchema.html" title="class in org.apache.kudu">ColumnSchema</a> in <a href="../../../../org/apache/kudu/package-summary.html">org.apache.kudu</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/package-summary.html">org.apache.kudu</a> that return <a href="../../../../org/apache/kudu/ColumnSchema.html" title="class in org.apache.kudu">ColumnSchema</a></span><span class="tabEnd"> </span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> @@ -108,19 +100,19 @@ <tbody> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../org/apache/kudu/ColumnSchema.html" title="class in org.apache.kudu">ColumnSchema</a></code></td> -<td class="colLast"><span class="typeNameLabel">Schema.</span><code><span class="memberNameLink"><a href="../../../../org/apache/kudu/Schema.html#getColumn-java.lang.String-">getColumn</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> columnName)</code> +<td class="colLast"><span class="strong">Schema.</span><code><strong><a href="../../../../org/apache/kudu/Schema.html#getColumn(java.lang.String)">getColumn</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> columnName)</code> <div class="block">Get the column associated with the specified name</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../../org/apache/kudu/ColumnSchema.html" title="class in org.apache.kudu">ColumnSchema</a></code></td> -<td class="colLast"><span class="typeNameLabel">Schema.</span><code><span class="memberNameLink"><a href="../../../../org/apache/kudu/Schema.html#getColumnByIndex-int-">getColumnByIndex</a></span>(int idx)</code> +<td class="colLast"><span class="strong">Schema.</span><code><strong><a href="../../../../org/apache/kudu/Schema.html#getColumnByIndex(int)">getColumnByIndex</a></strong>(int idx)</code> <div class="block">Get the column at the specified index in the original list</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/package-summary.html">org.apache.kudu</a> that return types with arguments of type <a href="../../../../org/apache/kudu/ColumnSchema.html" title="class in org.apache.kudu">ColumnSchema</a></span><span class="tabEnd"> </span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> @@ -129,31 +121,31 @@ <tbody> <tr class="altColor"> <td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a><<a href="../../../../org/apache/kudu/ColumnSchema.html" title="class in org.apache.kudu">ColumnSchema</a>></code></td> -<td class="colLast"><span class="typeNameLabel">Schema.</span><code><span class="memberNameLink"><a href="../../../../org/apache/kudu/Schema.html#getColumns--">getColumns</a></span>()</code> +<td class="colLast"><span class="strong">Schema.</span><code><strong><a href="../../../../org/apache/kudu/Schema.html#getColumns()">getColumns</a></strong>()</code> <div class="block">Get the list of columns used to create this schema</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a><<a href="../../../../org/apache/kudu/ColumnSchema.html" title="class in org.apache.kudu">ColumnSchema</a>></code></td> -<td class="colLast"><span class="typeNameLabel">Schema.</span><code><span class="memberNameLink"><a href="../../../../org/apache/kudu/Schema.html#getPrimaryKeyColumns--">getPrimaryKeyColumns</a></span>()</code> +<td class="colLast"><span class="strong">Schema.</span><code><strong><a href="../../../../org/apache/kudu/Schema.html#getPrimaryKeyColumns()">getPrimaryKeyColumns</a></strong>()</code> <div class="block">Get the primary key columns.</div> </td> </tr> </tbody> </table> -<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing constructors, and an explanation"> +<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing constructors, and an explanation"> <caption><span>Constructor parameters in <a href="../../../../org/apache/kudu/package-summary.html">org.apache.kudu</a> with type arguments of type <a href="../../../../org/apache/kudu/ColumnSchema.html" title="class in org.apache.kudu">ColumnSchema</a></span><span class="tabEnd"> </span></caption> <tr> <th class="colOne" scope="col">Constructor and Description</th> </tr> <tbody> <tr class="altColor"> -<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/kudu/Schema.html#Schema-java.util.List-">Schema</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/ColumnSchema.html" title="class in org.apache.kudu">ColumnSchema</a>> columns)</code> +<td class="colLast"><code><strong><a href="../../../../org/apache/kudu/Schema.html#Schema(java.util.List)">Schema</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/ColumnSchema.html" title="class in org.apache.kudu">ColumnSchema</a>> columns)</code> <div class="block">Constructs a schema using the specified columns and does some internal accounting</div> </td> </tr> <tr class="rowColor"> -<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/kudu/Schema.html#Schema-java.util.List-java.util.List-">Schema</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/ColumnSchema.html" title="class in org.apache.kudu">ColumnSchema</a>> columns, +<td class="colLast"><code><strong><a href="../../../../org/apache/kudu/Schema.html#Schema(java.util.List,%20java.util.List)">Schema</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/ColumnSchema.html" title="class in org.apache.kudu">ColumnSchema</a>> columns, <a href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a><<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>> columnIds)</code> <div class="block">Constructs a schema using the specified columns and IDs.</div> </td> @@ -165,7 +157,7 @@ <!-- --> </a> <h3>Uses of <a href="../../../../org/apache/kudu/ColumnSchema.html" title="class in org.apache.kudu">ColumnSchema</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/ColumnSchema.html" title="class in org.apache.kudu">ColumnSchema</a></span><span class="tabEnd"> </span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> @@ -174,14 +166,14 @@ <tbody> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../org/apache/kudu/ColumnSchema.html" title="class in org.apache.kudu">ColumnSchema</a></code></td> -<td class="colLast"><span class="typeNameLabel">ColumnRangePredicate.</span><code><span class="memberNameLink"><a href="../../../../org/apache/kudu/client/ColumnRangePredicate.html#getColumn--">getColumn</a></span>()</code> -<div class="block"><span class="deprecatedLabel">Deprecated.</span> </div> +<td class="colLast"><span class="strong">ColumnRangePredicate.</span><code><strong><a href="../../../../org/apache/kudu/client/ColumnRangePredicate.html#getColumn()">getColumn</a></strong>()</code> +<div class="block"><strong>Deprecated.</strong> </div> <div class="block">Get the column used by this predicate</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/ColumnSchema.html" title="class in org.apache.kudu">ColumnSchema</a></span><span class="tabEnd"> </span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> @@ -190,7 +182,7 @@ <tbody> <tr class="altColor"> <td class="colFirst"><code>static <a href="../../../../org/apache/kudu/client/KuduPredicate.html" title="class in org.apache.kudu.client">KuduPredicate</a></code></td> -<td class="colLast"><span class="typeNameLabel">KuduPredicate.</span><code><span class="memberNameLink"><a href="../../../../org/apache/kudu/client/KuduPredicate.html#newComparisonPredicate-org.apache.kudu.ColumnSchema-org.apache.kudu.client.KuduPredicate.ComparisonOp-boolean-">newComparisonPredicate</a></span>(<a href="../../../../org/apache/kudu/ColumnSchema.html" title="class in org.apache.kudu">ColumnSchema</a> column, +<td class="colLast"><span class="strong">KuduPredicate.</span><code><strong><a href="../../../../org/apache/kudu/client/KuduPredicate.html#newComparisonPredicate(org.apache.kudu.ColumnSchema,%20org.apache.kudu.client.KuduPredicate.ComparisonOp,%20boolean)">newComparisonPredicate</a></strong>(<a href="../../../../org/apache/kudu/ColumnSchema.html" title="class in org.apache.kudu">ColumnSchema</a> column, <a href="../../../../org/apache/kudu/client/KuduPredicate.ComparisonOp.html" title="enum in org.apache.kudu.client">KuduPredicate.ComparisonOp</a> op, boolean value)</code> <div class="block">Creates a new <code>KuduPredicate</code> on a boolean column.</div> @@ -198,7 +190,7 @@ </tr> <tr class="rowColor"> <td class="colFirst"><code>static <a href="../../../../org/apache/kudu/client/KuduPredicate.html" title="class in org.apache.kudu.client">KuduPredicate</a></code></td> -<td class="colLast"><span class="typeNameLabel">KuduPredicate.</span><code><span class="memberNameLink"><a href="../../../../org/apache/kudu/client/KuduPredicate.html#newComparisonPredicate-org.apache.kudu.ColumnSchema-org.apache.kudu.client.KuduPredicate.ComparisonOp-byte:A-">newComparisonPredicate</a></span>(<a href="../../../../org/apache/kudu/ColumnSchema.html" title="class in org.apache.kudu">ColumnSchema</a> column, +<td class="colLast"><span class="strong">KuduPredicate.</span><code><strong><a href="../../../../org/apache/kudu/client/KuduPredicate.html#newComparisonPredicate(org.apache.kudu.ColumnSchema,%20org.apache.kudu.client.KuduPredicate.ComparisonOp,%20byte[])">newComparisonPredicate</a></strong>(<a href="../../../../org/apache/kudu/ColumnSchema.html" title="class in org.apache.kudu">ColumnSchema</a> column, <a href="../../../../org/apache/kudu/client/KuduPredicate.ComparisonOp.html" title="enum in org.apache.kudu.client">KuduPredicate.ComparisonOp</a> op, byte[] value)</code> <div class="block">Creates a new comparison predicate on a binary column.</div> @@ -206,7 +198,7 @@ </tr> <tr class="altColor"> <td class="colFirst"><code>static <a href="../../../../org/apache/kudu/client/KuduPredicate.html" title="class in org.apache.kudu.client">KuduPredicate</a></code></td> -<td class="colLast"><span class="typeNameLabel">KuduPredicate.</span><code><span class="memberNameLink"><a href="../../../../org/apache/kudu/client/KuduPredicate.html#newComparisonPredicate-org.apache.kudu.ColumnSchema-org.apache.kudu.client.KuduPredicate.ComparisonOp-double-">newComparisonPredicate</a></span>(<a href="../../../../org/apache/kudu/ColumnSchema.html" title="class in org.apache.kudu">ColumnSchema</a> column, +<td class="colLast"><span class="strong">KuduPredicate.</span><code><strong><a href="../../../../org/apache/kudu/client/KuduPredicate.html#newComparisonPredicate(org.apache.kudu.ColumnSchema,%20org.apache.kudu.client.KuduPredicate.ComparisonOp,%20double)">newComparisonPredicate</a></strong>(<a href="../../../../org/apache/kudu/ColumnSchema.html" title="class in org.apache.kudu">ColumnSchema</a> column, <a href="../../../../org/apache/kudu/client/KuduPredicate.ComparisonOp.html" title="enum in org.apache.kudu.client">KuduPredicate.ComparisonOp</a> op, double value)</code> <div class="block">Creates a new comparison predicate on a double column.</div> @@ -214,7 +206,7 @@ </tr> <tr class="rowColor"> <td class="colFirst"><code>static <a href="../../../../org/apache/kudu/client/KuduPredicate.html" title="class in org.apache.kudu.client">KuduPredicate</a></code></td> -<td class="colLast"><span class="typeNameLabel">KuduPredicate.</span><code><span class="memberNameLink"><a href="../../../../org/apache/kudu/client/KuduPredicate.html#newComparisonPredicate-org.apache.kudu.ColumnSchema-org.apache.kudu.client.KuduPredicate.ComparisonOp-float-">newComparisonPredicate</a></span>(<a href="../../../../org/apache/kudu/ColumnSchema.html" title="class in org.apache.kudu">ColumnSchema</a> column, +<td class="colLast"><span class="strong">KuduPredicate.</span><code><strong><a href="../../../../org/apache/kudu/client/KuduPredicate.html#newComparisonPredicate(org.apache.kudu.ColumnSchema,%20org.apache.kudu.client.KuduPredicate.ComparisonOp,%20float)">newComparisonPredicate</a></strong>(<a href="../../../../org/apache/kudu/ColumnSchema.html" title="class in org.apache.kudu">ColumnSchema</a> column, <a href="../../../../org/apache/kudu/client/KuduPredicate.ComparisonOp.html" title="enum in org.apache.kudu.client">KuduPredicate.ComparisonOp</a> op, float value)</code> <div class="block">Creates a new comparison predicate on a float column.</div> @@ -222,7 +214,7 @@ </tr> <tr class="altColor"> <td class="colFirst"><code>static <a href="../../../../org/apache/kudu/client/KuduPredicate.html" title="class in org.apache.kudu.client">KuduPredicate</a></code></td> -<td class="colLast"><span class="typeNameLabel">KuduPredicate.</span><code><span class="memberNameLink"><a href="../../../../org/apache/kudu/client/KuduPredicate.html#newComparisonPredicate-org.apache.kudu.ColumnSchema-org.apache.kudu.client.KuduPredicate.ComparisonOp-long-">newComparisonPredicate</a></span>(<a href="../../../../org/apache/kudu/ColumnSchema.html" title="class in org.apache.kudu">ColumnSchema</a> column, +<td class="colLast"><span class="strong">KuduPredicate.</span><code><strong><a href="../../../../org/apache/kudu/client/KuduPredicate.html#newComparisonPredicate(org.apache.kudu.ColumnSchema,%20org.apache.kudu.client.KuduPredicate.ComparisonOp,%20long)">newComparisonPredicate</a></strong>(<a href="../../../../org/apache/kudu/ColumnSchema.html" title="class in org.apache.kudu">ColumnSchema</a> column, <a href="../../../../org/apache/kudu/client/KuduPredicate.ComparisonOp.html" title="enum in org.apache.kudu.client">KuduPredicate.ComparisonOp</a> op, long value)</code> <div class="block">Creates a new comparison predicate on an integer or timestamp column.</div> @@ -230,7 +222,7 @@ </tr> <tr class="rowColor"> <td class="colFirst"><code>static <a href="../../../../org/apache/kudu/client/KuduPredicate.html" title="class in org.apache.kudu.client">KuduPredicate</a></code></td> -<td class="colLast"><span class="typeNameLabel">KuduPredicate.</span><code><span class="memberNameLink"><a href="../../../../org/apache/kudu/client/KuduPredicate.html#newComparisonPredicate-org.apache.kudu.ColumnSchema-org.apache.kudu.client.KuduPredicate.ComparisonOp-java.lang.String-">newComparisonPredicate</a></span>(<a href="../../../../org/apache/kudu/ColumnSchema.html" title="class in org.apache.kudu">ColumnSchema</a> column, +<td class="colLast"><span class="strong">KuduPredicate.</span><code><strong><a href="../../../../org/apache/kudu/client/KuduPredicate.html#newComparisonPredicate(org.apache.kudu.ColumnSchema,%20org.apache.kudu.client.KuduPredicate.ComparisonOp,%20java.lang.String)">newComparisonPredicate</a></strong>(<a href="../../../../org/apache/kudu/ColumnSchema.html" title="class in org.apache.kudu">ColumnSchema</a> column, <a href="../../../../org/apache/kudu/client/KuduPredicate.ComparisonOp.html" title="enum in org.apache.kudu.client">KuduPredicate.ComparisonOp</a> op, <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> value)</code> <div class="block">Creates a new comparison predicate on a string column.</div> @@ -238,15 +230,15 @@ </tr> </tbody> </table> -<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing constructors, and an explanation"> +<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing constructors, and an explanation"> <caption><span>Constructors in <a href="../../../../org/apache/kudu/client/package-summary.html">org.apache.kudu.client</a> with parameters of type <a href="../../../../org/apache/kudu/ColumnSchema.html" title="class in org.apache.kudu">ColumnSchema</a></span><span class="tabEnd"> </span></caption> <tr> <th class="colOne" scope="col">Constructor and Description</th> </tr> <tbody> <tr class="altColor"> -<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/kudu/client/ColumnRangePredicate.html#ColumnRangePredicate-org.apache.kudu.ColumnSchema-">ColumnRangePredicate</a></span>(<a href="../../../../org/apache/kudu/ColumnSchema.html" title="class in org.apache.kudu">ColumnSchema</a> column)</code> -<div class="block"><span class="deprecatedLabel">Deprecated.</span> </div> +<td class="colLast"><code><strong><a href="../../../../org/apache/kudu/client/ColumnRangePredicate.html#ColumnRangePredicate(org.apache.kudu.ColumnSchema)">ColumnRangePredicate</a></strong>(<a href="../../../../org/apache/kudu/ColumnSchema.html" title="class in org.apache.kudu">ColumnSchema</a> column)</code> +<div class="block"><strong>Deprecated.</strong> </div> <div class="block">Create the predicate on the specified column</div> </td> </tr> @@ -258,11 +250,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"> @@ -283,10 +273,10 @@ </ul> <ul class="navList"> <li><a href="../../../../index.html?org/apache/kudu/class-use/ColumnSchema.html" target="_top">Frames</a></li> -<li><a href="ColumnSchema.html" target="_top">No Frames</a></li> +<li><a href="ColumnSchema.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"><!-- @@ -300,7 +290,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-site/blob/20adff6a/apidocs/org/apache/kudu/class-use/Schema.html ---------------------------------------------------------------------- diff --git a/apidocs/org/apache/kudu/class-use/Schema.html b/apidocs/org/apache/kudu/class-use/Schema.html index 7ca954b..b67f46e 100644 --- a/apidocs/org/apache/kudu/class-use/Schema.html +++ b/apidocs/org/apache/kudu/class-use/Schema.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.Schema (Kudu 1.0.0 API)</title> +<meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> +<title>Uses of Class org.apache.kudu.Schema (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.Schema (Kudu 1.0.0 API)"; - } - } - catch(err) { + if (location.href.indexOf('is-external=true') == -1) { + parent.document.title="Uses of Class org.apache.kudu.Schema (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/class-use/Schema.html" target="_top">Frames</a></li> -<li><a href="Schema.html" target="_top">No Frames</a></li> +<li><a href="Schema.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/Schema.html" title="class in org.apache.kudu">Schema</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/Schema.html" title="class in org.apache.kudu">Schema</a> in <a href="../../../../org/apache/kudu/package-summary.html">org.apache.kudu</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/package-summary.html">org.apache.kudu</a> that return <a href="../../../../org/apache/kudu/Schema.html" title="class in org.apache.kudu">Schema</a></span><span class="tabEnd"> </span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> @@ -108,7 +100,7 @@ <tbody> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../org/apache/kudu/Schema.html" title="class in org.apache.kudu">Schema</a></code></td> -<td class="colLast"><span class="typeNameLabel">Schema.</span><code><span class="memberNameLink"><a href="../../../../org/apache/kudu/Schema.html#getRowKeyProjection--">getRowKeyProjection</a></span>()</code> +<td class="colLast"><span class="strong">Schema.</span><code><strong><a href="../../../../org/apache/kudu/Schema.html#getRowKeyProjection()">getRowKeyProjection</a></strong>()</code> <div class="block">Get a schema that only contains the columns which are part of the key</div> </td> </tr> @@ -119,7 +111,7 @@ <!-- --> </a> <h3>Uses of <a href="../../../../org/apache/kudu/Schema.html" title="class in org.apache.kudu">Schema</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/Schema.html" title="class in org.apache.kudu">Schema</a></span><span class="tabEnd"> </span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> @@ -128,37 +120,37 @@ <tbody> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../org/apache/kudu/Schema.html" title="class in org.apache.kudu">Schema</a></code></td> -<td class="colLast"><span class="typeNameLabel">RowResult.</span><code><span class="memberNameLink"><a href="../../../../org/apache/kudu/client/RowResult.html#getColumnProjection--">getColumnProjection</a></span>()</code> +<td class="colLast"><span class="strong">RowResult.</span><code><strong><a href="../../../../org/apache/kudu/client/RowResult.html#getColumnProjection()">getColumnProjection</a></strong>()</code> <div class="block">Get the schema used for this scanner's column projection.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../../org/apache/kudu/Schema.html" title="class in org.apache.kudu">Schema</a></code></td> -<td class="colLast"><span class="typeNameLabel">KuduScanner.</span><code><span class="memberNameLink"><a href="../../../../org/apache/kudu/client/KuduScanner.html#getProjectionSchema--">getProjectionSchema</a></span>()</code> +<td class="colLast"><span class="strong">KuduScanner.</span><code><strong><a href="../../../../org/apache/kudu/client/KuduScanner.html#getProjectionSchema()">getProjectionSchema</a></strong>()</code> <div class="block">Returns the projection schema of this scanner.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../org/apache/kudu/Schema.html" title="class in org.apache.kudu">Schema</a></code></td> -<td class="colLast"><span class="typeNameLabel">AsyncKuduScanner.</span><code><span class="memberNameLink"><a href="../../../../org/apache/kudu/client/AsyncKuduScanner.html#getProjectionSchema--">getProjectionSchema</a></span>()</code> +<td class="colLast"><span class="strong">AsyncKuduScanner.</span><code><strong><a href="../../../../org/apache/kudu/client/AsyncKuduScanner.html#getProjectionSchema()">getProjectionSchema</a></strong>()</code> <div class="block">Returns the projection schema of this scanner.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../../org/apache/kudu/Schema.html" title="class in org.apache.kudu">Schema</a></code></td> -<td class="colLast"><span class="typeNameLabel">RowResult.</span><code><span class="memberNameLink"><a href="../../../../org/apache/kudu/client/RowResult.html#getSchema--">getSchema</a></span>()</code> +<td class="colLast"><span class="strong">RowResult.</span><code><strong><a href="../../../../org/apache/kudu/client/RowResult.html#getSchema()">getSchema</a></strong>()</code> <div class="block">Get the schema associated with this result.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../org/apache/kudu/Schema.html" title="class in org.apache.kudu">Schema</a></code></td> -<td class="colLast"><span class="typeNameLabel">KuduTable.</span><code><span class="memberNameLink"><a href="../../../../org/apache/kudu/client/KuduTable.html#getSchema--">getSchema</a></span>()</code> +<td class="colLast"><span class="strong">KuduTable.</span><code><strong><a href="../../../../org/apache/kudu/client/KuduTable.html#getSchema()">getSchema</a></strong>()</code> <div class="block">Get this table's schema, as of the moment this instance was created.</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/Schema.html" title="class in org.apache.kudu">Schema</a></span><span class="tabEnd"> </span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> @@ -167,7 +159,7 @@ <tbody> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../org/apache/kudu/client/KuduTable.html" title="class in org.apache.kudu.client">KuduTable</a></code></td> -<td class="colLast"><span class="typeNameLabel">KuduClient.</span><code><span class="memberNameLink"><a href="../../../../org/apache/kudu/client/KuduClient.html#createTable-java.lang.String-org.apache.kudu.Schema-org.apache.kudu.client.CreateTableOptions-">createTable</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, +<td class="colLast"><span class="strong">KuduClient.</span><code><strong><a href="../../../../org/apache/kudu/client/KuduClient.html#createTable(java.lang.String,%20org.apache.kudu.Schema,%20org.apache.kudu.client.CreateTableOptions)">createTable</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, <a href="../../../../org/apache/kudu/Schema.html" title="class in org.apache.kudu">Schema</a> schema, <a href="../../../../org/apache/kudu/client/CreateTableOptions.html" title="class in org.apache.kudu.client">CreateTableOptions</a> builder)</code> <div class="block">Create a table on the cluster with the specified name, schema, and table configurations.</div> @@ -175,7 +167,7 @@ </tr> <tr class="rowColor"> <td class="colFirst"><code>com.stumbleupon.async.Deferred<<a href="../../../../org/apache/kudu/client/KuduTable.html" title="class in org.apache.kudu.client">KuduTable</a>></code></td> -<td class="colLast"><span class="typeNameLabel">AsyncKuduClient.</span><code><span class="memberNameLink"><a href="../../../../org/apache/kudu/client/AsyncKuduClient.html#createTable-java.lang.String-org.apache.kudu.Schema-org.apache.kudu.client.CreateTableOptions-">createTable</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, +<td class="colLast"><span class="strong">AsyncKuduClient.</span><code><strong><a href="../../../../org/apache/kudu/client/AsyncKuduClient.html#createTable(java.lang.String,%20org.apache.kudu.Schema,%20org.apache.kudu.client.CreateTableOptions)">createTable</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, <a href="../../../../org/apache/kudu/Schema.html" title="class in org.apache.kudu">Schema</a> schema, <a href="../../../../org/apache/kudu/client/CreateTableOptions.html" title="class in org.apache.kudu.client">CreateTableOptions</a> builder)</code> <div class="block">Create a table on the cluster with the specified name, schema, and table configurations.</div> @@ -183,22 +175,22 @@ </tr> <tr class="altColor"> <td class="colFirst"><code>static <a href="../../../../org/apache/kudu/client/KuduPredicate.html" title="class in org.apache.kudu.client">KuduPredicate</a></code></td> -<td class="colLast"><span class="typeNameLabel">KuduPredicate.</span><code><span class="memberNameLink"><a href="../../../../org/apache/kudu/client/KuduPredicate.html#fromPB-org.apache.kudu.Schema-org.apache.kudu.Common.ColumnPredicatePB-">fromPB</a></span>(<a href="../../../../org/apache/kudu/Schema.html" title="class in org.apache.kudu">Schema</a> schema, +<td class="colLast"><span class="strong">KuduPredicate.</span><code><strong><a href="../../../../org/apache/kudu/client/KuduPredicate.html#fromPB(org.apache.kudu.Schema,%20org.apache.kudu.Common.ColumnPredicatePB)">fromPB</a></strong>(<a href="../../../../org/apache/kudu/Schema.html" title="class in org.apache.kudu">Schema</a> schema, org.apache.kudu.Common.ColumnPredicatePB pb)</code> <div class="block">Convert a column predicate protobuf message into a predicate.</div> </td> </tr> </tbody> </table> -<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing constructors, and an explanation"> +<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing constructors, and an explanation"> <caption><span>Constructors in <a href="../../../../org/apache/kudu/client/package-summary.html">org.apache.kudu.client</a> with parameters of type <a href="../../../../org/apache/kudu/Schema.html" title="class in org.apache.kudu">Schema</a></span><span class="tabEnd"> </span></caption> <tr> <th class="colOne" scope="col">Constructor and Description</th> </tr> <tbody> <tr class="altColor"> -<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/kudu/client/PartialRow.html#PartialRow-org.apache.kudu.Schema-">PartialRow</a></span>(<a href="../../../../org/apache/kudu/Schema.html" title="class in org.apache.kudu">Schema</a> schema)</code> -<div class="block">This is not a stable API, prefer using <a href="../../../../org/apache/kudu/Schema.html#newPartialRow--"><code>newPartialRow()</code></a> +<td class="colLast"><code><strong><a href="../../../../org/apache/kudu/client/PartialRow.html#PartialRow(org.apache.kudu.Schema)">PartialRow</a></strong>(<a href="../../../../org/apache/kudu/Schema.html" title="class in org.apache.kudu">Schema</a> schema)</code> +<div class="block">This is not a stable API, prefer using <a href="../../../../org/apache/kudu/Schema.html#newPartialRow()"><code>newPartialRow()</code></a> to create a new partial row.</div> </td> </tr> @@ -210,11 +202,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"> @@ -235,10 +225,10 @@ </ul> <ul class="navList"> <li><a href="../../../../index.html?org/apache/kudu/class-use/Schema.html" target="_top">Frames</a></li> -<li><a href="Schema.html" target="_top">No Frames</a></li> +<li><a href="Schema.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"><!-- @@ -252,7 +242,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-site/blob/20adff6a/apidocs/org/apache/kudu/class-use/Type.html ---------------------------------------------------------------------- diff --git a/apidocs/org/apache/kudu/class-use/Type.html b/apidocs/org/apache/kudu/class-use/Type.html index 37c2e5e..7f50b7f 100644 --- a/apidocs/org/apache/kudu/class-use/Type.html +++ b/apidocs/org/apache/kudu/class-use/Type.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.Type (Kudu 1.0.0 API)</title> +<meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> +<title>Uses of Class org.apache.kudu.Type (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.Type (Kudu 1.0.0 API)"; - } - } - catch(err) { + if (location.href.indexOf('is-external=true') == -1) { + parent.document.title="Uses of Class org.apache.kudu.Type (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/class-use/Type.html" target="_top">Frames</a></li> -<li><a href="Type.html" target="_top">No Frames</a></li> +<li><a href="Type.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/Type.html" title="enum in org.apache.kudu">Type</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/Type.html" title="enum in org.apache.kudu">Type</a> in <a href="../../../../org/apache/kudu/package-summary.html">org.apache.kudu</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/package-summary.html">org.apache.kudu</a> that return <a href="../../../../org/apache/kudu/Type.html" title="enum in org.apache.kudu">Type</a></span><span class="tabEnd"> </span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> @@ -108,25 +100,25 @@ <tbody> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../org/apache/kudu/Type.html" title="enum in org.apache.kudu">Type</a></code></td> -<td class="colLast"><span class="typeNameLabel">ColumnSchema.</span><code><span class="memberNameLink"><a href="../../../../org/apache/kudu/ColumnSchema.html#getType--">getType</a></span>()</code> +<td class="colLast"><span class="strong">ColumnSchema.</span><code><strong><a href="../../../../org/apache/kudu/ColumnSchema.html#getType()">getType</a></strong>()</code> <div class="block">Get the column's Type</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static <a href="../../../../org/apache/kudu/Type.html" title="enum in org.apache.kudu">Type</a></code></td> -<td class="colLast"><span class="typeNameLabel">Type.</span><code><span class="memberNameLink"><a href="../../../../org/apache/kudu/Type.html#getTypeForDataType-org.apache.kudu.Common.DataType-">getTypeForDataType</a></span>(org.apache.kudu.Common.DataType type)</code> +<td class="colLast"><span class="strong">Type.</span><code><strong><a href="../../../../org/apache/kudu/Type.html#getTypeForDataType(org.apache.kudu.Common.DataType)">getTypeForDataType</a></strong>(org.apache.kudu.Common.DataType type)</code> <div class="block">Convert the pb DataType to a Type</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static <a href="../../../../org/apache/kudu/Type.html" title="enum in org.apache.kudu">Type</a></code></td> -<td class="colLast"><span class="typeNameLabel">Type.</span><code><span class="memberNameLink"><a href="../../../../org/apache/kudu/Type.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">Type.</span><code><strong><a href="../../../../org/apache/kudu/Type.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/Type.html" title="enum in org.apache.kudu">Type</a>[]</code></td> -<td class="colLast"><span class="typeNameLabel">Type.</span><code><span class="memberNameLink"><a href="../../../../org/apache/kudu/Type.html#values--">values</a></span>()</code> +<td class="colLast"><span class="strong">Type.</span><code><strong><a href="../../../../org/apache/kudu/Type.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> @@ -138,7 +130,7 @@ the order they are declared.</div> <!-- --> </a> <h3>Uses of <a href="../../../../org/apache/kudu/Type.html" title="enum in org.apache.kudu">Type</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/Type.html" title="enum in org.apache.kudu">Type</a></span><span class="tabEnd"> </span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> @@ -147,19 +139,19 @@ the order they are declared.</div> <tbody> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../org/apache/kudu/Type.html" title="enum in org.apache.kudu">Type</a></code></td> -<td class="colLast"><span class="typeNameLabel">RowResult.</span><code><span class="memberNameLink"><a href="../../../../org/apache/kudu/client/RowResult.html#getColumnType-int-">getColumnType</a></span>(int columnIndex)</code> +<td class="colLast"><span class="strong">RowResult.</span><code><strong><a href="../../../../org/apache/kudu/client/RowResult.html#getColumnType(int)">getColumnType</a></strong>(int columnIndex)</code> <div class="block">Get the type of a column in this result.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../../org/apache/kudu/Type.html" title="enum in org.apache.kudu">Type</a></code></td> -<td class="colLast"><span class="typeNameLabel">RowResult.</span><code><span class="memberNameLink"><a href="../../../../org/apache/kudu/client/RowResult.html#getColumnType-java.lang.String-">getColumnType</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> columnName)</code> +<td class="colLast"><span class="strong">RowResult.</span><code><strong><a href="../../../../org/apache/kudu/client/RowResult.html#getColumnType(java.lang.String)">getColumnType</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> columnName)</code> <div class="block">Get the type of a column in this result.</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/Type.html" title="enum in org.apache.kudu">Type</a></span><span class="tabEnd"> </span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> @@ -168,7 +160,7 @@ the order they are declared.</div> <tbody> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../org/apache/kudu/client/AlterTableOptions.html" title="class in org.apache.kudu.client">AlterTableOptions</a></code></td> -<td class="colLast"><span class="typeNameLabel">AlterTableOptions.</span><code><span class="memberNameLink"><a href="../../../../org/apache/kudu/client/AlterTableOptions.html#addColumn-java.lang.String-org.apache.kudu.Type-java.lang.Object-">addColumn</a></span>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> name, +<td class="colLast"><span class="strong">AlterTableOptions.</span><code><strong><a href="../../../../org/apache/kudu/client/AlterTableOptions.html#addColumn(java.lang.String,%20org.apache.kudu.Type,%20java.lang.Object)">addColumn</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, <a href="../../../../org/apache/kudu/Type.html" title="enum in org.apache.kudu">Type</a> type, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> defaultVal)</code> <div class="block">Add a new column that's not nullable.</div> @@ -176,7 +168,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#addNullableColumn-java.lang.String-org.apache.kudu.Type-">addNullableColumn</a></span>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> name, +<td class="colLast"><span class="strong">AlterTableOptions.</span><code><strong><a href="../../../../org/apache/kudu/client/AlterTableOptions.html#addNullableColumn(java.lang.String,%20org.apache.kudu.Type)">addNullableColumn</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, <a href="../../../../org/apache/kudu/Type.html" title="enum in org.apache.kudu">Type</a> type)</code> <div class="block">Add a new column that's nullable, thus has no default value.</div> </td> @@ -189,11 +181,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"> @@ -214,10 +204,10 @@ the order they are declared.</div> </ul> <ul class="navList"> <li><a href="../../../../index.html?org/apache/kudu/class-use/Type.html" target="_top">Frames</a></li> -<li><a href="Type.html" target="_top">No Frames</a></li> +<li><a href="Type.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"><!-- @@ -231,7 +221,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 ======= -->
