blob: d244bcfb74bc81eb10efba1b50dd0ae3609ed1ec [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>SparkWriteConf</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="SparkWriteConf";
}
}
catch(err) {
}
//-->
var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":10,"i9":10,"i10":10,"i11":10,"i12":10,"i13":10,"i14":10,"i15":10,"i16":10,"i17":10,"i18":10,"i19":10,"i20":10,"i21":10,"i22":10};
var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]};
var altColor = "altColor";
var rowColor = "rowColor";
var tableTab = "tableTab";
var activeTableTab = "activeTableTab";
</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><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../index-all.html">Index</a></li>
<li><a href="../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../org/apache/iceberg/spark/SparkValueConverter.html" title="class in org.apache.iceberg.spark"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
<li><a href="../../../../org/apache/iceberg/spark/SparkWriteOptions.html" title="class in org.apache.iceberg.spark"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?org/apache/iceberg/spark/SparkWriteConf.html" target="_top">Frames</a></li>
<li><a href="SparkWriteConf.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>
<div>
<ul class="subNavList">
<li>Summary:&nbsp;</li>
<li>Nested&nbsp;|&nbsp;</li>
<li>Field&nbsp;|&nbsp;</li>
<li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method.summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li>Field&nbsp;|&nbsp;</li>
<li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method.detail">Method</a></li>
</ul>
</div>
<a name="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<!-- ======== START OF CLASS DATA ======== -->
<div class="header">
<div class="subTitle">org.apache.iceberg.spark</div>
<h2 title="Class SparkWriteConf" class="title">Class SparkWriteConf</h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
<li>java.lang.Object</li>
<li>
<ul class="inheritance">
<li>org.apache.iceberg.spark.SparkWriteConf</li>
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<hr>
<br>
<pre>public class <span class="typeNameLabel">SparkWriteConf</span>
extends java.lang.Object</pre>
<div class="block">A class for common Iceberg configs for Spark writes.
<p>If a config is set at multiple levels, the following order of precedence is used (top to
bottom):
<ol>
<li>Write options
<li>Session configuration
<li>Table metadata
</ol>
The most specific value is set in write options and takes precedence over all other configs. If
no write option is provided, this class checks the session configuration for any overrides. If no
applicable value is found in the session configuration, this class uses the table metadata.
<p>Note this class is NOT meant to be serialized and sent to executors.</div>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor.summary">
<!-- -->
</a>
<h3>Constructor Summary</h3>
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
<caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colOne" scope="col">Constructor and Description</th>
</tr>
<tr class="altColor">
<td class="colOne"><code><span class="memberNameLink"><a href="../../../../org/apache/iceberg/spark/SparkWriteConf.html#SparkWriteConf-org.apache.spark.sql.SparkSession-org.apache.iceberg.Table-java.util.Map-">SparkWriteConf</a></span>(org.apache.spark.sql.SparkSession&nbsp;spark,
<a href="../../../../org/apache/iceberg/Table.html" title="interface in org.apache.iceberg">Table</a>&nbsp;table,
java.util.Map&lt;java.lang.String,java.lang.String&gt;&nbsp;writeOptions)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><span class="memberNameLink"><a href="../../../../org/apache/iceberg/spark/SparkWriteConf.html#SparkWriteConf-org.apache.spark.sql.SparkSession-org.apache.iceberg.Table-java.lang.String-java.util.Map-">SparkWriteConf</a></span>(org.apache.spark.sql.SparkSession&nbsp;spark,
<a href="../../../../org/apache/iceberg/Table.html" title="interface in org.apache.iceberg">Table</a>&nbsp;table,
java.lang.String&nbsp;branch,
java.util.Map&lt;java.lang.String,java.lang.String&gt;&nbsp;writeOptions)</code>&nbsp;</td>
</tr>
</table>
</li>
</ul>
<!-- ========== METHOD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="method.summary">
<!-- -->
</a>
<h3>Method Summary</h3>
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd">&nbsp;</span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd">&nbsp;</span></span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tr id="i0" class="altColor">
<td class="colFirst"><code>java.lang.String</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/iceberg/spark/SparkWriteConf.html#branch--">branch</a></span>()</code>&nbsp;</td>
</tr>
<tr id="i1" class="rowColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/iceberg/spark/SparkWriteConf.html#caseSensitive--">caseSensitive</a></span>()</code>&nbsp;</td>
</tr>
<tr id="i2" class="altColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/iceberg/spark/SparkWriteConf.html#checkNullability--">checkNullability</a></span>()</code>&nbsp;</td>
</tr>
<tr id="i3" class="rowColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/iceberg/spark/SparkWriteConf.html#checkOrdering--">checkOrdering</a></span>()</code>&nbsp;</td>
</tr>
<tr id="i4" class="altColor">
<td class="colFirst"><code><a href="../../../../org/apache/iceberg/spark/SparkWriteRequirements.html" title="class in org.apache.iceberg.spark">SparkWriteRequirements</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/iceberg/spark/SparkWriteConf.html#copyOnWriteRequirements-org.apache.spark.sql.connector.write.RowLevelOperation.Command-">copyOnWriteRequirements</a></span>(org.apache.spark.sql.connector.write.RowLevelOperation.Command&nbsp;command)</code>&nbsp;</td>
</tr>
<tr id="i5" class="rowColor">
<td class="colFirst"><code><a href="../../../../org/apache/iceberg/FileFormat.html" title="enum in org.apache.iceberg">FileFormat</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/iceberg/spark/SparkWriteConf.html#dataFileFormat--">dataFileFormat</a></span>()</code>&nbsp;</td>
</tr>
<tr id="i6" class="altColor">
<td class="colFirst"><code><a href="../../../../org/apache/iceberg/FileFormat.html" title="enum in org.apache.iceberg">FileFormat</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/iceberg/spark/SparkWriteConf.html#deleteFileFormat--">deleteFileFormat</a></span>()</code>&nbsp;</td>
</tr>
<tr id="i7" class="rowColor">
<td class="colFirst"><code><a href="../../../../org/apache/iceberg/deletes/DeleteGranularity.html" title="enum in org.apache.iceberg.deletes">DeleteGranularity</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/iceberg/spark/SparkWriteConf.html#deleteGranularity--">deleteGranularity</a></span>()</code>&nbsp;</td>
</tr>
<tr id="i8" class="altColor">
<td class="colFirst"><code>java.util.Map&lt;java.lang.String,java.lang.String&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/iceberg/spark/SparkWriteConf.html#extraSnapshotMetadata--">extraSnapshotMetadata</a></span>()</code>&nbsp;</td>
</tr>
<tr id="i9" class="rowColor">
<td class="colFirst"><code><a href="../../../../org/apache/iceberg/IsolationLevel.html" title="enum in org.apache.iceberg">IsolationLevel</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/iceberg/spark/SparkWriteConf.html#isolationLevel--">isolationLevel</a></span>()</code>&nbsp;</td>
</tr>
<tr id="i10" class="altColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/iceberg/spark/SparkWriteConf.html#mergeSchema--">mergeSchema</a></span>()</code>&nbsp;</td>
</tr>
<tr id="i11" class="rowColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/iceberg/spark/SparkWriteConf.html#outputSpecId--">outputSpecId</a></span>()</code>&nbsp;</td>
</tr>
<tr id="i12" class="altColor">
<td class="colFirst"><code>java.lang.String</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/iceberg/spark/SparkWriteConf.html#overwriteMode--">overwriteMode</a></span>()</code>&nbsp;</td>
</tr>
<tr id="i13" class="rowColor">
<td class="colFirst"><code><a href="../../../../org/apache/iceberg/spark/SparkWriteRequirements.html" title="class in org.apache.iceberg.spark">SparkWriteRequirements</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/iceberg/spark/SparkWriteConf.html#positionDeltaRequirements-org.apache.spark.sql.connector.write.RowLevelOperation.Command-">positionDeltaRequirements</a></span>(org.apache.spark.sql.connector.write.RowLevelOperation.Command&nbsp;command)</code>&nbsp;</td>
</tr>
<tr id="i14" class="altColor">
<td class="colFirst"><code>java.lang.String</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/iceberg/spark/SparkWriteConf.html#rewrittenFileSetId--">rewrittenFileSetId</a></span>()</code>&nbsp;</td>
</tr>
<tr id="i15" class="rowColor">
<td class="colFirst"><code>long</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/iceberg/spark/SparkWriteConf.html#targetDataFileSize--">targetDataFileSize</a></span>()</code>&nbsp;</td>
</tr>
<tr id="i16" class="altColor">
<td class="colFirst"><code>long</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/iceberg/spark/SparkWriteConf.html#targetDeleteFileSize--">targetDeleteFileSize</a></span>()</code>&nbsp;</td>
</tr>
<tr id="i17" class="rowColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/iceberg/spark/SparkWriteConf.html#useFanoutWriter-org.apache.iceberg.spark.SparkWriteRequirements-">useFanoutWriter</a></span>(<a href="../../../../org/apache/iceberg/spark/SparkWriteRequirements.html" title="class in org.apache.iceberg.spark">SparkWriteRequirements</a>&nbsp;writeRequirements)</code>&nbsp;</td>
</tr>
<tr id="i18" class="altColor">
<td class="colFirst"><code>java.lang.Long</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/iceberg/spark/SparkWriteConf.html#validateFromSnapshotId--">validateFromSnapshotId</a></span>()</code>&nbsp;</td>
</tr>
<tr id="i19" class="rowColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/iceberg/spark/SparkWriteConf.html#wapEnabled--">wapEnabled</a></span>()</code>&nbsp;</td>
</tr>
<tr id="i20" class="altColor">
<td class="colFirst"><code>java.lang.String</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/iceberg/spark/SparkWriteConf.html#wapId--">wapId</a></span>()</code>&nbsp;</td>
</tr>
<tr id="i21" class="rowColor">
<td class="colFirst"><code>java.util.Map&lt;java.lang.String,java.lang.String&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/iceberg/spark/SparkWriteConf.html#writeProperties--">writeProperties</a></span>()</code>&nbsp;</td>
</tr>
<tr id="i22" class="altColor">
<td class="colFirst"><code><a href="../../../../org/apache/iceberg/spark/SparkWriteRequirements.html" title="class in org.apache.iceberg.spark">SparkWriteRequirements</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/iceberg/spark/SparkWriteConf.html#writeRequirements--">writeRequirements</a></span>()</code>&nbsp;</td>
</tr>
</table>
<ul class="blockList">
<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
<!-- -->
</a>
<h3>Methods inherited from class&nbsp;java.lang.Object</h3>
<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor.detail">
<!-- -->
</a>
<h3>Constructor Detail</h3>
<a name="SparkWriteConf-org.apache.spark.sql.SparkSession-org.apache.iceberg.Table-java.util.Map-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>SparkWriteConf</h4>
<pre>public&nbsp;SparkWriteConf(org.apache.spark.sql.SparkSession&nbsp;spark,
<a href="../../../../org/apache/iceberg/Table.html" title="interface in org.apache.iceberg">Table</a>&nbsp;table,
java.util.Map&lt;java.lang.String,java.lang.String&gt;&nbsp;writeOptions)</pre>
</li>
</ul>
<a name="SparkWriteConf-org.apache.spark.sql.SparkSession-org.apache.iceberg.Table-java.lang.String-java.util.Map-">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>SparkWriteConf</h4>
<pre>public&nbsp;SparkWriteConf(org.apache.spark.sql.SparkSession&nbsp;spark,
<a href="../../../../org/apache/iceberg/Table.html" title="interface in org.apache.iceberg">Table</a>&nbsp;table,
java.lang.String&nbsp;branch,
java.util.Map&lt;java.lang.String,java.lang.String&gt;&nbsp;writeOptions)</pre>
</li>
</ul>
</li>
</ul>
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method.detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a name="checkNullability--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>checkNullability</h4>
<pre>public&nbsp;boolean&nbsp;checkNullability()</pre>
</li>
</ul>
<a name="checkOrdering--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>checkOrdering</h4>
<pre>public&nbsp;boolean&nbsp;checkOrdering()</pre>
</li>
</ul>
<a name="overwriteMode--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>overwriteMode</h4>
<pre>public&nbsp;java.lang.String&nbsp;overwriteMode()</pre>
</li>
</ul>
<a name="wapEnabled--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>wapEnabled</h4>
<pre>public&nbsp;boolean&nbsp;wapEnabled()</pre>
</li>
</ul>
<a name="wapId--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>wapId</h4>
<pre>public&nbsp;java.lang.String&nbsp;wapId()</pre>
</li>
</ul>
<a name="mergeSchema--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>mergeSchema</h4>
<pre>public&nbsp;boolean&nbsp;mergeSchema()</pre>
</li>
</ul>
<a name="outputSpecId--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>outputSpecId</h4>
<pre>public&nbsp;int&nbsp;outputSpecId()</pre>
</li>
</ul>
<a name="dataFileFormat--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>dataFileFormat</h4>
<pre>public&nbsp;<a href="../../../../org/apache/iceberg/FileFormat.html" title="enum in org.apache.iceberg">FileFormat</a>&nbsp;dataFileFormat()</pre>
</li>
</ul>
<a name="targetDataFileSize--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>targetDataFileSize</h4>
<pre>public&nbsp;long&nbsp;targetDataFileSize()</pre>
</li>
</ul>
<a name="useFanoutWriter-org.apache.iceberg.spark.SparkWriteRequirements-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>useFanoutWriter</h4>
<pre>public&nbsp;boolean&nbsp;useFanoutWriter(<a href="../../../../org/apache/iceberg/spark/SparkWriteRequirements.html" title="class in org.apache.iceberg.spark">SparkWriteRequirements</a>&nbsp;writeRequirements)</pre>
</li>
</ul>
<a name="deleteFileFormat--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>deleteFileFormat</h4>
<pre>public&nbsp;<a href="../../../../org/apache/iceberg/FileFormat.html" title="enum in org.apache.iceberg">FileFormat</a>&nbsp;deleteFileFormat()</pre>
</li>
</ul>
<a name="targetDeleteFileSize--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>targetDeleteFileSize</h4>
<pre>public&nbsp;long&nbsp;targetDeleteFileSize()</pre>
</li>
</ul>
<a name="extraSnapshotMetadata--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>extraSnapshotMetadata</h4>
<pre>public&nbsp;java.util.Map&lt;java.lang.String,java.lang.String&gt;&nbsp;extraSnapshotMetadata()</pre>
</li>
</ul>
<a name="rewrittenFileSetId--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>rewrittenFileSetId</h4>
<pre>public&nbsp;java.lang.String&nbsp;rewrittenFileSetId()</pre>
</li>
</ul>
<a name="writeRequirements--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>writeRequirements</h4>
<pre>public&nbsp;<a href="../../../../org/apache/iceberg/spark/SparkWriteRequirements.html" title="class in org.apache.iceberg.spark">SparkWriteRequirements</a>&nbsp;writeRequirements()</pre>
</li>
</ul>
<a name="copyOnWriteRequirements-org.apache.spark.sql.connector.write.RowLevelOperation.Command-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>copyOnWriteRequirements</h4>
<pre>public&nbsp;<a href="../../../../org/apache/iceberg/spark/SparkWriteRequirements.html" title="class in org.apache.iceberg.spark">SparkWriteRequirements</a>&nbsp;copyOnWriteRequirements(org.apache.spark.sql.connector.write.RowLevelOperation.Command&nbsp;command)</pre>
</li>
</ul>
<a name="positionDeltaRequirements-org.apache.spark.sql.connector.write.RowLevelOperation.Command-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>positionDeltaRequirements</h4>
<pre>public&nbsp;<a href="../../../../org/apache/iceberg/spark/SparkWriteRequirements.html" title="class in org.apache.iceberg.spark">SparkWriteRequirements</a>&nbsp;positionDeltaRequirements(org.apache.spark.sql.connector.write.RowLevelOperation.Command&nbsp;command)</pre>
</li>
</ul>
<a name="validateFromSnapshotId--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>validateFromSnapshotId</h4>
<pre>public&nbsp;java.lang.Long&nbsp;validateFromSnapshotId()</pre>
</li>
</ul>
<a name="isolationLevel--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>isolationLevel</h4>
<pre>public&nbsp;<a href="../../../../org/apache/iceberg/IsolationLevel.html" title="enum in org.apache.iceberg">IsolationLevel</a>&nbsp;isolationLevel()</pre>
</li>
</ul>
<a name="caseSensitive--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>caseSensitive</h4>
<pre>public&nbsp;boolean&nbsp;caseSensitive()</pre>
</li>
</ul>
<a name="branch--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>branch</h4>
<pre>public&nbsp;java.lang.String&nbsp;branch()</pre>
</li>
</ul>
<a name="writeProperties--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>writeProperties</h4>
<pre>public&nbsp;java.util.Map&lt;java.lang.String,java.lang.String&gt;&nbsp;writeProperties()</pre>
</li>
</ul>
<a name="deleteGranularity--">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>deleteGranularity</h4>
<pre>public&nbsp;<a href="../../../../org/apache/iceberg/deletes/DeleteGranularity.html" title="enum in org.apache.iceberg.deletes">DeleteGranularity</a>&nbsp;deleteGranularity()</pre>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</div>
<!-- ========= END OF CLASS DATA ========= -->
<!-- ======= 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><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../index-all.html">Index</a></li>
<li><a href="../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../org/apache/iceberg/spark/SparkValueConverter.html" title="class in org.apache.iceberg.spark"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
<li><a href="../../../../org/apache/iceberg/spark/SparkWriteOptions.html" title="class in org.apache.iceberg.spark"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?org/apache/iceberg/spark/SparkWriteConf.html" target="_top">Frames</a></li>
<li><a href="SparkWriteConf.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>
<div>
<ul class="subNavList">
<li>Summary:&nbsp;</li>
<li>Nested&nbsp;|&nbsp;</li>
<li>Field&nbsp;|&nbsp;</li>
<li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method.summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li>Field&nbsp;|&nbsp;</li>
<li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method.detail">Method</a></li>
</ul>
</div>
<a name="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</body>
</html>