blob: 2fb235ee13bc73b1f6a0bb1b9400cb22fba2c719 [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>Index</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="Index";
}
}
catch(err) {
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="overview-summary.html">Overview</a></li>
<li>Package</li>
<li>Class</li>
<li><a href="overview-tree.html">Tree</a></li>
<li><a href="deprecated-list.html">Deprecated</a></li>
<li class="navBarCell1Rev">Index</li>
<li><a href="help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="index.html?index-all.html" target="_top">Frames</a></li>
<li><a href="index-all.html" target="_top">No&nbsp;Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="allclasses-noframe.html">All&nbsp;Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="contentContainer"><a href="#I:A">A</a>&nbsp;<a href="#I:B">B</a>&nbsp;<a href="#I:C">C</a>&nbsp;<a href="#I:D">D</a>&nbsp;<a href="#I:E">E</a>&nbsp;<a href="#I:F">F</a>&nbsp;<a href="#I:G">G</a>&nbsp;<a href="#I:H">H</a>&nbsp;<a href="#I:I">I</a>&nbsp;<a href="#I:J">J</a>&nbsp;<a href="#I:K">K</a>&nbsp;<a href="#I:L">L</a>&nbsp;<a href="#I:M">M</a>&nbsp;<a href="#I:N">N</a>&nbsp;<a href="#I:O">O</a>&nbsp;<a href="#I:P">P</a>&nbsp;<a href="#I:R">R</a>&nbsp;<a href="#I:S">S</a>&nbsp;<a href="#I:T">T</a>&nbsp;<a href="#I:U">U</a>&nbsp;<a href="#I:V">V</a>&nbsp;<a href="#I:W">W</a>&nbsp;<a name="I:A">
<!-- -->
</a>
<h2 class="title">A</h2>
<dl>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/Status.html#Aborted-java.lang.String-">Aborted(String)</a></span> - Static method in class org.apache.kudu.client.<a href="org/apache/kudu/client/Status.html" title="class in org.apache.kudu.client">Status</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/Status.html#Aborted-java.lang.String-int-">Aborted(String, int)</a></span> - Static method in class org.apache.kudu.client.<a href="org/apache/kudu/client/Status.html" title="class in org.apache.kudu.client">Status</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/kudu/client/AbstractKuduScannerBuilder.html" title="class in org.apache.kudu.client"><span class="typeNameLink">AbstractKuduScannerBuilder</span></a>&lt;<a href="org/apache/kudu/client/AbstractKuduScannerBuilder.html" title="type parameter in AbstractKuduScannerBuilder">S</a> extends <a href="org/apache/kudu/client/AbstractKuduScannerBuilder.html" title="class in org.apache.kudu.client">AbstractKuduScannerBuilder</a>&lt;? super <a href="org/apache/kudu/client/AbstractKuduScannerBuilder.html" title="type parameter in AbstractKuduScannerBuilder">S</a>,<a href="org/apache/kudu/client/AbstractKuduScannerBuilder.html" title="type parameter in AbstractKuduScannerBuilder">T</a>&gt;,<a href="org/apache/kudu/client/AbstractKuduScannerBuilder.html" title="type parameter in AbstractKuduScannerBuilder">T</a>&gt; - Class in <a href="org/apache/kudu/client/package-summary.html">org.apache.kudu.client</a></dt>
<dd>
<div class="block">Abstract class to extend in order to create builders for scanners.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/PartialRow.html#addBinary-int-byte:A-">addBinary(int, byte[])</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/PartialRow.html" title="class in org.apache.kudu.client">PartialRow</a></dt>
<dd>
<div class="block">Add binary data with the specified value.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/PartialRow.html#addBinary-int-java.nio.ByteBuffer-">addBinary(int, ByteBuffer)</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/PartialRow.html" title="class in org.apache.kudu.client">PartialRow</a></dt>
<dd>
<div class="block">Add binary data with the specified value, from the current ByteBuffer's position to its limit.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/PartialRow.html#addBinary-java.lang.String-byte:A-">addBinary(String, byte[])</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/PartialRow.html" title="class in org.apache.kudu.client">PartialRow</a></dt>
<dd>
<div class="block">Add binary data with the specified value.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/PartialRow.html#addBinary-java.lang.String-java.nio.ByteBuffer-">addBinary(String, ByteBuffer)</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/PartialRow.html" title="class in org.apache.kudu.client">PartialRow</a></dt>
<dd>
<div class="block">Add binary data with the specified value, from the current ByteBuffer's position to its limit.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/PartialRow.html#addBoolean-int-boolean-">addBoolean(int, boolean)</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/PartialRow.html" title="class in org.apache.kudu.client">PartialRow</a></dt>
<dd>
<div class="block">Add a boolean for the specified column.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/PartialRow.html#addBoolean-java.lang.String-boolean-">addBoolean(String, boolean)</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/PartialRow.html" title="class in org.apache.kudu.client">PartialRow</a></dt>
<dd>
<div class="block">Add a boolean for the specified column.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/PartialRow.html#addByte-int-byte-">addByte(int, byte)</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/PartialRow.html" title="class in org.apache.kudu.client">PartialRow</a></dt>
<dd>
<div class="block">Add a byte for the specified column.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/PartialRow.html#addByte-java.lang.String-byte-">addByte(String, byte)</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/PartialRow.html" title="class in org.apache.kudu.client">PartialRow</a></dt>
<dd>
<div class="block">Add a byte for the specified column.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/AlterTableOptions.html#addColumn-org.apache.kudu.ColumnSchema-">addColumn(ColumnSchema)</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/AlterTableOptions.html" title="class in org.apache.kudu.client">AlterTableOptions</a></dt>
<dd>
<div class="block">Add a new column.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/AlterTableOptions.html#addColumn-java.lang.String-org.apache.kudu.Type-java.lang.Object-">addColumn(String, Type, Object)</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/AlterTableOptions.html" title="class in org.apache.kudu.client">AlterTableOptions</a></dt>
<dd>
<div class="block">Add a new column that's not nullable.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/AbstractKuduScannerBuilder.html#addColumnRangePredicate-org.apache.kudu.client.ColumnRangePredicate-">addColumnRangePredicate(ColumnRangePredicate)</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/AbstractKuduScannerBuilder.html" title="class in org.apache.kudu.client">AbstractKuduScannerBuilder</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">use <a href="org/apache/kudu/client/AbstractKuduScannerBuilder.html#addPredicate-org.apache.kudu.client.KuduPredicate-"><code>AbstractKuduScannerBuilder.addPredicate(KuduPredicate)</code></a></span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/AbstractKuduScannerBuilder.html#addColumnRangePredicatesRaw-byte:A-">addColumnRangePredicatesRaw(byte[])</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/AbstractKuduScannerBuilder.html" title="class in org.apache.kudu.client">AbstractKuduScannerBuilder</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">use <a href="org/apache/kudu/client/AbstractKuduScannerBuilder.html#addPredicate-org.apache.kudu.client.KuduPredicate-"><code>AbstractKuduScannerBuilder.addPredicate(org.apache.kudu.client.KuduPredicate)</code></a></span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/PartialRow.html#addDate-int-java.sql.Date-">addDate(int, Date)</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/PartialRow.html" title="class in org.apache.kudu.client">PartialRow</a></dt>
<dd>
<div class="block">Add a sql.Date for the specified column.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/PartialRow.html#addDate-java.lang.String-java.sql.Date-">addDate(String, Date)</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/PartialRow.html" title="class in org.apache.kudu.client">PartialRow</a></dt>
<dd>
<div class="block">Add a Date for the specified column.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/PartialRow.html#addDecimal-int-java.math.BigDecimal-">addDecimal(int, BigDecimal)</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/PartialRow.html" title="class in org.apache.kudu.client">PartialRow</a></dt>
<dd>
<div class="block">Add a Decimal for the specified column.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/PartialRow.html#addDecimal-java.lang.String-java.math.BigDecimal-">addDecimal(String, BigDecimal)</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/PartialRow.html" title="class in org.apache.kudu.client">PartialRow</a></dt>
<dd>
<div class="block">Add a Decimal for the specified column.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/PartialRow.html#addDouble-int-double-">addDouble(int, double)</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/PartialRow.html" title="class in org.apache.kudu.client">PartialRow</a></dt>
<dd>
<div class="block">Add an double for the specified column.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/PartialRow.html#addDouble-java.lang.String-double-">addDouble(String, double)</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/PartialRow.html" title="class in org.apache.kudu.client">PartialRow</a></dt>
<dd>
<div class="block">Add an double for the specified column.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/PartialRow.html#addFloat-int-float-">addFloat(int, float)</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/PartialRow.html" title="class in org.apache.kudu.client">PartialRow</a></dt>
<dd>
<div class="block">Add an float for the specified column.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/PartialRow.html#addFloat-java.lang.String-float-">addFloat(String, float)</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/PartialRow.html" title="class in org.apache.kudu.client">PartialRow</a></dt>
<dd>
<div class="block">Add an float for the specified column.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/CreateTableOptions.html#addHashPartitions-java.util.List-int-">addHashPartitions(List&lt;String&gt;, int)</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/CreateTableOptions.html" title="class in org.apache.kudu.client">CreateTableOptions</a></dt>
<dd>
<div class="block">Add a set of hash partitions to the table.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/CreateTableOptions.html#addHashPartitions-java.util.List-int-int-">addHashPartitions(List&lt;String&gt;, int, int)</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/CreateTableOptions.html" title="class in org.apache.kudu.client">CreateTableOptions</a></dt>
<dd>
<div class="block">Add a set of hash partitions to the table.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/RangePartitionWithCustomHashSchema.html#addHashPartitions-java.util.List-int-int-">addHashPartitions(List&lt;String&gt;, int, int)</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/RangePartitionWithCustomHashSchema.html" title="class in org.apache.kudu.client">RangePartitionWithCustomHashSchema</a></dt>
<dd>
<div class="block">Add a level of hash sub-partitioning for this range partition.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/PartialRow.html#addInt-int-int-">addInt(int, int)</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/PartialRow.html" title="class in org.apache.kudu.client">PartialRow</a></dt>
<dd>
<div class="block">Add an int for the specified column.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/PartialRow.html#addInt-java.lang.String-int-">addInt(String, int)</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/PartialRow.html" title="class in org.apache.kudu.client">PartialRow</a></dt>
<dd>
<div class="block">Add an int for the specified column.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/PartialRow.html#addLong-int-long-">addLong(int, long)</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/PartialRow.html" title="class in org.apache.kudu.client">PartialRow</a></dt>
<dd>
<div class="block">Add an long for the specified column.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/PartialRow.html#addLong-java.lang.String-long-">addLong(String, long)</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/PartialRow.html" title="class in org.apache.kudu.client">PartialRow</a></dt>
<dd>
<div class="block">Add an long for the specified column.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/AlterTableOptions.html#addNullableColumn-java.lang.String-org.apache.kudu.Type-">addNullableColumn(String, Type)</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/AlterTableOptions.html" title="class in org.apache.kudu.client">AlterTableOptions</a></dt>
<dd>
<div class="block">Add a new column that's nullable and has no default value.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/AlterTableOptions.html#addNullableColumn-java.lang.String-org.apache.kudu.Type-java.lang.Object-">addNullableColumn(String, Type, Object)</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/AlterTableOptions.html" title="class in org.apache.kudu.client">AlterTableOptions</a></dt>
<dd>
<div class="block">Add a new column that's nullable.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/PartialRow.html#addObject-java.lang.String-java.lang.Object-">addObject(String, Object)</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/PartialRow.html" title="class in org.apache.kudu.client">PartialRow</a></dt>
<dd>
<div class="block">Add the specified column's value as an Object.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/PartialRow.html#addObject-int-java.lang.Object-">addObject(int, Object)</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/PartialRow.html" title="class in org.apache.kudu.client">PartialRow</a></dt>
<dd>
<div class="block">Add the specified column's value as an Object.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/AbstractKuduScannerBuilder.html#addPredicate-org.apache.kudu.client.KuduPredicate-">addPredicate(KuduPredicate)</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/AbstractKuduScannerBuilder.html" title="class in org.apache.kudu.client">AbstractKuduScannerBuilder</a></dt>
<dd>
<div class="block">Adds a predicate to the scan.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/AlterTableOptions.html#addRangePartition-org.apache.kudu.client.PartialRow-org.apache.kudu.client.PartialRow-">addRangePartition(PartialRow, PartialRow)</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/AlterTableOptions.html" title="class in org.apache.kudu.client">AlterTableOptions</a></dt>
<dd>
<div class="block">Add a range partition to the table with an inclusive lower bound and an exclusive upper bound.</div>
</dd>
<dt><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(PartialRow, PartialRow, RangePartitionBound, RangePartitionBound)</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/AlterTableOptions.html" title="class in org.apache.kudu.client">AlterTableOptions</a></dt>
<dd>
<div class="block">Add a range partition to the table with a lower bound and upper bound.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/AlterTableOptions.html#addRangePartition-org.apache.kudu.client.PartialRow-org.apache.kudu.client.PartialRow-java.lang.String-org.apache.kudu.client.RangePartitionBound-org.apache.kudu.client.RangePartitionBound-">addRangePartition(PartialRow, PartialRow, String, RangePartitionBound, RangePartitionBound)</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/AlterTableOptions.html" title="class in org.apache.kudu.client">AlterTableOptions</a></dt>
<dd>
<div class="block">Add a range partition to the table with dimension label.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/AlterTableOptions.html#addRangePartition-org.apache.kudu.client.RangePartitionWithCustomHashSchema-">addRangePartition(RangePartitionWithCustomHashSchema)</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/AlterTableOptions.html" title="class in org.apache.kudu.client">AlterTableOptions</a></dt>
<dd>
<div class="block">Similar to the other addRangePartition() methods, but instead of adding a
range with table-wide hash schema, this method adds a range with
custom hash schema.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/CreateTableOptions.html#addRangePartition-org.apache.kudu.client.PartialRow-org.apache.kudu.client.PartialRow-">addRangePartition(PartialRow, PartialRow)</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/CreateTableOptions.html" title="class in org.apache.kudu.client">CreateTableOptions</a></dt>
<dd>
<div class="block">Add a range partition to the table with an inclusive lower bound and an
exclusive upper bound.</div>
</dd>
<dt><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(PartialRow, PartialRow, RangePartitionBound, RangePartitionBound)</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/CreateTableOptions.html" title="class in org.apache.kudu.client">CreateTableOptions</a></dt>
<dd>
<div class="block">Add a range partition partition to the table with a lower bound and upper
bound.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/CreateTableOptions.html#addRangePartition-org.apache.kudu.client.RangePartitionWithCustomHashSchema-">addRangePartition(RangePartitionWithCustomHashSchema)</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/CreateTableOptions.html" title="class in org.apache.kudu.client">CreateTableOptions</a></dt>
<dd>
<div class="block">Add range partition with custom hash schema.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/PartialRow.html#addShort-int-short-">addShort(int, short)</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/PartialRow.html" title="class in org.apache.kudu.client">PartialRow</a></dt>
<dd>
<div class="block">Add a short for the specified column.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/PartialRow.html#addShort-java.lang.String-short-">addShort(String, short)</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/PartialRow.html" title="class in org.apache.kudu.client">PartialRow</a></dt>
<dd>
<div class="block">Add a short for the specified column.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/CreateTableOptions.html#addSplitRow-org.apache.kudu.client.PartialRow-">addSplitRow(PartialRow)</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/CreateTableOptions.html" title="class in org.apache.kudu.client">CreateTableOptions</a></dt>
<dd>
<div class="block">Add a range partition split.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/PartialRow.html#addString-int-java.lang.String-">addString(int, String)</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/PartialRow.html" title="class in org.apache.kudu.client">PartialRow</a></dt>
<dd>
<div class="block">Add a String for the specified column.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/PartialRow.html#addString-java.lang.String-java.lang.String-">addString(String, String)</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/PartialRow.html" title="class in org.apache.kudu.client">PartialRow</a></dt>
<dd>
<div class="block">Add a String for the specified column.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/PartialRow.html#addStringUtf8-int-byte:A-">addStringUtf8(int, byte[])</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/PartialRow.html" title="class in org.apache.kudu.client">PartialRow</a></dt>
<dd>
<div class="block">Add a String for the specified value, encoded as UTF8.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/PartialRow.html#addStringUtf8-java.lang.String-byte:A-">addStringUtf8(String, byte[])</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/PartialRow.html" title="class in org.apache.kudu.client">PartialRow</a></dt>
<dd>
<div class="block">Add a String for the specified value, encoded as UTF8.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/PartialRow.html#addTimestamp-int-java.sql.Timestamp-">addTimestamp(int, Timestamp)</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/PartialRow.html" title="class in org.apache.kudu.client">PartialRow</a></dt>
<dd>
<div class="block">Add a Timestamp for the specified column.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/PartialRow.html#addTimestamp-java.lang.String-java.sql.Timestamp-">addTimestamp(String, Timestamp)</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/PartialRow.html" title="class in org.apache.kudu.client">PartialRow</a></dt>
<dd>
<div class="block">Add a Timestamp for the specified column.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/PartialRow.html#addVarchar-int-java.lang.String-">addVarchar(int, String)</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/PartialRow.html" title="class in org.apache.kudu.client">PartialRow</a></dt>
<dd>
<div class="block">Add a VARCHAR for the specified column.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/PartialRow.html#addVarchar-java.lang.String-java.lang.String-">addVarchar(String, String)</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/PartialRow.html" title="class in org.apache.kudu.client">PartialRow</a></dt>
<dd>
<div class="block">Add a VARCHAR for the specified column.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/test/KuduTestHarness.html#after--">after()</a></span> - Method in class org.apache.kudu.test.<a href="org/apache/kudu/test/KuduTestHarness.html" title="class in org.apache.kudu.test">KuduTestHarness</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/Status.html#AlreadyPresent-java.lang.String-">AlreadyPresent(String)</a></span> - Static method in class org.apache.kudu.client.<a href="org/apache/kudu/client/Status.html" title="class in org.apache.kudu.client">Status</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/Status.html#AlreadyPresent-java.lang.String-int-">AlreadyPresent(String, int)</a></span> - Static method in class org.apache.kudu.client.<a href="org/apache/kudu/client/Status.html" title="class in org.apache.kudu.client">Status</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/AlterTableOptions.html#alterExtraConfigs-java.util.Map-">alterExtraConfigs(Map&lt;String, String&gt;)</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/AlterTableOptions.html" title="class in org.apache.kudu.client">AlterTableOptions</a></dt>
<dd>
<div class="block">Change the table's extra configuration properties.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/AsyncKuduClient.html#alterTable-java.lang.String-org.apache.kudu.client.AlterTableOptions-">alterTable(String, AlterTableOptions)</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/AsyncKuduClient.html" title="class in org.apache.kudu.client">AsyncKuduClient</a></dt>
<dd>
<div class="block">Alter a table on the cluster as specified by the builder.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/KuduClient.html#alterTable-java.lang.String-org.apache.kudu.client.AlterTableOptions-">alterTable(String, AlterTableOptions)</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/KuduClient.html" title="class in org.apache.kudu.client">KuduClient</a></dt>
<dd>
<div class="block">Alter a table on the cluster as specified by the builder.</div>
</dd>
<dt><a href="org/apache/kudu/client/AlterTableOptions.html" title="class in org.apache.kudu.client"><span class="typeNameLink">AlterTableOptions</span></a> - Class in <a href="org/apache/kudu/client/package-summary.html">org.apache.kudu.client</a></dt>
<dd>
<div class="block">This builder must be used to alter a table.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/AlterTableOptions.html#AlterTableOptions--">AlterTableOptions()</a></span> - Constructor for class org.apache.kudu.client.<a href="org/apache/kudu/client/AlterTableOptions.html" title="class in org.apache.kudu.client">AlterTableOptions</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/kudu/client/AlterTableResponse.html" title="class in org.apache.kudu.client"><span class="typeNameLink">AlterTableResponse</span></a> - Class in <a href="org/apache/kudu/client/package-summary.html">org.apache.kudu.client</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/AsyncKuduSession.html#apply-org.apache.kudu.client.Operation-">apply(Operation)</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/AsyncKuduSession.html" title="class in org.apache.kudu.client">AsyncKuduSession</a></dt>
<dd>
<div class="block">Apply the given operation.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/KuduSession.html#apply-org.apache.kudu.client.Operation-">apply(Operation)</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/KuduSession.html" title="class in org.apache.kudu.client">KuduSession</a></dt>
<dd>
<div class="block">Apply a given <a href="org/apache/kudu/client/Operation.html" title="class in org.apache.kudu.client"><code>Operation</code></a> to Kudu as part of this session.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/test/KuduTestHarness.html#apply-org.junit.runners.model.Statement-org.junit.runner.Description-">apply(Statement, Description)</a></span> - Method in class org.apache.kudu.test.<a href="org/apache/kudu/test/KuduTestHarness.html" title="class in org.apache.kudu.test">KuduTestHarness</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/KuduTable.html#asyncGetTabletsLocations-long-">asyncGetTabletsLocations(long)</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/KuduTable.html" title="class in org.apache.kudu.client">KuduTable</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">use the <a href="org/apache/kudu/client/KuduScanToken.html" title="class in org.apache.kudu.client"><code>KuduScanToken</code></a> API</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/KuduTable.html#asyncGetTabletsLocations-byte:A-byte:A-long-">asyncGetTabletsLocations(byte[], byte[], long)</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/KuduTable.html" title="class in org.apache.kudu.client">KuduTable</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">use the <a href="org/apache/kudu/client/KuduScanToken.html" title="class in org.apache.kudu.client"><code>KuduScanToken</code></a> API</span></div>
</div>
</dd>
<dt><a href="org/apache/kudu/client/AsyncKuduClient.html" title="class in org.apache.kudu.client"><span class="typeNameLink">AsyncKuduClient</span></a> - Class in <a href="org/apache/kudu/client/package-summary.html">org.apache.kudu.client</a></dt>
<dd>
<div class="block">A fully asynchronous and thread-safe client for Kudu.</div>
</dd>
<dt><a href="org/apache/kudu/client/AsyncKuduClient.AsyncKuduClientBuilder.html" title="class in org.apache.kudu.client"><span class="typeNameLink">AsyncKuduClient.AsyncKuduClientBuilder</span></a> - Class in <a href="org/apache/kudu/client/package-summary.html">org.apache.kudu.client</a></dt>
<dd>
<div class="block">Builder class to use in order to connect to Kudu.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/AsyncKuduClient.AsyncKuduClientBuilder.html#AsyncKuduClientBuilder-java.lang.String-">AsyncKuduClientBuilder(String)</a></span> - Constructor for class org.apache.kudu.client.<a href="org/apache/kudu/client/AsyncKuduClient.AsyncKuduClientBuilder.html" title="class in org.apache.kudu.client">AsyncKuduClient.AsyncKuduClientBuilder</a></dt>
<dd>
<div class="block">Creates a new builder for a client that will connect to the specified masters.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/AsyncKuduClient.AsyncKuduClientBuilder.html#AsyncKuduClientBuilder-java.util.List-">AsyncKuduClientBuilder(List&lt;String&gt;)</a></span> - Constructor for class org.apache.kudu.client.<a href="org/apache/kudu/client/AsyncKuduClient.AsyncKuduClientBuilder.html" title="class in org.apache.kudu.client">AsyncKuduClient.AsyncKuduClientBuilder</a></dt>
<dd>
<div class="block">Creates a new builder for a client that will connect to the specified masters.</div>
</dd>
<dt><a href="org/apache/kudu/client/AsyncKuduScanner.html" title="class in org.apache.kudu.client"><span class="typeNameLink">AsyncKuduScanner</span></a> - Class in <a href="org/apache/kudu/client/package-summary.html">org.apache.kudu.client</a></dt>
<dd>
<div class="block">Creates a scanner to read data from Kudu.</div>
</dd>
<dt><a href="org/apache/kudu/client/AsyncKuduScanner.AsyncKuduScannerBuilder.html" title="class in org.apache.kudu.client"><span class="typeNameLink">AsyncKuduScanner.AsyncKuduScannerBuilder</span></a> - Class in <a href="org/apache/kudu/client/package-summary.html">org.apache.kudu.client</a></dt>
<dd>
<div class="block">A Builder class to build <a href="org/apache/kudu/client/AsyncKuduScanner.html" title="class in org.apache.kudu.client"><code>AsyncKuduScanner</code></a>.</div>
</dd>
<dt><a href="org/apache/kudu/client/AsyncKuduScanner.ReadMode.html" title="enum in org.apache.kudu.client"><span class="typeNameLink">AsyncKuduScanner.ReadMode</span></a> - Enum in <a href="org/apache/kudu/client/package-summary.html">org.apache.kudu.client</a></dt>
<dd>
<div class="block">The possible read modes for scanners.</div>
</dd>
<dt><a href="org/apache/kudu/client/AsyncKuduScanner.RowDataFormat.html" title="enum in org.apache.kudu.client"><span class="typeNameLink">AsyncKuduScanner.RowDataFormat</span></a> - Enum in <a href="org/apache/kudu/client/package-summary.html">org.apache.kudu.client</a></dt>
<dd>
<div class="block">Expected row data format in scanner result set.</div>
</dd>
<dt><a href="org/apache/kudu/client/AsyncKuduSession.html" title="class in org.apache.kudu.client"><span class="typeNameLink">AsyncKuduSession</span></a> - Class in <a href="org/apache/kudu/client/package-summary.html">org.apache.kudu.client</a></dt>
<dd>
<div class="block">An <code>AsyncKuduSession</code> belongs to a specific <a href="org/apache/kudu/client/AsyncKuduClient.html" title="class in org.apache.kudu.client"><code>AsyncKuduClient</code></a>, and represents a
context in which all write data access should take place.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/ColumnSchema.AutoIncrementingColumnSchemaBuilder.html#AutoIncrementingColumnSchemaBuilder--">AutoIncrementingColumnSchemaBuilder()</a></span> - Constructor for class org.apache.kudu.<a href="org/apache/kudu/ColumnSchema.AutoIncrementingColumnSchemaBuilder.html" title="class in org.apache.kudu">ColumnSchema.AutoIncrementingColumnSchemaBuilder</a></dt>
<dd>
<div class="block">Constructor with default parameter values for <a href="org/apache/kudu/ColumnSchema.html" title="class in org.apache.kudu"><code>ColumnSchema</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/ColumnSchema.AutoIncrementingColumnSchemaBuilder.html#AutoIncrementingColumnSchemaBuilder--">AutoIncrementingColumnSchemaBuilder()</a></span> - Constructor for class org.apache.kudu.<a href="org/apache/kudu/ColumnSchema.AutoIncrementingColumnSchemaBuilder.html" title="class in org.apache.kudu">ColumnSchema.AutoIncrementingColumnSchemaBuilder</a></dt>
<dd>
<div class="block">Constructor with default parameter values for <a href="org/apache/kudu/ColumnSchema.html" title="class in org.apache.kudu"><code>ColumnSchema</code></a>.</div>
</dd>
</dl>
<a name="I:B">
<!-- -->
</a>
<h2 class="title">B</h2>
<dl>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/AbstractKuduScannerBuilder.html#batchSizeBytes-int-">batchSizeBytes(int)</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/AbstractKuduScannerBuilder.html" title="class in org.apache.kudu.client">AbstractKuduScannerBuilder</a></dt>
<dd>
<div class="block">Sets the maximum number of bytes returned by the scanner, on each batch.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/test/KuduTestHarness.html#before--">before()</a></span> - Method in class org.apache.kudu.test.<a href="org/apache/kudu/test/KuduTestHarness.html" title="class in org.apache.kudu.test">KuduTestHarness</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/kudu/spark/tools/BigLinkedListCommon.html" title="class in org.apache.kudu.spark.tools"><span class="typeNameLink">BigLinkedListCommon</span></a> - Class in <a href="org/apache/kudu/spark/tools/package-summary.html">org.apache.kudu.spark.tools</a></dt>
<dd>
<div class="block">Static constants, helper methods, and utility classes for BigLinkedList
implementations.</div>
</dd>
<dt><a href="org/apache/kudu/util/BloomFilter.html" title="class in org.apache.kudu.util"><span class="typeNameLink">BloomFilter</span></a> - Class in <a href="org/apache/kudu/util/package-summary.html">org.apache.kudu.util</a></dt>
<dd>
<div class="block">An space-efficient filter which offers an approximate containment check.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/AsyncKuduClient.AsyncKuduClientBuilder.html#bossCount-int-">bossCount(int)</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/AsyncKuduClient.AsyncKuduClientBuilder.html" title="class in org.apache.kudu.client">AsyncKuduClient.AsyncKuduClientBuilder</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">the bossExecutor is no longer used and will have no effect if provided</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/KuduClient.KuduClientBuilder.html#bossCount-int-">bossCount(int)</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/KuduClient.KuduClientBuilder.html" title="class in org.apache.kudu.client">KuduClient.KuduClientBuilder</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">the bossExecutor is no longer used and will have no effect if provided</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/AbstractKuduScannerBuilder.html#build--">build()</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/AbstractKuduScannerBuilder.html" title="class in org.apache.kudu.client">AbstractKuduScannerBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/AsyncKuduClient.AsyncKuduClientBuilder.html#build--">build()</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/AsyncKuduClient.AsyncKuduClientBuilder.html" title="class in org.apache.kudu.client">AsyncKuduClient.AsyncKuduClientBuilder</a></dt>
<dd>
<div class="block">Creates a new client that connects to the masters.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/AsyncKuduScanner.AsyncKuduScannerBuilder.html#build--">build()</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/AsyncKuduScanner.AsyncKuduScannerBuilder.html" title="class in org.apache.kudu.client">AsyncKuduScanner.AsyncKuduScannerBuilder</a></dt>
<dd>
<div class="block">Builds an <a href="org/apache/kudu/client/AsyncKuduScanner.html" title="class in org.apache.kudu.client"><code>AsyncKuduScanner</code></a> using the passed configurations.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/KuduClient.KuduClientBuilder.html#build--">build()</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/KuduClient.KuduClientBuilder.html" title="class in org.apache.kudu.client">KuduClient.KuduClientBuilder</a></dt>
<dd>
<div class="block">Creates a new client that connects to the masters.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/KuduPartitioner.KuduPartitionerBuilder.html#build--">build()</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/KuduPartitioner.KuduPartitionerBuilder.html" title="class in org.apache.kudu.client">KuduPartitioner.KuduPartitionerBuilder</a></dt>
<dd>
<div class="block">Builds a <a href="org/apache/kudu/client/KuduPartitioner.html" title="class in org.apache.kudu.client"><code>KuduPartitioner</code></a> using the passed configurations.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/KuduScanner.KuduScannerBuilder.html#build--">build()</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/KuduScanner.KuduScannerBuilder.html" title="class in org.apache.kudu.client">KuduScanner.KuduScannerBuilder</a></dt>
<dd>
<div class="block">Builds a <a href="org/apache/kudu/client/KuduScanner.html" title="class in org.apache.kudu.client"><code>KuduScanner</code></a> using the passed configurations.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/KuduScanToken.KuduScanTokenBuilder.html#build--">build()</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/KuduScanToken.KuduScanTokenBuilder.html" title="class in org.apache.kudu.client">KuduScanToken.KuduScanTokenBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/ColumnSchema.AutoIncrementingColumnSchemaBuilder.html#build--">build()</a></span> - Method in class org.apache.kudu.<a href="org/apache/kudu/ColumnSchema.AutoIncrementingColumnSchemaBuilder.html" title="class in org.apache.kudu">ColumnSchema.AutoIncrementingColumnSchemaBuilder</a></dt>
<dd>
<div class="block">Builds a <a href="org/apache/kudu/ColumnSchema.html" title="class in org.apache.kudu"><code>ColumnSchema</code></a> for auto-incrementing column with passed parameters.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/ColumnSchema.AutoIncrementingColumnSchemaBuilder.html#build--">build()</a></span> - Method in class org.apache.kudu.<a href="org/apache/kudu/ColumnSchema.AutoIncrementingColumnSchemaBuilder.html" title="class in org.apache.kudu">ColumnSchema.AutoIncrementingColumnSchemaBuilder</a></dt>
<dd>
<div class="block">Builds a <a href="org/apache/kudu/ColumnSchema.html" title="class in org.apache.kudu"><code>ColumnSchema</code></a> for auto-incrementing column with passed parameters.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/ColumnSchema.ColumnSchemaBuilder.html#build--">build()</a></span> - Method in class org.apache.kudu.<a href="org/apache/kudu/ColumnSchema.ColumnSchemaBuilder.html" title="class in org.apache.kudu">ColumnSchema.ColumnSchemaBuilder</a></dt>
<dd>
<div class="block">Builds a <a href="org/apache/kudu/ColumnSchema.html" title="class in org.apache.kudu"><code>ColumnSchema</code></a> using the passed parameters.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/ColumnSchema.ColumnSchemaBuilder.html#build--">build()</a></span> - Method in class org.apache.kudu.<a href="org/apache/kudu/ColumnSchema.ColumnSchemaBuilder.html" title="class in org.apache.kudu">ColumnSchema.ColumnSchemaBuilder</a></dt>
<dd>
<div class="block">Builds a <a href="org/apache/kudu/ColumnSchema.html" title="class in org.apache.kudu"><code>ColumnSchema</code></a> using the passed parameters.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/ColumnTypeAttributes.ColumnTypeAttributesBuilder.html#build--">build()</a></span> - Method in class org.apache.kudu.<a href="org/apache/kudu/ColumnTypeAttributes.ColumnTypeAttributesBuilder.html" title="class in org.apache.kudu">ColumnTypeAttributes.ColumnTypeAttributesBuilder</a></dt>
<dd>
<div class="block">Builds a <a href="org/apache/kudu/ColumnTypeAttributes.html" title="class in org.apache.kudu"><code>ColumnTypeAttributes</code></a> using the passed parameters.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/ColumnTypeAttributes.ColumnTypeAttributesBuilder.html#build--">build()</a></span> - Method in class org.apache.kudu.<a href="org/apache/kudu/ColumnTypeAttributes.ColumnTypeAttributesBuilder.html" title="class in org.apache.kudu">ColumnTypeAttributes.ColumnTypeAttributesBuilder</a></dt>
<dd>
<div class="block">Builds a <a href="org/apache/kudu/ColumnTypeAttributes.html" title="class in org.apache.kudu"><code>ColumnTypeAttributes</code></a> using the passed parameters.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/KuduPartitioner.KuduPartitionerBuilder.html#buildTimeout-long-">buildTimeout(long)</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/KuduPartitioner.KuduPartitionerBuilder.html" title="class in org.apache.kudu.client">KuduPartitioner.KuduPartitionerBuilder</a></dt>
<dd>
<div class="block">Set the timeout used for building the <a href="org/apache/kudu/client/KuduPartitioner.html" title="class in org.apache.kudu.client"><code>KuduPartitioner</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/util/BloomFilter.html#byCount-int-">byCount(int)</a></span> - Static method in class org.apache.kudu.util.<a href="org/apache/kudu/util/BloomFilter.html" title="class in org.apache.kudu.util">BloomFilter</a></dt>
<dd>
<div class="block">Generate bloom filter, default hashing is <code>Murmur2</code> and false positive rate is 0.01.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/util/BloomFilter.html#byCountAndFPRate-int-double-">byCountAndFPRate(int, double)</a></span> - Static method in class org.apache.kudu.util.<a href="org/apache/kudu/util/BloomFilter.html" title="class in org.apache.kudu.util">BloomFilter</a></dt>
<dd>
<div class="block">Generate bloom filter, default hashing is <code>Murmur2</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/util/BloomFilter.html#byCountAndFPRate-int-double-org.apache.kudu.util.BloomFilter.HashFunction-">byCountAndFPRate(int, double, BloomFilter.HashFunction)</a></span> - Static method in class org.apache.kudu.util.<a href="org/apache/kudu/util/BloomFilter.html" title="class in org.apache.kudu.util">BloomFilter</a></dt>
<dd>
<div class="block">Generate bloom filter.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/util/BloomFilter.html#bySize-int-">bySize(int)</a></span> - Static method in class org.apache.kudu.util.<a href="org/apache/kudu/util/BloomFilter.html" title="class in org.apache.kudu.util">BloomFilter</a></dt>
<dd>
<div class="block">Generate bloom filter, default hashing is <code>Murmur2</code> and false positive rate is 0.01.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/util/BloomFilter.html#bySizeAndFPRate-int-double-">bySizeAndFPRate(int, double)</a></span> - Static method in class org.apache.kudu.util.<a href="org/apache/kudu/util/BloomFilter.html" title="class in org.apache.kudu.util">BloomFilter</a></dt>
<dd>
<div class="block">Generate bloom filter, default hashing is <code>Murmur2</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/util/BloomFilter.html#bySizeAndFPRate-int-double-org.apache.kudu.util.BloomFilter.HashFunction-">bySizeAndFPRate(int, double, BloomFilter.HashFunction)</a></span> - Static method in class org.apache.kudu.util.<a href="org/apache/kudu/util/BloomFilter.html" title="class in org.apache.kudu.util">BloomFilter</a></dt>
<dd>
<div class="block">Generate bloom filter.</div>
</dd>
</dl>
<a name="I:C">
<!-- -->
</a>
<h2 class="title">C</h2>
<dl>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/AbstractKuduScannerBuilder.html#cacheBlocks-boolean-">cacheBlocks(boolean)</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/AbstractKuduScannerBuilder.html" title="class in org.apache.kudu.client">AbstractKuduScannerBuilder</a></dt>
<dd>
<div class="block">Sets the block caching policy for the scanner.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/AlterTableOptions.html#changeComment-java.lang.String-java.lang.String-">changeComment(String, String)</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/AlterTableOptions.html" title="class in org.apache.kudu.client">AlterTableOptions</a></dt>
<dd>
<div class="block">Change the comment for the column.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/AlterTableOptions.html#changeCompressionAlgorithm-java.lang.String-org.apache.kudu.ColumnSchema.CompressionAlgorithm-">changeCompressionAlgorithm(String, ColumnSchema.CompressionAlgorithm)</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/AlterTableOptions.html" title="class in org.apache.kudu.client">AlterTableOptions</a></dt>
<dd>
<div class="block">Change the compression used for a column.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/AlterTableOptions.html#changeDefault-java.lang.String-java.lang.Object-">changeDefault(String, Object)</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/AlterTableOptions.html" title="class in org.apache.kudu.client">AlterTableOptions</a></dt>
<dd>
<div class="block">Change the default value for a column.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/AlterTableOptions.html#changeDesiredBlockSize-java.lang.String-int-">changeDesiredBlockSize(String, int)</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/AlterTableOptions.html" title="class in org.apache.kudu.client">AlterTableOptions</a></dt>
<dd>
<div class="block">Change the block size of a column's storage.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/AlterTableOptions.html#changeEncoding-java.lang.String-org.apache.kudu.ColumnSchema.Encoding-">changeEncoding(String, ColumnSchema.Encoding)</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/AlterTableOptions.html" title="class in org.apache.kudu.client">AlterTableOptions</a></dt>
<dd>
<div class="block">Change the encoding used for a column.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/AlterTableOptions.html#changeImmutable-java.lang.String-boolean-">changeImmutable(String, boolean)</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/AlterTableOptions.html" title="class in org.apache.kudu.client">AlterTableOptions</a></dt>
<dd>
<div class="block">Change the immutable attribute for the column.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/RowResult.html#checkNull-int-">checkNull(int)</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/RowResult.html" title="class in org.apache.kudu.client">RowResult</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/RowResult.html#checkType-int-org.apache.kudu.Type...-">checkType(int, Type...)</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/RowResult.html" title="class in org.apache.kudu.client">RowResult</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/RowResult.html#checkValidColumn-int-">checkValidColumn(int)</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/RowResult.html" title="class in org.apache.kudu.client">RowResult</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/AsyncKuduClient.html#close--">close()</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/AsyncKuduClient.html" title="class in org.apache.kudu.client">AsyncKuduClient</a></dt>
<dd>
<div class="block">Invokes <a href="org/apache/kudu/client/AsyncKuduClient.html#shutdown--"><code>AsyncKuduClient.shutdown()</code></a> and waits.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/AsyncKuduScanner.html#close--">close()</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/AsyncKuduScanner.html" title="class in org.apache.kudu.client">AsyncKuduScanner</a></dt>
<dd>
<div class="block">Closes this scanner (don't forget to call this when you're done with it!).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/AsyncKuduSession.html#close--">close()</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/AsyncKuduSession.html" title="class in org.apache.kudu.client">AsyncKuduSession</a></dt>
<dd>
<div class="block">Flushes the buffered operations and marks this session as closed.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/KuduClient.html#close--">close()</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/KuduClient.html" title="class in org.apache.kudu.client">KuduClient</a></dt>
<dd>
<div class="block">Analogous to <a href="org/apache/kudu/client/KuduClient.html#shutdown--"><code>KuduClient.shutdown()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/KuduScanner.html#close--">close()</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/KuduScanner.html" title="class in org.apache.kudu.client">KuduScanner</a></dt>
<dd>
<div class="block">Closes this scanner (don't forget to call this when you're done with it!).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/KuduSession.html#close--">close()</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/KuduSession.html" title="class in org.apache.kudu.client">KuduSession</a></dt>
<dd>
<div class="block">Blocking call that flushes the buffers (see <a href="org/apache/kudu/client/KuduSession.html#flush--"><code>KuduSession.flush()</code></a>) and closes the sessions.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/KuduTransaction.html#close--">close()</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/KuduTransaction.html" title="class in org.apache.kudu.client">KuduTransaction</a></dt>
<dd>
<div class="block">Stop keepalive heartbeating, if any was in progress for this transaction
handle.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/OperationResponse.html#collectErrors-java.util.List-">collectErrors(List&lt;OperationResponse&gt;)</a></span> - Static method in class org.apache.kudu.client.<a href="org/apache/kudu/client/OperationResponse.html" title="class in org.apache.kudu.client">OperationResponse</a></dt>
<dd>
<div class="block">Utility method that collects all the row errors from the given list of responses.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/spark/tools/BigLinkedListCommon.html#COLUMN_CLIENT">COLUMN_CLIENT</a></span> - Static variable in class org.apache.kudu.spark.tools.<a href="org/apache/kudu/spark/tools/BigLinkedListCommon.html" title="class in org.apache.kudu.spark.tools">BigLinkedListCommon</a></dt>
<dd>
<div class="block">identifier of the mapred task that generated this row.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/spark/tools/BigLinkedListCommon.html#COLUMN_CLIENT_IDX">COLUMN_CLIENT_IDX</a></span> - Static variable in class org.apache.kudu.spark.tools.<a href="org/apache/kudu/spark/tools/BigLinkedListCommon.html" title="class in org.apache.kudu.spark.tools">BigLinkedListCommon</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/spark/tools/BigLinkedListCommon.html#COLUMN_KEY_ONE">COLUMN_KEY_ONE</a></span> - Static variable in class org.apache.kudu.spark.tools.<a href="org/apache/kudu/spark/tools/BigLinkedListCommon.html" title="class in org.apache.kudu.spark.tools">BigLinkedListCommon</a></dt>
<dd>
<div class="block">Row key, two times 8 bytes.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/spark/tools/BigLinkedListCommon.html#COLUMN_KEY_ONE_IDX">COLUMN_KEY_ONE_IDX</a></span> - Static variable in class org.apache.kudu.spark.tools.<a href="org/apache/kudu/spark/tools/BigLinkedListCommon.html" title="class in org.apache.kudu.spark.tools">BigLinkedListCommon</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/spark/tools/BigLinkedListCommon.html#COLUMN_KEY_TWO">COLUMN_KEY_TWO</a></span> - Static variable in class org.apache.kudu.spark.tools.<a href="org/apache/kudu/spark/tools/BigLinkedListCommon.html" title="class in org.apache.kudu.spark.tools">BigLinkedListCommon</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/spark/tools/BigLinkedListCommon.html#COLUMN_KEY_TWO_IDX">COLUMN_KEY_TWO_IDX</a></span> - Static variable in class org.apache.kudu.spark.tools.<a href="org/apache/kudu/spark/tools/BigLinkedListCommon.html" title="class in org.apache.kudu.spark.tools">BigLinkedListCommon</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/spark/tools/BigLinkedListCommon.html#COLUMN_PREV_ONE">COLUMN_PREV_ONE</a></span> - Static variable in class org.apache.kudu.spark.tools.<a href="org/apache/kudu/spark/tools/BigLinkedListCommon.html" title="class in org.apache.kudu.spark.tools">BigLinkedListCommon</a></dt>
<dd>
<div class="block">Link to the id of the prev node in the linked list, two times 8 bytes.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/spark/tools/BigLinkedListCommon.html#COLUMN_PREV_ONE_IDX">COLUMN_PREV_ONE_IDX</a></span> - Static variable in class org.apache.kudu.spark.tools.<a href="org/apache/kudu/spark/tools/BigLinkedListCommon.html" title="class in org.apache.kudu.spark.tools">BigLinkedListCommon</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/spark/tools/BigLinkedListCommon.html#COLUMN_PREV_TWO">COLUMN_PREV_TWO</a></span> - Static variable in class org.apache.kudu.spark.tools.<a href="org/apache/kudu/spark/tools/BigLinkedListCommon.html" title="class in org.apache.kudu.spark.tools">BigLinkedListCommon</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/spark/tools/BigLinkedListCommon.html#COLUMN_PREV_TWO_IDX">COLUMN_PREV_TWO_IDX</a></span> - Static variable in class org.apache.kudu.spark.tools.<a href="org/apache/kudu/spark/tools/BigLinkedListCommon.html" title="class in org.apache.kudu.spark.tools">BigLinkedListCommon</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/spark/tools/BigLinkedListCommon.html#COLUMN_ROW_ID">COLUMN_ROW_ID</a></span> - Static variable in class org.apache.kudu.spark.tools.<a href="org/apache/kudu/spark/tools/BigLinkedListCommon.html" title="class in org.apache.kudu.spark.tools">BigLinkedListCommon</a></dt>
<dd>
<div class="block">the id of the row within the same client.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/spark/tools/BigLinkedListCommon.html#COLUMN_ROW_ID_IDX">COLUMN_ROW_ID_IDX</a></span> - Static variable in class org.apache.kudu.spark.tools.<a href="org/apache/kudu/spark/tools/BigLinkedListCommon.html" title="class in org.apache.kudu.spark.tools">BigLinkedListCommon</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/spark/tools/BigLinkedListCommon.html#COLUMN_UPDATE_COUNT">COLUMN_UPDATE_COUNT</a></span> - Static variable in class org.apache.kudu.spark.tools.<a href="org/apache/kudu/spark/tools/BigLinkedListCommon.html" title="class in org.apache.kudu.spark.tools">BigLinkedListCommon</a></dt>
<dd>
<div class="block">The number of times this row was updated.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/spark/tools/BigLinkedListCommon.html#COLUMN_UPDATE_COUNT_IDX">COLUMN_UPDATE_COUNT_IDX</a></span> - Static variable in class org.apache.kudu.spark.tools.<a href="org/apache/kudu/spark/tools/BigLinkedListCommon.html" title="class in org.apache.kudu.spark.tools">BigLinkedListCommon</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/kudu/client/ColumnRangePredicate.html" title="class in org.apache.kudu.client"><span class="typeNameLink">ColumnRangePredicate</span></a> - Class in <a href="org/apache/kudu/client/package-summary.html">org.apache.kudu.client</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">use the <a href="org/apache/kudu/client/KuduPredicate.html" title="class in org.apache.kudu.client"><code>KuduPredicate</code></a> class instead.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/ColumnRangePredicate.html#ColumnRangePredicate-org.apache.kudu.ColumnSchema-">ColumnRangePredicate(ColumnSchema)</a></span> - Constructor for class org.apache.kudu.client.<a href="org/apache/kudu/client/ColumnRangePredicate.html" title="class in org.apache.kudu.client">ColumnRangePredicate</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Create the predicate on the specified column</div>
</dd>
<dt><a href="org/apache/kudu/ColumnSchema.html" title="class in org.apache.kudu"><span class="typeNameLink">ColumnSchema</span></a> - Class in <a href="org/apache/kudu/package-summary.html">org.apache.kudu</a></dt>
<dd>
<div class="block">Represents a Kudu Table column.</div>
</dd>
<dt><a href="org/apache/kudu/ColumnSchema.html" title="class in org.apache.kudu"><span class="typeNameLink">ColumnSchema</span></a> - Class in <a href="org/apache/kudu/package-summary.html">org.apache.kudu</a></dt>
<dd>
<div class="block">Represents a Kudu Table column.</div>
</dd>
<dt><a href="org/apache/kudu/ColumnSchema.AutoIncrementingColumnSchemaBuilder.html" title="class in org.apache.kudu"><span class="typeNameLink">ColumnSchema.AutoIncrementingColumnSchemaBuilder</span></a> - Class in <a href="org/apache/kudu/package-summary.html">org.apache.kudu</a></dt>
<dd>
<div class="block">Builder for ColumnSchema of the auto-incrementing column.</div>
</dd>
<dt><a href="org/apache/kudu/ColumnSchema.AutoIncrementingColumnSchemaBuilder.html" title="class in org.apache.kudu"><span class="typeNameLink">ColumnSchema.AutoIncrementingColumnSchemaBuilder</span></a> - Class in <a href="org/apache/kudu/package-summary.html">org.apache.kudu</a></dt>
<dd>
<div class="block">Builder for ColumnSchema of the auto-incrementing column.</div>
</dd>
<dt><a href="org/apache/kudu/ColumnSchema.ColumnSchemaBuilder.html" title="class in org.apache.kudu"><span class="typeNameLink">ColumnSchema.ColumnSchemaBuilder</span></a> - Class in <a href="org/apache/kudu/package-summary.html">org.apache.kudu</a></dt>
<dd>
<div class="block">Builder for ColumnSchema.</div>
</dd>
<dt><a href="org/apache/kudu/ColumnSchema.ColumnSchemaBuilder.html" title="class in org.apache.kudu"><span class="typeNameLink">ColumnSchema.ColumnSchemaBuilder</span></a> - Class in <a href="org/apache/kudu/package-summary.html">org.apache.kudu</a></dt>
<dd>
<div class="block">Builder for ColumnSchema.</div>
</dd>
<dt><a href="org/apache/kudu/ColumnSchema.CompressionAlgorithm.html" title="enum in org.apache.kudu"><span class="typeNameLink">ColumnSchema.CompressionAlgorithm</span></a> - Enum in <a href="org/apache/kudu/package-summary.html">org.apache.kudu</a></dt>
<dd>
<div class="block">Specifies the compression algorithm of data for a column on disk.</div>
</dd>
<dt><a href="org/apache/kudu/ColumnSchema.CompressionAlgorithm.html" title="enum in org.apache.kudu"><span class="typeNameLink">ColumnSchema.CompressionAlgorithm</span></a> - Enum in <a href="org/apache/kudu/package-summary.html">org.apache.kudu</a></dt>
<dd>
<div class="block">Specifies the compression algorithm of data for a column on disk.</div>
</dd>
<dt><a href="org/apache/kudu/ColumnSchema.Encoding.html" title="enum in org.apache.kudu"><span class="typeNameLink">ColumnSchema.Encoding</span></a> - Enum in <a href="org/apache/kudu/package-summary.html">org.apache.kudu</a></dt>
<dd>
<div class="block">Specifies the encoding of data for a column on disk.</div>
</dd>
<dt><a href="org/apache/kudu/ColumnSchema.Encoding.html" title="enum in org.apache.kudu"><span class="typeNameLink">ColumnSchema.Encoding</span></a> - Enum in <a href="org/apache/kudu/package-summary.html">org.apache.kudu</a></dt>
<dd>
<div class="block">Specifies the encoding of data for a column on disk.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/ColumnSchema.ColumnSchemaBuilder.html#ColumnSchemaBuilder-java.lang.String-org.apache.kudu.Type-">ColumnSchemaBuilder(String, Type)</a></span> - Constructor for class org.apache.kudu.<a href="org/apache/kudu/ColumnSchema.ColumnSchemaBuilder.html" title="class in org.apache.kudu">ColumnSchema.ColumnSchemaBuilder</a></dt>
<dd>
<div class="block">Constructor for the required parameters.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/ColumnSchema.ColumnSchemaBuilder.html#ColumnSchemaBuilder-org.apache.kudu.ColumnSchema-">ColumnSchemaBuilder(ColumnSchema)</a></span> - Constructor for class org.apache.kudu.<a href="org/apache/kudu/ColumnSchema.ColumnSchemaBuilder.html" title="class in org.apache.kudu">ColumnSchema.ColumnSchemaBuilder</a></dt>
<dd>
<div class="block">Constructor to copy an existing columnSchema</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/ColumnSchema.ColumnSchemaBuilder.html#ColumnSchemaBuilder-java.lang.String-org.apache.kudu.Type-">ColumnSchemaBuilder(String, Type)</a></span> - Constructor for class org.apache.kudu.<a href="org/apache/kudu/ColumnSchema.ColumnSchemaBuilder.html" title="class in org.apache.kudu">ColumnSchema.ColumnSchemaBuilder</a></dt>
<dd>
<div class="block">Constructor for the required parameters.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/ColumnSchema.ColumnSchemaBuilder.html#ColumnSchemaBuilder-org.apache.kudu.ColumnSchema-">ColumnSchemaBuilder(ColumnSchema)</a></span> - Constructor for class org.apache.kudu.<a href="org/apache/kudu/ColumnSchema.ColumnSchemaBuilder.html" title="class in org.apache.kudu">ColumnSchema.ColumnSchemaBuilder</a></dt>
<dd>
<div class="block">Constructor to copy an existing columnSchema</div>
</dd>
<dt><a href="org/apache/kudu/ColumnTypeAttributes.html" title="class in org.apache.kudu"><span class="typeNameLink">ColumnTypeAttributes</span></a> - Class in <a href="org/apache/kudu/package-summary.html">org.apache.kudu</a></dt>
<dd>
<div class="block">Represents a Kudu Table column's type attributes.</div>
</dd>
<dt><a href="org/apache/kudu/ColumnTypeAttributes.html" title="class in org.apache.kudu"><span class="typeNameLink">ColumnTypeAttributes</span></a> - Class in <a href="org/apache/kudu/package-summary.html">org.apache.kudu</a></dt>
<dd>
<div class="block">Represents a Kudu Table column's type attributes.</div>
</dd>
<dt><a href="org/apache/kudu/ColumnTypeAttributes.ColumnTypeAttributesBuilder.html" title="class in org.apache.kudu"><span class="typeNameLink">ColumnTypeAttributes.ColumnTypeAttributesBuilder</span></a> - Class in <a href="org/apache/kudu/package-summary.html">org.apache.kudu</a></dt>
<dd>
<div class="block">Builder for ColumnTypeAttributes.</div>
</dd>
<dt><a href="org/apache/kudu/ColumnTypeAttributes.ColumnTypeAttributesBuilder.html" title="class in org.apache.kudu"><span class="typeNameLink">ColumnTypeAttributes.ColumnTypeAttributesBuilder</span></a> - Class in <a href="org/apache/kudu/package-summary.html">org.apache.kudu</a></dt>
<dd>
<div class="block">Builder for ColumnTypeAttributes.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/ColumnTypeAttributes.ColumnTypeAttributesBuilder.html#ColumnTypeAttributesBuilder--">ColumnTypeAttributesBuilder()</a></span> - Constructor for class org.apache.kudu.<a href="org/apache/kudu/ColumnTypeAttributes.ColumnTypeAttributesBuilder.html" title="class in org.apache.kudu">ColumnTypeAttributes.ColumnTypeAttributesBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/ColumnTypeAttributes.ColumnTypeAttributesBuilder.html#ColumnTypeAttributesBuilder--">ColumnTypeAttributesBuilder()</a></span> - Constructor for class org.apache.kudu.<a href="org/apache/kudu/ColumnTypeAttributes.ColumnTypeAttributesBuilder.html" title="class in org.apache.kudu">ColumnTypeAttributes.ColumnTypeAttributesBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/ColumnSchema.AutoIncrementingColumnSchemaBuilder.html#comment-java.lang.String-">comment(String)</a></span> - Method in class org.apache.kudu.<a href="org/apache/kudu/ColumnSchema.AutoIncrementingColumnSchemaBuilder.html" title="class in org.apache.kudu">ColumnSchema.AutoIncrementingColumnSchemaBuilder</a></dt>
<dd>
<div class="block">Set the comment for this column.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/ColumnSchema.AutoIncrementingColumnSchemaBuilder.html#comment-java.lang.String-">comment(String)</a></span> - Method in class org.apache.kudu.<a href="org/apache/kudu/ColumnSchema.AutoIncrementingColumnSchemaBuilder.html" title="class in org.apache.kudu">ColumnSchema.AutoIncrementingColumnSchemaBuilder</a></dt>
<dd>
<div class="block">Set the comment for this column.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/ColumnSchema.ColumnSchemaBuilder.html#comment-java.lang.String-">comment(String)</a></span> - Method in class org.apache.kudu.<a href="org/apache/kudu/ColumnSchema.ColumnSchemaBuilder.html" title="class in org.apache.kudu">ColumnSchema.ColumnSchemaBuilder</a></dt>
<dd>
<div class="block">Set the comment for this column.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/ColumnSchema.ColumnSchemaBuilder.html#comment-java.lang.String-">comment(String)</a></span> - Method in class org.apache.kudu.<a href="org/apache/kudu/ColumnSchema.ColumnSchemaBuilder.html" title="class in org.apache.kudu">ColumnSchema.ColumnSchemaBuilder</a></dt>
<dd>
<div class="block">Set the comment for this column.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/KuduTransaction.html#commit--">commit()</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/KuduTransaction.html" title="class in org.apache.kudu.client">KuduTransaction</a></dt>
<dd>
<div class="block">Commit the multi-row distributed transaction represented by this handle.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/KuduScanToken.html#compareTo-org.apache.kudu.client.KuduScanToken-">compareTo(KuduScanToken)</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/KuduScanToken.html" title="class in org.apache.kudu.client">KuduScanToken</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/ColumnSchema.AutoIncrementingColumnSchemaBuilder.html#compressionAlgorithm-org.apache.kudu.ColumnSchema.CompressionAlgorithm-">compressionAlgorithm(ColumnSchema.CompressionAlgorithm)</a></span> - Method in class org.apache.kudu.<a href="org/apache/kudu/ColumnSchema.AutoIncrementingColumnSchemaBuilder.html" title="class in org.apache.kudu">ColumnSchema.AutoIncrementingColumnSchemaBuilder</a></dt>
<dd>
<div class="block">Set the compression algorithm for this column.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/ColumnSchema.AutoIncrementingColumnSchemaBuilder.html#compressionAlgorithm-org.apache.kudu.ColumnSchema.CompressionAlgorithm-">compressionAlgorithm(ColumnSchema.CompressionAlgorithm)</a></span> - Method in class org.apache.kudu.<a href="org/apache/kudu/ColumnSchema.AutoIncrementingColumnSchemaBuilder.html" title="class in org.apache.kudu">ColumnSchema.AutoIncrementingColumnSchemaBuilder</a></dt>
<dd>
<div class="block">Set the compression algorithm for this column.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/ColumnSchema.ColumnSchemaBuilder.html#compressionAlgorithm-org.apache.kudu.ColumnSchema.CompressionAlgorithm-">compressionAlgorithm(ColumnSchema.CompressionAlgorithm)</a></span> - Method in class org.apache.kudu.<a href="org/apache/kudu/ColumnSchema.ColumnSchemaBuilder.html" title="class in org.apache.kudu">ColumnSchema.ColumnSchemaBuilder</a></dt>
<dd>
<div class="block">Set the compression algorithm for this column.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/ColumnSchema.ColumnSchemaBuilder.html#compressionAlgorithm-org.apache.kudu.ColumnSchema.CompressionAlgorithm-">compressionAlgorithm(ColumnSchema.CompressionAlgorithm)</a></span> - Method in class org.apache.kudu.<a href="org/apache/kudu/ColumnSchema.ColumnSchemaBuilder.html" title="class in org.apache.kudu">ColumnSchema.ColumnSchemaBuilder</a></dt>
<dd>
<div class="block">Set the compression algorithm for this column.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/Status.html#ConfigurationError-java.lang.String-">ConfigurationError(String)</a></span> - Static method in class org.apache.kudu.client.<a href="org/apache/kudu/client/Status.html" title="class in org.apache.kudu.client">Status</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/Status.html#ConfigurationError-java.lang.String-int-">ConfigurationError(String, int)</a></span> - Static method in class org.apache.kudu.client.<a href="org/apache/kudu/client/Status.html" title="class in org.apache.kudu.client">Status</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/AsyncKuduClient.AsyncKuduClientBuilder.html#connectionNegotiationTimeoutMs-long-">connectionNegotiationTimeoutMs(long)</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/AsyncKuduClient.AsyncKuduClientBuilder.html" title="class in org.apache.kudu.client">AsyncKuduClient.AsyncKuduClientBuilder</a></dt>
<dd>
<div class="block">Sets the default timeout used for connection negotiation.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/KuduClient.KuduClientBuilder.html#connectionNegotiationTimeoutMs-long-">connectionNegotiationTimeoutMs(long)</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/KuduClient.KuduClientBuilder.html" title="class in org.apache.kudu.client">KuduClient.KuduClientBuilder</a></dt>
<dd>
<div class="block">Sets the default timeout used for connection negotiation.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/Status.html#Corruption-java.lang.String-">Corruption(String)</a></span> - Static method in class org.apache.kudu.client.<a href="org/apache/kudu/client/Status.html" title="class in org.apache.kudu.client">Status</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/Status.html#Corruption-java.lang.String-int-">Corruption(String, int)</a></span> - Static method in class org.apache.kudu.client.<a href="org/apache/kudu/client/Status.html" title="class in org.apache.kudu.client">Status</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/AsyncKuduSession.html#countPendingErrors--">countPendingErrors()</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/AsyncKuduSession.html" title="class in org.apache.kudu.client">AsyncKuduSession</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/KuduSession.html#countPendingErrors--">countPendingErrors()</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/KuduSession.html" title="class in org.apache.kudu.client">KuduSession</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/SessionConfiguration.html#countPendingErrors--">countPendingErrors()</a></span> - Method in interface org.apache.kudu.client.<a href="org/apache/kudu/client/SessionConfiguration.html" title="interface in org.apache.kudu.client">SessionConfiguration</a></dt>
<dd>
<div class="block">Return the number of errors which are pending.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/test/KuduTestHarness.html#createJwtFor-java.lang.String-java.lang.String-boolean-">createJwtFor(String, String, boolean)</a></span> - Method in class org.apache.kudu.test.<a href="org/apache/kudu/test/KuduTestHarness.html" title="class in org.apache.kudu.test">KuduTestHarness</a></dt>
<dd>&nbsp;</dd>
<dt><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(String, Schema, CreateTableOptions)</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/AsyncKuduClient.html" title="class in org.apache.kudu.client">AsyncKuduClient</a></dt>
<dd>
<div class="block">Create a table on the cluster with the specified name, schema, and table configurations.</div>
</dd>
<dt><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(String, Schema, CreateTableOptions)</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/KuduClient.html" title="class in org.apache.kudu.client">KuduClient</a></dt>
<dd>
<div class="block">Create a table on the cluster with the specified name, schema, and table configurations.</div>
</dd>
<dt><a href="org/apache/kudu/client/CreateTableOptions.html" title="class in org.apache.kudu.client"><span class="typeNameLink">CreateTableOptions</span></a> - Class in <a href="org/apache/kudu/client/package-summary.html">org.apache.kudu.client</a></dt>
<dd>
<div class="block">This is a builder class for all the options that can be provided while creating a table.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/CreateTableOptions.html#CreateTableOptions--">CreateTableOptions()</a></span> - Constructor for class org.apache.kudu.client.<a href="org/apache/kudu/client/CreateTableOptions.html" title="class in org.apache.kudu.client">CreateTableOptions</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/RowResultIterator.html#currentRow">currentRow</a></span> - Variable in class org.apache.kudu.client.<a href="org/apache/kudu/client/RowResultIterator.html" title="class in org.apache.kudu.client">RowResultIterator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/KuduScanner.html#currentTablet--">currentTablet()</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/KuduScanner.html" title="class in org.apache.kudu.client">KuduScanner</a></dt>
<dd>
<div class="block">Returns the RemoteTablet currently being scanned, if any.</div>
</dd>
</dl>
<a name="I:D">
<!-- -->
</a>
<h2 class="title">D</h2>
<dl>
<dt><span class="memberNameLink"><a href="org/apache/kudu/spark/tools/BigLinkedListCommon.html#DEFAULT_HEADS_TABLE_NAME">DEFAULT_HEADS_TABLE_NAME</a></span> - Static variable in class org.apache.kudu.spark.tools.<a href="org/apache/kudu/spark/tools/BigLinkedListCommon.html" title="class in org.apache.kudu.spark.tools">BigLinkedListCommon</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/AsyncKuduClient.html#DEFAULT_KEEP_ALIVE_PERIOD_MS">DEFAULT_KEEP_ALIVE_PERIOD_MS</a></span> - Static variable in class org.apache.kudu.client.<a href="org/apache/kudu/client/AsyncKuduClient.html" title="class in org.apache.kudu.client">AsyncKuduClient</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/AsyncKuduClient.html#DEFAULT_NEGOTIATION_TIMEOUT_MS">DEFAULT_NEGOTIATION_TIMEOUT_MS</a></span> - Static variable in class org.apache.kudu.client.<a href="org/apache/kudu/client/AsyncKuduClient.html" title="class in org.apache.kudu.client">AsyncKuduClient</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/AsyncKuduClient.html#DEFAULT_OPERATION_TIMEOUT_MS">DEFAULT_OPERATION_TIMEOUT_MS</a></span> - Static variable in class org.apache.kudu.client.<a href="org/apache/kudu/client/AsyncKuduClient.html" title="class in org.apache.kudu.client">AsyncKuduClient</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/test/KuduTestHarness.html#DEFAULT_SLEEP">DEFAULT_SLEEP</a></span> - Static variable in class org.apache.kudu.test.<a href="org/apache/kudu/test/KuduTestHarness.html" title="class in org.apache.kudu.test">KuduTestHarness</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/spark/tools/BigLinkedListCommon.html#DEFAULT_TABLE_NAME">DEFAULT_TABLE_NAME</a></span> - Static variable in class org.apache.kudu.spark.tools.<a href="org/apache/kudu/spark/tools/BigLinkedListCommon.html" title="class in org.apache.kudu.spark.tools">BigLinkedListCommon</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/AsyncKuduClient.AsyncKuduClientBuilder.html#defaultAdminOperationTimeoutMs-long-">defaultAdminOperationTimeoutMs(long)</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/AsyncKuduClient.AsyncKuduClientBuilder.html" title="class in org.apache.kudu.client">AsyncKuduClient.AsyncKuduClientBuilder</a></dt>
<dd>
<div class="block">Sets the default timeout used for administrative operations (e.g.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/KuduClient.KuduClientBuilder.html#defaultAdminOperationTimeoutMs-long-">defaultAdminOperationTimeoutMs(long)</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/KuduClient.KuduClientBuilder.html" title="class in org.apache.kudu.client">KuduClient.KuduClientBuilder</a></dt>
<dd>
<div class="block">Sets the default timeout used for administrative operations (e.g.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/AsyncKuduClient.AsyncKuduClientBuilder.html#defaultOperationTimeoutMs-long-">defaultOperationTimeoutMs(long)</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/AsyncKuduClient.AsyncKuduClientBuilder.html" title="class in org.apache.kudu.client">AsyncKuduClient.AsyncKuduClientBuilder</a></dt>
<dd>
<div class="block">Sets the default timeout used for user operations (using sessions and scanners).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/KuduClient.KuduClientBuilder.html#defaultOperationTimeoutMs-long-">defaultOperationTimeoutMs(long)</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/KuduClient.KuduClientBuilder.html" title="class in org.apache.kudu.client">KuduClient.KuduClientBuilder</a></dt>
<dd>
<div class="block">Sets the default timeout used for user operations (using sessions and scanners).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/AsyncKuduClient.AsyncKuduClientBuilder.html#defaultSocketReadTimeoutMs-long-">defaultSocketReadTimeoutMs(long)</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/AsyncKuduClient.AsyncKuduClientBuilder.html" title="class in org.apache.kudu.client">AsyncKuduClient.AsyncKuduClientBuilder</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">this option no longer has any effect</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/KuduClient.KuduClientBuilder.html#defaultSocketReadTimeoutMs-long-">defaultSocketReadTimeoutMs(long)</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/KuduClient.KuduClientBuilder.html" title="class in org.apache.kudu.client">KuduClient.KuduClientBuilder</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">socket read timeouts are no longer used</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/ColumnSchema.ColumnSchemaBuilder.html#defaultValue-java.lang.Object-">defaultValue(Object)</a></span> - Method in class org.apache.kudu.<a href="org/apache/kudu/ColumnSchema.ColumnSchemaBuilder.html" title="class in org.apache.kudu">ColumnSchema.ColumnSchemaBuilder</a></dt>
<dd>
<div class="block">Sets the default value that will be read from the column.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/ColumnSchema.ColumnSchemaBuilder.html#defaultValue-java.lang.Object-">defaultValue(Object)</a></span> - Method in class org.apache.kudu.<a href="org/apache/kudu/ColumnSchema.ColumnSchemaBuilder.html" title="class in org.apache.kudu">ColumnSchema.ColumnSchemaBuilder</a></dt>
<dd>
<div class="block">Sets the default value that will be read from the column.</div>
</dd>
<dt><a href="org/apache/kudu/client/Delete.html" title="class in org.apache.kudu.client"><span class="typeNameLink">Delete</span></a> - Class in <a href="org/apache/kudu/client/package-summary.html">org.apache.kudu.client</a></dt>
<dd>
<div class="block">Class of Operation for whole row removals.</div>
</dd>
<dt><a href="org/apache/kudu/client/DeleteIgnore.html" title="class in org.apache.kudu.client"><span class="typeNameLink">DeleteIgnore</span></a> - Class in <a href="org/apache/kudu/client/package-summary.html">org.apache.kudu.client</a></dt>
<dd>
<div class="block">Class of Operation for whole row removals ignoring missing rows.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/AsyncKuduClient.html#deleteTable-java.lang.String-int-">deleteTable(String, int)</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/AsyncKuduClient.html" title="class in org.apache.kudu.client">AsyncKuduClient</a></dt>
<dd>
<div class="block">Delete a table with the specified name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/AsyncKuduClient.html#deleteTable-java.lang.String-">deleteTable(String)</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/AsyncKuduClient.html" title="class in org.apache.kudu.client">AsyncKuduClient</a></dt>
<dd>
<div class="block">Delete a table with the specified name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/KuduClient.html#deleteTable-java.lang.String-">deleteTable(String)</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/KuduClient.html" title="class in org.apache.kudu.client">KuduClient</a></dt>
<dd>
<div class="block">Delete a table on the cluster with the specified name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/KuduClient.html#deleteTable-java.lang.String-int-">deleteTable(String, int)</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/KuduClient.html" title="class in org.apache.kudu.client">KuduClient</a></dt>
<dd>
<div class="block">SoftDelete a table on the cluster with the specified name, the table will be
reserved for reserveSeconds before being purged.</div>
</dd>
<dt><a href="org/apache/kudu/client/DeleteTableResponse.html" title="class in org.apache.kudu.client"><span class="typeNameLink">DeleteTableResponse</span></a> - Class in <a href="org/apache/kudu/client/package-summary.html">org.apache.kudu.client</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/KuduPredicate.html#deserialize-org.apache.kudu.Schema-byte:A-">deserialize(Schema, byte[])</a></span> - Static method in class org.apache.kudu.client.<a href="org/apache/kudu/client/KuduPredicate.html" title="class in org.apache.kudu.client">KuduPredicate</a></dt>
<dd>
<div class="block">Serializes a list of <code>KuduPredicate</code> into a byte array.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/KuduTransaction.html#deserialize-byte:A-org.apache.kudu.client.AsyncKuduClient-">deserialize(byte[], AsyncKuduClient)</a></span> - Static method in class org.apache.kudu.client.<a href="org/apache/kudu/client/KuduTransaction.html" title="class in org.apache.kudu.client">KuduTransaction</a></dt>
<dd>
<div class="block">Re-create KuduTransaction object given its serialized representation.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/KuduScanToken.html#deserializeIntoScanner-byte:A-org.apache.kudu.client.KuduClient-">deserializeIntoScanner(byte[], KuduClient)</a></span> - Static method in class org.apache.kudu.client.<a href="org/apache/kudu/client/KuduScanToken.html" title="class in org.apache.kudu.client">KuduScanToken</a></dt>
<dd>
<div class="block">Deserializes a <code>KuduScanToken</code> into a <a href="org/apache/kudu/client/KuduScanner.html" title="class in org.apache.kudu.client"><code>KuduScanner</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/KuduScanToken.html#deserializeIntoScannerBuilder-byte:A-org.apache.kudu.client.KuduClient-">deserializeIntoScannerBuilder(byte[], KuduClient)</a></span> - Static method in class org.apache.kudu.client.<a href="org/apache/kudu/client/KuduScanToken.html" title="class in org.apache.kudu.client">KuduScanToken</a></dt>
<dd>
<div class="block">Deserializes a <code>KuduScanToken</code> into a <a href="org/apache/kudu/client/KuduScanner.KuduScannerBuilder.html" title="class in org.apache.kudu.client"><code>KuduScanner.KuduScannerBuilder</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/ColumnSchema.AutoIncrementingColumnSchemaBuilder.html#desiredBlockSize-int-">desiredBlockSize(int)</a></span> - Method in class org.apache.kudu.<a href="org/apache/kudu/ColumnSchema.AutoIncrementingColumnSchemaBuilder.html" title="class in org.apache.kudu">ColumnSchema.AutoIncrementingColumnSchemaBuilder</a></dt>
<dd>
<div class="block">Set the desired block size for this column.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/ColumnSchema.AutoIncrementingColumnSchemaBuilder.html#desiredBlockSize-int-">desiredBlockSize(int)</a></span> - Method in class org.apache.kudu.<a href="org/apache/kudu/ColumnSchema.AutoIncrementingColumnSchemaBuilder.html" title="class in org.apache.kudu">ColumnSchema.AutoIncrementingColumnSchemaBuilder</a></dt>
<dd>
<div class="block">Set the desired block size for this column.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/ColumnSchema.ColumnSchemaBuilder.html#desiredBlockSize-int-">desiredBlockSize(int)</a></span> - Method in class org.apache.kudu.<a href="org/apache/kudu/ColumnSchema.ColumnSchemaBuilder.html" title="class in org.apache.kudu">ColumnSchema.ColumnSchemaBuilder</a></dt>
<dd>
<div class="block">Set the desired block size for this column.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/ColumnSchema.ColumnSchemaBuilder.html#desiredBlockSize-int-">desiredBlockSize(int)</a></span> - Method in class org.apache.kudu.<a href="org/apache/kudu/ColumnSchema.ColumnSchemaBuilder.html" title="class in org.apache.kudu">ColumnSchema.ColumnSchemaBuilder</a></dt>
<dd>
<div class="block">Set the desired block size for this column.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/AbstractKuduScannerBuilder.html#diffScan-long-long-">diffScan(long, long)</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/AbstractKuduScannerBuilder.html" title="class in org.apache.kudu.client">AbstractKuduScannerBuilder</a></dt>
<dd>
<div class="block">Sets the start timestamp and end timestamp for a diff scan.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/AsyncKuduClient.AsyncKuduClientBuilder.html#disableStatistics--">disableStatistics()</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/AsyncKuduClient.AsyncKuduClientBuilder.html" title="class in org.apache.kudu.client">AsyncKuduClient.AsyncKuduClientBuilder</a></dt>
<dd>
<div class="block">Disable this client's collection of statistics.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/KuduClient.KuduClientBuilder.html#disableStatistics--">disableStatistics()</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/KuduClient.KuduClientBuilder.html" title="class in org.apache.kudu.client">KuduClient.KuduClientBuilder</a></dt>
<dd>
<div class="block">Disable this client's collection of statistics.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/AlterTableOptions.html#dropColumn-java.lang.String-">dropColumn(String)</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/AlterTableOptions.html" title="class in org.apache.kudu.client">AlterTableOptions</a></dt>
<dd>
<div class="block">Drop a column.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/AlterTableOptions.html#dropRangePartition-org.apache.kudu.client.PartialRow-org.apache.kudu.client.PartialRow-">dropRangePartition(PartialRow, PartialRow)</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/AlterTableOptions.html" title="class in org.apache.kudu.client">AlterTableOptions</a></dt>
<dd>
<div class="block">Drop the range partition from the table with the specified inclusive lower bound and exclusive
upper bound.</div>
</dd>
<dt><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(PartialRow, PartialRow, RangePartitionBound, RangePartitionBound)</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/AlterTableOptions.html" title="class in org.apache.kudu.client">AlterTableOptions</a></dt>
<dd>
<div class="block">Drop the range partition from the table with the specified lower bound and upper bound.</div>
</dd>
</dl>
<a name="I:E">
<!-- -->
</a>
<h2 class="title">E</h2>
<dl>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/RowResultIterator.html#empty--">empty()</a></span> - Static method in class org.apache.kudu.client.<a href="org/apache/kudu/client/RowResultIterator.html" title="class in org.apache.kudu.client">RowResultIterator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/AsyncKuduClient.html#EMPTY_ARRAY">EMPTY_ARRAY</a></span> - Static variable in class org.apache.kudu.client.<a href="org/apache/kudu/client/AsyncKuduClient.html" title="class in org.apache.kudu.client">AsyncKuduClient</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/PartialRow.html#encodePrimaryKey--">encodePrimaryKey()</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/PartialRow.html" title="class in org.apache.kudu.client">PartialRow</a></dt>
<dd>
<div class="block">Returns the encoded primary key of the row.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/ColumnSchema.AutoIncrementingColumnSchemaBuilder.html#encoding-org.apache.kudu.ColumnSchema.Encoding-">encoding(ColumnSchema.Encoding)</a></span> - Method in class org.apache.kudu.<a href="org/apache/kudu/ColumnSchema.AutoIncrementingColumnSchemaBuilder.html" title="class in org.apache.kudu">ColumnSchema.AutoIncrementingColumnSchemaBuilder</a></dt>
<dd>
<div class="block">Set the block encoding for this column.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/ColumnSchema.AutoIncrementingColumnSchemaBuilder.html#encoding-org.apache.kudu.ColumnSchema.Encoding-">encoding(ColumnSchema.Encoding)</a></span> - Method in class org.apache.kudu.<a href="org/apache/kudu/ColumnSchema.AutoIncrementingColumnSchemaBuilder.html" title="class in org.apache.kudu">ColumnSchema.AutoIncrementingColumnSchemaBuilder</a></dt>
<dd>
<div class="block">Set the block encoding for this column.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/ColumnSchema.ColumnSchemaBuilder.html#encoding-org.apache.kudu.ColumnSchema.Encoding-">encoding(ColumnSchema.Encoding)</a></span> - Method in class org.apache.kudu.<a href="org/apache/kudu/ColumnSchema.ColumnSchemaBuilder.html" title="class in org.apache.kudu">ColumnSchema.ColumnSchemaBuilder</a></dt>
<dd>
<div class="block">Set the block encoding for this column.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/ColumnSchema.ColumnSchemaBuilder.html#encoding-org.apache.kudu.ColumnSchema.Encoding-">encoding(ColumnSchema.Encoding)</a></span> - Method in class org.apache.kudu.<a href="org/apache/kudu/ColumnSchema.ColumnSchemaBuilder.html" title="class in org.apache.kudu">ColumnSchema.ColumnSchemaBuilder</a></dt>
<dd>
<div class="block">Set the block encoding for this column.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/AsyncKuduClient.AsyncKuduClientBuilder.html#encryptionPolicy-org.apache.kudu.client.AsyncKuduClient.EncryptionPolicy-">encryptionPolicy(AsyncKuduClient.EncryptionPolicy)</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/AsyncKuduClient.AsyncKuduClientBuilder.html" title="class in org.apache.kudu.client">AsyncKuduClient.AsyncKuduClientBuilder</a></dt>
<dd>
<div class="block">Require encryption for the connection to a remote server.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/KuduClient.KuduClientBuilder.html#encryptionPolicy-org.apache.kudu.client.AsyncKuduClient.EncryptionPolicy-">encryptionPolicy(AsyncKuduClient.EncryptionPolicy)</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/KuduClient.KuduClientBuilder.html" title="class in org.apache.kudu.client">KuduClient.KuduClientBuilder</a></dt>
<dd>
<div class="block">Require encryption for the connection to a remote server.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/Status.html#EndOfFile-java.lang.String-">EndOfFile(String)</a></span> - Static method in class org.apache.kudu.client.<a href="org/apache/kudu/client/Status.html" title="class in org.apache.kudu.client">Status</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/Status.html#EndOfFile-java.lang.String-int-">EndOfFile(String, int)</a></span> - Static method in class org.apache.kudu.client.<a href="org/apache/kudu/client/Status.html" title="class in org.apache.kudu.client">Status</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/KuduPredicate.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/KuduPredicate.html" title="class in org.apache.kudu.client">KuduPredicate</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/KuduScanToken.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/KuduScanToken.html" title="class in org.apache.kudu.client">KuduScanToken</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/ColumnSchema.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class org.apache.kudu.<a href="org/apache/kudu/ColumnSchema.html" title="class in org.apache.kudu">ColumnSchema</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/ColumnSchema.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class org.apache.kudu.<a href="org/apache/kudu/ColumnSchema.html" title="class in org.apache.kudu">ColumnSchema</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/ColumnTypeAttributes.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class org.apache.kudu.<a href="org/apache/kudu/ColumnTypeAttributes.html" title="class in org.apache.kudu">ColumnTypeAttributes</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/ColumnTypeAttributes.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class org.apache.kudu.<a href="org/apache/kudu/ColumnTypeAttributes.html" title="class in org.apache.kudu">ColumnTypeAttributes</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/AbstractKuduScannerBuilder.html#exclusiveUpperBound-org.apache.kudu.client.PartialRow-">exclusiveUpperBound(PartialRow)</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/AbstractKuduScannerBuilder.html" title="class in org.apache.kudu.client">AbstractKuduScannerBuilder</a></dt>
<dd>
<div class="block">Add an upper bound (exclusive) primary key for the scan.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/AbstractKuduScannerBuilder.html#exclusiveUpperBoundRaw-byte:A-">exclusiveUpperBoundRaw(byte[])</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/AbstractKuduScannerBuilder.html" title="class in org.apache.kudu.client">AbstractKuduScannerBuilder</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">use <a href="org/apache/kudu/client/AbstractKuduScannerBuilder.html#exclusiveUpperBound-org.apache.kudu.client.PartialRow-"><code>AbstractKuduScannerBuilder.exclusiveUpperBound(PartialRow)</code></a></span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/AsyncKuduClient.html#exportAuthenticationCredentials--">exportAuthenticationCredentials()</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/AsyncKuduClient.html" title="class in org.apache.kudu.client">AsyncKuduClient</a></dt>
<dd>
<div class="block">Export serialized authentication data that may be passed to a different
client instance and imported to provide that client the ability to connect
to the cluster.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/KuduClient.html#exportAuthenticationCredentials--">exportAuthenticationCredentials()</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/KuduClient.html" title="class in org.apache.kudu.client">KuduClient</a></dt>
<dd>
<div class="block">Export serialized authentication data that may be passed to a different
client instance and imported to provide that client the ability to connect
to the cluster.</div>
</dd>
<dt><a href="org/apache/kudu/client/ExternalConsistencyMode.html" title="enum in org.apache.kudu.client"><span class="typeNameLink">ExternalConsistencyMode</span></a> - Enum in <a href="org/apache/kudu/client/package-summary.html">org.apache.kudu.client</a></dt>
<dd>
<div class="block">The possible external consistency modes on which Kudu operates.</div>
</dd>
</dl>
<a name="I:F">
<!-- -->
</a>
<h2 class="title">F</h2>
<dl>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/KuduClient.html#findLeaderMasterServer--">findLeaderMasterServer()</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/KuduClient.html" title="class in org.apache.kudu.client">KuduClient</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/test/KuduTestHarness.html#findLeaderMasterServer--">findLeaderMasterServer()</a></span> - Method in class org.apache.kudu.test.<a href="org/apache/kudu/test/KuduTestHarness.html" title="class in org.apache.kudu.test">KuduTestHarness</a></dt>
<dd>
<div class="block">Find the host and port of the leader master.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/test/KuduTestHarness.html#findLeaderTabletServer-org.apache.kudu.client.LocatedTablet-">findLeaderTabletServer(LocatedTablet)</a></span> - Method in class org.apache.kudu.test.<a href="org/apache/kudu/test/KuduTestHarness.html" title="class in org.apache.kudu.test">KuduTestHarness</a></dt>
<dd>
<div class="block">Finds the RPC port of the given tablet's leader tserver.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/AsyncKuduSession.html#flush--">flush()</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/AsyncKuduSession.html" title="class in org.apache.kudu.client">AsyncKuduSession</a></dt>
<dd>
<div class="block">Flush buffered writes.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/KuduSession.html#flush--">flush()</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/KuduSession.html" title="class in org.apache.kudu.client">KuduSession</a></dt>
<dd>
<div class="block">Blocking call that force flushes this session's buffers.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/KuduPredicate.html#fromPB-org.apache.kudu.Schema-org.apache.kudu.Common.ColumnPredicatePB-">fromPB(Schema, Common.ColumnPredicatePB)</a></span> - Static method in class org.apache.kudu.client.<a href="org/apache/kudu/client/KuduPredicate.html" title="class in org.apache.kudu.client">KuduPredicate</a></dt>
<dd>
<div class="block">Convert a column predicate protobuf message into a predicate.</div>
</dd>
</dl>
<a name="I:G">
<!-- -->
</a>
<h2 class="title">G</h2>
<dl>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/ResourceMetrics.html#get--">get()</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/ResourceMetrics.html" title="class in org.apache.kudu.client">ResourceMetrics</a></dt>
<dd>
<div class="block">Returns a copy of this ResourceMetrics's underlying map of metric name to
metric value.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/KuduTable.html#getAsyncClient--">getAsyncClient()</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/KuduTable.html" title="class in org.apache.kudu.client">KuduTable</a></dt>
<dd>
<div class="block">Get the async client that created this instance.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/test/KuduTestHarness.html#getAsyncClient--">getAsyncClient()</a></span> - Method in class org.apache.kudu.test.<a href="org/apache/kudu/test/KuduTestHarness.html" title="class in org.apache.kudu.test">KuduTestHarness</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/AsyncKuduClient.html#getAuthzTokenCache--">getAuthzTokenCache()</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/AsyncKuduClient.html" title="class in org.apache.kudu.client">AsyncKuduClient</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/Schema.html#getAutoIncrementingColumnName--">getAutoIncrementingColumnName()</a></span> - Static method in class org.apache.kudu.<a href="org/apache/kudu/Schema.html" title="class in org.apache.kudu">Schema</a></dt>
<dd>
<div class="block">Get the name of the auto-incrementing column</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/Schema.html#getAutoIncrementingColumnName--">getAutoIncrementingColumnName()</a></span> - Static method in class org.apache.kudu.<a href="org/apache/kudu/Schema.html" title="class in org.apache.kudu">Schema</a></dt>
<dd>
<div class="block">Get the name of the auto-incrementing column</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/Schema.html#getAutoIncrementingColumnType--">getAutoIncrementingColumnType()</a></span> - Static method in class org.apache.kudu.<a href="org/apache/kudu/Schema.html" title="class in org.apache.kudu">Schema</a></dt>
<dd>
<div class="block">Get the type of the auto-incrementing column</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/Schema.html#getAutoIncrementingColumnType--">getAutoIncrementingColumnType()</a></span> - Static method in class org.apache.kudu.<a href="org/apache/kudu/Schema.html" title="class in org.apache.kudu">Schema</a></dt>
<dd>
<div class="block">Get the type of the auto-incrementing column</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/test/KuduTestHarness.html#getBaseClusterBuilder--">getBaseClusterBuilder()</a></span> - Static method in class org.apache.kudu.test.<a href="org/apache/kudu/test/KuduTestHarness.html" title="class in org.apache.kudu.test">KuduTestHarness</a></dt>
<dd>
<div class="block">Returns the base MiniKuduClusterBuilder used when creating a
KuduTestHarness with the default constructor.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/AsyncKuduScanner.html#getBatchSizeBytes--">getBatchSizeBytes()</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/AsyncKuduScanner.html" title="class in org.apache.kudu.client">AsyncKuduScanner</a></dt>
<dd>
<div class="block">Returns the maximum number of bytes returned by the scanner, on each batch.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/KuduScanner.html#getBatchSizeBytes--">getBatchSizeBytes()</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/KuduScanner.html" title="class in org.apache.kudu.client">KuduScanner</a></dt>
<dd>
<div class="block">Returns the maximum number of bytes returned by the scanner, on each batch.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/PartialRow.html#getBinary-java.lang.String-">getBinary(String)</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/PartialRow.html" title="class in org.apache.kudu.client">PartialRow</a></dt>
<dd>
<div class="block">Get the specified column's binary data.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/PartialRow.html#getBinary-int-">getBinary(int)</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/PartialRow.html" title="class in org.apache.kudu.client">PartialRow</a></dt>
<dd>
<div class="block">Get the specified column's binary data.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/RowResult.html#getBinary-java.lang.String-">getBinary(String)</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/RowResult.html" title="class in org.apache.kudu.client">RowResult</a></dt>
<dd>
<div class="block">Get the specified column's binary data.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/RowResult.html#getBinary-int-">getBinary(int)</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/RowResult.html" title="class in org.apache.kudu.client">RowResult</a></dt>
<dd>
<div class="block">Get the specified column's binary data.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/PartialRow.html#getBinaryCopy-java.lang.String-">getBinaryCopy(String)</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/PartialRow.html" title="class in org.apache.kudu.client">PartialRow</a></dt>
<dd>
<div class="block">Get a copy of the specified column's binary data.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/PartialRow.html#getBinaryCopy-int-">getBinaryCopy(int)</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/PartialRow.html" title="class in org.apache.kudu.client">PartialRow</a></dt>
<dd>
<div class="block">Get a copy of the specified column's binary data.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/RowResult.html#getBinaryCopy-java.lang.String-">getBinaryCopy(String)</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/RowResult.html" title="class in org.apache.kudu.client">RowResult</a></dt>
<dd>
<div class="block">Get a copy of the specified column's binary data.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/RowResult.html#getBinaryCopy-int-">getBinaryCopy(int)</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/RowResult.html" title="class in org.apache.kudu.client">RowResult</a></dt>
<dd>
<div class="block">Get a copy of the specified column's binary data.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/util/BloomFilter.html#getBitSet--">getBitSet()</a></span> - Method in class org.apache.kudu.util.<a href="org/apache/kudu/util/BloomFilter.html" title="class in org.apache.kudu.util">BloomFilter</a></dt>
<dd>
<div class="block">Get the internal bit set in bytes.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/PartialRow.html#getBoolean-java.lang.String-">getBoolean(String)</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/PartialRow.html" title="class in org.apache.kudu.client">PartialRow</a></dt>
<dd>
<div class="block">Get the specified column's boolean</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/PartialRow.html#getBoolean-int-">getBoolean(int)</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/PartialRow.html" title="class in org.apache.kudu.client">PartialRow</a></dt>
<dd>
<div class="block">Get the specified column's boolean</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/RowResult.html#getBoolean-java.lang.String-">getBoolean(String)</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/RowResult.html" title="class in org.apache.kudu.client">RowResult</a></dt>
<dd>
<div class="block">Get the specified column's boolean</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/RowResult.html#getBoolean-int-">getBoolean(int)</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/RowResult.html" title="class in org.apache.kudu.client">RowResult</a></dt>
<dd>
<div class="block">Get the specified column's boolean</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/PartialRow.html#getByte-java.lang.String-">getByte(String)</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/PartialRow.html" title="class in org.apache.kudu.client">PartialRow</a></dt>
<dd>
<div class="block">Get the specified column's byte</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/PartialRow.html#getByte-int-">getByte(int)</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/PartialRow.html" title="class in org.apache.kudu.client">PartialRow</a></dt>
<dd>
<div class="block">Get the specified column's byte</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/RowResult.html#getByte-java.lang.String-">getByte(String)</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/RowResult.html" title="class in org.apache.kudu.client">RowResult</a></dt>
<dd>
<div class="block">Get the specified column's byte</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/RowResult.html#getByte-int-">getByte(int)</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/RowResult.html" title="class in org.apache.kudu.client">RowResult</a></dt>
<dd>
<div class="block">Get the specified column's byte</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/AsyncKuduScanner.html#getCacheBlocks--">getCacheBlocks()</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/AsyncKuduScanner.html" title="class in org.apache.kudu.client">AsyncKuduScanner</a></dt>
<dd>
<div class="block">Returns if this scanner was configured to cache data blocks or not.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/KuduScanner.html#getCacheBlocks--">getCacheBlocks()</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/KuduScanner.html" title="class in org.apache.kudu.client">KuduScanner</a></dt>
<dd>
<div class="block">Returns if this scanner was configured to cache data blocks or not.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/test/KuduTestHarness.html#getClient--">getClient()</a></span> - Method in class org.apache.kudu.test.<a href="org/apache/kudu/test/KuduTestHarness.html" title="class in org.apache.kudu.test">KuduTestHarness</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/Statistics.html#getClientStatistic-org.apache.kudu.client.Statistics.Statistic-">getClientStatistic(Statistics.Statistic)</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/Statistics.html" title="class in org.apache.kudu.client">Statistics</a></dt>
<dd>
<div class="block">Get the statistic count of the whole client.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/test/KuduTestHarness.html#getClusterCACertDer--">getClusterCACertDer()</a></span> - Method in class org.apache.kudu.test.<a href="org/apache/kudu/test/KuduTestHarness.html" title="class in org.apache.kudu.test">KuduTestHarness</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/AsyncKuduClient.html#getClusterId--">getClusterId()</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/AsyncKuduClient.html" title="class in org.apache.kudu.client">AsyncKuduClient</a></dt>
<dd>
<div class="block">Returns the ID of the cluster that this client is connected to.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/KuduClient.html#getClusterId--">getClusterId()</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/KuduClient.html" title="class in org.apache.kudu.client">KuduClient</a></dt>
<dd>
<div class="block">Returns the ID of the cluster that this client is connected to.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/test/KuduTestHarness.html#getClusterRoot--">getClusterRoot()</a></span> - Method in class org.apache.kudu.test.<a href="org/apache/kudu/test/KuduTestHarness.html" title="class in org.apache.kudu.test">KuduTestHarness</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/ColumnRangePredicate.html#getColumn--">getColumn()</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/ColumnRangePredicate.html" title="class in org.apache.kudu.client">ColumnRangePredicate</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Get the column used by this predicate</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/Schema.html#getColumn-java.lang.String-">getColumn(String)</a></span> - Method in class org.apache.kudu.<a href="org/apache/kudu/Schema.html" title="class in org.apache.kudu">Schema</a></dt>
<dd>
<div class="block">Get the column associated with the specified name</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/Schema.html#getColumn-java.lang.String-">getColumn(String)</a></span> - Method in class org.apache.kudu.<a href="org/apache/kudu/Schema.html" title="class in org.apache.kudu">Schema</a></dt>
<dd>
<div class="block">Get the column associated with the specified name</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/Schema.html#getColumnByIndex-int-">getColumnByIndex(int)</a></span> - Method in class org.apache.kudu.<a href="org/apache/kudu/Schema.html" title="class in org.apache.kudu">Schema</a></dt>
<dd>
<div class="block">Get the column at the specified index in the original list</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/Schema.html#getColumnByIndex-int-">getColumnByIndex(int)</a></span> - Method in class org.apache.kudu.<a href="org/apache/kudu/Schema.html" title="class in org.apache.kudu">Schema</a></dt>
<dd>
<div class="block">Get the column at the specified index in the original list</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/Schema.html#getColumnCount--">getColumnCount()</a></span> - Method in class org.apache.kudu.<a href="org/apache/kudu/Schema.html" title="class in org.apache.kudu">Schema</a></dt>
<dd>
<div class="block">Get the count of columns in this schema</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/Schema.html#getColumnCount--">getColumnCount()</a></span> - Method in class org.apache.kudu.<a href="org/apache/kudu/Schema.html" title="class in org.apache.kudu">Schema</a></dt>
<dd>
<div class="block">Get the count of columns in this schema</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/Schema.html#getColumnId-java.lang.String-">getColumnId(String)</a></span> - Method in class org.apache.kudu.<a href="org/apache/kudu/Schema.html" title="class in org.apache.kudu">Schema</a></dt>
<dd>
<div class="block">Get the internal column ID for a column name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/Schema.html#getColumnId-java.lang.String-">getColumnId(String)</a></span> - Method in class org.apache.kudu.<a href="org/apache/kudu/Schema.html" title="class in org.apache.kudu">Schema</a></dt>
<dd>
<div class="block">Get the internal column ID for a column name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/Schema.html#getColumnIndex-java.lang.String-">getColumnIndex(String)</a></span> - Method in class org.apache.kudu.<a href="org/apache/kudu/Schema.html" title="class in org.apache.kudu">Schema</a></dt>
<dd>
<div class="block">Get the index for the provided column name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/Schema.html#getColumnIndex-int-">getColumnIndex(int)</a></span> - Method in class org.apache.kudu.<a href="org/apache/kudu/Schema.html" title="class in org.apache.kudu">Schema</a></dt>
<dd>
<div class="block">Get the column index of the column with the provided ID.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/Schema.html#getColumnIndex-java.lang.String-">getColumnIndex(String)</a></span> - Method in class org.apache.kudu.<a href="org/apache/kudu/Schema.html" title="class in org.apache.kudu">Schema</a></dt>
<dd>
<div class="block">Get the index for the provided column name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/Schema.html#getColumnIndex-int-">getColumnIndex(int)</a></span> - Method in class org.apache.kudu.<a href="org/apache/kudu/Schema.html" title="class in org.apache.kudu">Schema</a></dt>
<dd>
<div class="block">Get the column index of the column with the provided ID.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/Schema.html#getColumnOffset-int-">getColumnOffset(int)</a></span> - Method in class org.apache.kudu.<a href="org/apache/kudu/Schema.html" title="class in org.apache.kudu">Schema</a></dt>
<dd>
<div class="block">Get the index at which this column can be found in the backing byte array</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/Schema.html#getColumnOffset-int-">getColumnOffset(int)</a></span> - Method in class org.apache.kudu.<a href="org/apache/kudu/Schema.html" title="class in org.apache.kudu">Schema</a></dt>
<dd>
<div class="block">Get the index at which this column can be found in the backing byte array</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/RowResult.html#getColumnProjection--">getColumnProjection()</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/RowResult.html" title="class in org.apache.kudu.client">RowResult</a></dt>
<dd>
<div class="block">Get the schema used for this scanner's column projection.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/Schema.html#getColumns--">getColumns()</a></span> - Method in class org.apache.kudu.<a href="org/apache/kudu/Schema.html" title="class in org.apache.kudu">Schema</a></dt>
<dd>
<div class="block">Get the list of columns used to create this schema</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/Schema.html#getColumns--">getColumns()</a></span> - Method in class org.apache.kudu.<a href="org/apache/kudu/Schema.html" title="class in org.apache.kudu">Schema</a></dt>
<dd>
<div class="block">Get the list of columns used to create this schema</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/RowResult.html#getColumnType-java.lang.String-">getColumnType(String)</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/RowResult.html" title="class in org.apache.kudu.client">RowResult</a></dt>
<dd>
<div class="block">Get the type of a column in this result.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/RowResult.html#getColumnType-int-">getColumnType(int)</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/RowResult.html" title="class in org.apache.kudu.client">RowResult</a></dt>
<dd>
<div class="block">Get the type of a column in this result.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/KuduTable.html#getComment--">getComment()</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/KuduTable.html" title="class in org.apache.kudu.client">KuduTable</a></dt>
<dd>
<div class="block">Get this table's comment.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/ColumnSchema.html#getComment--">getComment()</a></span> - Method in class org.apache.kudu.<a href="org/apache/kudu/ColumnSchema.html" title="class in org.apache.kudu">ColumnSchema</a></dt>
<dd>
<div class="block">Return the comment for the column.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/ColumnSchema.html#getComment--">getComment()</a></span> - Method in class org.apache.kudu.<a href="org/apache/kudu/ColumnSchema.html" title="class in org.apache.kudu">ColumnSchema</a></dt>
<dd>
<div class="block">Return the comment for the column.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/ColumnSchema.html#getCompressionAlgorithm--">getCompressionAlgorithm()</a></span> - Method in class org.apache.kudu.<a href="org/apache/kudu/ColumnSchema.html" title="class in org.apache.kudu">ColumnSchema</a></dt>
<dd>
<div class="block">Return the compression algorithm of this column, or null if it is not known.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/ColumnSchema.html#getCompressionAlgorithm--">getCompressionAlgorithm()</a></span> - Method in class org.apache.kudu.<a href="org/apache/kudu/ColumnSchema.html" title="class in org.apache.kudu">ColumnSchema</a></dt>
<dd>
<div class="block">Return the compression algorithm of this column, or null if it is not known.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/spark/tools/BigLinkedListCommon.html#getCreateTableOptions-org.apache.kudu.Schema-int-int-int-">getCreateTableOptions(Schema, int, int, int)</a></span> - Static method in class org.apache.kudu.spark.tools.<a href="org/apache/kudu/spark/tools/BigLinkedListCommon.html" title="class in org.apache.kudu.spark.tools">BigLinkedListCommon</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/Type.html#getDataType--">getDataType()</a></span> - Method in enum org.apache.kudu.<a href="org/apache/kudu/Type.html" title="enum in org.apache.kudu">Type</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">use <a href="org/apache/kudu/Type.html#getDataType-org.apache.kudu.ColumnTypeAttributes-"><code>getDataType(ColumnTypeAttributes)</code></a></span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/Type.html#getDataType-org.apache.kudu.ColumnTypeAttributes-">getDataType(ColumnTypeAttributes)</a></span> - Method in enum org.apache.kudu.<a href="org/apache/kudu/Type.html" title="enum in org.apache.kudu">Type</a></dt>
<dd>
<div class="block">Get the data type from the common's pb</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/Type.html#getDataType--">getDataType()</a></span> - Method in enum org.apache.kudu.<a href="org/apache/kudu/Type.html" title="enum in org.apache.kudu">Type</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">use <a href="org/apache/kudu/Type.html#getDataType-org.apache.kudu.ColumnTypeAttributes-"><code>getDataType(ColumnTypeAttributes)</code></a></span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/Type.html#getDataType-org.apache.kudu.ColumnTypeAttributes-">getDataType(ColumnTypeAttributes)</a></span> - Method in enum org.apache.kudu.<a href="org/apache/kudu/Type.html" title="enum in org.apache.kudu">Type</a></dt>
<dd>
<div class="block">Get the data type from the common's pb</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/PartialRow.html#getDate-java.lang.String-">getDate(String)</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/PartialRow.html" title="class in org.apache.kudu.client">PartialRow</a></dt>
<dd>
<div class="block">Get the specified column's Date.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/PartialRow.html#getDate-int-">getDate(int)</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/PartialRow.html" title="class in org.apache.kudu.client">PartialRow</a></dt>
<dd>
<div class="block">Get the specified column's Date.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/RowResult.html#getDate-java.lang.String-">getDate(String)</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/RowResult.html" title="class in org.apache.kudu.client">RowResult</a></dt>
<dd>
<div class="block">Get the specified column's Date.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/RowResult.html#getDate-int-">getDate(int)</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/RowResult.html" title="class in org.apache.kudu.client">RowResult</a></dt>
<dd>
<div class="block">Get the specified column's Date.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/PartialRow.html#getDecimal-java.lang.String-">getDecimal(String)</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/PartialRow.html" title="class in org.apache.kudu.client">PartialRow</a></dt>
<dd>
<div class="block">Get the specified column's BigDecimal</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/PartialRow.html#getDecimal-int-">getDecimal(int)</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/PartialRow.html" title="class in org.apache.kudu.client">PartialRow</a></dt>
<dd>
<div class="block">Get the specified column's Decimal.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/RowResult.html#getDecimal-java.lang.String-">getDecimal(String)</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/RowResult.html" title="class in org.apache.kudu.client">RowResult</a></dt>
<dd>
<div class="block">Get the specified column's Decimal.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/RowResult.html#getDecimal-int-">getDecimal(int)</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/RowResult.html" title="class in org.apache.kudu.client">RowResult</a></dt>
<dd>
<div class="block">Get the specified column's Decimal.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/AsyncKuduClient.html#getDefaultAdminOperationTimeoutMs--">getDefaultAdminOperationTimeoutMs()</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/AsyncKuduClient.html" title="class in org.apache.kudu.client">AsyncKuduClient</a></dt>
<dd>
<div class="block">Get the timeout used for admin operations.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/KuduClient.html#getDefaultAdminOperationTimeoutMs--">getDefaultAdminOperationTimeoutMs()</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/KuduClient.html" title="class in org.apache.kudu.client">KuduClient</a></dt>
<dd>
<div class="block">Get the timeout used for admin operations.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/AsyncKuduClient.html#getDefaultOperationTimeoutMs--">getDefaultOperationTimeoutMs()</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/AsyncKuduClient.html" title="class in org.apache.kudu.client">AsyncKuduClient</a></dt>
<dd>
<div class="block">Get the timeout used for operations on sessions and scanners.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/KuduClient.html#getDefaultOperationTimeoutMs--">getDefaultOperationTimeoutMs()</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/KuduClient.html" title="class in org.apache.kudu.client">KuduClient</a></dt>
<dd>
<div class="block">Get the timeout used for operations on sessions and scanners.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/AsyncKuduClient.html#getDefaultSocketReadTimeoutMs--">getDefaultSocketReadTimeoutMs()</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/AsyncKuduClient.html" title="class in org.apache.kudu.client">AsyncKuduClient</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">socket read timeouts are no longer used</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/ColumnSchema.html#getDefaultValue--">getDefaultValue()</a></span> - Method in class org.apache.kudu.<a href="org/apache/kudu/ColumnSchema.html" title="class in org.apache.kudu">ColumnSchema</a></dt>
<dd>
<div class="block">The Java object representation of the default value that's read</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/ColumnSchema.html#getDefaultValue--">getDefaultValue()</a></span> - Method in class org.apache.kudu.<a href="org/apache/kudu/ColumnSchema.html" title="class in org.apache.kudu">ColumnSchema</a></dt>
<dd>
<div class="block">The Java object representation of the default value that's read</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/PleaseThrottleException.html#getDeferred--">getDeferred()</a></span> - Method in exception org.apache.kudu.client.<a href="org/apache/kudu/client/PleaseThrottleException.html" title="class in org.apache.kudu.client">PleaseThrottleException</a></dt>
<dd>
<div class="block">Returns a deferred one can wait on before retrying the failed RPC.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/ColumnSchema.html#getDesiredBlockSize--">getDesiredBlockSize()</a></span> - Method in class org.apache.kudu.<a href="org/apache/kudu/ColumnSchema.html" title="class in org.apache.kudu">ColumnSchema</a></dt>
<dd>
<div class="block">Gets the desired block size for this column.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/ColumnSchema.html#getDesiredBlockSize--">getDesiredBlockSize()</a></span> - Method in class org.apache.kudu.<a href="org/apache/kudu/ColumnSchema.html" title="class in org.apache.kudu">ColumnSchema</a></dt>
<dd>
<div class="block">Gets the desired block size for this column.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/LocatedTablet.Replica.html#getDimensionLabel--">getDimensionLabel()</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/LocatedTablet.Replica.html" title="class in org.apache.kudu.client">LocatedTablet.Replica</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/PartialRow.html#getDouble-java.lang.String-">getDouble(String)</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/PartialRow.html" title="class in org.apache.kudu.client">PartialRow</a></dt>
<dd>
<div class="block">Get the specified column's double</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/PartialRow.html#getDouble-int-">getDouble(int)</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/PartialRow.html" title="class in org.apache.kudu.client">PartialRow</a></dt>
<dd>
<div class="block">Get the specified column's double</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/RowResult.html#getDouble-java.lang.String-">getDouble(String)</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/RowResult.html" title="class in org.apache.kudu.client">RowResult</a></dt>
<dd>
<div class="block">Get the specified column's double</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/RowResult.html#getDouble-int-">getDouble(int)</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/RowResult.html" title="class in org.apache.kudu.client">RowResult</a></dt>
<dd>
<div class="block">Get the specified column's double</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/ColumnSchema.html#getEncoding--">getEncoding()</a></span> - Method in class org.apache.kudu.<a href="org/apache/kudu/ColumnSchema.html" title="class in org.apache.kudu">ColumnSchema</a></dt>
<dd>
<div class="block">Return the encoding of this column, or null if it is not known.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/ColumnSchema.html#getEncoding--">getEncoding()</a></span> - Method in class org.apache.kudu.<a href="org/apache/kudu/ColumnSchema.html" title="class in org.apache.kudu">ColumnSchema</a></dt>
<dd>
<div class="block">Return the encoding of this column, or null if it is not known.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/LocatedTablet.html#getEndKey--">getEndKey()</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/LocatedTablet.html" title="class in org.apache.kudu.client">LocatedTablet</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">use <a href="org/apache/kudu/client/LocatedTablet.html#getPartition--"><code>LocatedTablet.getPartition()</code></a></span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/RowError.html#getErrorStatus--">getErrorStatus()</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/RowError.html" title="class in org.apache.kudu.client">RowError</a></dt>
<dd>
<div class="block">Get the status code and message of the row error.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/KuduTable.html#getExtraConfig--">getExtraConfig()</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/KuduTable.html" title="class in org.apache.kudu.client">KuduTable</a></dt>
<dd>
<div class="block">Get this table's extra configuration properties.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/HasFailedRpcException.html#getFailedRpc--">getFailedRpc()</a></span> - Method in interface org.apache.kudu.client.<a href="org/apache/kudu/client/HasFailedRpcException.html" title="interface in org.apache.kudu.client">HasFailedRpcException</a></dt>
<dd>
<div class="block">Returns the RPC that caused this exception.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/PleaseThrottleException.html#getFailedRpc--">getFailedRpc()</a></span> - Method in exception org.apache.kudu.client.<a href="org/apache/kudu/client/PleaseThrottleException.html" title="class in org.apache.kudu.client">PleaseThrottleException</a></dt>
<dd>
<div class="block">The RPC that was made to fail with this exception.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/PartialRow.html#getFloat-java.lang.String-">getFloat(String)</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/PartialRow.html" title="class in org.apache.kudu.client">PartialRow</a></dt>
<dd>
<div class="block">Get the specified column's float</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/PartialRow.html#getFloat-int-">getFloat(int)</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/PartialRow.html" title="class in org.apache.kudu.client">PartialRow</a></dt>
<dd>
<div class="block">Get the specified column's float</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/RowResult.html#getFloat-java.lang.String-">getFloat(String)</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/RowResult.html" title="class in org.apache.kudu.client">RowResult</a></dt>
<dd>
<div class="block">Get the specified column's float</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/RowResult.html#getFloat-int-">getFloat(int)</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/RowResult.html" title="class in org.apache.kudu.client">RowResult</a></dt>
<dd>
<div class="block">Get the specified column's float</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/AsyncKuduSession.html#getFlushMode--">getFlushMode()</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/AsyncKuduSession.html" title="class in org.apache.kudu.client">AsyncKuduSession</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/KuduSession.html#getFlushMode--">getFlushMode()</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/KuduSession.html" title="class in org.apache.kudu.client">KuduSession</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/SessionConfiguration.html#getFlushMode--">getFlushMode()</a></span> - Method in interface org.apache.kudu.client.<a href="org/apache/kudu/client/SessionConfiguration.html" title="interface in org.apache.kudu.client">SessionConfiguration</a></dt>
<dd>
<div class="block">Get the current flush mode.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/KuduTable.html#getFormattedRangePartitions-long-">getFormattedRangePartitions(long)</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/KuduTable.html" title="class in org.apache.kudu.client">KuduTable</a></dt>
<dd>
<div class="block">Retrieves a formatted representation of this table's range partitions.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/KuduTable.html#getFormattedRangePartitionsWithHashSchema-long-">getFormattedRangePartitionsWithHashSchema(long)</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/KuduTable.html" title="class in org.apache.kudu.client">KuduTable</a></dt>
<dd>
<div class="block">Retrieves a formatted representation of this table's range partitions along
with hash schema output for each range.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/util/BloomFilter.html#getHashFunctionName--">getHashFunctionName()</a></span> - Method in class org.apache.kudu.util.<a href="org/apache/kudu/util/BloomFilter.html" title="class in org.apache.kudu.util">BloomFilter</a></dt>
<dd>
<div class="block">Get the name of hashing used when updating or checking containment.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/spark/tools/BigLinkedListCommon.html#getHeadsTableSchema--">getHeadsTableSchema()</a></span> - Static method in class org.apache.kudu.spark.tools.<a href="org/apache/kudu/spark/tools/BigLinkedListCommon.html" title="class in org.apache.kudu.spark.tools">BigLinkedListCommon</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/AsyncKuduClient.html#getHiveMetastoreConfig--">getHiveMetastoreConfig()</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/AsyncKuduClient.html" title="class in org.apache.kudu.client">AsyncKuduClient</a></dt>
<dd>
<div class="block">Get the Hive Metastore configuration of the most recently connected-to leader master, or
<code>null</code> if the Hive Metastore integration is not enabled.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/KuduClient.html#getHiveMetastoreConfig--">getHiveMetastoreConfig()</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/KuduClient.html" title="class in org.apache.kudu.client">KuduClient</a></dt>
<dd>
<div class="block">Returns the Hive Metastore configuration of the cluster.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/PartialRow.html#getInt-java.lang.String-">getInt(String)</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/PartialRow.html" title="class in org.apache.kudu.client">PartialRow</a></dt>
<dd>
<div class="block">Get the specified column's integer</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/PartialRow.html#getInt-int-">getInt(int)</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/PartialRow.html" title="class in org.apache.kudu.client">PartialRow</a></dt>
<dd>
<div class="block">Get the specified column's integer</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/RowResult.html#getInt-java.lang.String-">getInt(String)</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/RowResult.html" title="class in org.apache.kudu.client">RowResult</a></dt>
<dd>
<div class="block">Get the specified column's integer</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/RowResult.html#getInt-int-">getInt(int)</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/RowResult.html" title="class in org.apache.kudu.client">RowResult</a></dt>
<dd>
<div class="block">Get the specified column's integer</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/ColumnSchema.CompressionAlgorithm.html#getInternalPbType--">getInternalPbType()</a></span> - Method in enum org.apache.kudu.<a href="org/apache/kudu/ColumnSchema.CompressionAlgorithm.html" title="enum in org.apache.kudu">ColumnSchema.CompressionAlgorithm</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/ColumnSchema.CompressionAlgorithm.html#getInternalPbType--">getInternalPbType()</a></span> - Method in enum org.apache.kudu.<a href="org/apache/kudu/ColumnSchema.CompressionAlgorithm.html" title="enum in org.apache.kudu">ColumnSchema.CompressionAlgorithm</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/ColumnSchema.Encoding.html#getInternalPbType--">getInternalPbType()</a></span> - Method in enum org.apache.kudu.<a href="org/apache/kudu/ColumnSchema.Encoding.html" title="enum in org.apache.kudu">ColumnSchema.Encoding</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/ColumnSchema.Encoding.html#getInternalPbType--">getInternalPbType()</a></span> - Method in enum org.apache.kudu.<a href="org/apache/kudu/ColumnSchema.Encoding.html" title="enum in org.apache.kudu">ColumnSchema.Encoding</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/Schema.html#getIsDeletedIndex--">getIsDeletedIndex()</a></span> - Method in class org.apache.kudu.<a href="org/apache/kudu/Schema.html" title="class in org.apache.kudu">Schema</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/Schema.html#getIsDeletedIndex--">getIsDeletedIndex()</a></span> - Method in class org.apache.kudu.<a href="org/apache/kudu/Schema.html" title="class in org.apache.kudu">Schema</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/AsyncKuduScanner.html#getKeepAlivePeriodMs--">getKeepAlivePeriodMs()</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/AsyncKuduScanner.html" title="class in org.apache.kudu.client">AsyncKuduScanner</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/AsyncKuduClient.html#getLastPropagatedTimestamp--">getLastPropagatedTimestamp()</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/AsyncKuduClient.html" title="class in org.apache.kudu.client">AsyncKuduClient</a></dt>
<dd>
<div class="block">Returns the last timestamp received from a server.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/KuduClient.html#getLastPropagatedTimestamp--">getLastPropagatedTimestamp()</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/KuduClient.html" title="class in org.apache.kudu.client">KuduClient</a></dt>
<dd>
<div class="block">Returns the last timestamp received from a server.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/LocatedTablet.html#getLeaderReplica--">getLeaderReplica()</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/LocatedTablet.html" title="class in org.apache.kudu.client">LocatedTablet</a></dt>
<dd>
<div class="block">Return the current leader, or null if there is none.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/ColumnTypeAttributes.html#getLength--">getLength()</a></span> - Method in class org.apache.kudu.<a href="org/apache/kudu/ColumnTypeAttributes.html" title="class in org.apache.kudu">ColumnTypeAttributes</a></dt>
<dd>
<div class="block">Returns the length;</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/ColumnTypeAttributes.html#getLength--">getLength()</a></span> - Method in class org.apache.kudu.<a href="org/apache/kudu/ColumnTypeAttributes.html" title="class in org.apache.kudu">ColumnTypeAttributes</a></dt>
<dd>
<div class="block">Returns the length;</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/AsyncKuduScanner.html#getLimit--">getLimit()</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/AsyncKuduScanner.html" title="class in org.apache.kudu.client">AsyncKuduScanner</a></dt>
<dd>
<div class="block">Returns the maximum number of rows that this scanner was configured to return.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/KuduScanner.html#getLimit--">getLimit()</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/KuduScanner.html" title="class in org.apache.kudu.client">KuduScanner</a></dt>
<dd>
<div class="block">Returns the maximum number of rows that this scanner was configured to return.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/KuduTableStatistics.html#getLiveRowCount--">getLiveRowCount()</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/KuduTableStatistics.html" title="class in org.apache.kudu.client">KuduTableStatistics</a></dt>
<dd>
<div class="block">Get the table's live row count, this statistic is pre-replication.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/AsyncKuduClient.html#getLocationString--">getLocationString()</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/AsyncKuduClient.html" title="class in org.apache.kudu.client">AsyncKuduClient</a></dt>
<dd>
<div class="block">Returns a string representation of this client's location.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/KuduClient.html#getLocationString--">getLocationString()</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/KuduClient.html" title="class in org.apache.kudu.client">KuduClient</a></dt>
<dd>
<div class="block">Returns a string representation of this client's location.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/PartialRow.html#getLong-java.lang.String-">getLong(String)</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/PartialRow.html" title="class in org.apache.kudu.client">PartialRow</a></dt>
<dd>
<div class="block">Get the specified column's long
If this is a UNIXTIME_MICROS column, the long value corresponds to a number of microseconds
since midnight, January 1, 1970 UTC.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/PartialRow.html#getLong-int-">getLong(int)</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/PartialRow.html" title="class in org.apache.kudu.client">PartialRow</a></dt>
<dd>
<div class="block">Get the specified column's long
If this is a UNIXTIME_MICROS column, the long value corresponds to a number of microseconds
since midnight, January 1, 1970 UTC.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/RowResult.html#getLong-java.lang.String-">getLong(String)</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/RowResult.html" title="class in org.apache.kudu.client">RowResult</a></dt>
<dd>
<div class="block">Get the specified column's long
If this is a UNIXTIME_MICROS column, the long value corresponds to a number of microseconds
since midnight, January 1, 1970 UTC.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/RowResult.html#getLong-int-">getLong(int)</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/RowResult.html" title="class in org.apache.kudu.client">RowResult</a></dt>
<dd>
<div class="block">Get the specified column's long
If this is a UNIXTIME_MICROS column, the long value corresponds to a number of microseconds
since midnight, January 1, 1970 UTC.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/ColumnRangePredicate.html#getLowerBound--">getLowerBound()</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/ColumnRangePredicate.html" title="class in org.apache.kudu.client">ColumnRangePredicate</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Get the lower bound in its raw representation</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/AsyncKuduClient.html#getMasterAddressesAsString--">getMasterAddressesAsString()</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/AsyncKuduClient.html" title="class in org.apache.kudu.client">AsyncKuduClient</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/KuduClient.html#getMasterAddressesAsString--">getMasterAddressesAsString()</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/KuduClient.html" title="class in org.apache.kudu.client">KuduClient</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/test/KuduTestHarness.html#getMasterAddressesAsString--">getMasterAddressesAsString()</a></span> - Method in class org.apache.kudu.test.<a href="org/apache/kudu/test/KuduTestHarness.html" title="class in org.apache.kudu.test">KuduTestHarness</a></dt>
<dd>
<div class="block">Return the comma-separated list of "host:port" pairs that describes the master
config for this cluster.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/test/KuduTestHarness.html#getMasterServers--">getMasterServers()</a></span> - Method in class org.apache.kudu.test.<a href="org/apache/kudu/test/KuduTestHarness.html" title="class in org.apache.kudu.test">KuduTestHarness</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/RowError.html#getMessage--">getMessage()</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/RowError.html" title="class in org.apache.kudu.client">RowError</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Please use getErrorStatus() instead. Will be removed in a future version.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/ResourceMetrics.html#getMetric-java.lang.String-">getMetric(String)</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/ResourceMetrics.html" title="class in org.apache.kudu.client">ResourceMetrics</a></dt>
<dd>
<div class="block">Returns the value of the metric named by 'name', or 0 if there is no such metric.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/KuduTable.html#getName--">getName()</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/KuduTable.html" title="class in org.apache.kudu.client">KuduTable</a></dt>
<dd>
<div class="block">Get this table's name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/ColumnSchema.html#getName--">getName()</a></span> - Method in class org.apache.kudu.<a href="org/apache/kudu/ColumnSchema.html" title="class in org.apache.kudu">ColumnSchema</a></dt>
<dd>
<div class="block">Get the column's name</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/ColumnSchema.html#getName--">getName()</a></span> - Method in class org.apache.kudu.<a href="org/apache/kudu/ColumnSchema.html" title="class in org.apache.kudu">ColumnSchema</a></dt>
<dd>
<div class="block">Get the column's name</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/Type.html#getName--">getName()</a></span> - Method in enum org.apache.kudu.<a href="org/apache/kudu/Type.html" title="enum in org.apache.kudu">Type</a></dt>
<dd>
<div class="block">Get the string representation of this type</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/Type.html#getName--">getName()</a></span> - Method in enum org.apache.kudu.<a href="org/apache/kudu/Type.html" title="enum in org.apache.kudu">Type</a></dt>
<dd>
<div class="block">Get the string representation of this type</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/util/BloomFilter.html#getNumHashes--">getNumHashes()</a></span> - Method in class org.apache.kudu.util.<a href="org/apache/kudu/util/BloomFilter.html" title="class in org.apache.kudu.util">BloomFilter</a></dt>
<dd>
<div class="block">Get the number of hashing times when updating or checking containment.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/KuduTable.html#getNumReplicas--">getNumReplicas()</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/KuduTable.html" title="class in org.apache.kudu.client">KuduTable</a></dt>
<dd>
<div class="block">Get this table's replication factor.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/RowResultIterator.html#getNumRows--">getNumRows()</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/RowResultIterator.html" title="class in org.apache.kudu.client">RowResultIterator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/PartialRow.html#getObject-java.lang.String-">getObject(String)</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/PartialRow.html" title="class in org.apache.kudu.client">PartialRow</a></dt>
<dd>
<div class="block">Get the specified column's value as an Object.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/PartialRow.html#getObject-int-">getObject(int)</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/PartialRow.html" title="class in org.apache.kudu.client">PartialRow</a></dt>
<dd>
<div class="block">Get the specified column's value as an Object.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/RowResult.html#getObject-java.lang.String-">getObject(String)</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/RowResult.html" title="class in org.apache.kudu.client">RowResult</a></dt>
<dd>
<div class="block">Get the specified column's value as an Object.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/RowResult.html#getObject-int-">getObject(int)</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/RowResult.html" title="class in org.apache.kudu.client">RowResult</a></dt>
<dd>
<div class="block">Get the specified column's value as an Object.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/KuduTableStatistics.html#getOnDiskSize--">getOnDiskSize()</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/KuduTableStatistics.html" title="class in org.apache.kudu.client">KuduTableStatistics</a></dt>
<dd>
<div class="block">Get the table's on disk size, this statistic is pre-replication.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/RowError.html#getOperation--">getOperation()</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/RowError.html" title="class in org.apache.kudu.client">RowError</a></dt>
<dd>
<div class="block">Get the Operation that failed.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/KuduTable.html#getOwner--">getOwner()</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/KuduTable.html" title="class in org.apache.kudu.client">KuduTable</a></dt>
<dd>
<div class="block">Get this table's owner.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/LocatedTablet.html#getPartition--">getPartition()</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/LocatedTablet.html" title="class in org.apache.kudu.client">LocatedTablet</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/KuduTable.html#getPartitionSchema--">getPartitionSchema()</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/KuduTable.html" title="class in org.apache.kudu.client">KuduTable</a></dt>
<dd>
<div class="block">Gets the table's partition schema.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/AsyncKuduSession.html#getPendingErrors--">getPendingErrors()</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/AsyncKuduSession.html" title="class in org.apache.kudu.client">AsyncKuduSession</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/KuduSession.html#getPendingErrors--">getPendingErrors()</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/KuduSession.html" title="class in org.apache.kudu.client">KuduSession</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/SessionConfiguration.html#getPendingErrors--">getPendingErrors()</a></span> - Method in interface org.apache.kudu.client.<a href="org/apache/kudu/client/SessionConfiguration.html" title="interface in org.apache.kudu.client">SessionConfiguration</a></dt>
<dd>
<div class="block">Return any errors from previous calls.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/Status.html#getPosixCode--">getPosixCode()</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/Status.html" title="class in org.apache.kudu.client">Status</a></dt>
<dd>
<div class="block">Get the posix code associated with the error.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/ColumnTypeAttributes.html#getPrecision--">getPrecision()</a></span> - Method in class org.apache.kudu.<a href="org/apache/kudu/ColumnTypeAttributes.html" title="class in org.apache.kudu">ColumnTypeAttributes</a></dt>
<dd>
<div class="block">Return the precision;</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/ColumnTypeAttributes.html#getPrecision--">getPrecision()</a></span> - Method in class org.apache.kudu.<a href="org/apache/kudu/ColumnTypeAttributes.html" title="class in org.apache.kudu">ColumnTypeAttributes</a></dt>
<dd>
<div class="block">Return the precision;</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/Schema.html#getPrimaryKeyColumnCount--">getPrimaryKeyColumnCount()</a></span> - Method in class org.apache.kudu.<a href="org/apache/kudu/Schema.html" title="class in org.apache.kudu">Schema</a></dt>
<dd>
<div class="block">Get the count of columns that are part of the primary key.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/Schema.html#getPrimaryKeyColumnCount--">getPrimaryKeyColumnCount()</a></span> - Method in class org.apache.kudu.<a href="org/apache/kudu/Schema.html" title="class in org.apache.kudu">Schema</a></dt>
<dd>
<div class="block">Get the count of columns that are part of the primary key.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/Schema.html#getPrimaryKeyColumns--">getPrimaryKeyColumns()</a></span> - Method in class org.apache.kudu.<a href="org/apache/kudu/Schema.html" title="class in org.apache.kudu">Schema</a></dt>
<dd>
<div class="block">Get the primary key columns.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/Schema.html#getPrimaryKeyColumns--">getPrimaryKeyColumns()</a></span> - Method in class org.apache.kudu.<a href="org/apache/kudu/Schema.html" title="class in org.apache.kudu">Schema</a></dt>
<dd>
<div class="block">Get the primary key columns.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/test/KuduTestHarness.html#getPrincipal--">getPrincipal()</a></span> - Method in class org.apache.kudu.test.<a href="org/apache/kudu/test/KuduTestHarness.html" title="class in org.apache.kudu.test">KuduTestHarness</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/AsyncKuduScanner.html#getProjectionSchema--">getProjectionSchema()</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/AsyncKuduScanner.html" title="class in org.apache.kudu.client">AsyncKuduScanner</a></dt>
<dd>
<div class="block">Returns the projection schema of this scanner.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/KuduScanner.html#getProjectionSchema--">getProjectionSchema()</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/KuduScanner.html" title="class in org.apache.kudu.client">KuduScanner</a></dt>
<dd>
<div class="block">Returns the projection schema of this scanner.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/KuduTable.html#getRangePartitions-long-">getRangePartitions(long)</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/KuduTable.html" title="class in org.apache.kudu.client">KuduTable</a></dt>
<dd>
<div class="block">Retrieves this table's range partitions.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/KuduTable.html#getRangePartitionsWithTableHashSchema-long-">getRangePartitionsWithTableHashSchema(long)</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/KuduTable.html" title="class in org.apache.kudu.client">KuduTable</a></dt>
<dd>
<div class="block">Only retrieves this table's range partitions that contain the table wide hash schema.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/AsyncKuduScanner.html#getReadMode--">getReadMode()</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/AsyncKuduScanner.html" title="class in org.apache.kudu.client">AsyncKuduScanner</a></dt>
<dd>
<div class="block">Returns the ReadMode for this scanner.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/KuduScanner.html#getReadMode--">getReadMode()</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/KuduScanner.html" title="class in org.apache.kudu.client">KuduScanner</a></dt>
<dd>
<div class="block">Returns the ReadMode for this scanner.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/LocatedTablet.html#getReplicas--">getReplicas()</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/LocatedTablet.html" title="class in org.apache.kudu.client">LocatedTablet</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/AsyncKuduScanner.html#getResourceMetrics--">getResourceMetrics()</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/AsyncKuduScanner.html" title="class in org.apache.kudu.client">AsyncKuduScanner</a></dt>
<dd>
<div class="block">Returns the <code>ResourceMetrics</code> for this scanner.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/KuduScanner.html#getResourceMetrics--">getResourceMetrics()</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/KuduScanner.html" title="class in org.apache.kudu.client">KuduScanner</a></dt>
<dd>
<div class="block">Returns the resource metrics of this scanner.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/LocatedTablet.Replica.html#getRole--">getRole()</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/LocatedTablet.Replica.html" title="class in org.apache.kudu.client">LocatedTablet.Replica</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/Operation.html#getRow--">getRow()</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/Operation.html" title="class in org.apache.kudu.client">Operation</a></dt>
<dd>
<div class="block">Get the underlying row to modify.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/OperationResponse.html#getRowError--">getRowError()</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/OperationResponse.html" title="class in org.apache.kudu.client">OperationResponse</a></dt>
<dd>
<div class="block">Returns a row error.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/RowErrorsAndOverflowStatus.html#getRowErrors--">getRowErrors()</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/RowErrorsAndOverflowStatus.html" title="class in org.apache.kudu.client">RowErrorsAndOverflowStatus</a></dt>
<dd>
<div class="block">Get the collected row errors.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/Schema.html#getRowKeyProjection--">getRowKeyProjection()</a></span> - Method in class org.apache.kudu.<a href="org/apache/kudu/Schema.html" title="class in org.apache.kudu">Schema</a></dt>
<dd>
<div class="block">Get a schema that only contains the columns which are part of the key</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/Schema.html#getRowKeyProjection--">getRowKeyProjection()</a></span> - Method in class org.apache.kudu.<a href="org/apache/kudu/Schema.html" title="class in org.apache.kudu">Schema</a></dt>
<dd>
<div class="block">Get a schema that only contains the columns which are part of the key</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/Schema.html#getRowSize--">getRowSize()</a></span> - Method in class org.apache.kudu.<a href="org/apache/kudu/Schema.html" title="class in org.apache.kudu">Schema</a></dt>
<dd>
<div class="block">Get the size a row built using this schema would be</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/Schema.html#getRowSize--">getRowSize()</a></span> - Method in class org.apache.kudu.<a href="org/apache/kudu/Schema.html" title="class in org.apache.kudu">Schema</a></dt>
<dd>
<div class="block">Get the size a row built using this schema would be</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/LocatedTablet.Replica.html#getRpcHost--">getRpcHost()</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/LocatedTablet.Replica.html" title="class in org.apache.kudu.client">LocatedTablet.Replica</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/LocatedTablet.Replica.html#getRpcPort--">getRpcPort()</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/LocatedTablet.Replica.html" title="class in org.apache.kudu.client">LocatedTablet.Replica</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/ColumnTypeAttributes.html#getScale--">getScale()</a></span> - Method in class org.apache.kudu.<a href="org/apache/kudu/ColumnTypeAttributes.html" title="class in org.apache.kudu">ColumnTypeAttributes</a></dt>
<dd>
<div class="block">Return the scale;</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/ColumnTypeAttributes.html#getScale--">getScale()</a></span> - Method in class org.apache.kudu.<a href="org/apache/kudu/ColumnTypeAttributes.html" title="class in org.apache.kudu">ColumnTypeAttributes</a></dt>
<dd>
<div class="block">Return the scale;</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/AsyncKuduScanner.html#getScanRequestTimeout--">getScanRequestTimeout()</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/AsyncKuduScanner.html" title="class in org.apache.kudu.client">AsyncKuduScanner</a></dt>
<dd>
<div class="block">Returns the scan request timeout for this scanner.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/KuduScanner.html#getScanRequestTimeout--">getScanRequestTimeout()</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/KuduScanner.html" title="class in org.apache.kudu.client">KuduScanner</a></dt>
<dd>
<div class="block">Returns the current value of the scanner's scan request timeout.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/KuduTable.html#getSchema--">getSchema()</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/KuduTable.html" title="class in org.apache.kudu.client">KuduTable</a></dt>
<dd>
<div class="block">Get this table's schema, as of the moment this instance was created.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/PartialRow.html#getSchema--">getSchema()</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/PartialRow.html" title="class in org.apache.kudu.client">PartialRow</a></dt>
<dd>
<div class="block">Get the schema used for this row.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/RowResult.html#getSchema--">getSchema()</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/RowResult.html" title="class in org.apache.kudu.client">RowResult</a></dt>
<dd>
<div class="block">Get the schema associated with this result.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/PartialRow.html#getShort-java.lang.String-">getShort(String)</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/PartialRow.html" title="class in org.apache.kudu.client">PartialRow</a></dt>
<dd>
<div class="block">Get the specified column's short</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/PartialRow.html#getShort-int-">getShort(int)</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/PartialRow.html" title="class in org.apache.kudu.client">PartialRow</a></dt>
<dd>
<div class="block">Get the specified column's short</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/RowResult.html#getShort-java.lang.String-">getShort(String)</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/RowResult.html" title="class in org.apache.kudu.client">RowResult</a></dt>
<dd>
<div class="block">Get the specified column's short</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/RowResult.html#getShort-int-">getShort(int)</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/RowResult.html" title="class in org.apache.kudu.client">RowResult</a></dt>
<dd>
<div class="block">Get the specified column's short</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/Type.html#getSize--">getSize()</a></span> - Method in enum org.apache.kudu.<a href="org/apache/kudu/Type.html" title="enum in org.apache.kudu">Type</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">use <a href="org/apache/kudu/Type.html#getSize-org.apache.kudu.ColumnTypeAttributes-"><code>getSize(ColumnTypeAttributes)</code></a></span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/Type.html#getSize-org.apache.kudu.ColumnTypeAttributes-">getSize(ColumnTypeAttributes)</a></span> - Method in enum org.apache.kudu.<a href="org/apache/kudu/Type.html" title="enum in org.apache.kudu">Type</a></dt>
<dd>
<div class="block">The size of this type on the wire</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/Type.html#getSize--">getSize()</a></span> - Method in enum org.apache.kudu.<a href="org/apache/kudu/Type.html" title="enum in org.apache.kudu">Type</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">use <a href="org/apache/kudu/Type.html#getSize-org.apache.kudu.ColumnTypeAttributes-"><code>getSize(ColumnTypeAttributes)</code></a></span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/Type.html#getSize-org.apache.kudu.ColumnTypeAttributes-">getSize(ColumnTypeAttributes)</a></span> - Method in enum org.apache.kudu.<a href="org/apache/kudu/Type.html" title="enum in org.apache.kudu">Type</a></dt>
<dd>
<div class="block">The size of this type on the wire</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/AsyncKuduClient.html#getSoftDeletedTablesList--">getSoftDeletedTablesList()</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/AsyncKuduClient.html" title="class in org.apache.kudu.client">AsyncKuduClient</a></dt>
<dd>
<div class="block">Get the list of all the soft deleted tables.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/KuduClient.html#getSoftDeletedTablesList--">getSoftDeletedTablesList()</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/KuduClient.html" title="class in org.apache.kudu.client">KuduClient</a></dt>
<dd>
<div class="block">Get the list of all the soft deleted tables.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/KuduClient.html#getSoftDeletedTablesList-java.lang.String-">getSoftDeletedTablesList(String)</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/KuduClient.html" title="class in org.apache.kudu.client">KuduClient</a></dt>
<dd>
<div class="block">Get list of soft deleted table names.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/LocatedTablet.html#getStartKey--">getStartKey()</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/LocatedTablet.html" title="class in org.apache.kudu.client">LocatedTablet</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">use <a href="org/apache/kudu/client/LocatedTablet.html#getPartition--"><code>LocatedTablet.getPartition()</code></a></span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/AsyncKuduClient.html#getStatistics--">getStatistics()</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/AsyncKuduClient.html" title="class in org.apache.kudu.client">AsyncKuduClient</a></dt>
<dd>
<div class="block">Get the statistics object of this client.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/KuduClient.html#getStatistics--">getStatistics()</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/KuduClient.html" title="class in org.apache.kudu.client">KuduClient</a></dt>
<dd>
<div class="block">Get the statistics object of this client.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/KuduException.html#getStatus--">getStatus()</a></span> - Method in exception org.apache.kudu.client.<a href="org/apache/kudu/client/KuduException.html" title="class in org.apache.kudu.client">KuduException</a></dt>
<dd>
<div class="block">Get the Status object for this exception.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/RowError.html#getStatus--">getStatus()</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/RowError.html" title="class in org.apache.kudu.client">RowError</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Please use getErrorStatus() instead. Will be removed in a future version.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/PartialRow.html#getString-java.lang.String-">getString(String)</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/PartialRow.html" title="class in org.apache.kudu.client">PartialRow</a></dt>
<dd>
<div class="block">Get the specified column's string.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/PartialRow.html#getString-int-">getString(int)</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/PartialRow.html" title="class in org.apache.kudu.client">PartialRow</a></dt>
<dd>
<div class="block">Get the specified column's string.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/RowResult.html#getString-java.lang.String-">getString(String)</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/RowResult.html" title="class in org.apache.kudu.client">RowResult</a></dt>
<dd>
<div class="block">Get the specified column's string.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/RowResult.html#getString-int-">getString(int)</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/RowResult.html" title="class in org.apache.kudu.client">RowResult</a></dt>
<dd>
<div class="block">Get the specified column's string.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/AlterTableResponse.html#getTableId--">getTableId()</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/AlterTableResponse.html" title="class in org.apache.kudu.client">AlterTableResponse</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/KuduTable.html#getTableId--">getTableId()</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/KuduTable.html" title="class in org.apache.kudu.client">KuduTable</a></dt>
<dd>
<div class="block">Get this table's unique identifier.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/ListTablesResponse.html#getTableInfosList--">getTableInfosList()</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/ListTablesResponse.html" title="class in org.apache.kudu.client">ListTablesResponse</a></dt>
<dd>
<div class="block">Get the list of tables as specified in the request.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/Statistics.html#getTableName-java.lang.String-">getTableName(String)</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/Statistics.html" title="class in org.apache.kudu.client">Statistics</a></dt>
<dd>
<div class="block">Get table name of the given tablet id.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/spark/tools/BigLinkedListCommon.html#getTableSchema--">getTableSchema()</a></span> - Static method in class org.apache.kudu.spark.tools.<a href="org/apache/kudu/spark/tools/BigLinkedListCommon.html" title="class in org.apache.kudu.spark.tools">BigLinkedListCommon</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/Statistics.html#getTableSet--">getTableSet()</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/Statistics.html" title="class in org.apache.kudu.client">Statistics</a></dt>
<dd>
<div class="block">Get the set of tables which have been written into by this client,
which have statistics information.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/AsyncKuduClient.html#getTablesList--">getTablesList()</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/AsyncKuduClient.html" title="class in org.apache.kudu.client">AsyncKuduClient</a></dt>
<dd>
<div class="block">Get the list of all the regular (i.e.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/AsyncKuduClient.html#getTablesList-java.lang.String-">getTablesList(String)</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/AsyncKuduClient.html" title="class in org.apache.kudu.client">AsyncKuduClient</a></dt>
<dd>
<div class="block">Get a list of regular table names.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/AsyncKuduClient.html#getTablesList-java.lang.String-boolean-">getTablesList(String, boolean)</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/AsyncKuduClient.html" title="class in org.apache.kudu.client">AsyncKuduClient</a></dt>
<dd>
<div class="block">Get a list of table names.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/KuduClient.html#getTablesList--">getTablesList()</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/KuduClient.html" title="class in org.apache.kudu.client">KuduClient</a></dt>
<dd>
<div class="block">Get the list of all the regular tables.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/KuduClient.html#getTablesList-java.lang.String-">getTablesList(String)</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/KuduClient.html" title="class in org.apache.kudu.client">KuduClient</a></dt>
<dd>
<div class="block">Get a list of regular table names.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/ListTablesResponse.html#getTablesList--">getTablesList()</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/ListTablesResponse.html" title="class in org.apache.kudu.client">ListTablesResponse</a></dt>
<dd>
<div class="block">Get the list of tables as specified in the request.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/Statistics.html#getTableStatistic-java.lang.String-org.apache.kudu.client.Statistics.Statistic-">getTableStatistic(String, Statistics.Statistic)</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/Statistics.html" title="class in org.apache.kudu.client">Statistics</a></dt>
<dd>
<div class="block">Get the statistic count of this table.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/AsyncKuduClient.html#getTableStatistics-java.lang.String-">getTableStatistics(String)</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/AsyncKuduClient.html" title="class in org.apache.kudu.client">AsyncKuduClient</a></dt>
<dd>
<div class="block">Get table's statistics from master.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/KuduClient.html#getTableStatistics-java.lang.String-">getTableStatistics(String)</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/KuduClient.html" title="class in org.apache.kudu.client">KuduClient</a></dt>
<dd>
<div class="block">Get table's statistics from master.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/KuduTable.html#getTableStatistics--">getTableStatistics()</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/KuduTable.html" title="class in org.apache.kudu.client">KuduTable</a></dt>
<dd>
<div class="block">Get this table's statistics.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/KuduScanToken.html#getTablet--">getTablet()</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/KuduScanToken.html" title="class in org.apache.kudu.client">KuduScanToken</a></dt>
<dd>
<div class="block">Returns the tablet which the scanner created from this token will access.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/LocatedTablet.html#getTabletId--">getTabletId()</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/LocatedTablet.html" title="class in org.apache.kudu.client">LocatedTablet</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/KuduPartitioner.html#getTabletMap--">getTabletMap()</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/KuduPartitioner.html" title="class in org.apache.kudu.client">KuduPartitioner</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/test/KuduTestHarness.html#getTabletServers--">getTabletServers()</a></span> - Method in class org.apache.kudu.test.<a href="org/apache/kudu/test/KuduTestHarness.html" title="class in org.apache.kudu.test">KuduTestHarness</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/ListTabletServersResponse.html#getTabletServersCount--">getTabletServersCount()</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/ListTabletServersResponse.html" title="class in org.apache.kudu.client">ListTabletServersResponse</a></dt>
<dd>
<div class="block">Get the count of tablet servers as reported by the master.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/ListTabletServersResponse.html#getTabletServersList--">getTabletServersList()</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/ListTabletServersResponse.html" title="class in org.apache.kudu.client">ListTabletServersResponse</a></dt>
<dd>
<div class="block">Get the list of tablet servers, as represented by their hostname.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/Statistics.html#getTabletSet--">getTabletSet()</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/Statistics.html" title="class in org.apache.kudu.client">Statistics</a></dt>
<dd>
<div class="block">Get the set of tablets which have been written into by this client,
which have statistics information.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/KuduTable.html#getTabletsLocations-long-">getTabletsLocations(long)</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/KuduTable.html" title="class in org.apache.kudu.client">KuduTable</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">use the <a href="org/apache/kudu/client/KuduScanToken.html" title="class in org.apache.kudu.client"><code>KuduScanToken</code></a> API</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/KuduTable.html#getTabletsLocations-byte:A-byte:A-long-">getTabletsLocations(byte[], byte[], long)</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/KuduTable.html" title="class in org.apache.kudu.client">KuduTable</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">use the <a href="org/apache/kudu/client/KuduScanToken.html" title="class in org.apache.kudu.client"><code>KuduScanToken</code></a> API</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/Statistics.html#getTabletStatistic-java.lang.String-org.apache.kudu.client.Statistics.Statistic-">getTabletStatistic(String, Statistics.Statistic)</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/Statistics.html" title="class in org.apache.kudu.client">Statistics</a></dt>
<dd>
<div class="block">Get the statistic count of this tablet.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/AsyncKuduSession.html#getTimeoutMillis--">getTimeoutMillis()</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/AsyncKuduSession.html" title="class in org.apache.kudu.client">AsyncKuduSession</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/KuduSession.html#getTimeoutMillis--">getTimeoutMillis()</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/KuduSession.html" title="class in org.apache.kudu.client">KuduSession</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/SessionConfiguration.html#getTimeoutMillis--">getTimeoutMillis()</a></span> - Method in interface org.apache.kudu.client.<a href="org/apache/kudu/client/SessionConfiguration.html" title="interface in org.apache.kudu.client">SessionConfiguration</a></dt>
<dd>
<div class="block">Get the current timeout.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/PartialRow.html#getTimestamp-java.lang.String-">getTimestamp(String)</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/PartialRow.html" title="class in org.apache.kudu.client">PartialRow</a></dt>
<dd>
<div class="block">Get the specified column's Timestamp.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/PartialRow.html#getTimestamp-int-">getTimestamp(int)</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/PartialRow.html" title="class in org.apache.kudu.client">PartialRow</a></dt>
<dd>
<div class="block">Get the specified column's Timestamp.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/RowResult.html#getTimestamp-java.lang.String-">getTimestamp(String)</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/RowResult.html" title="class in org.apache.kudu.client">RowResult</a></dt>
<dd>
<div class="block">Get the specified column's Timestamp.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/RowResult.html#getTimestamp-int-">getTimestamp(int)</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/RowResult.html" title="class in org.apache.kudu.client">RowResult</a></dt>
<dd>
<div class="block">Get the specified column's Timestamp.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/RowError.html#getTsUUID--">getTsUUID()</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/RowError.html" title="class in org.apache.kudu.client">RowError</a></dt>
<dd>
<div class="block">Get the identifier of the tablet server that sent the error.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/ColumnSchema.html#getType--">getType()</a></span> - Method in class org.apache.kudu.<a href="org/apache/kudu/ColumnSchema.html" title="class in org.apache.kudu">ColumnSchema</a></dt>
<dd>
<div class="block">Get the column's Type</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/ColumnSchema.html#getType--">getType()</a></span> - Method in class org.apache.kudu.<a href="org/apache/kudu/ColumnSchema.html" title="class in org.apache.kudu">ColumnSchema</a></dt>
<dd>
<div class="block">Get the column's Type</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/ColumnSchema.html#getTypeAttributes--">getTypeAttributes()</a></span> - Method in class org.apache.kudu.<a href="org/apache/kudu/ColumnSchema.html" title="class in org.apache.kudu">ColumnSchema</a></dt>
<dd>
<div class="block">Return the column type attributes for the column, or null if it is not known.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/ColumnSchema.html#getTypeAttributes--">getTypeAttributes()</a></span> - Method in class org.apache.kudu.<a href="org/apache/kudu/ColumnSchema.html" title="class in org.apache.kudu">ColumnSchema</a></dt>
<dd>
<div class="block">Return the column type attributes for the column, or null if it is not known.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/Type.html#getTypeForDataType-org.apache.kudu.Common.DataType-">getTypeForDataType(Common.DataType)</a></span> - Static method in enum org.apache.kudu.<a href="org/apache/kudu/Type.html" title="enum in org.apache.kudu">Type</a></dt>
<dd>
<div class="block">Convert the pb DataType to a Type</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/Type.html#getTypeForDataType-org.apache.kudu.Common.DataType-">getTypeForDataType(Common.DataType)</a></span> - Static method in enum org.apache.kudu.<a href="org/apache/kudu/Type.html" title="enum in org.apache.kudu">Type</a></dt>
<dd>
<div class="block">Convert the pb DataType to a Type</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/Type.html#getTypeForName-java.lang.String-">getTypeForName(String)</a></span> - Static method in enum org.apache.kudu.<a href="org/apache/kudu/Type.html" title="enum in org.apache.kudu">Type</a></dt>
<dd>
<div class="block">Create a Type from its name</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/Type.html#getTypeForName-java.lang.String-">getTypeForName(String)</a></span> - Static method in enum org.apache.kudu.<a href="org/apache/kudu/Type.html" title="enum in org.apache.kudu">Type</a></dt>
<dd>
<div class="block">Create a Type from its name</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/ColumnSchema.html#getTypeSize--">getTypeSize()</a></span> - Method in class org.apache.kudu.<a href="org/apache/kudu/ColumnSchema.html" title="class in org.apache.kudu">ColumnSchema</a></dt>
<dd>
<div class="block">The size of this type in bytes on the wire.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/ColumnSchema.html#getTypeSize--">getTypeSize()</a></span> - Method in class org.apache.kudu.<a href="org/apache/kudu/ColumnSchema.html" title="class in org.apache.kudu">ColumnSchema</a></dt>
<dd>
<div class="block">The size of this type in bytes on the wire.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/ColumnRangePredicate.html#getUpperBound--">getUpperBound()</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/ColumnRangePredicate.html" title="class in org.apache.kudu.client">ColumnRangePredicate</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Get the upper bound in its raw representation</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/PartialRow.html#getVarchar-java.lang.String-">getVarchar(String)</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/PartialRow.html" title="class in org.apache.kudu.client">PartialRow</a></dt>
<dd>
<div class="block">Get the specified column's VARCHAR.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/PartialRow.html#getVarchar-int-">getVarchar(int)</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/PartialRow.html" title="class in org.apache.kudu.client">PartialRow</a></dt>
<dd>
<div class="block">Get the specified column's VARCHAR.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/RowResult.html#getVarchar-int-">getVarchar(int)</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/RowResult.html" title="class in org.apache.kudu.client">RowResult</a></dt>
<dd>
<div class="block">Get the specified column's varchar.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/RowResult.html#getVarchar-java.lang.String-">getVarchar(String)</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/RowResult.html" title="class in org.apache.kudu.client">RowResult</a></dt>
<dd>
<div class="block">Get the specified column's varchar.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/Schema.html#getVarLengthColumnCount--">getVarLengthColumnCount()</a></span> - Method in class org.apache.kudu.<a href="org/apache/kudu/Schema.html" title="class in org.apache.kudu">Schema</a></dt>
<dd>
<div class="block">Get the count of columns with variable length (BINARY/STRING) in
this schema.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/Schema.html#getVarLengthColumnCount--">getVarLengthColumnCount()</a></span> - Method in class org.apache.kudu.<a href="org/apache/kudu/Schema.html" title="class in org.apache.kudu">Schema</a></dt>
<dd>
<div class="block">Get the count of columns with variable length (BINARY/STRING) in
this schema.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/RowResult.html#getVarLengthData-int-">getVarLengthData(int)</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/RowResult.html" title="class in org.apache.kudu.client">RowResult</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/ColumnSchema.html#getWireType--">getWireType()</a></span> - Method in class org.apache.kudu.<a href="org/apache/kudu/ColumnSchema.html" title="class in org.apache.kudu">ColumnSchema</a></dt>
<dd>
<div class="block">Get the column's underlying DataType.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/ColumnSchema.html#getWireType--">getWireType()</a></span> - Method in class org.apache.kudu.<a href="org/apache/kudu/ColumnSchema.html" title="class in org.apache.kudu">ColumnSchema</a></dt>
<dd>
<div class="block">Get the column's underlying DataType.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/AsyncKuduSession.html#getWriteOpMetrics--">getWriteOpMetrics()</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/AsyncKuduSession.html" title="class in org.apache.kudu.client">AsyncKuduSession</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/KuduSession.html#getWriteOpMetrics--">getWriteOpMetrics()</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/KuduSession.html" title="class in org.apache.kudu.client">KuduSession</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/SessionConfiguration.html#getWriteOpMetrics--">getWriteOpMetrics()</a></span> - Method in interface org.apache.kudu.client.<a href="org/apache/kudu/client/SessionConfiguration.html" title="interface in org.apache.kudu.client">SessionConfiguration</a></dt>
<dd>
<div class="block">Return cumulative write operation metrics since the beginning of the session.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/OperationResponse.html#getWriteTimestampRaw--">getWriteTimestampRaw()</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/OperationResponse.html" title="class in org.apache.kudu.client">OperationResponse</a></dt>
<dd>
<div class="block">Gives the write timestamp that was returned by the Tablet Server.</div>
</dd>
</dl>
<a name="I:H">
<!-- -->
</a>
<h2 class="title">H</h2>
<dl>
<dt><span class="memberNameLink"><a href="org/apache/kudu/Schema.html#hasAutoIncrementingColumn--">hasAutoIncrementingColumn()</a></span> - Method in class org.apache.kudu.<a href="org/apache/kudu/Schema.html" title="class in org.apache.kudu">Schema</a></dt>
<dd>
<div class="block">Tells if there's auto-incrementing column</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/Schema.html#hasAutoIncrementingColumn--">hasAutoIncrementingColumn()</a></span> - Method in class org.apache.kudu.<a href="org/apache/kudu/Schema.html" title="class in org.apache.kudu">Schema</a></dt>
<dd>
<div class="block">Tells if there's auto-incrementing column</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/Schema.html#hasColumn-java.lang.String-">hasColumn(String)</a></span> - Method in class org.apache.kudu.<a href="org/apache/kudu/Schema.html" title="class in org.apache.kudu">Schema</a></dt>
<dd>
<div class="block">Returns true if the column exists.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/Schema.html#hasColumn-java.lang.String-">hasColumn(String)</a></span> - Method in class org.apache.kudu.<a href="org/apache/kudu/Schema.html" title="class in org.apache.kudu">Schema</a></dt>
<dd>
<div class="block">Returns true if the column exists.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/Schema.html#hasColumnIds--">hasColumnIds()</a></span> - Method in class org.apache.kudu.<a href="org/apache/kudu/Schema.html" title="class in org.apache.kudu">Schema</a></dt>
<dd>
<div class="block">Tells whether this schema includes IDs for columns.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/Schema.html#hasColumnIds--">hasColumnIds()</a></span> - Method in class org.apache.kudu.<a href="org/apache/kudu/Schema.html" title="class in org.apache.kudu">Schema</a></dt>
<dd>
<div class="block">Tells whether this schema includes IDs for columns.</div>
</dd>
<dt><a href="org/apache/kudu/client/HasFailedRpcException.html" title="interface in org.apache.kudu.client"><span class="typeNameLink">HasFailedRpcException</span></a> - Interface in <a href="org/apache/kudu/client/package-summary.html">org.apache.kudu.client</a></dt>
<dd>
<div class="block">Interface implemented by <a href="org/apache/kudu/client/KuduException.html" title="class in org.apache.kudu.client"><code>KuduException</code></a>s that can tell you which
RPC failed.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/KuduPredicate.html#hashCode--">hashCode()</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/KuduPredicate.html" title="class in org.apache.kudu.client">KuduPredicate</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/KuduScanToken.html#hashCode--">hashCode()</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/KuduScanToken.html" title="class in org.apache.kudu.client">KuduScanToken</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/ColumnSchema.html#hashCode--">hashCode()</a></span> - Method in class org.apache.kudu.<a href="org/apache/kudu/ColumnSchema.html" title="class in org.apache.kudu">ColumnSchema</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/ColumnSchema.html#hashCode--">hashCode()</a></span> - Method in class org.apache.kudu.<a href="org/apache/kudu/ColumnSchema.html" title="class in org.apache.kudu">ColumnSchema</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/ColumnTypeAttributes.html#hashCode--">hashCode()</a></span> - Method in class org.apache.kudu.<a href="org/apache/kudu/ColumnTypeAttributes.html" title="class in org.apache.kudu">ColumnTypeAttributes</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/ColumnTypeAttributes.html#hashCode--">hashCode()</a></span> - Method in class org.apache.kudu.<a href="org/apache/kudu/ColumnTypeAttributes.html" title="class in org.apache.kudu">ColumnTypeAttributes</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/Schema.html#hasImmutableColumns--">hasImmutableColumns()</a></span> - Method in class org.apache.kudu.<a href="org/apache/kudu/Schema.html" title="class in org.apache.kudu">Schema</a></dt>
<dd>
<div class="block">Tells if there's at least one immutable column</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/Schema.html#hasImmutableColumns--">hasImmutableColumns()</a></span> - Method in class org.apache.kudu.<a href="org/apache/kudu/Schema.html" title="class in org.apache.kudu">Schema</a></dt>
<dd>
<div class="block">Tells if there's at least one immutable column</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/RowResult.html#hasIsDeleted--">hasIsDeleted()</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/RowResult.html" title="class in org.apache.kudu.client">RowResult</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/Schema.html#hasIsDeleted--">hasIsDeleted()</a></span> - Method in class org.apache.kudu.<a href="org/apache/kudu/Schema.html" title="class in org.apache.kudu">Schema</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/Schema.html#hasIsDeleted--">hasIsDeleted()</a></span> - Method in class org.apache.kudu.<a href="org/apache/kudu/Schema.html" title="class in org.apache.kudu">Schema</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/AsyncKuduClient.html#hasLastPropagatedTimestamp--">hasLastPropagatedTimestamp()</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/AsyncKuduClient.html" title="class in org.apache.kudu.client">AsyncKuduClient</a></dt>
<dd>
<div class="block">Checks if the client received any timestamps from a server.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/KuduClient.html#hasLastPropagatedTimestamp--">hasLastPropagatedTimestamp()</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/KuduClient.html" title="class in org.apache.kudu.client">KuduClient</a></dt>
<dd>
<div class="block">Checks if the client received any timestamps from a server.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/ColumnTypeAttributes.html#hasLength--">hasLength()</a></span> - Method in class org.apache.kudu.<a href="org/apache/kudu/ColumnTypeAttributes.html" title="class in org.apache.kudu">ColumnTypeAttributes</a></dt>
<dd>
<div class="block">Returns true if the length is set;</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/ColumnTypeAttributes.html#hasLength--">hasLength()</a></span> - Method in class org.apache.kudu.<a href="org/apache/kudu/ColumnTypeAttributes.html" title="class in org.apache.kudu">ColumnTypeAttributes</a></dt>
<dd>
<div class="block">Returns true if the length is set;</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/AsyncKuduScanner.html#hasMoreRows--">hasMoreRows()</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/AsyncKuduScanner.html" title="class in org.apache.kudu.client">AsyncKuduScanner</a></dt>
<dd>
<div class="block">Tells if there is data to scan, including both rpc or cached rpc result.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/KuduScanner.html#hasMoreRows--">hasMoreRows()</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/KuduScanner.html" title="class in org.apache.kudu.client">KuduScanner</a></dt>
<dd>
<div class="block">Tells if the last rpc returned that there might be more rows to scan.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/KuduScannerIterator.html#hasNext-org.apache.kudu.client.KuduScannerIterator.NextRowsCallback-">hasNext(KuduScannerIterator.NextRowsCallback)</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/KuduScannerIterator.html" title="class in org.apache.kudu.client">KuduScannerIterator</a></dt>
<dd>
<div class="block">Special implementation of hasNext that calls a callback each time
<a href="org/apache/kudu/client/KuduScanner.html#nextRows--"><code>KuduScanner.nextRows()</code></a> is called.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/KuduScannerIterator.html#hasNext--">hasNext()</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/KuduScannerIterator.html" title="class in org.apache.kudu.client">KuduScannerIterator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/RowResultIterator.html#hasNext--">hasNext()</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/RowResultIterator.html" title="class in org.apache.kudu.client">RowResultIterator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/Schema.html#hasNullableColumns--">hasNullableColumns()</a></span> - Method in class org.apache.kudu.<a href="org/apache/kudu/Schema.html" title="class in org.apache.kudu">Schema</a></dt>
<dd>
<div class="block">Tells if there's at least one nullable column</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/Schema.html#hasNullableColumns--">hasNullableColumns()</a></span> - Method in class org.apache.kudu.<a href="org/apache/kudu/Schema.html" title="class in org.apache.kudu">Schema</a></dt>
<dd>
<div class="block">Tells if there's at least one nullable column</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/AsyncKuduSession.html#hasPendingOperations--">hasPendingOperations()</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/AsyncKuduSession.html" title="class in org.apache.kudu.client">AsyncKuduSession</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/KuduSession.html#hasPendingOperations--">hasPendingOperations()</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/KuduSession.html" title="class in org.apache.kudu.client">KuduSession</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/SessionConfiguration.html#hasPendingOperations--">hasPendingOperations()</a></span> - Method in interface org.apache.kudu.client.<a href="org/apache/kudu/client/SessionConfiguration.html" title="interface in org.apache.kudu.client">SessionConfiguration</a></dt>
<dd>
<div class="block">Check if there are operations that haven't been completely applied.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/ColumnTypeAttributes.html#hasPrecision--">hasPrecision()</a></span> - Method in class org.apache.kudu.<a href="org/apache/kudu/ColumnTypeAttributes.html" title="class in org.apache.kudu">ColumnTypeAttributes</a></dt>
<dd>
<div class="block">Returns true if the precision is set;</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/ColumnTypeAttributes.html#hasPrecision--">hasPrecision()</a></span> - Method in class org.apache.kudu.<a href="org/apache/kudu/ColumnTypeAttributes.html" title="class in org.apache.kudu">ColumnTypeAttributes</a></dt>
<dd>
<div class="block">Returns true if the precision is set;</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/OperationResponse.html#hasRowError--">hasRowError()</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/OperationResponse.html" title="class in org.apache.kudu.client">OperationResponse</a></dt>
<dd>
<div class="block">Tells if this operation response contains a row error.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/ColumnTypeAttributes.html#hasScale--">hasScale()</a></span> - Method in class org.apache.kudu.<a href="org/apache/kudu/ColumnTypeAttributes.html" title="class in org.apache.kudu">ColumnTypeAttributes</a></dt>
<dd>
<div class="block">Returns true if the scale is set;</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/ColumnTypeAttributes.html#hasScale--">hasScale()</a></span> - Method in class org.apache.kudu.<a href="org/apache/kudu/ColumnTypeAttributes.html" title="class in org.apache.kudu">ColumnTypeAttributes</a></dt>
<dd>
<div class="block">Returns true if the scale is set;</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/spark/tools/BigLinkedListCommon.html#HEADS_TABLE_NAME_KEY">HEADS_TABLE_NAME_KEY</a></span> - Static variable in class org.apache.kudu.spark.tools.<a href="org/apache/kudu/spark/tools/BigLinkedListCommon.html" title="class in org.apache.kudu.spark.tools">BigLinkedListCommon</a></dt>
<dd>&nbsp;</dd>
</dl>
<a name="I:I">
<!-- -->
</a>
<h2 class="title">I</h2>
<dl>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/Status.html#IllegalState-java.lang.String-">IllegalState(String)</a></span> - Static method in class org.apache.kudu.client.<a href="org/apache/kudu/client/Status.html" title="class in org.apache.kudu.client">Status</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/Status.html#IllegalState-java.lang.String-int-">IllegalState(String, int)</a></span> - Static method in class org.apache.kudu.client.<a href="org/apache/kudu/client/Status.html" title="class in org.apache.kudu.client">Status</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/Status.html#Immutable-java.lang.String-">Immutable(String)</a></span> - Static method in class org.apache.kudu.client.<a href="org/apache/kudu/client/Status.html" title="class in org.apache.kudu.client">Status</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/Status.html#Immutable-java.lang.String-int-">Immutable(String, int)</a></span> - Static method in class org.apache.kudu.client.<a href="org/apache/kudu/client/Status.html" title="class in org.apache.kudu.client">Status</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/ColumnSchema.ColumnSchemaBuilder.html#immutable-boolean-">immutable(boolean)</a></span> - Method in class org.apache.kudu.<a href="org/apache/kudu/ColumnSchema.ColumnSchemaBuilder.html" title="class in org.apache.kudu">ColumnSchema.ColumnSchemaBuilder</a></dt>
<dd>
<div class="block">Marks the column as immutable or not.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/ColumnSchema.ColumnSchemaBuilder.html#immutable-boolean-">immutable(boolean)</a></span> - Method in class org.apache.kudu.<a href="org/apache/kudu/ColumnSchema.ColumnSchemaBuilder.html" title="class in org.apache.kudu">ColumnSchema.ColumnSchemaBuilder</a></dt>
<dd>
<div class="block">Marks the column as immutable or not.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/AsyncKuduClient.html#importAuthenticationCredentials-byte:A-">importAuthenticationCredentials(byte[])</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/AsyncKuduClient.html" title="class in org.apache.kudu.client">AsyncKuduClient</a></dt>
<dd>
<div class="block">Import data allowing this client to authenticate to the cluster.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/KuduClient.html#importAuthenticationCredentials-byte:A-">importAuthenticationCredentials(byte[])</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/KuduClient.html" title="class in org.apache.kudu.client">KuduClient</a></dt>
<dd>
<div class="block">Import data allowing this client to authenticate to the cluster.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/KuduScanToken.KuduScanTokenBuilder.html#includeTableMetadata-boolean-">includeTableMetadata(boolean)</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/KuduScanToken.KuduScanTokenBuilder.html" title="class in org.apache.kudu.client">KuduScanToken.KuduScanTokenBuilder</a></dt>
<dd>
<div class="block">If the table metadata is included on the scan token a GetTableSchema
RPC call to the master can be avoided when deserializing each scan token
into a scanner.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/KuduScanToken.KuduScanTokenBuilder.html#includeTabletMetadata-boolean-">includeTabletMetadata(boolean)</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/KuduScanToken.KuduScanTokenBuilder.html" title="class in org.apache.kudu.client">KuduScanToken.KuduScanTokenBuilder</a></dt>
<dd>
<div class="block">If the tablet metadata is included on the scan token a GetTableLocations
RPC call to the master can be avoided when scanning with a scanner constructed
from a scan token.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/Status.html#Incomplete-java.lang.String-">Incomplete(String)</a></span> - Static method in class org.apache.kudu.client.<a href="org/apache/kudu/client/Status.html" title="class in org.apache.kudu.client">Status</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/Status.html#Incomplete-java.lang.String-int-">Incomplete(String, int)</a></span> - Static method in class org.apache.kudu.client.<a href="org/apache/kudu/client/Status.html" title="class in org.apache.kudu.client">Status</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/RowResult.html#index">index</a></span> - Variable in class org.apache.kudu.client.<a href="org/apache/kudu/client/RowResult.html" title="class in org.apache.kudu.client">RowResult</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/RowResult.html#INDEX_RESET_LOCATION">INDEX_RESET_LOCATION</a></span> - Static variable in class org.apache.kudu.client.<a href="org/apache/kudu/client/RowResult.html" title="class in org.apache.kudu.client">RowResult</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/kudu/client/Insert.html" title="class in org.apache.kudu.client"><span class="typeNameLink">Insert</span></a> - Class in <a href="org/apache/kudu/client/package-summary.html">org.apache.kudu.client</a></dt>
<dd>
<div class="block">Represents a single row insert.</div>
</dd>
<dt><a href="org/apache/kudu/client/InsertIgnore.html" title="class in org.apache.kudu.client"><span class="typeNameLink">InsertIgnore</span></a> - Class in <a href="org/apache/kudu/client/package-summary.html">org.apache.kudu.client</a></dt>
<dd>
<div class="block">Represents a single row insert ignoring duplicate rows.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/KuduScanToken.html#intoScanner-org.apache.kudu.client.KuduClient-">intoScanner(KuduClient)</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/KuduScanToken.html" title="class in org.apache.kudu.client">KuduScanToken</a></dt>
<dd>
<div class="block">Creates a <a href="org/apache/kudu/client/KuduScanner.html" title="class in org.apache.kudu.client"><code>KuduScanner</code></a> from this scan token.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/AsyncKuduClient.html#INVALID_TXN_ID">INVALID_TXN_ID</a></span> - Static variable in class org.apache.kudu.client.<a href="org/apache/kudu/client/AsyncKuduClient.html" title="class in org.apache.kudu.client">AsyncKuduClient</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/Status.html#InvalidArgument-java.lang.String-">InvalidArgument(String)</a></span> - Static method in class org.apache.kudu.client.<a href="org/apache/kudu/client/Status.html" title="class in org.apache.kudu.client">Status</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/Status.html#InvalidArgument-java.lang.String-int-">InvalidArgument(String, int)</a></span> - Static method in class org.apache.kudu.client.<a href="org/apache/kudu/client/Status.html" title="class in org.apache.kudu.client">Status</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/Status.html#IOError-java.lang.String-">IOError(String)</a></span> - Static method in class org.apache.kudu.client.<a href="org/apache/kudu/client/Status.html" title="class in org.apache.kudu.client">Status</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/Status.html#IOError-java.lang.String-int-">IOError(String, int)</a></span> - Static method in class org.apache.kudu.client.<a href="org/apache/kudu/client/Status.html" title="class in org.apache.kudu.client">Status</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/Status.html#isAborted--">isAborted()</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/Status.html" title="class in org.apache.kudu.client">Status</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/Status.html#isAlreadyPresent--">isAlreadyPresent()</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/Status.html" title="class in org.apache.kudu.client">Status</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/AsyncKuduClient.html#isAlterTableDone-java.lang.String-">isAlterTableDone(String)</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/AsyncKuduClient.html" title="class in org.apache.kudu.client">AsyncKuduClient</a></dt>
<dd>
<div class="block">Check whether a previously issued alterTable() is done.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/KuduClient.html#isAlterTableDone-java.lang.String-">isAlterTableDone(String)</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/KuduClient.html" title="class in org.apache.kudu.client">KuduClient</a></dt>
<dd>
<div class="block">Waits for all of the tablets in a table to be altered, or until the
default admin operation timeout is reached.</div>
</dd>
<dt><a href="org/apache/kudu/client/IsAlterTableDoneResponse.html" title="class in org.apache.kudu.client"><span class="typeNameLink">IsAlterTableDoneResponse</span></a> - Class in <a href="org/apache/kudu/client/package-summary.html">org.apache.kudu.client</a></dt>
<dd>
<div class="block">Response to a isAlterTableDone command to use to know if an alter table is currently running on
the specified table.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/ColumnSchema.html#isAutoIncrementing--">isAutoIncrementing()</a></span> - Method in class org.apache.kudu.<a href="org/apache/kudu/ColumnSchema.html" title="class in org.apache.kudu">ColumnSchema</a></dt>
<dd>
<div class="block">Answers if the column is auto-incrementing column</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/ColumnSchema.html#isAutoIncrementing--">isAutoIncrementing()</a></span> - Method in class org.apache.kudu.<a href="org/apache/kudu/ColumnSchema.html" title="class in org.apache.kudu">ColumnSchema</a></dt>
<dd>
<div class="block">Answers if the column is auto-incrementing column</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/AsyncKuduScanner.html#isClosed--">isClosed()</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/AsyncKuduScanner.html" title="class in org.apache.kudu.client">AsyncKuduScanner</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/AsyncKuduSession.html#isClosed--">isClosed()</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/AsyncKuduSession.html" title="class in org.apache.kudu.client">AsyncKuduSession</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/KuduScanner.html#isClosed--">isClosed()</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/KuduScanner.html" title="class in org.apache.kudu.client">KuduScanner</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/KuduSession.html#isClosed--">isClosed()</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/KuduSession.html" title="class in org.apache.kudu.client">KuduSession</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/SessionConfiguration.html#isClosed--">isClosed()</a></span> - Method in interface org.apache.kudu.client.<a href="org/apache/kudu/client/SessionConfiguration.html" title="interface in org.apache.kudu.client">SessionConfiguration</a></dt>
<dd>
<div class="block">Returns true if this session has already been closed.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/KuduTransaction.html#isCommitComplete--">isCommitComplete()</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/KuduTransaction.html" title="class in org.apache.kudu.client">KuduTransaction</a></dt>
<dd>
<div class="block">Check whether the commit phase for a transaction is complete.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/Status.html#isConfigurationError--">isConfigurationError()</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/Status.html" title="class in org.apache.kudu.client">Status</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/Status.html#isCorruption--">isCorruption()</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/Status.html" title="class in org.apache.kudu.client">Status</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/KuduPartitioner.html#isCovered-org.apache.kudu.client.PartialRow-">isCovered(PartialRow)</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/KuduPartitioner.html" title="class in org.apache.kudu.client">KuduPartitioner</a></dt>
<dd>
<div class="block">Determine if the given row falls into a valid partition.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/AsyncKuduClient.html#isCreateTableDone-java.lang.String-">isCreateTableDone(String)</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/AsyncKuduClient.html" title="class in org.apache.kudu.client">AsyncKuduClient</a></dt>
<dd>
<div class="block">Check whether a previously issued createTable() is done.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/KuduClient.html#isCreateTableDone-java.lang.String-">isCreateTableDone(String)</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/KuduClient.html" title="class in org.apache.kudu.client">KuduClient</a></dt>
<dd>
<div class="block">Waits for all of the tablets in a table to be created, or until the
default admin operation timeout is reached.</div>
</dd>
<dt><a href="org/apache/kudu/client/IsCreateTableDoneResponse.html" title="class in org.apache.kudu.client"><span class="typeNameLink">IsCreateTableDoneResponse</span></a> - Class in <a href="org/apache/kudu/client/package-summary.html">org.apache.kudu.client</a></dt>
<dd>
<div class="block">Response to an isCreateTableDone command.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/RowResult.html#isDeleted--">isDeleted()</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/RowResult.html" title="class in org.apache.kudu.client">RowResult</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/IsAlterTableDoneResponse.html#isDone--">isDone()</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/IsAlterTableDoneResponse.html" title="class in org.apache.kudu.client">IsAlterTableDoneResponse</a></dt>
<dd>
<div class="block">Tells if the table is done being altered or not.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/IsCreateTableDoneResponse.html#isDone--">isDone()</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/IsCreateTableDoneResponse.html" title="class in org.apache.kudu.client">IsCreateTableDoneResponse</a></dt>
<dd>
<div class="block">Returns whether the table is done being created.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/Status.html#isEndOfFile--">isEndOfFile()</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/Status.html" title="class in org.apache.kudu.client">Status</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/Type.html#isFixedSize--">isFixedSize()</a></span> - Method in enum org.apache.kudu.<a href="org/apache/kudu/Type.html" title="enum in org.apache.kudu">Type</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/Type.html#isFixedSize--">isFixedSize()</a></span> - Method in enum org.apache.kudu.<a href="org/apache/kudu/Type.html" title="enum in org.apache.kudu">Type</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/AsyncKuduSession.html#isIgnoreAllDuplicateRows--">isIgnoreAllDuplicateRows()</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/AsyncKuduSession.html" title="class in org.apache.kudu.client">AsyncKuduSession</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/KuduSession.html#isIgnoreAllDuplicateRows--">isIgnoreAllDuplicateRows()</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/KuduSession.html" title="class in org.apache.kudu.client">KuduSession</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/SessionConfiguration.html#isIgnoreAllDuplicateRows--">isIgnoreAllDuplicateRows()</a></span> - Method in interface org.apache.kudu.client.<a href="org/apache/kudu/client/SessionConfiguration.html" title="interface in org.apache.kudu.client">SessionConfiguration</a></dt>
<dd>
<div class="block">Tells if the session is currently ignoring row errors when the whole list returned by a tablet
server is of the AlreadyPresent type.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/AsyncKuduSession.html#isIgnoreAllNotFoundRows--">isIgnoreAllNotFoundRows()</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/AsyncKuduSession.html" title="class in org.apache.kudu.client">AsyncKuduSession</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/KuduSession.html#isIgnoreAllNotFoundRows--">isIgnoreAllNotFoundRows()</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/KuduSession.html" title="class in org.apache.kudu.client">KuduSession</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/SessionConfiguration.html#isIgnoreAllNotFoundRows--">isIgnoreAllNotFoundRows()</a></span> - Method in interface org.apache.kudu.client.<a href="org/apache/kudu/client/SessionConfiguration.html" title="interface in org.apache.kudu.client">SessionConfiguration</a></dt>
<dd>
<div class="block">Tells if the session is currently ignoring row errors when the whole list returned by a tablet
server is of the NotFound type.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/Status.html#isIllegalState--">isIllegalState()</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/Status.html" title="class in org.apache.kudu.client">Status</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/Status.html#isImmutable--">isImmutable()</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/Status.html" title="class in org.apache.kudu.client">Status</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/ColumnSchema.html#isImmutable--">isImmutable()</a></span> - Method in class org.apache.kudu.<a href="org/apache/kudu/ColumnSchema.html" title="class in org.apache.kudu">ColumnSchema</a></dt>
<dd>
<div class="block">Answers if the column is immutable</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/ColumnSchema.html#isImmutable--">isImmutable()</a></span> - Method in class org.apache.kudu.<a href="org/apache/kudu/ColumnSchema.html" title="class in org.apache.kudu">ColumnSchema</a></dt>
<dd>
<div class="block">Answers if the column is immutable</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/Status.html#isIncomplete--">isIncomplete()</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/Status.html" title="class in org.apache.kudu.client">Status</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/Status.html#isInvalidArgument--">isInvalidArgument()</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/Status.html" title="class in org.apache.kudu.client">Status</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/Status.html#isIOError--">isIOError()</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/Status.html" title="class in org.apache.kudu.client">Status</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/ColumnSchema.html#isKey--">isKey()</a></span> - Method in class org.apache.kudu.<a href="org/apache/kudu/ColumnSchema.html" title="class in org.apache.kudu">ColumnSchema</a></dt>
<dd>
<div class="block">Answers if the column part of the key</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/ColumnSchema.html#isKey--">isKey()</a></span> - Method in class org.apache.kudu.<a href="org/apache/kudu/ColumnSchema.html" title="class in org.apache.kudu">ColumnSchema</a></dt>
<dd>
<div class="block">Answers if the column part of the key</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/ColumnSchema.html#isKeyUnique--">isKeyUnique()</a></span> - Method in class org.apache.kudu.<a href="org/apache/kudu/ColumnSchema.html" title="class in org.apache.kudu">ColumnSchema</a></dt>
<dd>
<div class="block">Answers if the key is unique</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/ColumnSchema.html#isKeyUnique--">isKeyUnique()</a></span> - Method in class org.apache.kudu.<a href="org/apache/kudu/ColumnSchema.html" title="class in org.apache.kudu">ColumnSchema</a></dt>
<dd>
<div class="block">Answers if the key is unique</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/Status.html#isNetworkError--">isNetworkError()</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/Status.html" title="class in org.apache.kudu.client">Status</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/Status.html#isNotAuthorized--">isNotAuthorized()</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/Status.html" title="class in org.apache.kudu.client">Status</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/Status.html#isNotFound--">isNotFound()</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/Status.html" title="class in org.apache.kudu.client">Status</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/Status.html#isNotSupported--">isNotSupported()</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/Status.html" title="class in org.apache.kudu.client">Status</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/PartialRow.html#isNull-java.lang.String-">isNull(String)</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/PartialRow.html" title="class in org.apache.kudu.client">PartialRow</a></dt>
<dd>
<div class="block">Get if the specified column is NULL</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/PartialRow.html#isNull-int-">isNull(int)</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/PartialRow.html" title="class in org.apache.kudu.client">PartialRow</a></dt>
<dd>
<div class="block">Get if the specified column is NULL</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/RowResult.html#isNull-java.lang.String-">isNull(String)</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/RowResult.html" title="class in org.apache.kudu.client">RowResult</a></dt>
<dd>
<div class="block">Get if the specified column is NULL</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/RowResult.html#isNull-int-">isNull(int)</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/RowResult.html" title="class in org.apache.kudu.client">RowResult</a></dt>
<dd>
<div class="block">Get if the specified column is NULL</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/ColumnSchema.html#isNullable--">isNullable()</a></span> - Method in class org.apache.kudu.<a href="org/apache/kudu/ColumnSchema.html" title="class in org.apache.kudu">ColumnSchema</a></dt>
<dd>
<div class="block">Answers if the column can be set to null</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/ColumnSchema.html#isNullable--">isNullable()</a></span> - Method in class org.apache.kudu.<a href="org/apache/kudu/ColumnSchema.html" title="class in org.apache.kudu">ColumnSchema</a></dt>
<dd>
<div class="block">Answers if the column can be set to null</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/RowErrorsAndOverflowStatus.html#isOverflowed--">isOverflowed()</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/RowErrorsAndOverflowStatus.html" title="class in org.apache.kudu.client">RowErrorsAndOverflowStatus</a></dt>
<dd>
<div class="block">Check if the error collector had an overflow and had to discard row errors.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/Schema.html#isPrimaryKeyUnique--">isPrimaryKeyUnique()</a></span> - Method in class org.apache.kudu.<a href="org/apache/kudu/Schema.html" title="class in org.apache.kudu">Schema</a></dt>
<dd>
<div class="block">Answers if the primary key is unique for the table</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/Schema.html#isPrimaryKeyUnique--">isPrimaryKeyUnique()</a></span> - Method in class org.apache.kudu.<a href="org/apache/kudu/Schema.html" title="class in org.apache.kudu">Schema</a></dt>
<dd>
<div class="block">Answers if the primary key is unique for the table</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/Status.html#isRemoteError--">isRemoteError()</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/Status.html" title="class in org.apache.kudu.client">Status</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/Status.html#isRuntimeError--">isRuntimeError()</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/Status.html" title="class in org.apache.kudu.client">Status</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/Status.html#isServiceUnavailable--">isServiceUnavailable()</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/Status.html" title="class in org.apache.kudu.client">Status</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/PartialRow.html#isSet-java.lang.String-">isSet(String)</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/PartialRow.html" title="class in org.apache.kudu.client">PartialRow</a></dt>
<dd>
<div class="block">Get if the specified column has been set</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/PartialRow.html#isSet-int-">isSet(int)</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/PartialRow.html" title="class in org.apache.kudu.client">PartialRow</a></dt>
<dd>
<div class="block">Get if the specified column has been set</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/AsyncKuduClient.html#isStatisticsEnabled--">isStatisticsEnabled()</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/AsyncKuduClient.html" title="class in org.apache.kudu.client">AsyncKuduClient</a></dt>
<dd>
<div class="block">Check if statistics collection is enabled for this client.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/KuduClient.html#isStatisticsEnabled--">isStatisticsEnabled()</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/KuduClient.html" title="class in org.apache.kudu.client">KuduClient</a></dt>
<dd>
<div class="block">Check if statistics collection is enabled for this client.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/Status.html#isTimedOut--">isTimedOut()</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/Status.html" title="class in org.apache.kudu.client">Status</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/Status.html#isUninitialized--">isUninitialized()</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/Status.html" title="class in org.apache.kudu.client">Status</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/KuduScanner.html#iterator--">iterator()</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/KuduScanner.html" title="class in org.apache.kudu.client">KuduScanner</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/RowResultIterator.html#iterator--">iterator()</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/RowResultIterator.html" title="class in org.apache.kudu.client">RowResultIterator</a></dt>
<dd>&nbsp;</dd>
</dl>
<a name="I:J">
<!-- -->
</a>
<h2 class="title">J</h2>
<dl>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/AsyncKuduClient.html#jwt-java.lang.String-">jwt(String)</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/AsyncKuduClient.html" title="class in org.apache.kudu.client">AsyncKuduClient</a></dt>
<dd>
<div class="block">Set JWT (JSON Web Token) to authenticate the client to a server.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/KuduClient.html#jwt-java.lang.String-">jwt(String)</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/KuduClient.html" title="class in org.apache.kudu.client">KuduClient</a></dt>
<dd>
<div class="block">Set JWT (JSON Web Token) to authenticate the client to a server.</div>
</dd>
</dl>
<a name="I:K">
<!-- -->
</a>
<h2 class="title">K</h2>
<dl>
<dt><span class="memberNameLink"><a href="org/apache/kudu/test/KuduTestHarness.html#kdestroy--">kdestroy()</a></span> - Method in class org.apache.kudu.test.<a href="org/apache/kudu/test/KuduTestHarness.html" title="class in org.apache.kudu.test">KuduTestHarness</a></dt>
<dd>
<div class="block">Removes all credentials for all principals from the Kerberos credential cache.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/AsyncKuduScanner.html#keepAlive--">keepAlive()</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/AsyncKuduScanner.html" title="class in org.apache.kudu.client">AsyncKuduScanner</a></dt>
<dd>
<div class="block">Keep the current remote scanner alive.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/KuduScanner.html#keepAlive--">keepAlive()</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/KuduScanner.html" title="class in org.apache.kudu.client">KuduScanner</a></dt>
<dd>
<div class="block">Keep the current remote scanner alive.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/AbstractKuduScannerBuilder.html#keepAlivePeriodMs-long-">keepAlivePeriodMs(long)</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/AbstractKuduScannerBuilder.html" title="class in org.apache.kudu.client">AbstractKuduScannerBuilder</a></dt>
<dd>
<div class="block">Set the period at which to send keep-alive requests to the tablet
server to ensure that this scanner will not time out.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/ColumnSchema.ColumnSchemaBuilder.html#key-boolean-">key(boolean)</a></span> - Method in class org.apache.kudu.<a href="org/apache/kudu/ColumnSchema.ColumnSchemaBuilder.html" title="class in org.apache.kudu">ColumnSchema.ColumnSchemaBuilder</a></dt>
<dd>
<div class="block">Sets if the column is part of the row key.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/ColumnSchema.ColumnSchemaBuilder.html#key-boolean-">key(boolean)</a></span> - Method in class org.apache.kudu.<a href="org/apache/kudu/ColumnSchema.ColumnSchemaBuilder.html" title="class in org.apache.kudu">ColumnSchema.ColumnSchemaBuilder</a></dt>
<dd>
<div class="block">Sets if the column is part of the row key.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/test/KuduTestHarness.html#killAllMasterServers--">killAllMasterServers()</a></span> - Method in class org.apache.kudu.test.<a href="org/apache/kudu/test/KuduTestHarness.html" title="class in org.apache.kudu.test">KuduTestHarness</a></dt>
<dd>
<div class="block">Kills all the master servers.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/test/KuduTestHarness.html#killAllTabletServers--">killAllTabletServers()</a></span> - Method in class org.apache.kudu.test.<a href="org/apache/kudu/test/KuduTestHarness.html" title="class in org.apache.kudu.test">KuduTestHarness</a></dt>
<dd>
<div class="block">Kills all the tablet servers.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/test/KuduTestHarness.html#killLeaderMasterServer--">killLeaderMasterServer()</a></span> - Method in class org.apache.kudu.test.<a href="org/apache/kudu/test/KuduTestHarness.html" title="class in org.apache.kudu.test">KuduTestHarness</a></dt>
<dd>
<div class="block">Helper method to easily kill the leader master.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/test/KuduTestHarness.html#killTabletLeader-org.apache.kudu.client.KuduTable-">killTabletLeader(KuduTable)</a></span> - Method in class org.apache.kudu.test.<a href="org/apache/kudu/test/KuduTestHarness.html" title="class in org.apache.kudu.test">KuduTestHarness</a></dt>
<dd>
<div class="block">Helper method to easily kill a tablet server that serves the given table's only tablet's
leader.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/test/KuduTestHarness.html#killTabletLeader-org.apache.kudu.client.RemoteTablet-">killTabletLeader(RemoteTablet)</a></span> - Method in class org.apache.kudu.test.<a href="org/apache/kudu/test/KuduTestHarness.html" title="class in org.apache.kudu.test">KuduTestHarness</a></dt>
<dd>
<div class="block">Helper method to kill a tablet server that hosts the given tablet's leader
replica.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/test/KuduTestHarness.html#killTabletLeader-org.apache.kudu.client.LocatedTablet-">killTabletLeader(LocatedTablet)</a></span> - Method in class org.apache.kudu.test.<a href="org/apache/kudu/test/KuduTestHarness.html" title="class in org.apache.kudu.test">KuduTestHarness</a></dt>
<dd>
<div class="block">Helper method to kill a tablet server that serves the given tablet's leader
replica.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/test/KuduTestHarness.html#kinit-java.lang.String-">kinit(String)</a></span> - Method in class org.apache.kudu.test.<a href="org/apache/kudu/test/KuduTestHarness.html" title="class in org.apache.kudu.test">KuduTestHarness</a></dt>
<dd>
<div class="block">Re-initialize Kerberos credentials for the given username, writing them
into the Kerberos credential cache.</div>
</dd>
<dt><a href="org/apache/kudu/client/KuduClient.html" title="class in org.apache.kudu.client"><span class="typeNameLink">KuduClient</span></a> - Class in <a href="org/apache/kudu/client/package-summary.html">org.apache.kudu.client</a></dt>
<dd>
<div class="block">A synchronous and thread-safe client for Kudu.</div>
</dd>
<dt><a href="org/apache/kudu/client/KuduClient.KuduClientBuilder.html" title="class in org.apache.kudu.client"><span class="typeNameLink">KuduClient.KuduClientBuilder</span></a> - Class in <a href="org/apache/kudu/client/package-summary.html">org.apache.kudu.client</a></dt>
<dd>
<div class="block">Builder class to use in order to connect to Kudu.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/KuduClient.KuduClientBuilder.html#KuduClientBuilder-java.lang.String-">KuduClientBuilder(String)</a></span> - Constructor for class org.apache.kudu.client.<a href="org/apache/kudu/client/KuduClient.KuduClientBuilder.html" title="class in org.apache.kudu.client">KuduClient.KuduClientBuilder</a></dt>
<dd>
<div class="block">Creates a new builder for a client that will connect to the specified masters.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/KuduClient.KuduClientBuilder.html#KuduClientBuilder-java.util.List-">KuduClientBuilder(List&lt;String&gt;)</a></span> - Constructor for class org.apache.kudu.client.<a href="org/apache/kudu/client/KuduClient.KuduClientBuilder.html" title="class in org.apache.kudu.client">KuduClient.KuduClientBuilder</a></dt>
<dd>
<div class="block">Creates a new builder for a client that will connect to the specified masters.</div>
</dd>
<dt><a href="org/apache/kudu/client/KuduException.html" title="class in org.apache.kudu.client"><span class="typeNameLink">KuduException</span></a> - Exception in <a href="org/apache/kudu/client/package-summary.html">org.apache.kudu.client</a></dt>
<dd>
<div class="block">The parent class of all exceptions sent by the Kudu client.</div>
</dd>
<dt><a href="org/apache/kudu/client/KuduException.OriginalException.html" title="class in org.apache.kudu.client"><span class="typeNameLink">KuduException.OriginalException</span></a> - Class in <a href="org/apache/kudu/client/package-summary.html">org.apache.kudu.client</a></dt>
<dd>
<div class="block">When exceptions are thrown by the asynchronous Kudu client, the stack trace is
typically deep within the internals of the Kudu client and/or Netty.</div>
</dd>
<dt><a href="org/apache/kudu/client/KuduPartitioner.html" title="class in org.apache.kudu.client"><span class="typeNameLink">KuduPartitioner</span></a> - Class in <a href="org/apache/kudu/client/package-summary.html">org.apache.kudu.client</a></dt>
<dd>
<div class="block">A KuduPartitioner allows clients to determine the target partition of a
row without actually performing a write.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/KuduPartitioner.html#KuduPartitioner-org.apache.kudu.client.PartitionSchema-java.util.Map-">KuduPartitioner(PartitionSchema, Map&lt;String, Partition&gt;)</a></span> - Constructor for class org.apache.kudu.client.<a href="org/apache/kudu/client/KuduPartitioner.html" title="class in org.apache.kudu.client">KuduPartitioner</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/kudu/client/KuduPartitioner.KuduPartitionerBuilder.html" title="class in org.apache.kudu.client"><span class="typeNameLink">KuduPartitioner.KuduPartitionerBuilder</span></a> - Class in <a href="org/apache/kudu/client/package-summary.html">org.apache.kudu.client</a></dt>
<dd>
<div class="block">A Builder class to build <a href="org/apache/kudu/client/KuduPartitioner.html" title="class in org.apache.kudu.client"><code>KuduPartitioner</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/KuduPartitioner.KuduPartitionerBuilder.html#KuduPartitionerBuilder-org.apache.kudu.client.KuduTable-">KuduPartitionerBuilder(KuduTable)</a></span> - Constructor for class org.apache.kudu.client.<a href="org/apache/kudu/client/KuduPartitioner.KuduPartitionerBuilder.html" title="class in org.apache.kudu.client">KuduPartitioner.KuduPartitionerBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/kudu/client/KuduPredicate.html" title="class in org.apache.kudu.client"><span class="typeNameLink">KuduPredicate</span></a> - Class in <a href="org/apache/kudu/client/package-summary.html">org.apache.kudu.client</a></dt>
<dd>
<div class="block">A predicate which can be used to filter rows based on the value of a column.</div>
</dd>
<dt><a href="org/apache/kudu/client/KuduPredicate.ComparisonOp.html" title="enum in org.apache.kudu.client"><span class="typeNameLink">KuduPredicate.ComparisonOp</span></a> - Enum in <a href="org/apache/kudu/client/package-summary.html">org.apache.kudu.client</a></dt>
<dd>
<div class="block">The comparison operator of a predicate.</div>
</dd>
<dt><a href="org/apache/kudu/client/KuduScanner.html" title="class in org.apache.kudu.client"><span class="typeNameLink">KuduScanner</span></a> - Class in <a href="org/apache/kudu/client/package-summary.html">org.apache.kudu.client</a></dt>
<dd>
<div class="block">Synchronous version of <a href="org/apache/kudu/client/AsyncKuduScanner.html" title="class in org.apache.kudu.client"><code>AsyncKuduScanner</code></a>.</div>
</dd>
<dt><a href="org/apache/kudu/client/KuduScanner.KuduScannerBuilder.html" title="class in org.apache.kudu.client"><span class="typeNameLink">KuduScanner.KuduScannerBuilder</span></a> - Class in <a href="org/apache/kudu/client/package-summary.html">org.apache.kudu.client</a></dt>
<dd>
<div class="block">A Builder class to build <a href="org/apache/kudu/client/KuduScanner.html" title="class in org.apache.kudu.client"><code>KuduScanner</code></a>.</div>
</dd>
<dt><a href="org/apache/kudu/client/KuduScannerIterator.html" title="class in org.apache.kudu.client"><span class="typeNameLink">KuduScannerIterator</span></a> - Class in <a href="org/apache/kudu/client/package-summary.html">org.apache.kudu.client</a></dt>
<dd>
<div class="block">An iterator for the RowResults of a KuduScanner.</div>
</dd>
<dt><a href="org/apache/kudu/client/KuduScanToken.html" title="class in org.apache.kudu.client"><span class="typeNameLink">KuduScanToken</span></a> - Class in <a href="org/apache/kudu/client/package-summary.html">org.apache.kudu.client</a></dt>
<dd>
<div class="block">A scan token describes a partial scan of a Kudu table limited to a single
contiguous physical location.</div>
</dd>
<dt><a href="org/apache/kudu/client/KuduScanToken.KuduScanTokenBuilder.html" title="class in org.apache.kudu.client"><span class="typeNameLink">KuduScanToken.KuduScanTokenBuilder</span></a> - Class in <a href="org/apache/kudu/client/package-summary.html">org.apache.kudu.client</a></dt>
<dd>
<div class="block">Builds a sequence of scan tokens.</div>
</dd>
<dt><a href="org/apache/kudu/client/KuduSession.html" title="class in org.apache.kudu.client"><span class="typeNameLink">KuduSession</span></a> - Class in <a href="org/apache/kudu/client/package-summary.html">org.apache.kudu.client</a></dt>
<dd>
<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>
</dd>
<dt><a href="org/apache/kudu/client/KuduTable.html" title="class in org.apache.kudu.client"><span class="typeNameLink">KuduTable</span></a> - Class in <a href="org/apache/kudu/client/package-summary.html">org.apache.kudu.client</a></dt>
<dd>
<div class="block">A KuduTable represents a table on a particular cluster.</div>
</dd>
<dt><a href="org/apache/kudu/client/KuduTableStatistics.html" title="class in org.apache.kudu.client"><span class="typeNameLink">KuduTableStatistics</span></a> - Class in <a href="org/apache/kudu/client/package-summary.html">org.apache.kudu.client</a></dt>
<dd>
<div class="block">Represent statistics belongs to a specific kudu table.</div>
</dd>
<dt><a href="org/apache/kudu/test/KuduTestHarness.html" title="class in org.apache.kudu.test"><span class="typeNameLink">KuduTestHarness</span></a> - Class in <a href="org/apache/kudu/test/package-summary.html">org.apache.kudu.test</a></dt>
<dd>
<div class="block">A Junit Rule that manages a Kudu cluster and clients for testing.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/test/KuduTestHarness.html#KuduTestHarness-org.apache.kudu.test.cluster.MiniKuduCluster.MiniKuduClusterBuilder-">KuduTestHarness(MiniKuduCluster.MiniKuduClusterBuilder)</a></span> - Constructor for class org.apache.kudu.test.<a href="org/apache/kudu/test/KuduTestHarness.html" title="class in org.apache.kudu.test">KuduTestHarness</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/test/KuduTestHarness.html#KuduTestHarness--">KuduTestHarness()</a></span> - Constructor for class org.apache.kudu.test.<a href="org/apache/kudu/test/KuduTestHarness.html" title="class in org.apache.kudu.test">KuduTestHarness</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/kudu/client/KuduTransaction.html" title="class in org.apache.kudu.client"><span class="typeNameLink">KuduTransaction</span></a> - Class in <a href="org/apache/kudu/client/package-summary.html">org.apache.kudu.client</a></dt>
<dd>
<div class="block">A handle for a multi-row transaction in Kudu.</div>
</dd>
</dl>
<a name="I:L">
<!-- -->
</a>
<h2 class="title">L</h2>
<dl>
<dt><span class="memberNameLink"><a href="org/apache/kudu/ColumnTypeAttributes.ColumnTypeAttributesBuilder.html#length-int-">length(int)</a></span> - Method in class org.apache.kudu.<a href="org/apache/kudu/ColumnTypeAttributes.ColumnTypeAttributesBuilder.html" title="class in org.apache.kudu">ColumnTypeAttributes.ColumnTypeAttributesBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/ColumnTypeAttributes.ColumnTypeAttributesBuilder.html#length-int-">length(int)</a></span> - Method in class org.apache.kudu.<a href="org/apache/kudu/ColumnTypeAttributes.ColumnTypeAttributesBuilder.html" title="class in org.apache.kudu">ColumnTypeAttributes.ColumnTypeAttributesBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/AbstractKuduScannerBuilder.html#limit-long-">limit(long)</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/AbstractKuduScannerBuilder.html" title="class in org.apache.kudu.client">AbstractKuduScannerBuilder</a></dt>
<dd>
<div class="block">Sets a limit on the number of rows that will be returned by the scanner.</div>
</dd>
<dt><a href="org/apache/kudu/client/ListTablesResponse.html" title="class in org.apache.kudu.client"><span class="typeNameLink">ListTablesResponse</span></a> - Class in <a href="org/apache/kudu/client/package-summary.html">org.apache.kudu.client</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/AsyncKuduClient.html#listTabletServers--">listTabletServers()</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/AsyncKuduClient.html" title="class in org.apache.kudu.client">AsyncKuduClient</a></dt>
<dd>
<div class="block">Get the list of running tablet servers.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/KuduClient.html#listTabletServers--">listTabletServers()</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/KuduClient.html" title="class in org.apache.kudu.client">KuduClient</a></dt>
<dd>
<div class="block">Get the list of running tablet servers.</div>
</dd>
<dt><a href="org/apache/kudu/client/ListTabletServersResponse.html" title="class in org.apache.kudu.client"><span class="typeNameLink">ListTabletServersResponse</span></a> - Class in <a href="org/apache/kudu/client/package-summary.html">org.apache.kudu.client</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/kudu/client/LocatedTablet.html" title="class in org.apache.kudu.client"><span class="typeNameLink">LocatedTablet</span></a> - Class in <a href="org/apache/kudu/client/package-summary.html">org.apache.kudu.client</a></dt>
<dd>
<div class="block">Information about the locations of tablets in a Kudu table.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/LocatedTablet.html#LocatedTablet-org.apache.kudu.client.RemoteTablet-">LocatedTablet(RemoteTablet)</a></span> - Constructor for class org.apache.kudu.client.<a href="org/apache/kudu/client/LocatedTablet.html" title="class in org.apache.kudu.client">LocatedTablet</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/kudu/client/LocatedTablet.Replica.html" title="class in org.apache.kudu.client"><span class="typeNameLink">LocatedTablet.Replica</span></a> - Class in <a href="org/apache/kudu/client/package-summary.html">org.apache.kudu.client</a></dt>
<dd>
<div class="block">One of the replicas of the tablet.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/AsyncKuduClient.html#LOG">LOG</a></span> - Static variable in class org.apache.kudu.client.<a href="org/apache/kudu/client/AsyncKuduClient.html" title="class in org.apache.kudu.client">AsyncKuduClient</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/AsyncKuduSession.html#LOG">LOG</a></span> - Static variable in class org.apache.kudu.client.<a href="org/apache/kudu/client/AsyncKuduSession.html" title="class in org.apache.kudu.client">AsyncKuduSession</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/AbstractKuduScannerBuilder.html#lowerBound-org.apache.kudu.client.PartialRow-">lowerBound(PartialRow)</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/AbstractKuduScannerBuilder.html" title="class in org.apache.kudu.client">AbstractKuduScannerBuilder</a></dt>
<dd>
<div class="block">Add a lower bound (inclusive) primary key for the scan.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/AbstractKuduScannerBuilder.html#lowerBoundRaw-byte:A-">lowerBoundRaw(byte[])</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/AbstractKuduScannerBuilder.html" title="class in org.apache.kudu.client">AbstractKuduScannerBuilder</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">use <a href="org/apache/kudu/client/AbstractKuduScannerBuilder.html#lowerBound-org.apache.kudu.client.PartialRow-"><code>AbstractKuduScannerBuilder.lowerBound(PartialRow)</code></a></span></div>
</div>
</dd>
</dl>
<a name="I:M">
<!-- -->
</a>
<h2 class="title">M</h2>
<dl>
<dt><span class="memberNameLink"><a href="org/apache/kudu/util/BloomFilter.html#mayContain-byte:A-">mayContain(byte[])</a></span> - Method in class org.apache.kudu.util.<a href="org/apache/kudu/util/BloomFilter.html" title="class in org.apache.kudu.util">BloomFilter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/util/BloomFilter.html#mayContain-boolean-">mayContain(boolean)</a></span> - Method in class org.apache.kudu.util.<a href="org/apache/kudu/util/BloomFilter.html" title="class in org.apache.kudu.util">BloomFilter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/util/BloomFilter.html#mayContain-byte-">mayContain(byte)</a></span> - Method in class org.apache.kudu.util.<a href="org/apache/kudu/util/BloomFilter.html" title="class in org.apache.kudu.util">BloomFilter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/util/BloomFilter.html#mayContain-short-">mayContain(short)</a></span> - Method in class org.apache.kudu.util.<a href="org/apache/kudu/util/BloomFilter.html" title="class in org.apache.kudu.util">BloomFilter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/util/BloomFilter.html#mayContain-int-">mayContain(int)</a></span> - Method in class org.apache.kudu.util.<a href="org/apache/kudu/util/BloomFilter.html" title="class in org.apache.kudu.util">BloomFilter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/util/BloomFilter.html#mayContain-long-">mayContain(long)</a></span> - Method in class org.apache.kudu.util.<a href="org/apache/kudu/util/BloomFilter.html" title="class in org.apache.kudu.util">BloomFilter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/util/BloomFilter.html#mayContain-float-">mayContain(float)</a></span> - Method in class org.apache.kudu.util.<a href="org/apache/kudu/util/BloomFilter.html" title="class in org.apache.kudu.util">BloomFilter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/util/BloomFilter.html#mayContain-double-">mayContain(double)</a></span> - Method in class org.apache.kudu.util.<a href="org/apache/kudu/util/BloomFilter.html" title="class in org.apache.kudu.util">BloomFilter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/util/BloomFilter.html#mayContain-java.lang.String-">mayContain(String)</a></span> - Method in class org.apache.kudu.util.<a href="org/apache/kudu/util/BloomFilter.html" title="class in org.apache.kudu.util">BloomFilter</a></dt>
<dd>&nbsp;</dd>
</dl>
<a name="I:N">
<!-- -->
</a>
<h2 class="title">N</h2>
<dl>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/Status.html#NetworkError-java.lang.String-">NetworkError(String)</a></span> - Static method in class org.apache.kudu.client.<a href="org/apache/kudu/client/Status.html" title="class in org.apache.kudu.client">Status</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/Status.html#NetworkError-java.lang.String-int-">NetworkError(String, int)</a></span> - Static method in class org.apache.kudu.client.<a href="org/apache/kudu/client/Status.html" title="class in org.apache.kudu.client">Status</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/KuduTransaction.html#newAsyncKuduSession--">newAsyncKuduSession()</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/KuduTransaction.html" title="class in org.apache.kudu.client">KuduTransaction</a></dt>
<dd>
<div class="block">Create a new <a href="org/apache/kudu/client/AsyncKuduSession.html" title="class in org.apache.kudu.client"><code>AsyncKuduSession</code></a> based on this transaction.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/KuduPredicate.html#newComparisonPredicate-org.apache.kudu.ColumnSchema-org.apache.kudu.client.KuduPredicate.ComparisonOp-boolean-">newComparisonPredicate(ColumnSchema, KuduPredicate.ComparisonOp, boolean)</a></span> - Static method in class org.apache.kudu.client.<a href="org/apache/kudu/client/KuduPredicate.html" title="class in org.apache.kudu.client">KuduPredicate</a></dt>
<dd>
<div class="block">Creates a new <code>KuduPredicate</code> on a boolean column.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/KuduPredicate.html#newComparisonPredicate-org.apache.kudu.ColumnSchema-org.apache.kudu.client.KuduPredicate.ComparisonOp-long-">newComparisonPredicate(ColumnSchema, KuduPredicate.ComparisonOp, long)</a></span> - Static method in class org.apache.kudu.client.<a href="org/apache/kudu/client/KuduPredicate.html" title="class in org.apache.kudu.client">KuduPredicate</a></dt>
<dd>
<div class="block">Creates a new comparison predicate on an integer or timestamp column.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/KuduPredicate.html#newComparisonPredicate-org.apache.kudu.ColumnSchema-org.apache.kudu.client.KuduPredicate.ComparisonOp-java.math.BigDecimal-">newComparisonPredicate(ColumnSchema, KuduPredicate.ComparisonOp, BigDecimal)</a></span> - Static method in class org.apache.kudu.client.<a href="org/apache/kudu/client/KuduPredicate.html" title="class in org.apache.kudu.client">KuduPredicate</a></dt>
<dd>
<div class="block">Creates a new comparison predicate on a Decimal column.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/KuduPredicate.html#newComparisonPredicate-org.apache.kudu.ColumnSchema-org.apache.kudu.client.KuduPredicate.ComparisonOp-java.sql.Timestamp-">newComparisonPredicate(ColumnSchema, KuduPredicate.ComparisonOp, Timestamp)</a></span> - Static method in class org.apache.kudu.client.<a href="org/apache/kudu/client/KuduPredicate.html" title="class in org.apache.kudu.client">KuduPredicate</a></dt>
<dd>
<div class="block">Creates a new comparison predicate on a timestamp column.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/KuduPredicate.html#newComparisonPredicate-org.apache.kudu.ColumnSchema-org.apache.kudu.client.KuduPredicate.ComparisonOp-java.sql.Date-">newComparisonPredicate(ColumnSchema, KuduPredicate.ComparisonOp, Date)</a></span> - Static method in class org.apache.kudu.client.<a href="org/apache/kudu/client/KuduPredicate.html" title="class in org.apache.kudu.client">KuduPredicate</a></dt>
<dd>
<div class="block">Creates a new comparison predicate on a date column.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/KuduPredicate.html#newComparisonPredicate-org.apache.kudu.ColumnSchema-org.apache.kudu.client.KuduPredicate.ComparisonOp-float-">newComparisonPredicate(ColumnSchema, KuduPredicate.ComparisonOp, float)</a></span> - Static method in class org.apache.kudu.client.<a href="org/apache/kudu/client/KuduPredicate.html" title="class in org.apache.kudu.client">KuduPredicate</a></dt>
<dd>
<div class="block">Creates a new comparison predicate on a float column.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/KuduPredicate.html#newComparisonPredicate-org.apache.kudu.ColumnSchema-org.apache.kudu.client.KuduPredicate.ComparisonOp-double-">newComparisonPredicate(ColumnSchema, KuduPredicate.ComparisonOp, double)</a></span> - Static method in class org.apache.kudu.client.<a href="org/apache/kudu/client/KuduPredicate.html" title="class in org.apache.kudu.client">KuduPredicate</a></dt>
<dd>
<div class="block">Creates a new comparison predicate on a double column.</div>
</dd>
<dt><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(ColumnSchema, KuduPredicate.ComparisonOp, String)</a></span> - Static method in class org.apache.kudu.client.<a href="org/apache/kudu/client/KuduPredicate.html" title="class in org.apache.kudu.client">KuduPredicate</a></dt>
<dd>
<div class="block">Creates a new comparison predicate on a string column.</div>
</dd>
<dt><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(ColumnSchema, KuduPredicate.ComparisonOp, byte[])</a></span> - Static method in class org.apache.kudu.client.<a href="org/apache/kudu/client/KuduPredicate.html" title="class in org.apache.kudu.client">KuduPredicate</a></dt>
<dd>
<div class="block">Creates a new comparison predicate on a binary column.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/KuduPredicate.html#newComparisonPredicate-org.apache.kudu.ColumnSchema-org.apache.kudu.client.KuduPredicate.ComparisonOp-java.lang.Object-">newComparisonPredicate(ColumnSchema, KuduPredicate.ComparisonOp, Object)</a></span> - Static method in class org.apache.kudu.client.<a href="org/apache/kudu/client/KuduPredicate.html" title="class in org.apache.kudu.client">KuduPredicate</a></dt>
<dd>
<div class="block">Creates a new comparison predicate on a column.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/KuduTable.html#newDelete--">newDelete()</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/KuduTable.html" title="class in org.apache.kudu.client">KuduTable</a></dt>
<dd>
<div class="block">Get a new delete configured with this table's schema.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/KuduTable.html#newDeleteIgnore--">newDeleteIgnore()</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/KuduTable.html" title="class in org.apache.kudu.client">KuduTable</a></dt>
<dd>
<div class="block">Get a new delete ignore configured with this table's schema.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/KuduPredicate.html#newInListPredicate-org.apache.kudu.ColumnSchema-java.util.List-">newInListPredicate(ColumnSchema, List&lt;T&gt;)</a></span> - Static method in class org.apache.kudu.client.<a href="org/apache/kudu/client/KuduPredicate.html" title="class in org.apache.kudu.client">KuduPredicate</a></dt>
<dd>
<div class="block">Creates a new IN list predicate.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/KuduTable.html#newInsert--">newInsert()</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/KuduTable.html" title="class in org.apache.kudu.client">KuduTable</a></dt>
<dd>
<div class="block">Get a new insert configured with this table's schema.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/KuduTable.html#newInsertIgnore--">newInsertIgnore()</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/KuduTable.html" title="class in org.apache.kudu.client">KuduTable</a></dt>
<dd>
<div class="block">Get a new insert ignore configured with this table's schema.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/KuduPredicate.html#newIsNotNullPredicate-org.apache.kudu.ColumnSchema-">newIsNotNullPredicate(ColumnSchema)</a></span> - Static method in class org.apache.kudu.client.<a href="org/apache/kudu/client/KuduPredicate.html" title="class in org.apache.kudu.client">KuduPredicate</a></dt>
<dd>
<div class="block">Creates a new <code>IS NOT NULL</code> predicate.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/KuduPredicate.html#newIsNullPredicate-org.apache.kudu.ColumnSchema-">newIsNullPredicate(ColumnSchema)</a></span> - Static method in class org.apache.kudu.client.<a href="org/apache/kudu/client/KuduPredicate.html" title="class in org.apache.kudu.client">KuduPredicate</a></dt>
<dd>
<div class="block">Creates a new <code>IS NULL</code> predicate.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/KuduTransaction.html#newKuduSession--">newKuduSession()</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/KuduTransaction.html" title="class in org.apache.kudu.client">KuduTransaction</a></dt>
<dd>
<div class="block">Create a new <a href="org/apache/kudu/client/KuduSession.html" title="class in org.apache.kudu.client"><code>KuduSession</code></a> based on this transaction.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/Schema.html#newPartialRow--">newPartialRow()</a></span> - Method in class org.apache.kudu.<a href="org/apache/kudu/Schema.html" title="class in org.apache.kudu">Schema</a></dt>
<dd>
<div class="block">Creates a new partial row for the schema.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/Schema.html#newPartialRow--">newPartialRow()</a></span> - Method in class org.apache.kudu.<a href="org/apache/kudu/Schema.html" title="class in org.apache.kudu">Schema</a></dt>
<dd>
<div class="block">Creates a new partial row for the schema.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/KuduScanToken.html#newRemoteTabletFromTabletMetadata-org.apache.kudu.client.Client.TabletMetadataPB-java.lang.String-org.apache.kudu.client.Partition-">newRemoteTabletFromTabletMetadata(Client.TabletMetadataPB, String, Partition)</a></span> - Static method in class org.apache.kudu.client.<a href="org/apache/kudu/client/KuduScanToken.html" title="class in org.apache.kudu.client">KuduScanToken</a></dt>
<dd>
<div class="block">create a new RemoteTablet from TabletMetadata</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/AsyncKuduClient.html#newScannerBuilder-org.apache.kudu.client.KuduTable-">newScannerBuilder(KuduTable)</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/AsyncKuduClient.html" title="class in org.apache.kudu.client">AsyncKuduClient</a></dt>
<dd>
<div class="block">Creates a new <a href="org/apache/kudu/client/AsyncKuduScanner.AsyncKuduScannerBuilder.html" title="class in org.apache.kudu.client"><code>AsyncKuduScanner.AsyncKuduScannerBuilder</code></a> for a particular table.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/KuduClient.html#newScannerBuilder-org.apache.kudu.client.KuduTable-">newScannerBuilder(KuduTable)</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/KuduClient.html" title="class in org.apache.kudu.client">KuduClient</a></dt>
<dd>
<div class="block">Creates a new <a href="org/apache/kudu/client/KuduScanner.KuduScannerBuilder.html" title="class in org.apache.kudu.client"><code>KuduScanner.KuduScannerBuilder</code></a> for a particular table.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/KuduClient.html#newScanTokenBuilder-org.apache.kudu.client.KuduTable-">newScanTokenBuilder(KuduTable)</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/KuduClient.html" title="class in org.apache.kudu.client">KuduClient</a></dt>
<dd>
<div class="block">Creates a new <a href="org/apache/kudu/client/KuduScanToken.KuduScanTokenBuilder.html" title="class in org.apache.kudu.client"><code>KuduScanToken.KuduScanTokenBuilder</code></a> for a particular table.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/AsyncKuduClient.html#newSession--">newSession()</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/AsyncKuduClient.html" title="class in org.apache.kudu.client">AsyncKuduClient</a></dt>
<dd>
<div class="block">Create a new session for interacting with the cluster.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/KuduClient.html#newSession--">newSession()</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/KuduClient.html" title="class in org.apache.kudu.client">KuduClient</a></dt>
<dd>
<div class="block">Create a new session for interacting with the cluster.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/KuduClient.html#newTransaction--">newTransaction()</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/KuduClient.html" title="class in org.apache.kudu.client">KuduClient</a></dt>
<dd>
<div class="block">Start a new multi-row distributed transaction.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/KuduTable.html#newUpdate--">newUpdate()</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/KuduTable.html" title="class in org.apache.kudu.client">KuduTable</a></dt>
<dd>
<div class="block">Get a new update configured with this table's schema.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/KuduTable.html#newUpdateIgnore--">newUpdateIgnore()</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/KuduTable.html" title="class in org.apache.kudu.client">KuduTable</a></dt>
<dd>
<div class="block">Get a new update ignore configured with this table's schema.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/KuduTable.html#newUpsert--">newUpsert()</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/KuduTable.html" title="class in org.apache.kudu.client">KuduTable</a></dt>
<dd>
<div class="block">Get a new upsert configured with this table's schema.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/KuduTable.html#newUpsertIgnore--">newUpsertIgnore()</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/KuduTable.html" title="class in org.apache.kudu.client">KuduTable</a></dt>
<dd>
<div class="block">Get a new upsert ignore configured with this table's schema.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/KuduScannerIterator.html#next--">next()</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/KuduScannerIterator.html" title="class in org.apache.kudu.client">KuduScannerIterator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/AsyncKuduScanner.html#nextRows--">nextRows()</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/AsyncKuduScanner.html" title="class in org.apache.kudu.client">AsyncKuduScanner</a></dt>
<dd>
<div class="block">Scans a number of rows.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/KuduScanner.html#nextRows--">nextRows()</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/KuduScanner.html" title="class in org.apache.kudu.client">KuduScanner</a></dt>
<dd>
<div class="block">Scans a number of rows.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/AsyncKuduClient.AsyncKuduClientBuilder.html#nioExecutor-java.util.concurrent.Executor-">nioExecutor(Executor)</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/AsyncKuduClient.AsyncKuduClientBuilder.html" title="class in org.apache.kudu.client">AsyncKuduClient.AsyncKuduClientBuilder</a></dt>
<dd>
<div class="block">Set the executor which will be used for the embedded Netty workers.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/KuduClient.KuduClientBuilder.html#nioExecutor-java.util.concurrent.Executor-">nioExecutor(Executor)</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/KuduClient.KuduClientBuilder.html" title="class in org.apache.kudu.client">KuduClient.KuduClientBuilder</a></dt>
<dd>
<div class="block">Set the executor which will be used for the embedded Netty workers.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/AsyncKuduClient.AsyncKuduClientBuilder.html#nioExecutors-java.util.concurrent.Executor-java.util.concurrent.Executor-">nioExecutors(Executor, Executor)</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/AsyncKuduClient.AsyncKuduClientBuilder.html" title="class in org.apache.kudu.client">AsyncKuduClient.AsyncKuduClientBuilder</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">the bossExecutor is no longer used and will have no effect if provided</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/KuduClient.KuduClientBuilder.html#nioExecutors-java.util.concurrent.Executor-java.util.concurrent.Executor-">nioExecutors(Executor, Executor)</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/KuduClient.KuduClientBuilder.html" title="class in org.apache.kudu.client">KuduClient.KuduClientBuilder</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">the bossExecutor is no longer used and will have no effect if provided</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/AsyncKuduClient.html#NO_SOFT_DELETED_STATE_RESERVED_SECONDS">NO_SOFT_DELETED_STATE_RESERVED_SECONDS</a></span> - Static variable in class org.apache.kudu.client.<a href="org/apache/kudu/client/AsyncKuduClient.html" title="class in org.apache.kudu.client">AsyncKuduClient</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/AsyncKuduClient.html#NO_TIMESTAMP">NO_TIMESTAMP</a></span> - Static variable in class org.apache.kudu.client.<a href="org/apache/kudu/client/AsyncKuduClient.html" title="class in org.apache.kudu.client">AsyncKuduClient</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/KuduClient.html#NO_TIMESTAMP">NO_TIMESTAMP</a></span> - Static variable in class org.apache.kudu.client.<a href="org/apache/kudu/client/KuduClient.html" title="class in org.apache.kudu.client">KuduClient</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/ColumnSchema.ColumnSchemaBuilder.html#nonUniqueKey-boolean-">nonUniqueKey(boolean)</a></span> - Method in class org.apache.kudu.<a href="org/apache/kudu/ColumnSchema.ColumnSchemaBuilder.html" title="class in org.apache.kudu">ColumnSchema.ColumnSchemaBuilder</a></dt>
<dd>
<div class="block">Sets if the column is part of the row non unique key.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/ColumnSchema.ColumnSchemaBuilder.html#nonUniqueKey-boolean-">nonUniqueKey(boolean)</a></span> - Method in class org.apache.kudu.<a href="org/apache/kudu/ColumnSchema.ColumnSchemaBuilder.html" title="class in org.apache.kudu">ColumnSchema.ColumnSchemaBuilder</a></dt>
<dd>
<div class="block">Sets if the column is part of the row non unique key.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/Status.html#NotAuthorized-java.lang.String-">NotAuthorized(String)</a></span> - Static method in class org.apache.kudu.client.<a href="org/apache/kudu/client/Status.html" title="class in org.apache.kudu.client">Status</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/Status.html#NotAuthorized-java.lang.String-int-">NotAuthorized(String, int)</a></span> - Static method in class org.apache.kudu.client.<a href="org/apache/kudu/client/Status.html" title="class in org.apache.kudu.client">Status</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/Status.html#NotFound-java.lang.String-">NotFound(String)</a></span> - Static method in class org.apache.kudu.client.<a href="org/apache/kudu/client/Status.html" title="class in org.apache.kudu.client">Status</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/Status.html#NotFound-java.lang.String-int-">NotFound(String, int)</a></span> - Static method in class org.apache.kudu.client.<a href="org/apache/kudu/client/Status.html" title="class in org.apache.kudu.client">Status</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/Status.html#NotSupported-java.lang.String-">NotSupported(String)</a></span> - Static method in class org.apache.kudu.client.<a href="org/apache/kudu/client/Status.html" title="class in org.apache.kudu.client">Status</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/Status.html#NotSupported-java.lang.String-int-">NotSupported(String, int)</a></span> - Static method in class org.apache.kudu.client.<a href="org/apache/kudu/client/Status.html" title="class in org.apache.kudu.client">Status</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/ColumnSchema.ColumnSchemaBuilder.html#nullable-boolean-">nullable(boolean)</a></span> - Method in class org.apache.kudu.<a href="org/apache/kudu/ColumnSchema.ColumnSchemaBuilder.html" title="class in org.apache.kudu">ColumnSchema.ColumnSchemaBuilder</a></dt>
<dd>
<div class="block">Marks the column as allowing null values.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/ColumnSchema.ColumnSchemaBuilder.html#nullable-boolean-">nullable(boolean)</a></span> - Method in class org.apache.kudu.<a href="org/apache/kudu/ColumnSchema.ColumnSchemaBuilder.html" title="class in org.apache.kudu">ColumnSchema.ColumnSchemaBuilder</a></dt>
<dd>
<div class="block">Marks the column as allowing null values.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/KuduPartitioner.html#numPartitions--">numPartitions()</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/KuduPartitioner.html" title="class in org.apache.kudu.client">KuduPartitioner</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/RowResultIterator.html#numRows">numRows</a></span> - Variable in class org.apache.kudu.client.<a href="org/apache/kudu/client/RowResultIterator.html" title="class in org.apache.kudu.client">RowResultIterator</a></dt>
<dd>&nbsp;</dd>
</dl>
<a name="I:O">
<!-- -->
</a>
<h2 class="title">O</h2>
<dl>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/Status.html#OK--">OK()</a></span> - Static method in class org.apache.kudu.client.<a href="org/apache/kudu/client/Status.html" title="class in org.apache.kudu.client">Status</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/Status.html#ok--">ok()</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/Status.html" title="class in org.apache.kudu.client">Status</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/AsyncKuduClient.html#openTable-java.lang.String-">openTable(String)</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/AsyncKuduClient.html" title="class in org.apache.kudu.client">AsyncKuduClient</a></dt>
<dd>
<div class="block">Open the table with the given name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/KuduClient.html#openTable-java.lang.String-">openTable(String)</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/KuduClient.html" title="class in org.apache.kudu.client">KuduClient</a></dt>
<dd>
<div class="block">Open the table with the given name.</div>
</dd>
<dt><a href="org/apache/kudu/client/Operation.html" title="class in org.apache.kudu.client"><span class="typeNameLink">Operation</span></a> - Class in <a href="org/apache/kudu/client/package-summary.html">org.apache.kudu.client</a></dt>
<dd>
<div class="block">Base class for the RPCs that related to WriteRequestPB.</div>
</dd>
<dt><a href="org/apache/kudu/client/OperationResponse.html" title="class in org.apache.kudu.client"><span class="typeNameLink">OperationResponse</span></a> - Class in <a href="org/apache/kudu/client/package-summary.html">org.apache.kudu.client</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/kudu/package-summary.html">org.apache.kudu</a> - package org.apache.kudu</dt>
<dd>&nbsp;</dd>
</dl>
<a name="I:P">
<!-- -->
</a>
<h2 class="title">P</h2>
<dl>
<dt><a href="org/apache/kudu/client/PartialRow.html" title="class in org.apache.kudu.client"><span class="typeNameLink">PartialRow</span></a> - Class in <a href="org/apache/kudu/client/package-summary.html">org.apache.kudu.client</a></dt>
<dd>
<div class="block">Class used to represent parts of a row along with its schema.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/PartialRow.html#PartialRow-org.apache.kudu.Schema-">PartialRow(Schema)</a></span> - Constructor for class org.apache.kudu.client.<a href="org/apache/kudu/client/PartialRow.html" title="class in org.apache.kudu.client">PartialRow</a></dt>
<dd>
<div class="block">This is not a stable API, prefer using <a href="org/apache/kudu/Schema.html#newPartialRow--"><code>Schema.newPartialRow()</code></a>
to create a new partial row.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/Operation.html#partitionKey--">partitionKey()</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/Operation.html" title="class in org.apache.kudu.client">Operation</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/KuduPartitioner.html#partitionRow-org.apache.kudu.client.PartialRow-">partitionRow(PartialRow)</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/KuduPartitioner.html" title="class in org.apache.kudu.client">KuduPartitioner</a></dt>
<dd>
<div class="block">Determine the partition index that the given row falls into.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/test/KuduTestHarness.html#pauseLeaderMaster--">pauseLeaderMaster()</a></span> - Method in class org.apache.kudu.test.<a href="org/apache/kudu/test/KuduTestHarness.html" title="class in org.apache.kudu.test">KuduTestHarness</a></dt>
<dd>
<div class="block">Finds and pauses the leader master.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/test/KuduTestHarness.html#pauseMaster-org.apache.kudu.client.HostAndPort-">pauseMaster(HostAndPort)</a></span> - Method in class org.apache.kudu.test.<a href="org/apache/kudu/test/KuduTestHarness.html" title="class in org.apache.kudu.test">KuduTestHarness</a></dt>
<dd>
<div class="block">Pauses the specified master.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/AsyncKuduScanner.ReadMode.html#pbVersion--">pbVersion()</a></span> - Method in enum org.apache.kudu.client.<a href="org/apache/kudu/client/AsyncKuduScanner.ReadMode.html" title="enum in org.apache.kudu.client">AsyncKuduScanner.ReadMode</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/ExternalConsistencyMode.html#pbVersion--">pbVersion()</a></span> - Method in enum org.apache.kudu.client.<a href="org/apache/kudu/client/ExternalConsistencyMode.html" title="enum in org.apache.kudu.client">ExternalConsistencyMode</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/kudu/client/PleaseThrottleException.html" title="class in org.apache.kudu.client"><span class="typeNameLink">PleaseThrottleException</span></a> - Exception in <a href="org/apache/kudu/client/package-summary.html">org.apache.kudu.client</a></dt>
<dd>
<div class="block">This exception notifies the application to throttle its use of Kudu.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/ColumnTypeAttributes.ColumnTypeAttributesBuilder.html#precision-int-">precision(int)</a></span> - Method in class org.apache.kudu.<a href="org/apache/kudu/ColumnTypeAttributes.ColumnTypeAttributesBuilder.html" title="class in org.apache.kudu">ColumnTypeAttributes.ColumnTypeAttributesBuilder</a></dt>
<dd>
<div class="block">Set the precision.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/ColumnTypeAttributes.ColumnTypeAttributesBuilder.html#precision-int-">precision(int)</a></span> - Method in class org.apache.kudu.<a href="org/apache/kudu/ColumnTypeAttributes.ColumnTypeAttributesBuilder.html" title="class in org.apache.kudu">ColumnTypeAttributes.ColumnTypeAttributesBuilder</a></dt>
<dd>
<div class="block">Set the precision.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/AbstractKuduScannerBuilder.html#prefetching-boolean-">prefetching(boolean)</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/AbstractKuduScannerBuilder.html" title="class in org.apache.kudu.client">AbstractKuduScannerBuilder</a></dt>
<dd>
<div class="block">Enables prefetching of rows for the scanner, i.e.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/util/BloomFilter.html#put-byte:A-">put(byte[])</a></span> - Method in class org.apache.kudu.util.<a href="org/apache/kudu/util/BloomFilter.html" title="class in org.apache.kudu.util">BloomFilter</a></dt>
<dd>
<div class="block">Update bloom filter with a <code>byte[]</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/util/BloomFilter.html#put-boolean-">put(boolean)</a></span> - Method in class org.apache.kudu.util.<a href="org/apache/kudu/util/BloomFilter.html" title="class in org.apache.kudu.util">BloomFilter</a></dt>
<dd>
<div class="block">Update bloom filter with a <code>boolean</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/util/BloomFilter.html#put-byte-">put(byte)</a></span> - Method in class org.apache.kudu.util.<a href="org/apache/kudu/util/BloomFilter.html" title="class in org.apache.kudu.util">BloomFilter</a></dt>
<dd>
<div class="block">Update bloom filter with a <code>byte</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/util/BloomFilter.html#put-short-">put(short)</a></span> - Method in class org.apache.kudu.util.<a href="org/apache/kudu/util/BloomFilter.html" title="class in org.apache.kudu.util">BloomFilter</a></dt>
<dd>
<div class="block">Update bloom filter with a <code>short</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/util/BloomFilter.html#put-int-">put(int)</a></span> - Method in class org.apache.kudu.util.<a href="org/apache/kudu/util/BloomFilter.html" title="class in org.apache.kudu.util">BloomFilter</a></dt>
<dd>
<div class="block">Update bloom filter with a <code>int</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/util/BloomFilter.html#put-long-">put(long)</a></span> - Method in class org.apache.kudu.util.<a href="org/apache/kudu/util/BloomFilter.html" title="class in org.apache.kudu.util">BloomFilter</a></dt>
<dd>
<div class="block">Update bloom filter with a <code>long</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/util/BloomFilter.html#put-float-">put(float)</a></span> - Method in class org.apache.kudu.util.<a href="org/apache/kudu/util/BloomFilter.html" title="class in org.apache.kudu.util">BloomFilter</a></dt>
<dd>
<div class="block">Update bloom filter with a <code>float</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/util/BloomFilter.html#put-double-">put(double)</a></span> - Method in class org.apache.kudu.util.<a href="org/apache/kudu/util/BloomFilter.html" title="class in org.apache.kudu.util">BloomFilter</a></dt>
<dd>
<div class="block">Update bloom filter with a <code>double</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/util/BloomFilter.html#put-java.lang.String-">put(String)</a></span> - Method in class org.apache.kudu.util.<a href="org/apache/kudu/util/BloomFilter.html" title="class in org.apache.kudu.util">BloomFilter</a></dt>
<dd>
<div class="block">Update bloom filter with a <code>String</code>.</div>
</dd>
</dl>
<a name="I:R">
<!-- -->
</a>
<h2 class="title">R</h2>
<dl>
<dt><a href="org/apache/kudu/client/RangePartitionBound.html" title="enum in org.apache.kudu.client"><span class="typeNameLink">RangePartitionBound</span></a> - Enum in <a href="org/apache/kudu/client/package-summary.html">org.apache.kudu.client</a></dt>
<dd>
<div class="block">Specifies whether a range partition bound is inclusive or exclusive.</div>
</dd>
<dt><a href="org/apache/kudu/client/RangePartitionWithCustomHashSchema.html" title="class in org.apache.kudu.client"><span class="typeNameLink">RangePartitionWithCustomHashSchema</span></a> - Class in <a href="org/apache/kudu/client/package-summary.html">org.apache.kudu.client</a></dt>
<dd>
<div class="block">This class represents a range partition with custom hash bucketing schema.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/RangePartitionWithCustomHashSchema.html#RangePartitionWithCustomHashSchema-org.apache.kudu.client.PartialRow-org.apache.kudu.client.PartialRow-org.apache.kudu.client.RangePartitionBound-org.apache.kudu.client.RangePartitionBound-">RangePartitionWithCustomHashSchema(PartialRow, PartialRow, RangePartitionBound, RangePartitionBound)</a></span> - Constructor for class org.apache.kudu.client.<a href="org/apache/kudu/client/RangePartitionWithCustomHashSchema.html" title="class in org.apache.kudu.client">RangePartitionWithCustomHashSchema</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/AbstractKuduScannerBuilder.html#readMode-org.apache.kudu.client.AsyncKuduScanner.ReadMode-">readMode(AsyncKuduScanner.ReadMode)</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/AbstractKuduScannerBuilder.html" title="class in org.apache.kudu.client">AbstractKuduScannerBuilder</a></dt>
<dd>
<div class="block">Sets the read mode, the default is to read the latest values.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/AsyncKuduClient.html#recallDeletedTable-java.lang.String-">recallDeletedTable(String)</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/AsyncKuduClient.html" title="class in org.apache.kudu.client">AsyncKuduClient</a></dt>
<dd>
<div class="block">Recall a soft-deleted table on the cluster with the specified id</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/AsyncKuduClient.html#recallDeletedTable-java.lang.String-java.lang.String-">recallDeletedTable(String, String)</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/AsyncKuduClient.html" title="class in org.apache.kudu.client">AsyncKuduClient</a></dt>
<dd>
<div class="block">Recall a soft-deleted table on the cluster with the specified id</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/KuduClient.html#recallDeletedTable-java.lang.String-">recallDeletedTable(String)</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/KuduClient.html" title="class in org.apache.kudu.client">KuduClient</a></dt>
<dd>
<div class="block">Recall a deleted table on the cluster with the specified table id</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/KuduClient.html#recallDeletedTable-java.lang.String-java.lang.String-">recallDeletedTable(String, String)</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/KuduClient.html" title="class in org.apache.kudu.client">KuduClient</a></dt>
<dd>
<div class="block">Recall a deleted table on the cluster with the specified table id
and give the recalled table the new table name</div>
</dd>
<dt><a href="org/apache/kudu/client/RecallDeletedTableResponse.html" title="class in org.apache.kudu.client"><span class="typeNameLink">RecallDeletedTableResponse</span></a> - Class in <a href="org/apache/kudu/client/package-summary.html">org.apache.kudu.client</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/Status.html#RemoteError-java.lang.String-">RemoteError(String)</a></span> - Static method in class org.apache.kudu.client.<a href="org/apache/kudu/client/Status.html" title="class in org.apache.kudu.client">Status</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/Status.html#RemoteError-java.lang.String-int-">RemoteError(String, int)</a></span> - Static method in class org.apache.kudu.client.<a href="org/apache/kudu/client/Status.html" title="class in org.apache.kudu.client">Status</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/RowResultIterator.html#remove--">remove()</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/RowResultIterator.html" title="class in org.apache.kudu.client">RowResultIterator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/AlterTableOptions.html#removeDefault-java.lang.String-">removeDefault(String)</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/AlterTableOptions.html" title="class in org.apache.kudu.client">AlterTableOptions</a></dt>
<dd>
<div class="block">Remove the default value for a column.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/AlterTableOptions.html#renameColumn-java.lang.String-java.lang.String-">renameColumn(String, String)</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/AlterTableOptions.html" title="class in org.apache.kudu.client">AlterTableOptions</a></dt>
<dd>
<div class="block">Change the name of a column.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/AlterTableOptions.html#renameTable-java.lang.String-">renameTable(String)</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/AlterTableOptions.html" title="class in org.apache.kudu.client">AlterTableOptions</a></dt>
<dd>
<div class="block">Change a table's name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/AbstractKuduScannerBuilder.html#replicaSelection-org.apache.kudu.client.ReplicaSelection-">replicaSelection(ReplicaSelection)</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/AbstractKuduScannerBuilder.html" title="class in org.apache.kudu.client">AbstractKuduScannerBuilder</a></dt>
<dd>
<div class="block">Sets the replica selection mechanism for this scanner.</div>
</dd>
<dt><a href="org/apache/kudu/client/ReplicaSelection.html" title="enum in org.apache.kudu.client"><span class="typeNameLink">ReplicaSelection</span></a> - Enum in <a href="org/apache/kudu/client/package-summary.html">org.apache.kudu.client</a></dt>
<dd>
<div class="block">Policy with which to choose amongst multiple replicas.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/AsyncKuduClient.AsyncKuduClientBuilder.html#requireAuthentication-boolean-">requireAuthentication(boolean)</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/AsyncKuduClient.AsyncKuduClientBuilder.html" title="class in org.apache.kudu.client">AsyncKuduClient.AsyncKuduClientBuilder</a></dt>
<dd>
<div class="block">Require authentication for the connection to a remote server.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/KuduClient.KuduClientBuilder.html#requireAuthentication-boolean-">requireAuthentication(boolean)</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/KuduClient.KuduClientBuilder.html" title="class in org.apache.kudu.client">KuduClient.KuduClientBuilder</a></dt>
<dd>
<div class="block">Require authentication for the connection to a remote server.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/test/KuduTestHarness.html#resetClients--">resetClients()</a></span> - Method in class org.apache.kudu.test.<a href="org/apache/kudu/test/KuduTestHarness.html" title="class in org.apache.kudu.test">KuduTestHarness</a></dt>
<dd>
<div class="block">Resets the clients so that their state is completely fresh, including meta
cache, connections, open tables, sessions and scanners, and propagated timestamp.</div>
</dd>
<dt><a href="org/apache/kudu/client/ResourceMetrics.html" title="class in org.apache.kudu.client"><span class="typeNameLink">ResourceMetrics</span></a> - Class in <a href="org/apache/kudu/client/package-summary.html">org.apache.kudu.client</a></dt>
<dd>
<div class="block">A container for scanner resource metrics.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/ResourceMetrics.html#ResourceMetrics--">ResourceMetrics()</a></span> - Constructor for class org.apache.kudu.client.<a href="org/apache/kudu/client/ResourceMetrics.html" title="class in org.apache.kudu.client">ResourceMetrics</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/test/KuduTestHarness.html#restartLeaderMaster--">restartLeaderMaster()</a></span> - Method in class org.apache.kudu.test.<a href="org/apache/kudu/test/KuduTestHarness.html" title="class in org.apache.kudu.test">KuduTestHarness</a></dt>
<dd>
<div class="block">Kills and restarts the leader master.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/test/KuduTestHarness.html#restartTabletServer-org.apache.kudu.client.KuduTable-">restartTabletServer(KuduTable)</a></span> - Method in class org.apache.kudu.test.<a href="org/apache/kudu/test/KuduTestHarness.html" title="class in org.apache.kudu.test">KuduTestHarness</a></dt>
<dd>
<div class="block">Picks at random a tablet server that serves tablets from the passed table and restarts it.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/test/KuduTestHarness.html#restartTabletServer-org.apache.kudu.client.RemoteTablet-">restartTabletServer(RemoteTablet)</a></span> - Method in class org.apache.kudu.test.<a href="org/apache/kudu/test/KuduTestHarness.html" title="class in org.apache.kudu.test">KuduTestHarness</a></dt>
<dd>
<div class="block">Kills a tablet server that serves the given tablet's leader and restarts it.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/test/KuduTestHarness.html#resumeMaster-org.apache.kudu.client.HostAndPort-">resumeMaster(HostAndPort)</a></span> - Method in class org.apache.kudu.test.<a href="org/apache/kudu/test/KuduTestHarness.html" title="class in org.apache.kudu.test">KuduTestHarness</a></dt>
<dd>
<div class="block">Resumes the specified master.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/KuduTransaction.html#rollback--">rollback()</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/KuduTransaction.html" title="class in org.apache.kudu.client">KuduTransaction</a></dt>
<dd>
<div class="block">Rollback the multi-row distributed transaction represented by this object.</div>
</dd>
<dt><a href="org/apache/kudu/client/RowError.html" title="class in org.apache.kudu.client"><span class="typeNameLink">RowError</span></a> - Class in <a href="org/apache/kudu/client/package-summary.html">org.apache.kudu.client</a></dt>
<dd>
<div class="block">Wrapper class for a single row error.</div>
</dd>
<dt><a href="org/apache/kudu/client/RowErrorsAndOverflowStatus.html" title="class in org.apache.kudu.client"><span class="typeNameLink">RowErrorsAndOverflowStatus</span></a> - Class in <a href="org/apache/kudu/client/package-summary.html">org.apache.kudu.client</a></dt>
<dd>
<div class="block">Container class used as a response when retrieving pending row errors.</div>
</dd>
<dt><a href="org/apache/kudu/client/RowResult.html" title="class in org.apache.kudu.client"><span class="typeNameLink">RowResult</span></a> - Class in <a href="org/apache/kudu/client/package-summary.html">org.apache.kudu.client</a></dt>
<dd>
<div class="block">RowResult represents one row from a scanner.</div>
</dd>
<dt><a href="org/apache/kudu/client/RowResultIterator.html" title="class in org.apache.kudu.client"><span class="typeNameLink">RowResultIterator</span></a> - Class in <a href="org/apache/kudu/client/package-summary.html">org.apache.kudu.client</a></dt>
<dd>
<div class="block">Class that contains the rows sent by a tablet server, exhausting this iterator only means
that all the rows from the last server response were read.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/RowResult.html#rowToString--">rowToString()</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/RowResult.html" title="class in org.apache.kudu.client">RowResult</a></dt>
<dd>
<div class="block">Return the actual data from this row in a stringified key=value
form.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/Status.html#RuntimeError-java.lang.String-">RuntimeError(String)</a></span> - Static method in class org.apache.kudu.client.<a href="org/apache/kudu/client/Status.html" title="class in org.apache.kudu.client">Status</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/Status.html#RuntimeError-java.lang.String-int-">RuntimeError(String, int)</a></span> - Static method in class org.apache.kudu.client.<a href="org/apache/kudu/client/Status.html" title="class in org.apache.kudu.client">Status</a></dt>
<dd>&nbsp;</dd>
</dl>
<a name="I:S">
<!-- -->
</a>
<h2 class="title">S</h2>
<dl>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/AsyncKuduClient.AsyncKuduClientBuilder.html#saslProtocolName-java.lang.String-">saslProtocolName(String)</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/AsyncKuduClient.AsyncKuduClientBuilder.html" title="class in org.apache.kudu.client">AsyncKuduClient.AsyncKuduClientBuilder</a></dt>
<dd>
<div class="block">Set the SASL protocol name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/KuduClient.KuduClientBuilder.html#saslProtocolName-java.lang.String-">saslProtocolName(String)</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/KuduClient.KuduClientBuilder.html" title="class in org.apache.kudu.client">KuduClient.KuduClientBuilder</a></dt>
<dd>
<div class="block">Set the SASL protocol name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/ColumnTypeAttributes.ColumnTypeAttributesBuilder.html#scale-int-">scale(int)</a></span> - Method in class org.apache.kudu.<a href="org/apache/kudu/ColumnTypeAttributes.ColumnTypeAttributesBuilder.html" title="class in org.apache.kudu">ColumnTypeAttributes.ColumnTypeAttributesBuilder</a></dt>
<dd>
<div class="block">Set the scale.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/ColumnTypeAttributes.ColumnTypeAttributesBuilder.html#scale-int-">scale(int)</a></span> - Method in class org.apache.kudu.<a href="org/apache/kudu/ColumnTypeAttributes.ColumnTypeAttributesBuilder.html" title="class in org.apache.kudu">ColumnTypeAttributes.ColumnTypeAttributesBuilder</a></dt>
<dd>
<div class="block">Set the scale.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/AbstractKuduScannerBuilder.html#scanRequestTimeout-long-">scanRequestTimeout(long)</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/AbstractKuduScannerBuilder.html" title="class in org.apache.kudu.client">AbstractKuduScannerBuilder</a></dt>
<dd>
<div class="block">Sets how long each scan request to a server can last.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/RowResult.html#schema">schema</a></span> - Variable in class org.apache.kudu.client.<a href="org/apache/kudu/client/RowResult.html" title="class in org.apache.kudu.client">RowResult</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/RowResultIterator.html#schema">schema</a></span> - Variable in class org.apache.kudu.client.<a href="org/apache/kudu/client/RowResultIterator.html" title="class in org.apache.kudu.client">RowResultIterator</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/kudu/Schema.html" title="class in org.apache.kudu"><span class="typeNameLink">Schema</span></a> - Class in <a href="org/apache/kudu/package-summary.html">org.apache.kudu</a></dt>
<dd>
<div class="block">Represents table's schema which is essentially a list of columns.</div>
</dd>
<dt><a href="org/apache/kudu/Schema.html" title="class in org.apache.kudu"><span class="typeNameLink">Schema</span></a> - Class in <a href="org/apache/kudu/package-summary.html">org.apache.kudu</a></dt>
<dd>
<div class="block">Represents table's schema which is essentially a list of columns.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/Schema.html#Schema-java.util.List-">Schema(List&lt;ColumnSchema&gt;)</a></span> - Constructor for class org.apache.kudu.<a href="org/apache/kudu/Schema.html" title="class in org.apache.kudu">Schema</a></dt>
<dd>
<div class="block">Constructs a schema using the specified columns and does some internal accounting</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/Schema.html#Schema-java.util.List-java.util.List-">Schema(List&lt;ColumnSchema&gt;, List&lt;Integer&gt;)</a></span> - Constructor for class org.apache.kudu.<a href="org/apache/kudu/Schema.html" title="class in org.apache.kudu">Schema</a></dt>
<dd>
<div class="block">Constructs a schema using the specified columns and IDs.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/Schema.html#Schema-java.util.List-">Schema(List&lt;ColumnSchema&gt;)</a></span> - Constructor for class org.apache.kudu.<a href="org/apache/kudu/Schema.html" title="class in org.apache.kudu">Schema</a></dt>
<dd>
<div class="block">Constructs a schema using the specified columns and does some internal accounting</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/Schema.html#Schema-java.util.List-java.util.List-">Schema(List&lt;ColumnSchema&gt;, List&lt;Integer&gt;)</a></span> - Constructor for class org.apache.kudu.<a href="org/apache/kudu/Schema.html" title="class in org.apache.kudu">Schema</a></dt>
<dd>
<div class="block">Constructs a schema using the specified columns and IDs.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/KuduPredicate.html#serialize-java.util.List-">serialize(List&lt;KuduPredicate&gt;)</a></span> - Static method in class org.apache.kudu.client.<a href="org/apache/kudu/client/KuduPredicate.html" title="class in org.apache.kudu.client">KuduPredicate</a></dt>
<dd>
<div class="block">Serializes a list of <code>KuduPredicate</code> into a byte array.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/KuduScanToken.html#serialize--">serialize()</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/KuduScanToken.html" title="class in org.apache.kudu.client">KuduScanToken</a></dt>
<dd>
<div class="block">Serializes this <code>KuduScanToken</code> into a byte array.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/KuduTransaction.html#serialize-org.apache.kudu.client.KuduTransaction.SerializationOptions-">serialize(KuduTransaction.SerializationOptions)</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/KuduTransaction.html" title="class in org.apache.kudu.client">KuduTransaction</a></dt>
<dd>
<div class="block">Export information on the underlying transaction in a serialized form.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/KuduTransaction.html#serialize--">serialize()</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/KuduTransaction.html" title="class in org.apache.kudu.client">KuduTransaction</a></dt>
<dd>
<div class="block">A shortcut for the <a href="org/apache/kudu/client/KuduTransaction.html#serialize-org.apache.kudu.client.KuduTransaction.SerializationOptions-"><code>KuduTransaction.serialize(SerializationOptions)</code></a>
method invoked with default-constructed <code>KuduTransaction.SerializationOptions</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/Status.html#ServiceUnavailable-java.lang.String-">ServiceUnavailable(String)</a></span> - Static method in class org.apache.kudu.client.<a href="org/apache/kudu/client/Status.html" title="class in org.apache.kudu.client">Status</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/Status.html#ServiceUnavailable-java.lang.String-int-">ServiceUnavailable(String, int)</a></span> - Static method in class org.apache.kudu.client.<a href="org/apache/kudu/client/Status.html" title="class in org.apache.kudu.client">Status</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/kudu/client/SessionConfiguration.html" title="interface in org.apache.kudu.client"><span class="typeNameLink">SessionConfiguration</span></a> - Interface in <a href="org/apache/kudu/client/package-summary.html">org.apache.kudu.client</a></dt>
<dd>
<div class="block">Interface that defines the methods used to configure a session.</div>
</dd>
<dt><a href="org/apache/kudu/client/SessionConfiguration.FlushMode.html" title="enum in org.apache.kudu.client"><span class="typeNameLink">SessionConfiguration.FlushMode</span></a> - Enum in <a href="org/apache/kudu/client/package-summary.html">org.apache.kudu.client</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/AlterTableOptions.html#setComment-java.lang.String-">setComment(String)</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/AlterTableOptions.html" title="class in org.apache.kudu.client">AlterTableOptions</a></dt>
<dd>
<div class="block">Change a table's comment.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/CreateTableOptions.html#setComment-java.lang.String-">setComment(String)</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/CreateTableOptions.html" title="class in org.apache.kudu.client">CreateTableOptions</a></dt>
<dd>
<div class="block">Set the table comment.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/CreateTableOptions.html#setDimensionLabel-java.lang.String-">setDimensionLabel(String)</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/CreateTableOptions.html" title="class in org.apache.kudu.client">CreateTableOptions</a></dt>
<dd>
<div class="block">Sets the dimension label for all tablets created at table creation time.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/AsyncKuduSession.html#setErrorCollectorSpace-int-">setErrorCollectorSpace(int)</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/AsyncKuduSession.html" title="class in org.apache.kudu.client">AsyncKuduSession</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/KuduSession.html#setErrorCollectorSpace-int-">setErrorCollectorSpace(int)</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/KuduSession.html" title="class in org.apache.kudu.client">KuduSession</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/SessionConfiguration.html#setErrorCollectorSpace-int-">setErrorCollectorSpace(int)</a></span> - Method in interface org.apache.kudu.client.<a href="org/apache/kudu/client/SessionConfiguration.html" title="interface in org.apache.kudu.client">SessionConfiguration</a></dt>
<dd>
<div class="block">Set the number of errors that can be collected.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/AsyncKuduSession.html#setExternalConsistencyMode-org.apache.kudu.client.ExternalConsistencyMode-">setExternalConsistencyMode(ExternalConsistencyMode)</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/AsyncKuduSession.html" title="class in org.apache.kudu.client">AsyncKuduSession</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/KuduSession.html#setExternalConsistencyMode-org.apache.kudu.client.ExternalConsistencyMode-">setExternalConsistencyMode(ExternalConsistencyMode)</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/KuduSession.html" title="class in org.apache.kudu.client">KuduSession</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/SessionConfiguration.html#setExternalConsistencyMode-org.apache.kudu.client.ExternalConsistencyMode-">setExternalConsistencyMode(ExternalConsistencyMode)</a></span> - Method in interface org.apache.kudu.client.<a href="org/apache/kudu/client/SessionConfiguration.html" title="interface in org.apache.kudu.client">SessionConfiguration</a></dt>
<dd>
<div class="block">Set the new external consistency mode for this session.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/CreateTableOptions.html#setExtraConfigs-java.util.Map-">setExtraConfigs(Map&lt;String, String&gt;)</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/CreateTableOptions.html" title="class in org.apache.kudu.client">CreateTableOptions</a></dt>
<dd>
<div class="block">Sets the table's extra configuration properties.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/AbstractKuduScannerBuilder.html#setFaultTolerant-boolean-">setFaultTolerant(boolean)</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/AbstractKuduScannerBuilder.html" title="class in org.apache.kudu.client">AbstractKuduScannerBuilder</a></dt>
<dd>
<div class="block">Make scans resumable at another tablet server if current server fails if
isFaultTolerant is true.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/AsyncKuduSession.html#setFlushInterval-int-">setFlushInterval(int)</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/AsyncKuduSession.html" title="class in org.apache.kudu.client">AsyncKuduSession</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/KuduSession.html#setFlushInterval-int-">setFlushInterval(int)</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/KuduSession.html" title="class in org.apache.kudu.client">KuduSession</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/SessionConfiguration.html#setFlushInterval-int-">setFlushInterval(int)</a></span> - Method in interface org.apache.kudu.client.<a href="org/apache/kudu/client/SessionConfiguration.html" title="interface in org.apache.kudu.client">SessionConfiguration</a></dt>
<dd>
<div class="block">Set the flush interval, which will be used for the next scheduling decision.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/AsyncKuduSession.html#setFlushMode-org.apache.kudu.client.SessionConfiguration.FlushMode-">setFlushMode(SessionConfiguration.FlushMode)</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/AsyncKuduSession.html" title="class in org.apache.kudu.client">AsyncKuduSession</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/KuduSession.html#setFlushMode-org.apache.kudu.client.SessionConfiguration.FlushMode-">setFlushMode(SessionConfiguration.FlushMode)</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/KuduSession.html" title="class in org.apache.kudu.client">KuduSession</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/SessionConfiguration.html#setFlushMode-org.apache.kudu.client.SessionConfiguration.FlushMode-">setFlushMode(SessionConfiguration.FlushMode)</a></span> - Method in interface org.apache.kudu.client.<a href="org/apache/kudu/client/SessionConfiguration.html" title="interface in org.apache.kudu.client">SessionConfiguration</a></dt>
<dd>
<div class="block">Set the new flush mode for this session.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/AsyncKuduSession.html#setIgnoreAllDuplicateRows-boolean-">setIgnoreAllDuplicateRows(boolean)</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/AsyncKuduSession.html" title="class in org.apache.kudu.client">AsyncKuduSession</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/KuduSession.html#setIgnoreAllDuplicateRows-boolean-">setIgnoreAllDuplicateRows(boolean)</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/KuduSession.html" title="class in org.apache.kudu.client">KuduSession</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/SessionConfiguration.html#setIgnoreAllDuplicateRows-boolean-">setIgnoreAllDuplicateRows(boolean)</a></span> - Method in interface org.apache.kudu.client.<a href="org/apache/kudu/client/SessionConfiguration.html" title="interface in org.apache.kudu.client">SessionConfiguration</a></dt>
<dd>
<div class="block">Configures the option to ignore all the row errors if they are all of the AlreadyPresent type.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/AsyncKuduSession.html#setIgnoreAllNotFoundRows-boolean-">setIgnoreAllNotFoundRows(boolean)</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/AsyncKuduSession.html" title="class in org.apache.kudu.client">AsyncKuduSession</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/KuduSession.html#setIgnoreAllNotFoundRows-boolean-">setIgnoreAllNotFoundRows(boolean)</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/KuduSession.html" title="class in org.apache.kudu.client">KuduSession</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/SessionConfiguration.html#setIgnoreAllNotFoundRows-boolean-">setIgnoreAllNotFoundRows(boolean)</a></span> - Method in interface org.apache.kudu.client.<a href="org/apache/kudu/client/SessionConfiguration.html" title="interface in org.apache.kudu.client">SessionConfiguration</a></dt>
<dd>
<div class="block">Configures the option to ignore all the row errors if they are all of the NotFound type.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/ColumnRangePredicate.html#setLowerBound-boolean-">setLowerBound(boolean)</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/ColumnRangePredicate.html" title="class in org.apache.kudu.client">ColumnRangePredicate</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Set a boolean for the lower bound</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/ColumnRangePredicate.html#setLowerBound-byte-">setLowerBound(byte)</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/ColumnRangePredicate.html" title="class in org.apache.kudu.client">ColumnRangePredicate</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Set a byte for the lower bound</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/ColumnRangePredicate.html#setLowerBound-short-">setLowerBound(short)</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/ColumnRangePredicate.html" title="class in org.apache.kudu.client">ColumnRangePredicate</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Set a short for the lower bound</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/ColumnRangePredicate.html#setLowerBound-int-">setLowerBound(int)</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/ColumnRangePredicate.html" title="class in org.apache.kudu.client">ColumnRangePredicate</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Set an int for the lower bound</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/ColumnRangePredicate.html#setLowerBound-long-">setLowerBound(long)</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/ColumnRangePredicate.html" title="class in org.apache.kudu.client">ColumnRangePredicate</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Set a long for the lower bound
If 'lowerBound' is a timestamp see <a href="org/apache/kudu/client/PartialRow.html#addLong-java.lang.String-long-"><code>PartialRow.addLong(String, long)</code></a> for the
format.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/ColumnRangePredicate.html#setLowerBound-java.lang.String-">setLowerBound(String)</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/ColumnRangePredicate.html" title="class in org.apache.kudu.client">ColumnRangePredicate</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Set a string for the lower bound</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/ColumnRangePredicate.html#setLowerBound-byte:A-">setLowerBound(byte[])</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/ColumnRangePredicate.html" title="class in org.apache.kudu.client">ColumnRangePredicate</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Set a binary value for the lower bound</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/ColumnRangePredicate.html#setLowerBound-float-">setLowerBound(float)</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/ColumnRangePredicate.html" title="class in org.apache.kudu.client">ColumnRangePredicate</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Set a float for the lower bound</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/ColumnRangePredicate.html#setLowerBound-double-">setLowerBound(double)</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/ColumnRangePredicate.html" title="class in org.apache.kudu.client">ColumnRangePredicate</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Set a double for the lower bound</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/ColumnRangePredicate.html#setLowerBound-java.math.BigDecimal-">setLowerBound(BigDecimal)</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/ColumnRangePredicate.html" title="class in org.apache.kudu.client">ColumnRangePredicate</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Set a BigDecimal for the lower bound</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/AsyncKuduSession.html#setMutationBufferLowWatermark-float-">setMutationBufferLowWatermark(float)</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/AsyncKuduSession.html" title="class in org.apache.kudu.client">AsyncKuduSession</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/KuduSession.html#setMutationBufferLowWatermark-float-">setMutationBufferLowWatermark(float)</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/KuduSession.html" title="class in org.apache.kudu.client">KuduSession</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/SessionConfiguration.html#setMutationBufferLowWatermark-float-">setMutationBufferLowWatermark(float)</a></span> - Method in interface org.apache.kudu.client.<a href="org/apache/kudu/client/SessionConfiguration.html" title="interface in org.apache.kudu.client">SessionConfiguration</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">The low watermark no longer has any effect.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/AsyncKuduSession.html#setMutationBufferSpace-int-">setMutationBufferSpace(int)</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/AsyncKuduSession.html" title="class in org.apache.kudu.client">AsyncKuduSession</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/KuduSession.html#setMutationBufferSpace-int-">setMutationBufferSpace(int)</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/KuduSession.html" title="class in org.apache.kudu.client">KuduSession</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/SessionConfiguration.html#setMutationBufferSpace-int-">setMutationBufferSpace(int)</a></span> - Method in interface org.apache.kudu.client.<a href="org/apache/kudu/client/SessionConfiguration.html" title="interface in org.apache.kudu.client">SessionConfiguration</a></dt>
<dd>
<div class="block">Set the number of operations that can be buffered.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/PartialRow.html#setNull-int-">setNull(int)</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/PartialRow.html" title="class in org.apache.kudu.client">PartialRow</a></dt>
<dd>
<div class="block">Set the specified column to null</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/PartialRow.html#setNull-java.lang.String-">setNull(String)</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/PartialRow.html" title="class in org.apache.kudu.client">PartialRow</a></dt>
<dd>
<div class="block">Set the specified column to null</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/CreateTableOptions.html#setNumReplicas-int-">setNumReplicas(int)</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/CreateTableOptions.html" title="class in org.apache.kudu.client">CreateTableOptions</a></dt>
<dd>
<div class="block">Sets the number of replicas that each tablet will have.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/AlterTableOptions.html#setOwner-java.lang.String-">setOwner(String)</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/AlterTableOptions.html" title="class in org.apache.kudu.client">AlterTableOptions</a></dt>
<dd>
<div class="block">Change a table's owner.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/CreateTableOptions.html#setOwner-java.lang.String-">setOwner(String)</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/CreateTableOptions.html" title="class in org.apache.kudu.client">CreateTableOptions</a></dt>
<dd>
<div class="block">Set the table owner as the provided username.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/AbstractKuduScannerBuilder.html#setProjectedColumnIndexes-java.util.List-">setProjectedColumnIndexes(List&lt;Integer&gt;)</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/AbstractKuduScannerBuilder.html" title="class in org.apache.kudu.client">AbstractKuduScannerBuilder</a></dt>
<dd>
<div class="block">Set which columns will be read by the Scanner.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/AbstractKuduScannerBuilder.html#setProjectedColumnNames-java.util.List-">setProjectedColumnNames(List&lt;String&gt;)</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/AbstractKuduScannerBuilder.html" title="class in org.apache.kudu.client">AbstractKuduScannerBuilder</a></dt>
<dd>
<div class="block">Set which columns will be read by the Scanner.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/CreateTableOptions.html#setRangePartitionColumns-java.util.List-">setRangePartitionColumns(List&lt;String&gt;)</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/CreateTableOptions.html" title="class in org.apache.kudu.client">CreateTableOptions</a></dt>
<dd>
<div class="block">Set the columns on which the table will be range-partitioned.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/AsyncKuduScanner.html#setReuseRowResult-boolean-">setReuseRowResult(boolean)</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/AsyncKuduScanner.html" title="class in org.apache.kudu.client">AsyncKuduScanner</a></dt>
<dd>
<div class="block">If set to true, the <a href="org/apache/kudu/client/RowResult.html" title="class in org.apache.kudu.client"><code>RowResult</code></a> object returned by the <a href="org/apache/kudu/client/RowResultIterator.html" title="class in org.apache.kudu.client"><code>RowResultIterator</code></a>
will be reused with each call to <a href="https://docs.oracle.com/javase/8/docs/api/java/util/Iterator.html?is-external=true#next--" title="class or interface in java.util"><code>Iterator.next()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/KuduScanner.html#setReuseRowResult-boolean-">setReuseRowResult(boolean)</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/KuduScanner.html" title="class in org.apache.kudu.client">KuduScanner</a></dt>
<dd>
<div class="block">If set to true, the <a href="org/apache/kudu/client/RowResult.html" title="class in org.apache.kudu.client"><code>RowResult</code></a> object returned by the <a href="org/apache/kudu/client/RowResultIterator.html" title="class in org.apache.kudu.client"><code>RowResultIterator</code></a>
will be reused with each call to <a href="https://docs.oracle.com/javase/8/docs/api/java/util/Iterator.html?is-external=true#next--" title="class or interface in java.util"><code>Iterator.next()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/Operation.html#setRow-org.apache.kudu.client.PartialRow-">setRow(PartialRow)</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/Operation.html" title="class in org.apache.kudu.client">Operation</a></dt>
<dd>
<div class="block">Set the underlying row.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/AsyncKuduScanner.html#setRowDataFormat-org.apache.kudu.client.AsyncKuduScanner.RowDataFormat-">setRowDataFormat(AsyncKuduScanner.RowDataFormat)</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/AsyncKuduScanner.html" title="class in org.apache.kudu.client">AsyncKuduScanner</a></dt>
<dd>
<div class="block">Optionally set expected row data format.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/KuduScanner.html#setRowDataFormat-org.apache.kudu.client.AsyncKuduScanner.RowDataFormat-">setRowDataFormat(AsyncKuduScanner.RowDataFormat)</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/KuduScanner.html" title="class in org.apache.kudu.client">KuduScanner</a></dt>
<dd>
<div class="block">Optionally set expected row data format.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/KuduScanToken.KuduScanTokenBuilder.html#setSplitSizeBytes-long-">setSplitSizeBytes(long)</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/KuduScanToken.KuduScanTokenBuilder.html" title="class in org.apache.kudu.client">KuduScanToken.KuduScanTokenBuilder</a></dt>
<dd>
<div class="block">Sets the data size of key range.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/KuduScanToken.KuduScanTokenBuilder.html#setTimeout-long-">setTimeout(long)</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/KuduScanToken.KuduScanTokenBuilder.html" title="class in org.apache.kudu.client">KuduScanToken.KuduScanTokenBuilder</a></dt>
<dd>
<div class="block">Sets a timeout value to use when building the list of scan tokens.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/AsyncKuduSession.html#setTimeoutMillis-long-">setTimeoutMillis(long)</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/AsyncKuduSession.html" title="class in org.apache.kudu.client">AsyncKuduSession</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/KuduSession.html#setTimeoutMillis-long-">setTimeoutMillis(long)</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/KuduSession.html" title="class in org.apache.kudu.client">KuduSession</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/SessionConfiguration.html#setTimeoutMillis-long-">setTimeoutMillis(long)</a></span> - Method in interface org.apache.kudu.client.<a href="org/apache/kudu/client/SessionConfiguration.html" title="interface in org.apache.kudu.client">SessionConfiguration</a></dt>
<dd>
<div class="block">Sets the timeout for the next applied operations.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/ColumnRangePredicate.html#setUpperBound-boolean-">setUpperBound(boolean)</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/ColumnRangePredicate.html" title="class in org.apache.kudu.client">ColumnRangePredicate</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Set a boolean for the upper bound</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/ColumnRangePredicate.html#setUpperBound-byte-">setUpperBound(byte)</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/ColumnRangePredicate.html" title="class in org.apache.kudu.client">ColumnRangePredicate</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Set a byte for the upper bound</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/ColumnRangePredicate.html#setUpperBound-short-">setUpperBound(short)</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/ColumnRangePredicate.html" title="class in org.apache.kudu.client">ColumnRangePredicate</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Set a short for the upper bound</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/ColumnRangePredicate.html#setUpperBound-int-">setUpperBound(int)</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/ColumnRangePredicate.html" title="class in org.apache.kudu.client">ColumnRangePredicate</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Set an int for the upper bound</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/ColumnRangePredicate.html#setUpperBound-long-">setUpperBound(long)</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/ColumnRangePredicate.html" title="class in org.apache.kudu.client">ColumnRangePredicate</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Set a long for the upper bound
If 'upperBound' is a timestamp see <a href="org/apache/kudu/client/PartialRow.html#addLong-java.lang.String-long-"><code>PartialRow.addLong(String, long)</code></a> for the
format.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/ColumnRangePredicate.html#setUpperBound-java.lang.String-">setUpperBound(String)</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/ColumnRangePredicate.html" title="class in org.apache.kudu.client">ColumnRangePredicate</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Set a string for the upper bound</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/ColumnRangePredicate.html#setUpperBound-byte:A-">setUpperBound(byte[])</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/ColumnRangePredicate.html" title="class in org.apache.kudu.client">ColumnRangePredicate</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Set a binary value for the upper bound</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/ColumnRangePredicate.html#setUpperBound-float-">setUpperBound(float)</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/ColumnRangePredicate.html" title="class in org.apache.kudu.client">ColumnRangePredicate</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Set a float for the upper bound</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/ColumnRangePredicate.html#setUpperBound-double-">setUpperBound(double)</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/ColumnRangePredicate.html" title="class in org.apache.kudu.client">ColumnRangePredicate</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Set a double for the upper bound</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/ColumnRangePredicate.html#setUpperBound-java.math.BigDecimal-">setUpperBound(BigDecimal)</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/ColumnRangePredicate.html" title="class in org.apache.kudu.client">ColumnRangePredicate</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Set a BigDecimal for the upper bound</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/AlterTableOptions.html#setWait-boolean-">setWait(boolean)</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/AlterTableOptions.html" title="class in org.apache.kudu.client">AlterTableOptions</a></dt>
<dd>
<div class="block">Whether to wait for the table to be fully altered before this alter
operation is considered to be finished.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/CreateTableOptions.html#setWait-boolean-">setWait(boolean)</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/CreateTableOptions.html" title="class in org.apache.kudu.client">CreateTableOptions</a></dt>
<dd>
<div class="block">Whether to wait for the table to be fully created before this create
operation is considered to be finished.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/AsyncKuduClient.html#shutdown--">shutdown()</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/AsyncKuduClient.html" title="class in org.apache.kudu.client">AsyncKuduClient</a></dt>
<dd>
<div class="block">Performs a graceful shutdown of this instance.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/KuduClient.html#shutdown--">shutdown()</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/KuduClient.html" title="class in org.apache.kudu.client">KuduClient</a></dt>
<dd>
<div class="block">Performs a graceful shutdown of this instance.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/AsyncKuduClient.html#SLEEP_TIME">SLEEP_TIME</a></span> - Static variable in class org.apache.kudu.client.<a href="org/apache/kudu/client/AsyncKuduClient.html" title="class in org.apache.kudu.client">AsyncKuduClient</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/AbstractKuduScannerBuilder.html#snapshotTimestampMicros-long-">snapshotTimestampMicros(long)</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/AbstractKuduScannerBuilder.html" title="class in org.apache.kudu.client">AbstractKuduScannerBuilder</a></dt>
<dd>
<div class="block">Sets the timestamp the scan must be executed at, in microseconds since the Unix epoch.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/AbstractKuduScannerBuilder.html#snapshotTimestampRaw-long-">snapshotTimestampRaw(long)</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/AbstractKuduScannerBuilder.html" title="class in org.apache.kudu.client">AbstractKuduScannerBuilder</a></dt>
<dd>
<div class="block">Sets a previously encoded HT timestamp as a snapshot timestamp, for tests.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/test/KuduTestHarness.html#startAllMasterServers--">startAllMasterServers()</a></span> - Method in class org.apache.kudu.test.<a href="org/apache/kudu/test/KuduTestHarness.html" title="class in org.apache.kudu.test">KuduTestHarness</a></dt>
<dd>
<div class="block">Starts all the master servers.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/test/KuduTestHarness.html#startAllTabletServers--">startAllTabletServers()</a></span> - Method in class org.apache.kudu.test.<a href="org/apache/kudu/test/KuduTestHarness.html" title="class in org.apache.kudu.test">KuduTestHarness</a></dt>
<dd>
<div class="block">Starts all the tablet servers.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/KuduTransaction.html#startCommit--">startCommit()</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/KuduTransaction.html" title="class in org.apache.kudu.client">KuduTransaction</a></dt>
<dd>
<div class="block">Start committing the multi-row distributed transaction represented by
this handle.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/test/KuduTestHarness.html#startMaster-org.apache.kudu.client.HostAndPort-">startMaster(HostAndPort)</a></span> - Method in class org.apache.kudu.test.<a href="org/apache/kudu/test/KuduTestHarness.html" title="class in org.apache.kudu.test">KuduTestHarness</a></dt>
<dd>
<div class="block">Start master which has previously been registered at the specified
host and port.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/test/KuduTestHarness.html#startTabletServer-org.apache.kudu.client.HostAndPort-">startTabletServer(HostAndPort)</a></span> - Method in class org.apache.kudu.test.<a href="org/apache/kudu/test/KuduTestHarness.html" title="class in org.apache.kudu.test">KuduTestHarness</a></dt>
<dd>
<div class="block">Start tablet server which has previously been registered at the specified
host and port.</div>
</dd>
<dt><a href="org/apache/kudu/client/Statistics.html" title="class in org.apache.kudu.client"><span class="typeNameLink">Statistics</span></a> - Class in <a href="org/apache/kudu/client/package-summary.html">org.apache.kudu.client</a></dt>
<dd>
<div class="block">A Statistics belongs to a specific AsyncKuduClient.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/Statistics.html#Statistics--">Statistics()</a></span> - Constructor for class org.apache.kudu.client.<a href="org/apache/kudu/client/Statistics.html" title="class in org.apache.kudu.client">Statistics</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/kudu/client/Statistics.Statistic.html" title="enum in org.apache.kudu.client"><span class="typeNameLink">Statistics.Statistic</span></a> - Enum in <a href="org/apache/kudu/client/package-summary.html">org.apache.kudu.client</a></dt>
<dd>
<div class="block">The statistic enum to pass when querying.</div>
</dd>
<dt><a href="org/apache/kudu/client/Status.html" title="class in org.apache.kudu.client"><span class="typeNameLink">Status</span></a> - Class in <a href="org/apache/kudu/client/package-summary.html">org.apache.kudu.client</a></dt>
<dd>
<div class="block">Representation of an error code and message.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/PartialRow.html#stringifyRowKey--">stringifyRowKey()</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/PartialRow.html" title="class in org.apache.kudu.client">PartialRow</a></dt>
<dd>
<div class="block">Transforms the row key into a string representation where each column is in the format:
"type col_name=value".</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/KuduScanToken.html#stringifySerializedToken-byte:A-org.apache.kudu.client.KuduClient-">stringifySerializedToken(byte[], KuduClient)</a></span> - Static method in class org.apache.kudu.client.<a href="org/apache/kudu/client/KuduScanToken.html" title="class in org.apache.kudu.client">KuduScanToken</a></dt>
<dd>
<div class="block">Formats the serialized token for debug printing.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/AsyncKuduClient.html#supportsIgnoreOperations--">supportsIgnoreOperations()</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/AsyncKuduClient.html" title="class in org.apache.kudu.client">AsyncKuduClient</a></dt>
<dd>
<div class="block">Sends a request to the master to check if the cluster supports ignore operations, including
InsertIgnore, UpdateIgnore and DeleteIgnore operations.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/KuduClient.html#supportsIgnoreOperations--">supportsIgnoreOperations()</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/KuduClient.html" title="class in org.apache.kudu.client">KuduClient</a></dt>
<dd>
<div class="block">Sends a request to the master to check if the cluster supports ignore operations, including
InsertIgnore, UpdateIgnore and DeleteIgnore operations.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/AsyncKuduClient.html#syncClient--">syncClient()</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/AsyncKuduClient.html" title="class in org.apache.kudu.client">AsyncKuduClient</a></dt>
<dd>
<div class="block">Returns a synchronous <a href="org/apache/kudu/client/KuduClient.html" title="class in org.apache.kudu.client"><code>KuduClient</code></a> which wraps this asynchronous client.</div>
</dd>
</dl>
<a name="I:T">
<!-- -->
</a>
<h2 class="title">T</h2>
<dl>
<dt><span class="memberNameLink"><a href="org/apache/kudu/spark/tools/BigLinkedListCommon.html#TABLE_NAME_KEY">TABLE_NAME_KEY</a></span> - Static variable in class org.apache.kudu.spark.tools.<a href="org/apache/kudu/spark/tools/BigLinkedListCommon.html" title="class in org.apache.kudu.spark.tools">BigLinkedListCommon</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/AsyncKuduClient.html#tableExists-java.lang.String-">tableExists(String)</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/AsyncKuduClient.html" title="class in org.apache.kudu.client">AsyncKuduClient</a></dt>
<dd>
<div class="block">Test if a table exists.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/KuduClient.html#tableExists-java.lang.String-">tableExists(String)</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/KuduClient.html" title="class in org.apache.kudu.client">KuduClient</a></dt>
<dd>
<div class="block">Test if a table exists.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/Status.html#TimedOut-java.lang.String-">TimedOut(String)</a></span> - Static method in class org.apache.kudu.client.<a href="org/apache/kudu/client/Status.html" title="class in org.apache.kudu.client">Status</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/Status.html#TimedOut-java.lang.String-int-">TimedOut(String, int)</a></span> - Static method in class org.apache.kudu.client.<a href="org/apache/kudu/client/Status.html" title="class in org.apache.kudu.client">Status</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/ColumnRangePredicate.html#toByteArray-java.util.List-">toByteArray(List&lt;ColumnRangePredicate&gt;)</a></span> - Static method in class org.apache.kudu.client.<a href="org/apache/kudu/client/ColumnRangePredicate.html" title="class in org.apache.kudu.client">ColumnRangePredicate</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Converts a list of predicates into an opaque byte array.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/ColumnRangePredicate.html#toKuduPredicate--">toKuduPredicate()</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/ColumnRangePredicate.html" title="class in org.apache.kudu.client">ColumnRangePredicate</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Convert this column range predicate into a <a href="org/apache/kudu/client/KuduPredicate.html" title="class in org.apache.kudu.client"><code>KuduPredicate</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/KuduPredicate.html#toPB--">toPB()</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/KuduPredicate.html" title="class in org.apache.kudu.client">KuduPredicate</a></dt>
<dd>
<div class="block">Convert the predicate to the protobuf representation.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/RangePartitionWithCustomHashSchema.html#toPB--">toPB()</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/RangePartitionWithCustomHashSchema.html" title="class in org.apache.kudu.client">RangePartitionWithCustomHashSchema</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/AsyncKuduScanner.html#toString--">toString()</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/AsyncKuduScanner.html" title="class in org.apache.kudu.client">AsyncKuduScanner</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/KuduPredicate.html#toString--">toString()</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/KuduPredicate.html" title="class in org.apache.kudu.client">KuduPredicate</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/LocatedTablet.Replica.html#toString--">toString()</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/LocatedTablet.Replica.html" title="class in org.apache.kudu.client">LocatedTablet.Replica</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/LocatedTablet.html#toString--">toString()</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/LocatedTablet.html" title="class in org.apache.kudu.client">LocatedTablet</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/PartialRow.html#toString--">toString()</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/PartialRow.html" title="class in org.apache.kudu.client">PartialRow</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/RowError.html#toString--">toString()</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/RowError.html" title="class in org.apache.kudu.client">RowError</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/RowErrorsAndOverflowStatus.html#toString--">toString()</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/RowErrorsAndOverflowStatus.html" title="class in org.apache.kudu.client">RowErrorsAndOverflowStatus</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/Statistics.html#toString--">toString()</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/Statistics.html" title="class in org.apache.kudu.client">Statistics</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/Status.html#toString--">toString()</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/Status.html" title="class in org.apache.kudu.client">Status</a></dt>
<dd>
<div class="block">Get a human-readable version of the Status message fit for logging or display.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/ColumnSchema.html#toString--">toString()</a></span> - Method in class org.apache.kudu.<a href="org/apache/kudu/ColumnSchema.html" title="class in org.apache.kudu">ColumnSchema</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/ColumnSchema.html#toString--">toString()</a></span> - Method in class org.apache.kudu.<a href="org/apache/kudu/ColumnSchema.html" title="class in org.apache.kudu">ColumnSchema</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/ColumnTypeAttributes.html#toString--">toString()</a></span> - Method in class org.apache.kudu.<a href="org/apache/kudu/ColumnTypeAttributes.html" title="class in org.apache.kudu">ColumnTypeAttributes</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/ColumnTypeAttributes.html#toString--">toString()</a></span> - Method in class org.apache.kudu.<a href="org/apache/kudu/ColumnTypeAttributes.html" title="class in org.apache.kudu">ColumnTypeAttributes</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/Type.html#toString--">toString()</a></span> - Method in enum org.apache.kudu.<a href="org/apache/kudu/Type.html" title="enum in org.apache.kudu">Type</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/Type.html#toString--">toString()</a></span> - Method in enum org.apache.kudu.<a href="org/apache/kudu/Type.html" title="enum in org.apache.kudu">Type</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/util/BloomFilter.html#toString--">toString()</a></span> - Method in class org.apache.kudu.util.<a href="org/apache/kudu/util/BloomFilter.html" title="class in org.apache.kudu.util">BloomFilter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/ColumnTypeAttributes.html#toStringForType-org.apache.kudu.Type-">toStringForType(Type)</a></span> - Method in class org.apache.kudu.<a href="org/apache/kudu/ColumnTypeAttributes.html" title="class in org.apache.kudu">ColumnTypeAttributes</a></dt>
<dd>
<div class="block">Return a string representation appropriate for `type`.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/ColumnTypeAttributes.html#toStringForType-org.apache.kudu.Type-">toStringForType(Type)</a></span> - Method in class org.apache.kudu.<a href="org/apache/kudu/ColumnTypeAttributes.html" title="class in org.apache.kudu">ColumnTypeAttributes</a></dt>
<dd>
<div class="block">Return a string representation appropriate for `type`.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/RowResult.html#toStringLongFormat--">toStringLongFormat()</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/RowResult.html" title="class in org.apache.kudu.client">RowResult</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/AsyncKuduClient.html#trustedCertificates-java.util.List-">trustedCertificates(List&lt;ByteString&gt;)</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/AsyncKuduClient.html" title="class in org.apache.kudu.client">AsyncKuduClient</a></dt>
<dd>
<div class="block">Mark the given CA certificates (in DER format) as the trusted ones for the
client.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/KuduClient.html#trustedCertificates-java.util.List-">trustedCertificates(List&lt;ByteString&gt;)</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/KuduClient.html" title="class in org.apache.kudu.client">KuduClient</a></dt>
<dd>
<div class="block">Mark the given CA certificates (in DER format) as the trusted ones for the
client.</div>
</dd>
<dt><a href="org/apache/kudu/Type.html" title="enum in org.apache.kudu"><span class="typeNameLink">Type</span></a> - Enum in <a href="org/apache/kudu/package-summary.html">org.apache.kudu</a></dt>
<dd>
<div class="block">Describes all the types available to build table schemas.</div>
</dd>
<dt><a href="org/apache/kudu/Type.html" title="enum in org.apache.kudu"><span class="typeNameLink">Type</span></a> - Enum in <a href="org/apache/kudu/package-summary.html">org.apache.kudu</a></dt>
<dd>
<div class="block">Describes all the types available to build table schemas.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/ColumnSchema.ColumnSchemaBuilder.html#typeAttributes-org.apache.kudu.ColumnTypeAttributes-">typeAttributes(ColumnTypeAttributes)</a></span> - Method in class org.apache.kudu.<a href="org/apache/kudu/ColumnSchema.ColumnSchemaBuilder.html" title="class in org.apache.kudu">ColumnSchema.ColumnSchemaBuilder</a></dt>
<dd>
<div class="block">Set the column type attributes for this column.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/ColumnSchema.ColumnSchemaBuilder.html#typeAttributes-org.apache.kudu.ColumnTypeAttributes-">typeAttributes(ColumnTypeAttributes)</a></span> - Method in class org.apache.kudu.<a href="org/apache/kudu/ColumnSchema.ColumnSchemaBuilder.html" title="class in org.apache.kudu">ColumnSchema.ColumnSchemaBuilder</a></dt>
<dd>
<div class="block">Set the column type attributes for this column.</div>
</dd>
</dl>
<a name="I:U">
<!-- -->
</a>
<h2 class="title">U</h2>
<dl>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/Status.html#Uninitialized-java.lang.String-">Uninitialized(String)</a></span> - Static method in class org.apache.kudu.client.<a href="org/apache/kudu/client/Status.html" title="class in org.apache.kudu.client">Status</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/Status.html#Uninitialized-java.lang.String-int-">Uninitialized(String, int)</a></span> - Static method in class org.apache.kudu.client.<a href="org/apache/kudu/client/Status.html" title="class in org.apache.kudu.client">Status</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/kudu/client/Update.html" title="class in org.apache.kudu.client"><span class="typeNameLink">Update</span></a> - Class in <a href="org/apache/kudu/client/package-summary.html">org.apache.kudu.client</a></dt>
<dd>
<div class="block">Operation to update columns on an existing row.</div>
</dd>
<dt><a href="org/apache/kudu/client/UpdateIgnore.html" title="class in org.apache.kudu.client"><span class="typeNameLink">UpdateIgnore</span></a> - Class in <a href="org/apache/kudu/client/package-summary.html">org.apache.kudu.client</a></dt>
<dd>
<div class="block">Represents a single row update ignoring missing rows errors and
errors on updating immutable cells.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/AsyncKuduClient.html#updateLastPropagatedTimestamp-long-">updateLastPropagatedTimestamp(long)</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/AsyncKuduClient.html" title="class in org.apache.kudu.client">AsyncKuduClient</a></dt>
<dd>
<div class="block">Updates the last timestamp received from a server.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/KuduClient.html#updateLastPropagatedTimestamp-long-">updateLastPropagatedTimestamp(long)</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/KuduClient.html" title="class in org.apache.kudu.client">KuduClient</a></dt>
<dd>
<div class="block">Updates the last timestamp received from a server.</div>
</dd>
<dt><a href="org/apache/kudu/client/Upsert.html" title="class in org.apache.kudu.client"><span class="typeNameLink">Upsert</span></a> - Class in <a href="org/apache/kudu/client/package-summary.html">org.apache.kudu.client</a></dt>
<dd>
<div class="block">Represents a single row upsert.</div>
</dd>
<dt><a href="org/apache/kudu/client/UpsertIgnore.html" title="class in org.apache.kudu.client"><span class="typeNameLink">UpsertIgnore</span></a> - Class in <a href="org/apache/kudu/client/package-summary.html">org.apache.kudu.client</a></dt>
<dd>
<div class="block">Represents a single row upsert ignoring errors on updating
immutable cells.</div>
</dd>
</dl>
<a name="I:V">
<!-- -->
</a>
<h2 class="title">V</h2>
<dl>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/AsyncKuduScanner.ReadMode.html#valueOf-java.lang.String-">valueOf(String)</a></span> - Static method in enum org.apache.kudu.client.<a href="org/apache/kudu/client/AsyncKuduScanner.ReadMode.html" title="enum in org.apache.kudu.client">AsyncKuduScanner.ReadMode</a></dt>
<dd>
<div class="block">Returns the enum constant of this type with the specified name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/AsyncKuduScanner.RowDataFormat.html#valueOf-java.lang.String-">valueOf(String)</a></span> - Static method in enum org.apache.kudu.client.<a href="org/apache/kudu/client/AsyncKuduScanner.RowDataFormat.html" title="enum in org.apache.kudu.client">AsyncKuduScanner.RowDataFormat</a></dt>
<dd>
<div class="block">Returns the enum constant of this type with the specified name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/ExternalConsistencyMode.html#valueOf-java.lang.String-">valueOf(String)</a></span> - Static method in enum org.apache.kudu.client.<a href="org/apache/kudu/client/ExternalConsistencyMode.html" title="enum in org.apache.kudu.client">ExternalConsistencyMode</a></dt>
<dd>
<div class="block">Returns the enum constant of this type with the specified name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/KuduPredicate.ComparisonOp.html#valueOf-java.lang.String-">valueOf(String)</a></span> - Static method in enum org.apache.kudu.client.<a href="org/apache/kudu/client/KuduPredicate.ComparisonOp.html" title="enum in org.apache.kudu.client">KuduPredicate.ComparisonOp</a></dt>
<dd>
<div class="block">Returns the enum constant of this type with the specified name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/RangePartitionBound.html#valueOf-java.lang.String-">valueOf(String)</a></span> - Static method in enum org.apache.kudu.client.<a href="org/apache/kudu/client/RangePartitionBound.html" title="enum in org.apache.kudu.client">RangePartitionBound</a></dt>
<dd>
<div class="block">Returns the enum constant of this type with the specified name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/ReplicaSelection.html#valueOf-java.lang.String-">valueOf(String)</a></span> - Static method in enum org.apache.kudu.client.<a href="org/apache/kudu/client/ReplicaSelection.html" title="enum in org.apache.kudu.client">ReplicaSelection</a></dt>
<dd>
<div class="block">Returns the enum constant of this type with the specified name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/SessionConfiguration.FlushMode.html#valueOf-java.lang.String-">valueOf(String)</a></span> - Static method in enum org.apache.kudu.client.<a href="org/apache/kudu/client/SessionConfiguration.FlushMode.html" title="enum in org.apache.kudu.client">SessionConfiguration.FlushMode</a></dt>
<dd>
<div class="block">Returns the enum constant of this type with the specified name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/Statistics.Statistic.html#valueOf-java.lang.String-">valueOf(String)</a></span> - Static method in enum org.apache.kudu.client.<a href="org/apache/kudu/client/Statistics.Statistic.html" title="enum in org.apache.kudu.client">Statistics.Statistic</a></dt>
<dd>
<div class="block">Returns the enum constant of this type with the specified name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/ColumnSchema.CompressionAlgorithm.html#valueOf-java.lang.String-">valueOf(String)</a></span> - Static method in enum org.apache.kudu.<a href="org/apache/kudu/ColumnSchema.CompressionAlgorithm.html" title="enum in org.apache.kudu">ColumnSchema.CompressionAlgorithm</a></dt>
<dd>
<div class="block">Returns the enum constant of this type with the specified name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/ColumnSchema.CompressionAlgorithm.html#valueOf-java.lang.String-">valueOf(String)</a></span> - Static method in enum org.apache.kudu.<a href="org/apache/kudu/ColumnSchema.CompressionAlgorithm.html" title="enum in org.apache.kudu">ColumnSchema.CompressionAlgorithm</a></dt>
<dd>
<div class="block">Returns the enum constant of this type with the specified name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/ColumnSchema.Encoding.html#valueOf-java.lang.String-">valueOf(String)</a></span> - Static method in enum org.apache.kudu.<a href="org/apache/kudu/ColumnSchema.Encoding.html" title="enum in org.apache.kudu">ColumnSchema.Encoding</a></dt>
<dd>
<div class="block">Returns the enum constant of this type with the specified name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/ColumnSchema.Encoding.html#valueOf-java.lang.String-">valueOf(String)</a></span> - Static method in enum org.apache.kudu.<a href="org/apache/kudu/ColumnSchema.Encoding.html" title="enum in org.apache.kudu">ColumnSchema.Encoding</a></dt>
<dd>
<div class="block">Returns the enum constant of this type with the specified name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/Type.html#valueOf-java.lang.String-">valueOf(String)</a></span> - Static method in enum org.apache.kudu.<a href="org/apache/kudu/Type.html" title="enum in org.apache.kudu">Type</a></dt>
<dd>
<div class="block">Returns the enum constant of this type with the specified name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/Type.html#valueOf-java.lang.String-">valueOf(String)</a></span> - Static method in enum org.apache.kudu.<a href="org/apache/kudu/Type.html" title="enum in org.apache.kudu">Type</a></dt>
<dd>
<div class="block">Returns the enum constant of this type with the specified name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/AsyncKuduScanner.ReadMode.html#values--">values()</a></span> - Static method in enum org.apache.kudu.client.<a href="org/apache/kudu/client/AsyncKuduScanner.ReadMode.html" title="enum in org.apache.kudu.client">AsyncKuduScanner.ReadMode</a></dt>
<dd>
<div class="block">Returns an array containing the constants of this enum type, in
the order they are declared.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/AsyncKuduScanner.RowDataFormat.html#values--">values()</a></span> - Static method in enum org.apache.kudu.client.<a href="org/apache/kudu/client/AsyncKuduScanner.RowDataFormat.html" title="enum in org.apache.kudu.client">AsyncKuduScanner.RowDataFormat</a></dt>
<dd>
<div class="block">Returns an array containing the constants of this enum type, in
the order they are declared.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/ExternalConsistencyMode.html#values--">values()</a></span> - Static method in enum org.apache.kudu.client.<a href="org/apache/kudu/client/ExternalConsistencyMode.html" title="enum in org.apache.kudu.client">ExternalConsistencyMode</a></dt>
<dd>
<div class="block">Returns an array containing the constants of this enum type, in
the order they are declared.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/KuduPredicate.ComparisonOp.html#values--">values()</a></span> - Static method in enum org.apache.kudu.client.<a href="org/apache/kudu/client/KuduPredicate.ComparisonOp.html" title="enum in org.apache.kudu.client">KuduPredicate.ComparisonOp</a></dt>
<dd>
<div class="block">Returns an array containing the constants of this enum type, in
the order they are declared.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/RangePartitionBound.html#values--">values()</a></span> - Static method in enum org.apache.kudu.client.<a href="org/apache/kudu/client/RangePartitionBound.html" title="enum in org.apache.kudu.client">RangePartitionBound</a></dt>
<dd>
<div class="block">Returns an array containing the constants of this enum type, in
the order they are declared.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/ReplicaSelection.html#values--">values()</a></span> - Static method in enum org.apache.kudu.client.<a href="org/apache/kudu/client/ReplicaSelection.html" title="enum in org.apache.kudu.client">ReplicaSelection</a></dt>
<dd>
<div class="block">Returns an array containing the constants of this enum type, in
the order they are declared.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/SessionConfiguration.FlushMode.html#values--">values()</a></span> - Static method in enum org.apache.kudu.client.<a href="org/apache/kudu/client/SessionConfiguration.FlushMode.html" title="enum in org.apache.kudu.client">SessionConfiguration.FlushMode</a></dt>
<dd>
<div class="block">Returns an array containing the constants of this enum type, in
the order they are declared.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/Statistics.Statistic.html#values--">values()</a></span> - Static method in enum org.apache.kudu.client.<a href="org/apache/kudu/client/Statistics.Statistic.html" title="enum in org.apache.kudu.client">Statistics.Statistic</a></dt>
<dd>
<div class="block">Returns an array containing the constants of this enum type, in
the order they are declared.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/ColumnSchema.CompressionAlgorithm.html#values--">values()</a></span> - Static method in enum org.apache.kudu.<a href="org/apache/kudu/ColumnSchema.CompressionAlgorithm.html" title="enum in org.apache.kudu">ColumnSchema.CompressionAlgorithm</a></dt>
<dd>
<div class="block">Returns an array containing the constants of this enum type, in
the order they are declared.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/ColumnSchema.CompressionAlgorithm.html#values--">values()</a></span> - Static method in enum org.apache.kudu.<a href="org/apache/kudu/ColumnSchema.CompressionAlgorithm.html" title="enum in org.apache.kudu">ColumnSchema.CompressionAlgorithm</a></dt>
<dd>
<div class="block">Returns an array containing the constants of this enum type, in
the order they are declared.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/ColumnSchema.Encoding.html#values--">values()</a></span> - Static method in enum org.apache.kudu.<a href="org/apache/kudu/ColumnSchema.Encoding.html" title="enum in org.apache.kudu">ColumnSchema.Encoding</a></dt>
<dd>
<div class="block">Returns an array containing the constants of this enum type, in
the order they are declared.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/ColumnSchema.Encoding.html#values--">values()</a></span> - Static method in enum org.apache.kudu.<a href="org/apache/kudu/ColumnSchema.Encoding.html" title="enum in org.apache.kudu">ColumnSchema.Encoding</a></dt>
<dd>
<div class="block">Returns an array containing the constants of this enum type, in
the order they are declared.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/Type.html#values--">values()</a></span> - Static method in enum org.apache.kudu.<a href="org/apache/kudu/Type.html" title="enum in org.apache.kudu">Type</a></dt>
<dd>
<div class="block">Returns an array containing the constants of this enum type, in
the order they are declared.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/Type.html#values--">values()</a></span> - Static method in enum org.apache.kudu.<a href="org/apache/kudu/Type.html" title="enum in org.apache.kudu">Type</a></dt>
<dd>
<div class="block">Returns an array containing the constants of this enum type, in
the order they are declared.</div>
</dd>
</dl>
<a name="I:W">
<!-- -->
</a>
<h2 class="title">W</h2>
<dl>
<dt><span class="memberNameLink"><a href="org/apache/kudu/ColumnSchema.AutoIncrementingColumnSchemaBuilder.html#wireType-org.apache.kudu.Common.DataType-">wireType(Common.DataType)</a></span> - Method in class org.apache.kudu.<a href="org/apache/kudu/ColumnSchema.AutoIncrementingColumnSchemaBuilder.html" title="class in org.apache.kudu">ColumnSchema.AutoIncrementingColumnSchemaBuilder</a></dt>
<dd>
<div class="block">Allows an alternate <code>Common.DataType</code> to override the <a href="org/apache/kudu/Type.html" title="enum in org.apache.kudu"><code>Type</code></a>
when serializing the ColumnSchema on the wire.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/ColumnSchema.AutoIncrementingColumnSchemaBuilder.html#wireType-org.apache.kudu.Common.DataType-">wireType(Common.DataType)</a></span> - Method in class org.apache.kudu.<a href="org/apache/kudu/ColumnSchema.AutoIncrementingColumnSchemaBuilder.html" title="class in org.apache.kudu">ColumnSchema.AutoIncrementingColumnSchemaBuilder</a></dt>
<dd>
<div class="block">Allows an alternate <code>Common.DataType</code> to override the <a href="org/apache/kudu/Type.html" title="enum in org.apache.kudu"><code>Type</code></a>
when serializing the ColumnSchema on the wire.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/ColumnSchema.ColumnSchemaBuilder.html#wireType-org.apache.kudu.Common.DataType-">wireType(Common.DataType)</a></span> - Method in class org.apache.kudu.<a href="org/apache/kudu/ColumnSchema.ColumnSchemaBuilder.html" title="class in org.apache.kudu">ColumnSchema.ColumnSchemaBuilder</a></dt>
<dd>
<div class="block">Allows an alternate <code>Common.DataType</code> to override the <a href="org/apache/kudu/Type.html" title="enum in org.apache.kudu"><code>Type</code></a>
when serializing the ColumnSchema on the wire.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/ColumnSchema.ColumnSchemaBuilder.html#wireType-org.apache.kudu.Common.DataType-">wireType(Common.DataType)</a></span> - Method in class org.apache.kudu.<a href="org/apache/kudu/ColumnSchema.ColumnSchemaBuilder.html" title="class in org.apache.kudu">ColumnSchema.ColumnSchemaBuilder</a></dt>
<dd>
<div class="block">Allows an alternate <code>Common.DataType</code> to override the <a href="org/apache/kudu/Type.html" title="enum in org.apache.kudu"><code>Type</code></a>
when serializing the ColumnSchema on the wire.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/AsyncKuduClient.AsyncKuduClientBuilder.html#workerCount-int-">workerCount(int)</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/AsyncKuduClient.AsyncKuduClientBuilder.html" title="class in org.apache.kudu.client">AsyncKuduClient.AsyncKuduClientBuilder</a></dt>
<dd>
<div class="block">Set the maximum number of Netty worker threads.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/kudu/client/KuduClient.KuduClientBuilder.html#workerCount-int-">workerCount(int)</a></span> - Method in class org.apache.kudu.client.<a href="org/apache/kudu/client/KuduClient.KuduClientBuilder.html" title="class in org.apache.kudu.client">KuduClient.KuduClientBuilder</a></dt>
<dd>
<div class="block">Set the maximum number of worker threads.</div>
</dd>
</dl>
<a href="#I:A">A</a>&nbsp;<a href="#I:B">B</a>&nbsp;<a href="#I:C">C</a>&nbsp;<a href="#I:D">D</a>&nbsp;<a href="#I:E">E</a>&nbsp;<a href="#I:F">F</a>&nbsp;<a href="#I:G">G</a>&nbsp;<a href="#I:H">H</a>&nbsp;<a href="#I:I">I</a>&nbsp;<a href="#I:J">J</a>&nbsp;<a href="#I:K">K</a>&nbsp;<a href="#I:L">L</a>&nbsp;<a href="#I:M">M</a>&nbsp;<a href="#I:N">N</a>&nbsp;<a href="#I:O">O</a>&nbsp;<a href="#I:P">P</a>&nbsp;<a href="#I:R">R</a>&nbsp;<a href="#I:S">S</a>&nbsp;<a href="#I:T">T</a>&nbsp;<a href="#I:U">U</a>&nbsp;<a href="#I:V">V</a>&nbsp;<a href="#I:W">W</a>&nbsp;</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="overview-summary.html">Overview</a></li>
<li>Package</li>
<li>Class</li>
<li><a href="overview-tree.html">Tree</a></li>
<li><a href="deprecated-list.html">Deprecated</a></li>
<li class="navBarCell1Rev">Index</li>
<li><a href="help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="index.html?index-all.html" target="_top">Frames</a></li>
<li><a href="index-all.html" target="_top">No&nbsp;Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="allclasses-noframe.html">All&nbsp;Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</body>
</html>