blob: 5d8d98af741f0c50409949dd38221a8d608a5b96 [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>Deprecated List</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="Deprecated List";
}
}
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 class="navBarCell1Rev">Deprecated</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>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="index.html?deprecated-list.html" target="_top">Frames</a></li>
<li><a href="deprecated-list.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="header">
<h1 title="Deprecated API" class="title">Deprecated API</h1>
<h2 title="Contents">Contents</h2>
<ul>
<li><a href="#interface">Deprecated Interfaces</a></li>
<li><a href="#class">Deprecated Classes</a></li>
<li><a href="#exception">Deprecated Exceptions</a></li>
<li><a href="#field">Deprecated Fields</a></li>
<li><a href="#method">Deprecated Methods</a></li>
</ul>
</div>
<div class="contentContainer"><a name="interface">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<table class="deprecatedSummary" border="0" cellpadding="3" cellspacing="0" summary="Deprecated Interfaces table, listing deprecated interfaces, and an explanation">
<caption><span>Deprecated Interfaces</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colOne" scope="col">Interface and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colOne"><a href="org/apache/iceberg/encryption/KmsClient.html" title="interface in org.apache.iceberg.encryption">org.apache.iceberg.encryption.KmsClient</a>
<div class="block"><span class="deprecationComment">the API will be removed in v2.0.0 (replaced with KeyManagementClient interface).</span></div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/apache/iceberg/metrics/MetricsContext.Counter.html" title="interface in org.apache.iceberg.metrics">org.apache.iceberg.metrics.MetricsContext.Counter</a>
<div class="block"><span class="deprecationComment">will be removed in 2.0.0, use <a href="org/apache/iceberg/metrics/Counter.html" title="interface in org.apache.iceberg.metrics"><code>Counter</code></a> instead.</span></div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/apache/iceberg/actions/RewritePositionDeleteStrategy.html" title="interface in org.apache.iceberg.actions">org.apache.iceberg.actions.RewritePositionDeleteStrategy</a>
<div class="block"><span class="deprecationComment">since 1.3.0, will be removed in 1.4.0; Use <a href="org/apache/iceberg/actions/SizeBasedFileRewriter.html" title="class in org.apache.iceberg.actions"><code>SizeBasedFileRewriter</code></a> instead</span></div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/apache/iceberg/actions/RewriteStrategy.html" title="interface in org.apache.iceberg.actions">org.apache.iceberg.actions.RewriteStrategy</a>
<div class="block"><span class="deprecationComment">since 1.3.0, will be removed in 1.4.0; use <a href="org/apache/iceberg/actions/FileRewriter.html" title="interface in org.apache.iceberg.actions"><code>FileRewriter</code></a> instead.</span></div>
</td>
</tr>
</tbody>
</table>
</li>
</ul>
<a name="class">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<table class="deprecatedSummary" border="0" cellpadding="3" cellspacing="0" summary="Deprecated Classes table, listing deprecated classes, and an explanation">
<caption><span>Deprecated Classes</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colOne" scope="col">Class and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colOne"><a href="org/apache/iceberg/actions/BaseDeleteOrphanFilesActionResult.html" title="class in org.apache.iceberg.actions">org.apache.iceberg.actions.BaseDeleteOrphanFilesActionResult</a>
<div class="block"><span class="deprecationComment">will be removed in 1.4.0; use <code>ImmutableDeleteOrphanFiles.Result.builder()</code>
instead.</span></div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/apache/iceberg/actions/BaseDeleteReachableFilesActionResult.html" title="class in org.apache.iceberg.actions">org.apache.iceberg.actions.BaseDeleteReachableFilesActionResult</a>
<div class="block"><span class="deprecationComment">will be removed in 1.4.0; use <code>ImmutableDeleteReachableFiles.Result.builder()</code>
instead.</span></div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/apache/iceberg/actions/BaseFileGroupRewriteResult.html" title="class in org.apache.iceberg.actions">org.apache.iceberg.actions.BaseFileGroupRewriteResult</a>
<div class="block"><span class="deprecationComment">will be removed in 1.4.0; use <code>ImmutableRewriteDataFiles.FileGroupRewriteResult.builder()</code> instead.</span></div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/apache/iceberg/actions/BaseMigrateTableActionResult.html" title="class in org.apache.iceberg.actions">org.apache.iceberg.actions.BaseMigrateTableActionResult</a>
<div class="block"><span class="deprecationComment">will be removed in 1.4.0; use <code>ImmutableMigrateTable.Result.builder()</code> instead.</span></div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/apache/iceberg/actions/BaseRewriteDataFilesFileGroupInfo.html" title="class in org.apache.iceberg.actions">org.apache.iceberg.actions.BaseRewriteDataFilesFileGroupInfo</a>
<div class="block"><span class="deprecationComment">will be removed in 1.4.0; use <code>ImmutableRewriteDataFiles.FileGroupInfo.builder()</code> instead.</span></div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/apache/iceberg/actions/BaseRewriteDataFilesResult.html" title="class in org.apache.iceberg.actions">org.apache.iceberg.actions.BaseRewriteDataFilesResult</a>
<div class="block"><span class="deprecationComment">will be removed in 1.4.0; use <code>ImmutableRewriteDataFiles.Result.builder()</code>
instead.</span></div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/apache/iceberg/actions/BaseRewriteManifestsActionResult.html" title="class in org.apache.iceberg.actions">org.apache.iceberg.actions.BaseRewriteManifestsActionResult</a>
<div class="block"><span class="deprecationComment">will be removed in 1.4.0; use <code>ImmutableRewriteManifests.Result.builder()</code>
instead.</span></div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/apache/iceberg/actions/BaseSnapshotTableActionResult.html" title="class in org.apache.iceberg.actions">org.apache.iceberg.actions.BaseSnapshotTableActionResult</a>
<div class="block"><span class="deprecationComment">will be removed in 1.4.0; use <code>ImmutableSnapshotTable.Result.builder()</code>
instead.</span></div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/apache/iceberg/actions/BinPackStrategy.html" title="class in org.apache.iceberg.actions">org.apache.iceberg.actions.BinPackStrategy</a>
<div class="block"><span class="deprecationComment">since 1.3.0, will be removed in 1.4.0; use <a href="org/apache/iceberg/actions/SizeBasedFileRewriter.html" title="class in org.apache.iceberg.actions"><code>SizeBasedFileRewriter</code></a> instead.</span></div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/apache/iceberg/parquet/ParquetWriteAdapter.html" title="class in org.apache.iceberg.parquet">org.apache.iceberg.parquet.ParquetWriteAdapter</a>
<div class="block"><span class="deprecationComment">use <code>ParquetWriter</code></span></div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/apache/iceberg/actions/SortStrategy.html" title="class in org.apache.iceberg.actions">org.apache.iceberg.actions.SortStrategy</a>
<div class="block"><span class="deprecationComment">since 1.3.0, will be removed in 1.4.0; use <a href="org/apache/iceberg/actions/SizeBasedFileRewriter.html" title="class in org.apache.iceberg.actions"><code>SizeBasedFileRewriter</code></a> instead.</span></div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/apache/iceberg/arrow/vectorized/parquet/VectorizedColumnIterator.FixedLengthDecimalBatchReader.html" title="class in org.apache.iceberg.arrow.vectorized.parquet">org.apache.iceberg.arrow.vectorized.parquet.VectorizedColumnIterator.FixedLengthDecimalBatchReader</a>
<div class="block"><span class="deprecationComment">will be removed in 1.4.0</span></div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/apache/iceberg/arrow/vectorized/parquet/VectorizedColumnIterator.IntBackedDecimalBatchReader.html" title="class in org.apache.iceberg.arrow.vectorized.parquet">org.apache.iceberg.arrow.vectorized.parquet.VectorizedColumnIterator.IntBackedDecimalBatchReader</a>
<div class="block"><span class="deprecationComment">will be removed in 1.4.0</span></div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/apache/iceberg/arrow/vectorized/parquet/VectorizedColumnIterator.LongBackedDecimalBatchReader.html" title="class in org.apache.iceberg.arrow.vectorized.parquet">org.apache.iceberg.arrow.vectorized.parquet.VectorizedColumnIterator.LongBackedDecimalBatchReader</a>
<div class="block"><span class="deprecationComment">will be removed in 1.4.0</span></div>
</td>
</tr>
</tbody>
</table>
</li>
</ul>
<a name="exception">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<table class="deprecatedSummary" border="0" cellpadding="3" cellspacing="0" summary="Deprecated Exceptions table, listing deprecated exceptions, and an explanation">
<caption><span>Deprecated Exceptions</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colOne" scope="col">Exceptions and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colOne"><a href="org/apache/iceberg/exceptions/RuntimeIOException.html" title="class in org.apache.iceberg.exceptions">org.apache.iceberg.exceptions.RuntimeIOException</a>
<div class="block"><span class="deprecationComment">Use java.io.UncheckedIOException directly instead.
<p>Exception used to wrap <code>IOException</code> as a <code>RuntimeException</code> and add context.</span></div>
</td>
</tr>
</tbody>
</table>
</li>
</ul>
<a name="field">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<table class="deprecatedSummary" border="0" cellpadding="3" cellspacing="0" summary="Deprecated Fields table, listing deprecated fields, and an explanation">
<caption><span>Deprecated Fields</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colOne" scope="col">Field and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colOne"><a href="org/apache/iceberg/aws/AwsProperties.html#CLIENT_CREDENTIALS_PROVIDER">org.apache.iceberg.aws.AwsProperties.CLIENT_CREDENTIALS_PROVIDER</a>
<div class="block"><span class="deprecationComment">will be removed in 1.4.0, use <a href="org/apache/iceberg/aws/AwsClientProperties.html" title="class in org.apache.iceberg.aws"><code>AwsClientProperties</code></a>
instead</span></div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/apache/iceberg/aws/AwsProperties.html#CLIENT_REGION">org.apache.iceberg.aws.AwsProperties.CLIENT_REGION</a>
<div class="block"><span class="deprecationComment">will be removed in 1.4.0, use <a href="org/apache/iceberg/aws/AwsClientProperties.html" title="class in org.apache.iceberg.aws"><code>AwsClientProperties</code></a>
instead</span></div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/apache/iceberg/spark/SparkReadOptions.html#HANDLE_TIMESTAMP_WITHOUT_TIMEZONE">org.apache.iceberg.spark.SparkReadOptions.HANDLE_TIMESTAMP_WITHOUT_TIMEZONE</a></td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/apache/iceberg/spark/SparkSQLProperties.html#HANDLE_TIMESTAMP_WITHOUT_TIMEZONE">org.apache.iceberg.spark.SparkSQLProperties.HANDLE_TIMESTAMP_WITHOUT_TIMEZONE</a></td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/apache/iceberg/spark/SparkWriteOptions.html#HANDLE_TIMESTAMP_WITHOUT_TIMEZONE">org.apache.iceberg.spark.SparkWriteOptions.HANDLE_TIMESTAMP_WITHOUT_TIMEZONE</a></td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/apache/iceberg/aws/AwsProperties.html#HTTP_CLIENT_APACHE_CONNECTION_ACQUISITION_TIMEOUT_MS">org.apache.iceberg.aws.AwsProperties.HTTP_CLIENT_APACHE_CONNECTION_ACQUISITION_TIMEOUT_MS</a>
<div class="block"><span class="deprecationComment">will be removed in 1.4.0, use <a href="org/apache/iceberg/aws/HttpClientProperties.html" title="class in org.apache.iceberg.aws"><code>HttpClientProperties</code></a>
instead</span></div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/apache/iceberg/aws/AwsProperties.html#HTTP_CLIENT_APACHE_CONNECTION_MAX_IDLE_TIME_MS">org.apache.iceberg.aws.AwsProperties.HTTP_CLIENT_APACHE_CONNECTION_MAX_IDLE_TIME_MS</a>
<div class="block"><span class="deprecationComment">will be removed in 1.4.0, use <a href="org/apache/iceberg/aws/HttpClientProperties.html" title="class in org.apache.iceberg.aws"><code>HttpClientProperties</code></a>
instead</span></div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/apache/iceberg/aws/AwsProperties.html#HTTP_CLIENT_APACHE_CONNECTION_TIME_TO_LIVE_MS">org.apache.iceberg.aws.AwsProperties.HTTP_CLIENT_APACHE_CONNECTION_TIME_TO_LIVE_MS</a>
<div class="block"><span class="deprecationComment">will be removed in 1.4.0, use <a href="org/apache/iceberg/aws/HttpClientProperties.html" title="class in org.apache.iceberg.aws"><code>HttpClientProperties</code></a>
instead</span></div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/apache/iceberg/aws/AwsProperties.html#HTTP_CLIENT_APACHE_CONNECTION_TIMEOUT_MS">org.apache.iceberg.aws.AwsProperties.HTTP_CLIENT_APACHE_CONNECTION_TIMEOUT_MS</a>
<div class="block"><span class="deprecationComment">will be removed in 1.4.0, use <a href="org/apache/iceberg/aws/HttpClientProperties.html" title="class in org.apache.iceberg.aws"><code>HttpClientProperties</code></a>
instead</span></div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/apache/iceberg/aws/AwsProperties.html#HTTP_CLIENT_APACHE_EXPECT_CONTINUE_ENABLED">org.apache.iceberg.aws.AwsProperties.HTTP_CLIENT_APACHE_EXPECT_CONTINUE_ENABLED</a>
<div class="block"><span class="deprecationComment">will be removed in 1.4.0, use <a href="org/apache/iceberg/aws/HttpClientProperties.html" title="class in org.apache.iceberg.aws"><code>HttpClientProperties</code></a>
instead</span></div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/apache/iceberg/aws/AwsProperties.html#HTTP_CLIENT_APACHE_MAX_CONNECTIONS">org.apache.iceberg.aws.AwsProperties.HTTP_CLIENT_APACHE_MAX_CONNECTIONS</a>
<div class="block"><span class="deprecationComment">will be removed in 1.4.0, use <a href="org/apache/iceberg/aws/HttpClientProperties.html" title="class in org.apache.iceberg.aws"><code>HttpClientProperties</code></a>
instead</span></div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/apache/iceberg/aws/AwsProperties.html#HTTP_CLIENT_APACHE_SOCKET_TIMEOUT_MS">org.apache.iceberg.aws.AwsProperties.HTTP_CLIENT_APACHE_SOCKET_TIMEOUT_MS</a>
<div class="block"><span class="deprecationComment">will be removed in 1.4.0, use <a href="org/apache/iceberg/aws/HttpClientProperties.html" title="class in org.apache.iceberg.aws"><code>HttpClientProperties</code></a>
instead</span></div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/apache/iceberg/aws/AwsProperties.html#HTTP_CLIENT_APACHE_TCP_KEEP_ALIVE_ENABLED">org.apache.iceberg.aws.AwsProperties.HTTP_CLIENT_APACHE_TCP_KEEP_ALIVE_ENABLED</a>
<div class="block"><span class="deprecationComment">will be removed in 1.4.0, use <a href="org/apache/iceberg/aws/HttpClientProperties.html" title="class in org.apache.iceberg.aws"><code>HttpClientProperties</code></a>
instead</span></div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/apache/iceberg/aws/AwsProperties.html#HTTP_CLIENT_APACHE_USE_IDLE_CONNECTION_REAPER_ENABLED">org.apache.iceberg.aws.AwsProperties.HTTP_CLIENT_APACHE_USE_IDLE_CONNECTION_REAPER_ENABLED</a>
<div class="block"><span class="deprecationComment">will be removed in 1.4.0, use <a href="org/apache/iceberg/aws/HttpClientProperties.html" title="class in org.apache.iceberg.aws"><code>HttpClientProperties</code></a>
instead</span></div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/apache/iceberg/aws/AwsProperties.html#HTTP_CLIENT_TYPE">org.apache.iceberg.aws.AwsProperties.HTTP_CLIENT_TYPE</a>
<div class="block"><span class="deprecationComment">will be removed in 1.4.0, use <a href="org/apache/iceberg/aws/HttpClientProperties.html" title="class in org.apache.iceberg.aws"><code>HttpClientProperties</code></a>
instead</span></div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/apache/iceberg/aws/AwsProperties.html#HTTP_CLIENT_TYPE_APACHE">org.apache.iceberg.aws.AwsProperties.HTTP_CLIENT_TYPE_APACHE</a>
<div class="block"><span class="deprecationComment">will be removed in 1.4.0, use <a href="org/apache/iceberg/aws/HttpClientProperties.html" title="class in org.apache.iceberg.aws"><code>HttpClientProperties</code></a>
instead</span></div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/apache/iceberg/aws/AwsProperties.html#HTTP_CLIENT_TYPE_DEFAULT">org.apache.iceberg.aws.AwsProperties.HTTP_CLIENT_TYPE_DEFAULT</a>
<div class="block"><span class="deprecationComment">will be removed in 1.4.0, use <a href="org/apache/iceberg/aws/HttpClientProperties.html" title="class in org.apache.iceberg.aws"><code>HttpClientProperties</code></a>
instead</span></div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/apache/iceberg/aws/AwsProperties.html#HTTP_CLIENT_TYPE_URLCONNECTION">org.apache.iceberg.aws.AwsProperties.HTTP_CLIENT_TYPE_URLCONNECTION</a>
<div class="block"><span class="deprecationComment">will be removed in 1.4.0, use <a href="org/apache/iceberg/aws/HttpClientProperties.html" title="class in org.apache.iceberg.aws"><code>HttpClientProperties</code></a>
instead</span></div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/apache/iceberg/aws/AwsProperties.html#HTTP_CLIENT_URLCONNECTION_CONNECTION_TIMEOUT_MS">org.apache.iceberg.aws.AwsProperties.HTTP_CLIENT_URLCONNECTION_CONNECTION_TIMEOUT_MS</a>
<div class="block"><span class="deprecationComment">will be removed in 1.4.0, use <a href="org/apache/iceberg/aws/HttpClientProperties.html" title="class in org.apache.iceberg.aws"><code>HttpClientProperties</code></a>
instead</span></div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/apache/iceberg/aws/AwsProperties.html#HTTP_CLIENT_URLCONNECTION_SOCKET_TIMEOUT_MS">org.apache.iceberg.aws.AwsProperties.HTTP_CLIENT_URLCONNECTION_SOCKET_TIMEOUT_MS</a>
<div class="block"><span class="deprecationComment">will be removed in 1.4.0, use <a href="org/apache/iceberg/aws/HttpClientProperties.html" title="class in org.apache.iceberg.aws"><code>HttpClientProperties</code></a>
instead</span></div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/apache/iceberg/TableProperties.html#MANIFEST_LISTS_ENABLED">org.apache.iceberg.TableProperties.MANIFEST_LISTS_ENABLED</a>
<div class="block"><span class="deprecationComment">will be removed in 2.0.0, writing manifest lists is always enabled</span></div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/apache/iceberg/TableProperties.html#MANIFEST_LISTS_ENABLED_DEFAULT">org.apache.iceberg.TableProperties.MANIFEST_LISTS_ENABLED_DEFAULT</a>
<div class="block"><span class="deprecationComment">will be removed in 2.0.0, writing manifest lists is always enabled</span></div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/apache/iceberg/TableProperties.html#MERGE_CARDINALITY_CHECK_ENABLED">org.apache.iceberg.TableProperties.MERGE_CARDINALITY_CHECK_ENABLED</a>
<div class="block"><span class="deprecationComment">will be removed once Spark 3.1 support is dropped, the cardinality check is always
performed starting from 0.13.0.</span></div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/apache/iceberg/TableProperties.html#MERGE_CARDINALITY_CHECK_ENABLED_DEFAULT">org.apache.iceberg.TableProperties.MERGE_CARDINALITY_CHECK_ENABLED_DEFAULT</a>
<div class="block"><span class="deprecationComment">will be removed once Spark 3.1 support is dropped, the cardinality check is always
performed starting from 0.13.0.</span></div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/apache/iceberg/TableProperties.html#OBJECT_STORE_PATH">org.apache.iceberg.TableProperties.OBJECT_STORE_PATH</a>
<div class="block"><span class="deprecationComment">Use <a href="org/apache/iceberg/TableProperties.html#WRITE_DATA_LOCATION"><code>TableProperties.WRITE_DATA_LOCATION</code></a> instead.</span></div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/apache/iceberg/aws/AwsProperties.html#S3_ACCELERATION_ENABLED">org.apache.iceberg.aws.AwsProperties.S3_ACCELERATION_ENABLED</a>
<div class="block"><span class="deprecationComment">will be removed in 1.4.0, use <a href="org/apache/iceberg/aws/s3/S3FileIOProperties.html" title="class in org.apache.iceberg.aws.s3"><code>S3FileIOProperties</code></a>
instead</span></div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/apache/iceberg/aws/AwsProperties.html#S3_ACCELERATION_ENABLED_DEFAULT">org.apache.iceberg.aws.AwsProperties.S3_ACCELERATION_ENABLED_DEFAULT</a>
<div class="block"><span class="deprecationComment">will be removed in 1.4.0, use <a href="org/apache/iceberg/aws/s3/S3FileIOProperties.html" title="class in org.apache.iceberg.aws.s3"><code>S3FileIOProperties</code></a>
instead</span></div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/apache/iceberg/aws/AwsProperties.html#S3_ACCESS_POINTS_PREFIX">org.apache.iceberg.aws.AwsProperties.S3_ACCESS_POINTS_PREFIX</a>
<div class="block"><span class="deprecationComment">will be removed in 1.4.0, use <a href="org/apache/iceberg/aws/s3/S3FileIOProperties.html" title="class in org.apache.iceberg.aws.s3"><code>S3FileIOProperties</code></a>
instead</span></div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/apache/iceberg/aws/AwsProperties.html#S3_CHECKSUM_ENABLED">org.apache.iceberg.aws.AwsProperties.S3_CHECKSUM_ENABLED</a>
<div class="block"><span class="deprecationComment">will be removed in 1.4.0, use <a href="org/apache/iceberg/aws/s3/S3FileIOProperties.html" title="class in org.apache.iceberg.aws.s3"><code>S3FileIOProperties</code></a>
instead</span></div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/apache/iceberg/aws/AwsProperties.html#S3_CHECKSUM_ENABLED_DEFAULT">org.apache.iceberg.aws.AwsProperties.S3_CHECKSUM_ENABLED_DEFAULT</a>
<div class="block"><span class="deprecationComment">will be removed in 1.4.0, use <a href="org/apache/iceberg/aws/s3/S3FileIOProperties.html" title="class in org.apache.iceberg.aws.s3"><code>S3FileIOProperties</code></a>
instead</span></div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/apache/iceberg/aws/AwsProperties.html#S3_DELETE_ENABLED">org.apache.iceberg.aws.AwsProperties.S3_DELETE_ENABLED</a>
<div class="block"><span class="deprecationComment">will be removed in 1.4.0, use <a href="org/apache/iceberg/aws/s3/S3FileIOProperties.html" title="class in org.apache.iceberg.aws.s3"><code>S3FileIOProperties</code></a>
instead</span></div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/apache/iceberg/aws/AwsProperties.html#S3_DELETE_ENABLED_DEFAULT">org.apache.iceberg.aws.AwsProperties.S3_DELETE_ENABLED_DEFAULT</a>
<div class="block"><span class="deprecationComment">will be removed in 1.4.0, use <a href="org/apache/iceberg/aws/s3/S3FileIOProperties.html" title="class in org.apache.iceberg.aws.s3"><code>S3FileIOProperties</code></a>
instead</span></div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/apache/iceberg/aws/AwsProperties.html#S3_DELETE_TAGS_PREFIX">org.apache.iceberg.aws.AwsProperties.S3_DELETE_TAGS_PREFIX</a>
<div class="block"><span class="deprecationComment">will be removed in 1.4.0, use <a href="org/apache/iceberg/aws/s3/S3FileIOProperties.html" title="class in org.apache.iceberg.aws.s3"><code>S3FileIOProperties</code></a>
instead</span></div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/apache/iceberg/aws/AwsProperties.html#S3_DUALSTACK_ENABLED">org.apache.iceberg.aws.AwsProperties.S3_DUALSTACK_ENABLED</a>
<div class="block"><span class="deprecationComment">will be removed in 1.4.0, use <a href="org/apache/iceberg/aws/s3/S3FileIOProperties.html" title="class in org.apache.iceberg.aws.s3"><code>S3FileIOProperties</code></a>
instead</span></div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/apache/iceberg/aws/AwsProperties.html#S3_DUALSTACK_ENABLED_DEFAULT">org.apache.iceberg.aws.AwsProperties.S3_DUALSTACK_ENABLED_DEFAULT</a>
<div class="block"><span class="deprecationComment">will be removed in 1.4.0, use <a href="org/apache/iceberg/aws/s3/S3FileIOProperties.html" title="class in org.apache.iceberg.aws.s3"><code>S3FileIOProperties</code></a>
instead</span></div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/apache/iceberg/aws/AwsProperties.html#S3_PRELOAD_CLIENT_ENABLED">org.apache.iceberg.aws.AwsProperties.S3_PRELOAD_CLIENT_ENABLED</a>
<div class="block"><span class="deprecationComment">will be removed in 1.4.0, use <a href="org/apache/iceberg/aws/s3/S3FileIOProperties.html" title="class in org.apache.iceberg.aws.s3"><code>S3FileIOProperties</code></a>
instead</span></div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/apache/iceberg/aws/AwsProperties.html#S3_PRELOAD_CLIENT_ENABLED_DEFAULT">org.apache.iceberg.aws.AwsProperties.S3_PRELOAD_CLIENT_ENABLED_DEFAULT</a>
<div class="block"><span class="deprecationComment">will be removed in 1.4.0, use <a href="org/apache/iceberg/aws/s3/S3FileIOProperties.html" title="class in org.apache.iceberg.aws.s3"><code>S3FileIOProperties</code></a>
instead</span></div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/apache/iceberg/aws/AwsProperties.html#S3_REMOTE_SIGNING_ENABLED">org.apache.iceberg.aws.AwsProperties.S3_REMOTE_SIGNING_ENABLED</a>
<div class="block"><span class="deprecationComment">will be removed in 1.4.0, use <a href="org/apache/iceberg/aws/s3/S3FileIOProperties.html" title="class in org.apache.iceberg.aws.s3"><code>S3FileIOProperties</code></a>
instead</span></div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/apache/iceberg/aws/AwsProperties.html#S3_REMOTE_SIGNING_ENABLED_DEFAULT">org.apache.iceberg.aws.AwsProperties.S3_REMOTE_SIGNING_ENABLED_DEFAULT</a>
<div class="block"><span class="deprecationComment">will be removed in 1.4.0, use <a href="org/apache/iceberg/aws/s3/S3FileIOProperties.html" title="class in org.apache.iceberg.aws.s3"><code>S3FileIOProperties</code></a>
instead</span></div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/apache/iceberg/aws/AwsProperties.html#S3_TAG_ICEBERG_NAMESPACE">org.apache.iceberg.aws.AwsProperties.S3_TAG_ICEBERG_NAMESPACE</a>
<div class="block"><span class="deprecationComment">will be removed in 1.4.0, use <a href="org/apache/iceberg/aws/s3/S3FileIOProperties.html" title="class in org.apache.iceberg.aws.s3"><code>S3FileIOProperties</code></a>
instead</span></div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/apache/iceberg/aws/AwsProperties.html#S3_TAG_ICEBERG_TABLE">org.apache.iceberg.aws.AwsProperties.S3_TAG_ICEBERG_TABLE</a>
<div class="block"><span class="deprecationComment">will be removed in 1.4.0, use <a href="org/apache/iceberg/aws/s3/S3FileIOProperties.html" title="class in org.apache.iceberg.aws.s3"><code>S3FileIOProperties</code></a>
instead</span></div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/apache/iceberg/aws/AwsProperties.html#S3_USE_ARN_REGION_ENABLED">org.apache.iceberg.aws.AwsProperties.S3_USE_ARN_REGION_ENABLED</a>
<div class="block"><span class="deprecationComment">will be removed in 1.4.0, use <a href="org/apache/iceberg/aws/s3/S3FileIOProperties.html" title="class in org.apache.iceberg.aws.s3"><code>S3FileIOProperties</code></a>
instead</span></div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/apache/iceberg/aws/AwsProperties.html#S3_USE_ARN_REGION_ENABLED_DEFAULT">org.apache.iceberg.aws.AwsProperties.S3_USE_ARN_REGION_ENABLED_DEFAULT</a>
<div class="block"><span class="deprecationComment">will be removed in 1.4.0, use <a href="org/apache/iceberg/aws/s3/S3FileIOProperties.html" title="class in org.apache.iceberg.aws.s3"><code>S3FileIOProperties</code></a>
instead</span></div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/apache/iceberg/aws/AwsProperties.html#S3_WRITE_NAMESPACE_TAG_ENABLED">org.apache.iceberg.aws.AwsProperties.S3_WRITE_NAMESPACE_TAG_ENABLED</a>
<div class="block"><span class="deprecationComment">will be removed in 1.4.0, use <a href="org/apache/iceberg/aws/s3/S3FileIOProperties.html" title="class in org.apache.iceberg.aws.s3"><code>S3FileIOProperties</code></a>
instead</span></div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/apache/iceberg/aws/AwsProperties.html#S3_WRITE_NAMESPACE_TAG_ENABLED_DEFAULT">org.apache.iceberg.aws.AwsProperties.S3_WRITE_NAMESPACE_TAG_ENABLED_DEFAULT</a>
<div class="block"><span class="deprecationComment">will be removed in 1.4.0, use <a href="org/apache/iceberg/aws/s3/S3FileIOProperties.html" title="class in org.apache.iceberg.aws.s3"><code>S3FileIOProperties</code></a>
instead</span></div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/apache/iceberg/aws/AwsProperties.html#S3_WRITE_TABLE_TAG_ENABLED">org.apache.iceberg.aws.AwsProperties.S3_WRITE_TABLE_TAG_ENABLED</a>
<div class="block"><span class="deprecationComment">will be removed in 1.4.0, use <a href="org/apache/iceberg/aws/s3/S3FileIOProperties.html" title="class in org.apache.iceberg.aws.s3"><code>S3FileIOProperties</code></a>
instead</span></div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/apache/iceberg/aws/AwsProperties.html#S3_WRITE_TABLE_TAG_ENABLED_DEFAULT">org.apache.iceberg.aws.AwsProperties.S3_WRITE_TABLE_TAG_ENABLED_DEFAULT</a>
<div class="block"><span class="deprecationComment">will be removed in 1.4.0, use <a href="org/apache/iceberg/aws/s3/S3FileIOProperties.html" title="class in org.apache.iceberg.aws.s3"><code>S3FileIOProperties</code></a>
instead</span></div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/apache/iceberg/aws/AwsProperties.html#S3_WRITE_TAGS_PREFIX">org.apache.iceberg.aws.AwsProperties.S3_WRITE_TAGS_PREFIX</a>
<div class="block"><span class="deprecationComment">will be removed in 1.4.0, use <a href="org/apache/iceberg/aws/s3/S3FileIOProperties.html" title="class in org.apache.iceberg.aws.s3"><code>S3FileIOProperties</code></a>
instead</span></div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/apache/iceberg/aws/AwsProperties.html#S3FILEIO_ACCESS_KEY_ID">org.apache.iceberg.aws.AwsProperties.S3FILEIO_ACCESS_KEY_ID</a>
<div class="block"><span class="deprecationComment">will be removed in 1.4.0, use <a href="org/apache/iceberg/aws/s3/S3FileIOProperties.html" title="class in org.apache.iceberg.aws.s3"><code>S3FileIOProperties</code></a>
instead</span></div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/apache/iceberg/aws/AwsProperties.html#S3FILEIO_ACL">org.apache.iceberg.aws.AwsProperties.S3FILEIO_ACL</a>
<div class="block"><span class="deprecationComment">will be removed in 1.4.0, use <a href="org/apache/iceberg/aws/s3/S3FileIOProperties.html" title="class in org.apache.iceberg.aws.s3"><code>S3FileIOProperties</code></a>
instead</span></div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/apache/iceberg/aws/AwsProperties.html#S3FILEIO_DELETE_BATCH_SIZE">org.apache.iceberg.aws.AwsProperties.S3FILEIO_DELETE_BATCH_SIZE</a>
<div class="block"><span class="deprecationComment">will be removed in 1.4.0, use <a href="org/apache/iceberg/aws/s3/S3FileIOProperties.html" title="class in org.apache.iceberg.aws.s3"><code>S3FileIOProperties</code></a>
instead</span></div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/apache/iceberg/aws/AwsProperties.html#S3FILEIO_DELETE_BATCH_SIZE_DEFAULT">org.apache.iceberg.aws.AwsProperties.S3FILEIO_DELETE_BATCH_SIZE_DEFAULT</a>
<div class="block"><span class="deprecationComment">will be removed in 1.4.0, use <a href="org/apache/iceberg/aws/s3/S3FileIOProperties.html" title="class in org.apache.iceberg.aws.s3"><code>S3FileIOProperties</code></a>
instead</span></div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/apache/iceberg/aws/AwsProperties.html#S3FILEIO_DELETE_BATCH_SIZE_MAX">org.apache.iceberg.aws.AwsProperties.S3FILEIO_DELETE_BATCH_SIZE_MAX</a>
<div class="block"><span class="deprecationComment">will be removed in 1.4.0, use <a href="org/apache/iceberg/aws/s3/S3FileIOProperties.html" title="class in org.apache.iceberg.aws.s3"><code>S3FileIOProperties</code></a>
instead</span></div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/apache/iceberg/aws/AwsProperties.html#S3FILEIO_DELETE_THREADS">org.apache.iceberg.aws.AwsProperties.S3FILEIO_DELETE_THREADS</a>
<div class="block"><span class="deprecationComment">will be removed in 1.4.0, use <a href="org/apache/iceberg/aws/s3/S3FileIOProperties.html" title="class in org.apache.iceberg.aws.s3"><code>S3FileIOProperties</code></a>
instead</span></div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/apache/iceberg/aws/AwsProperties.html#S3FILEIO_ENDPOINT">org.apache.iceberg.aws.AwsProperties.S3FILEIO_ENDPOINT</a>
<div class="block"><span class="deprecationComment">will be removed in 1.4.0, use <a href="org/apache/iceberg/aws/s3/S3FileIOProperties.html" title="class in org.apache.iceberg.aws.s3"><code>S3FileIOProperties</code></a>
instead</span></div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/apache/iceberg/aws/AwsProperties.html#S3FILEIO_MULTIPART_SIZE">org.apache.iceberg.aws.AwsProperties.S3FILEIO_MULTIPART_SIZE</a>
<div class="block"><span class="deprecationComment">will be removed in 1.4.0, use <a href="org/apache/iceberg/aws/s3/S3FileIOProperties.html" title="class in org.apache.iceberg.aws.s3"><code>S3FileIOProperties</code></a>
instead</span></div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/apache/iceberg/aws/AwsProperties.html#S3FILEIO_MULTIPART_SIZE_DEFAULT">org.apache.iceberg.aws.AwsProperties.S3FILEIO_MULTIPART_SIZE_DEFAULT</a>
<div class="block"><span class="deprecationComment">will be removed in 1.4.0, use <a href="org/apache/iceberg/aws/s3/S3FileIOProperties.html" title="class in org.apache.iceberg.aws.s3"><code>S3FileIOProperties</code></a>
instead</span></div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/apache/iceberg/aws/AwsProperties.html#S3FILEIO_MULTIPART_SIZE_MIN">org.apache.iceberg.aws.AwsProperties.S3FILEIO_MULTIPART_SIZE_MIN</a>
<div class="block"><span class="deprecationComment">will be removed in 1.4.0, use <a href="org/apache/iceberg/aws/s3/S3FileIOProperties.html" title="class in org.apache.iceberg.aws.s3"><code>S3FileIOProperties</code></a>
instead</span></div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/apache/iceberg/aws/AwsProperties.html#S3FILEIO_MULTIPART_THRESHOLD_FACTOR">org.apache.iceberg.aws.AwsProperties.S3FILEIO_MULTIPART_THRESHOLD_FACTOR</a>
<div class="block"><span class="deprecationComment">will be removed in 1.4.0, use <a href="org/apache/iceberg/aws/s3/S3FileIOProperties.html" title="class in org.apache.iceberg.aws.s3"><code>S3FileIOProperties</code></a>
instead</span></div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/apache/iceberg/aws/AwsProperties.html#S3FILEIO_MULTIPART_THRESHOLD_FACTOR_DEFAULT">org.apache.iceberg.aws.AwsProperties.S3FILEIO_MULTIPART_THRESHOLD_FACTOR_DEFAULT</a>
<div class="block"><span class="deprecationComment">will be removed in 1.4.0, use <a href="org/apache/iceberg/aws/s3/S3FileIOProperties.html" title="class in org.apache.iceberg.aws.s3"><code>S3FileIOProperties</code></a>
instead</span></div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/apache/iceberg/aws/AwsProperties.html#S3FILEIO_MULTIPART_UPLOAD_THREADS">org.apache.iceberg.aws.AwsProperties.S3FILEIO_MULTIPART_UPLOAD_THREADS</a>
<div class="block"><span class="deprecationComment">will be removed in 1.4.0, use <a href="org/apache/iceberg/aws/s3/S3FileIOProperties.html" title="class in org.apache.iceberg.aws.s3"><code>S3FileIOProperties</code></a>
instead</span></div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/apache/iceberg/aws/AwsProperties.html#S3FILEIO_PATH_STYLE_ACCESS">org.apache.iceberg.aws.AwsProperties.S3FILEIO_PATH_STYLE_ACCESS</a>
<div class="block"><span class="deprecationComment">will be removed in 1.4.0, use <a href="org/apache/iceberg/aws/s3/S3FileIOProperties.html" title="class in org.apache.iceberg.aws.s3"><code>S3FileIOProperties</code></a>
instead</span></div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/apache/iceberg/aws/AwsProperties.html#S3FILEIO_PATH_STYLE_ACCESS_DEFAULT">org.apache.iceberg.aws.AwsProperties.S3FILEIO_PATH_STYLE_ACCESS_DEFAULT</a>
<div class="block"><span class="deprecationComment">will be removed in 1.4.0, use <a href="org/apache/iceberg/aws/s3/S3FileIOProperties.html" title="class in org.apache.iceberg.aws.s3"><code>S3FileIOProperties</code></a>
instead</span></div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/apache/iceberg/aws/AwsProperties.html#S3FILEIO_SECRET_ACCESS_KEY">org.apache.iceberg.aws.AwsProperties.S3FILEIO_SECRET_ACCESS_KEY</a>
<div class="block"><span class="deprecationComment">will be removed in 1.4.0, use <a href="org/apache/iceberg/aws/s3/S3FileIOProperties.html" title="class in org.apache.iceberg.aws.s3"><code>S3FileIOProperties</code></a>
instead</span></div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/apache/iceberg/aws/AwsProperties.html#S3FILEIO_SESSION_TOKEN">org.apache.iceberg.aws.AwsProperties.S3FILEIO_SESSION_TOKEN</a>
<div class="block"><span class="deprecationComment">will be removed in 1.4.0, use <a href="org/apache/iceberg/aws/s3/S3FileIOProperties.html" title="class in org.apache.iceberg.aws.s3"><code>S3FileIOProperties</code></a>
instead</span></div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/apache/iceberg/aws/AwsProperties.html#S3FILEIO_SSE_KEY">org.apache.iceberg.aws.AwsProperties.S3FILEIO_SSE_KEY</a>
<div class="block"><span class="deprecationComment">will be removed in 1.4.0, use <a href="org/apache/iceberg/aws/s3/S3FileIOProperties.html" title="class in org.apache.iceberg.aws.s3"><code>S3FileIOProperties</code></a>
instead</span></div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/apache/iceberg/aws/AwsProperties.html#S3FILEIO_SSE_MD5">org.apache.iceberg.aws.AwsProperties.S3FILEIO_SSE_MD5</a>
<div class="block"><span class="deprecationComment">will be removed in 1.4.0, use <a href="org/apache/iceberg/aws/s3/S3FileIOProperties.html" title="class in org.apache.iceberg.aws.s3"><code>S3FileIOProperties</code></a>
instead</span></div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/apache/iceberg/aws/AwsProperties.html#S3FILEIO_SSE_TYPE">org.apache.iceberg.aws.AwsProperties.S3FILEIO_SSE_TYPE</a>
<div class="block"><span class="deprecationComment">will be removed in 1.4.0, use <a href="org/apache/iceberg/aws/s3/S3FileIOProperties.html" title="class in org.apache.iceberg.aws.s3"><code>S3FileIOProperties</code></a>
instead</span></div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/apache/iceberg/aws/AwsProperties.html#S3FILEIO_SSE_TYPE_CUSTOM">org.apache.iceberg.aws.AwsProperties.S3FILEIO_SSE_TYPE_CUSTOM</a>
<div class="block"><span class="deprecationComment">will be removed in 1.4.0, use <a href="org/apache/iceberg/aws/s3/S3FileIOProperties.html" title="class in org.apache.iceberg.aws.s3"><code>S3FileIOProperties</code></a>
instead</span></div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/apache/iceberg/aws/AwsProperties.html#S3FILEIO_SSE_TYPE_KMS">org.apache.iceberg.aws.AwsProperties.S3FILEIO_SSE_TYPE_KMS</a>
<div class="block"><span class="deprecationComment">will be removed in 1.4.0, use <a href="org/apache/iceberg/aws/s3/S3FileIOProperties.html" title="class in org.apache.iceberg.aws.s3"><code>S3FileIOProperties</code></a>
instead</span></div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/apache/iceberg/aws/AwsProperties.html#S3FILEIO_SSE_TYPE_NONE">org.apache.iceberg.aws.AwsProperties.S3FILEIO_SSE_TYPE_NONE</a>
<div class="block"><span class="deprecationComment">will be removed in 1.4.0, use <a href="org/apache/iceberg/aws/s3/S3FileIOProperties.html" title="class in org.apache.iceberg.aws.s3"><code>S3FileIOProperties</code></a>
instead</span></div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/apache/iceberg/aws/AwsProperties.html#S3FILEIO_SSE_TYPE_S3">org.apache.iceberg.aws.AwsProperties.S3FILEIO_SSE_TYPE_S3</a>
<div class="block"><span class="deprecationComment">will be removed in 1.4.0, use <a href="org/apache/iceberg/aws/s3/S3FileIOProperties.html" title="class in org.apache.iceberg.aws.s3"><code>S3FileIOProperties</code></a>
instead</span></div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/apache/iceberg/aws/AwsProperties.html#S3FILEIO_STAGING_DIRECTORY">org.apache.iceberg.aws.AwsProperties.S3FILEIO_STAGING_DIRECTORY</a>
<div class="block"><span class="deprecationComment">will be removed in 1.4.0, use <a href="org/apache/iceberg/aws/s3/S3FileIOProperties.html" title="class in org.apache.iceberg.aws.s3"><code>S3FileIOProperties</code></a>
instead</span></div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#tokenNames">org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.tokenNames</a>
<div class="block"><span class="deprecationComment">Use <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#VOCABULARY"><code>IcebergSqlExtensionsParser.VOCABULARY</code></a> instead.</span></div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsLexer.html#tokenNames">org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsLexer.tokenNames</a>
<div class="block"><span class="deprecationComment">Use <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsLexer.html#VOCABULARY"><code>IcebergSqlExtensionsLexer.VOCABULARY</code></a> instead.</span></div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/apache/iceberg/spark/SparkSQLProperties.html#USE_TIMESTAMP_WITHOUT_TIME_ZONE_IN_NEW_TABLES">org.apache.iceberg.spark.SparkSQLProperties.USE_TIMESTAMP_WITHOUT_TIME_ZONE_IN_NEW_TABLES</a></td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/apache/iceberg/TableProperties.html#WRITE_FOLDER_STORAGE_LOCATION">org.apache.iceberg.TableProperties.WRITE_FOLDER_STORAGE_LOCATION</a>
<div class="block"><span class="deprecationComment">Use <a href="org/apache/iceberg/TableProperties.html#WRITE_DATA_LOCATION"><code>TableProperties.WRITE_DATA_LOCATION</code></a> instead.</span></div>
</td>
</tr>
</tbody>
</table>
</li>
</ul>
<a name="method">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<table class="deprecatedSummary" border="0" cellpadding="3" cellspacing="0" summary="Deprecated Methods table, listing deprecated methods, and an explanation">
<caption><span>Deprecated Methods</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colOne" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colOne"><a href="org/apache/iceberg/TableScan.html#appendsAfter-long-">org.apache.iceberg.TableScan.appendsAfter(long)</a>
<div class="block"><span class="deprecationComment">since 1.0.0, will be removed in 2.0.0; use <a href="org/apache/iceberg/Table.html#newIncrementalAppendScan--"><code>Table.newIncrementalAppendScan()</code></a>
instead.</span></div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/apache/iceberg/TableScan.html#appendsBetween-long-long-">org.apache.iceberg.TableScan.appendsBetween(long, long)</a>
<div class="block"><span class="deprecationComment">since 1.0.0, will be removed in 2.0.0; use <a href="org/apache/iceberg/Table.html#newIncrementalAppendScan--"><code>Table.newIncrementalAppendScan()</code></a>
instead.</span></div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/apache/iceberg/transforms/Transform.html#apply-S-">org.apache.iceberg.transforms.Transform.apply(S)</a>
<div class="block"><span class="deprecationComment">use <a href="org/apache/iceberg/transforms/Transform.html#bind-org.apache.iceberg.types.Type-"><code>Transform.bind(Type)</code></a> instead; will be removed in 2.0.0</span></div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/apache/iceberg/aws/AwsProperties.html#applyClientRegionConfiguration-T-">org.apache.iceberg.aws.AwsProperties.applyClientRegionConfiguration(T)</a>
<div class="block"><span class="deprecationComment">will be removed in 1.4.0, use <a href="org/apache/iceberg/aws/AwsClientProperties.html" title="class in org.apache.iceberg.aws"><code>AwsClientProperties</code></a>
instead</span></div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/apache/iceberg/aws/AwsProperties.html#applyHttpClientConfigurations-T-">org.apache.iceberg.aws.AwsProperties.applyHttpClientConfigurations(T)</a>
<div class="block"><span class="deprecationComment">will be removed in 1.4.0, use <a href="org/apache/iceberg/aws/HttpClientProperties.html" title="class in org.apache.iceberg.aws"><code>HttpClientProperties</code></a>
instead</span></div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/apache/iceberg/aws/AwsProperties.html#applyS3CredentialConfigurations-T-">org.apache.iceberg.aws.AwsProperties.applyS3CredentialConfigurations(T)</a>
<div class="block"><span class="deprecationComment">will be removed in 1.4.0, use <a href="org/apache/iceberg/aws/s3/S3FileIOProperties.html" title="class in org.apache.iceberg.aws.s3"><code>S3FileIOProperties</code></a>
instead</span></div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/apache/iceberg/aws/AwsProperties.html#applyS3EndpointConfigurations-T-">org.apache.iceberg.aws.AwsProperties.applyS3EndpointConfigurations(T)</a>
<div class="block"><span class="deprecationComment">will be removed in 1.4.0, use <a href="org/apache/iceberg/aws/s3/S3FileIOProperties.html" title="class in org.apache.iceberg.aws.s3"><code>S3FileIOProperties</code></a>
instead</span></div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/apache/iceberg/aws/AwsProperties.html#applyS3ServiceConfigurations-T-">org.apache.iceberg.aws.AwsProperties.applyS3ServiceConfigurations(T)</a>
<div class="block"><span class="deprecationComment">will be removed in 1.4.0, use <a href="org/apache/iceberg/aws/s3/S3FileIOProperties.html" title="class in org.apache.iceberg.aws.s3"><code>S3FileIOProperties</code></a>
instead</span></div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/apache/iceberg/aws/AwsProperties.html#applyS3SignerConfiguration-T-">org.apache.iceberg.aws.AwsProperties.applyS3SignerConfiguration(T)</a>
<div class="block"><span class="deprecationComment">will be removed in 1.4.0, use <a href="org/apache/iceberg/aws/s3/S3FileIOProperties.html" title="class in org.apache.iceberg.aws.s3"><code>S3FileIOProperties</code></a>
instead</span></div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/apache/iceberg/transforms/Transforms.html#bucket-org.apache.iceberg.types.Type-int-">org.apache.iceberg.transforms.Transforms.bucket(Type, int)</a>
<div class="block"><span class="deprecationComment">use <a href="org/apache/iceberg/transforms/Transforms.html#bucket-int-"><code>Transforms.bucket(int)</code></a> instead; will be removed in 2.0.0</span></div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/apache/iceberg/aws/AwsClientFactories.html#configureEndpoint-T-java.lang.String-">org.apache.iceberg.aws.AwsClientFactories.configureEndpoint(T, String)</a>
<div class="block"><span class="deprecationComment">Not for public use. To configure the endpoint for a client, please use <a href="org/apache/iceberg/aws/AwsProperties.html#applyS3EndpointConfigurations-T-"><code>AwsProperties.applyS3EndpointConfigurations(S3ClientBuilder)</code></a>, <a href="org/apache/iceberg/aws/AwsProperties.html#applyGlueEndpointConfigurations-T-"><code>AwsProperties.applyGlueEndpointConfigurations(GlueClientBuilder)</code></a>, or <a href="org/apache/iceberg/aws/AwsProperties.html#applyDynamoDbEndpointConfigurations-T-"><code>AwsProperties.applyDynamoDbEndpointConfigurations(DynamoDbClientBuilder)</code></a> accordingly. It
will be removed in 2.0.0</span></div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/apache/iceberg/aws/AwsClientFactories.html#configureHttpClientBuilder-java.lang.String-">org.apache.iceberg.aws.AwsClientFactories.configureHttpClientBuilder(String)</a>
<div class="block"><span class="deprecationComment">Not for public use. To configure the httpClient for a client, please use <a href="org/apache/iceberg/aws/AwsProperties.html#applyHttpClientConfigurations-T-"><code>AwsProperties.applyHttpClientConfigurations(AwsSyncClientBuilder)</code></a>. It will be removed in
2.0.0</span></div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/apache/iceberg/metrics/MetricsContext.Counter.html#count--">org.apache.iceberg.metrics.MetricsContext.Counter.count()</a>
<div class="block"><span class="deprecationComment">Use <a href="org/apache/iceberg/metrics/Counter.html#value--"><code>Counter.value()</code></a></span></div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/apache/iceberg/metrics/MetricsContext.html#counter-java.lang.String-java.lang.Class-org.apache.iceberg.metrics.MetricsContext.Unit-">org.apache.iceberg.metrics.MetricsContext.counter(String, Class&lt;T&gt;, MetricsContext.Unit)</a>
<div class="block"><span class="deprecationComment">will be removed in 2.0.0, use <a href="org/apache/iceberg/metrics/MetricsContext.html#counter-java.lang.String-org.apache.iceberg.metrics.MetricsContext.Unit-"><code>MetricsContext.counter(String, Unit)</code></a> instead.</span></div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/apache/iceberg/metrics/DefaultMetricsContext.html#counter-java.lang.String-java.lang.Class-org.apache.iceberg.metrics.MetricsContext.Unit-">org.apache.iceberg.metrics.DefaultMetricsContext.counter(String, Class&lt;T&gt;, MetricsContext.Unit)</a>
<div class="block"><span class="deprecationComment">will be removed in 2.0.0, use <a href="org/apache/iceberg/metrics/Counter.html" title="interface in org.apache.iceberg.metrics"><code>Counter</code></a> instead.</span></div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/apache/iceberg/transforms/Transforms.html#day-org.apache.iceberg.types.Type-">org.apache.iceberg.transforms.Transforms.day(Type)</a>
<div class="block"><span class="deprecationComment">use <a href="org/apache/iceberg/transforms/Transforms.html#day--"><code>Transforms.day()</code></a> instead; will be removed in 2.0.0</span></div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/apache/iceberg/arrow/vectorized/parquet/VectorizedColumnIterator.html#fixedLengthDecimalBatchReader--">org.apache.iceberg.arrow.vectorized.parquet.VectorizedColumnIterator.fixedLengthDecimalBatchReader()</a>
<div class="block"><span class="deprecationComment">will be removed in 1.4.0</span></div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/apache/iceberg/MetricsConfig.html#fromProperties-java.util.Map-">org.apache.iceberg.MetricsConfig.fromProperties(Map&lt;String, String&gt;)</a>
<div class="block"><span class="deprecationComment">use <a href="org/apache/iceberg/MetricsConfig.html#forTable-org.apache.iceberg.Table-"><code>MetricsConfig.forTable(Table)</code></a></span></div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#getTokenNames--">org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.getTokenNames()</a></td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsLexer.html#getTokenNames--">org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsLexer.getTokenNames()</a></td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/apache/iceberg/transforms/Transforms.html#hour-org.apache.iceberg.types.Type-">org.apache.iceberg.transforms.Transforms.hour(Type)</a>
<div class="block"><span class="deprecationComment">use <a href="org/apache/iceberg/transforms/Transforms.html#hour--"><code>Transforms.hour()</code></a> instead; will be removed in 2.0.0</span></div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/apache/iceberg/transforms/Transforms.html#identity-org.apache.iceberg.types.Type-">org.apache.iceberg.transforms.Transforms.identity(Type)</a>
<div class="block"><span class="deprecationComment">use <a href="org/apache/iceberg/transforms/Transforms.html#identity--"><code>Transforms.identity()</code></a> instead; will be removed in 2.0.0</span></div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/apache/iceberg/arrow/vectorized/parquet/VectorizedColumnIterator.html#intBackedDecimalBatchReader--">org.apache.iceberg.arrow.vectorized.parquet.VectorizedColumnIterator.intBackedDecimalBatchReader()</a>
<div class="block"><span class="deprecationComment">will be removed in 1.4.0</span></div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/apache/iceberg/aws/AwsProperties.html#isS3ChecksumEnabled--">org.apache.iceberg.aws.AwsProperties.isS3ChecksumEnabled()</a>
<div class="block"><span class="deprecationComment">will be removed in 1.4.0, use <a href="org/apache/iceberg/aws/s3/S3FileIOProperties.html" title="class in org.apache.iceberg.aws.s3"><code>S3FileIOProperties</code></a>
instead</span></div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/apache/iceberg/aws/AwsProperties.html#isS3DeleteEnabled--">org.apache.iceberg.aws.AwsProperties.isS3DeleteEnabled()</a>
<div class="block"><span class="deprecationComment">will be removed in 1.4.0, use <a href="org/apache/iceberg/aws/s3/S3FileIOProperties.html" title="class in org.apache.iceberg.aws.s3"><code>S3FileIOProperties</code></a>
instead</span></div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/apache/iceberg/arrow/vectorized/parquet/VectorizedColumnIterator.html#longBackedDecimalBatchReader--">org.apache.iceberg.arrow.vectorized.parquet.VectorizedColumnIterator.longBackedDecimalBatchReader()</a>
<div class="block"><span class="deprecationComment">will be removed in 1.4.0</span></div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/apache/iceberg/transforms/Transforms.html#month-org.apache.iceberg.types.Type-">org.apache.iceberg.transforms.Transforms.month(Type)</a>
<div class="block"><span class="deprecationComment">use <a href="org/apache/iceberg/transforms/Transforms.html#month--"><code>Transforms.month()</code></a> instead; will be removed in 2.0.0</span></div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/apache/iceberg/BaseMetadataTable.html#operations--">org.apache.iceberg.BaseMetadataTable.operations()</a>
<div class="block"><span class="deprecationComment">will be removed in 1.4.0; do not use metadata table TableOperations</span></div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/apache/iceberg/flink/source/FlinkSource.Builder.html#properties-java.util.Map-">org.apache.iceberg.flink.source.FlinkSource.Builder.properties(Map&lt;String, String&gt;)</a>
<div class="block"><span class="deprecationComment">Use <a href="org/apache/iceberg/flink/source/FlinkSource.Builder.html#setAll-java.util.Map-"><code>FlinkSource.Builder.setAll(java.util.Map&lt;java.lang.String, java.lang.String&gt;)</code></a> instead.</span></div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/apache/iceberg/flink/source/IcebergSource.Builder.html#properties-java.util.Map-">org.apache.iceberg.flink.source.IcebergSource.Builder.properties(Map&lt;String, String&gt;)</a>
<div class="block"><span class="deprecationComment">Use <a href="org/apache/iceberg/flink/source/IcebergSource.Builder.html#setAll-java.util.Map-"><code>IcebergSource.Builder.setAll(java.util.Map&lt;java.lang.String, java.lang.String&gt;)</code></a> instead.</span></div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/apache/iceberg/RewriteFiles.html#rewriteFiles-java.util.Set-java.util.Set-">org.apache.iceberg.RewriteFiles.rewriteFiles(Set&lt;DataFile&gt;, Set&lt;DataFile&gt;)</a>
<div class="block"><span class="deprecationComment">since 1.3.0, will be removed in 2.0.0</span></div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/apache/iceberg/RewriteFiles.html#rewriteFiles-java.util.Set-java.util.Set-long-">org.apache.iceberg.RewriteFiles.rewriteFiles(Set&lt;DataFile&gt;, Set&lt;DataFile&gt;, long)</a>
<div class="block"><span class="deprecationComment">since 1.3.0, will be removed in 2.0.0</span></div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/apache/iceberg/RewriteFiles.html#rewriteFiles-java.util.Set-java.util.Set-java.util.Set-java.util.Set-">org.apache.iceberg.RewriteFiles.rewriteFiles(Set&lt;DataFile&gt;, Set&lt;DeleteFile&gt;, Set&lt;DataFile&gt;, Set&lt;DeleteFile&gt;)</a>
<div class="block"><span class="deprecationComment">since 1.3.0, will be removed in 2.0.0</span></div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/apache/iceberg/aws/AwsProperties.html#s3BucketToAccessPointMapping--">org.apache.iceberg.aws.AwsProperties.s3BucketToAccessPointMapping()</a>
<div class="block"><span class="deprecationComment">will be removed in 1.4.0, use <a href="org/apache/iceberg/aws/s3/S3FileIOProperties.html" title="class in org.apache.iceberg.aws.s3"><code>S3FileIOProperties</code></a>
instead</span></div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/apache/iceberg/aws/AwsClientFactories.html#s3Configuration-java.lang.Boolean-java.lang.Boolean-">org.apache.iceberg.aws.AwsClientFactories.s3Configuration(Boolean, Boolean)</a>
<div class="block"><span class="deprecationComment">Not for public use. To build an S3Configuration object, use
S3Configuration.builder() directly. It will be removed in 2.0.0</span></div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/apache/iceberg/aws/AwsProperties.html#s3DeleteTags--">org.apache.iceberg.aws.AwsProperties.s3DeleteTags()</a>
<div class="block"><span class="deprecationComment">will be removed in 1.4.0, use <a href="org/apache/iceberg/aws/s3/S3FileIOProperties.html" title="class in org.apache.iceberg.aws.s3"><code>S3FileIOProperties</code></a>
instead</span></div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/apache/iceberg/aws/AwsProperties.html#s3FileIoAcl--">org.apache.iceberg.aws.AwsProperties.s3FileIoAcl()</a>
<div class="block"><span class="deprecationComment">will be removed in 1.4.0, use <a href="org/apache/iceberg/aws/s3/S3FileIOProperties.html" title="class in org.apache.iceberg.aws.s3"><code>S3FileIOProperties</code></a>
instead</span></div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/apache/iceberg/aws/AwsProperties.html#s3FileIoDeleteBatchSize--">org.apache.iceberg.aws.AwsProperties.s3FileIoDeleteBatchSize()</a>
<div class="block"><span class="deprecationComment">will be removed in 1.4.0, use <a href="org/apache/iceberg/aws/s3/S3FileIOProperties.html" title="class in org.apache.iceberg.aws.s3"><code>S3FileIOProperties</code></a>
instead</span></div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/apache/iceberg/aws/AwsProperties.html#s3FileIoDeleteThreads--">org.apache.iceberg.aws.AwsProperties.s3FileIoDeleteThreads()</a>
<div class="block"><span class="deprecationComment">will be removed in 1.4.0, use <a href="org/apache/iceberg/aws/s3/S3FileIOProperties.html" title="class in org.apache.iceberg.aws.s3"><code>S3FileIOProperties</code></a>
instead</span></div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/apache/iceberg/aws/AwsProperties.html#s3FileIoMultiPartSize--">org.apache.iceberg.aws.AwsProperties.s3FileIoMultiPartSize()</a>
<div class="block"><span class="deprecationComment">will be removed in 1.4.0, use <a href="org/apache/iceberg/aws/s3/S3FileIOProperties.html" title="class in org.apache.iceberg.aws.s3"><code>S3FileIOProperties</code></a>
instead</span></div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/apache/iceberg/aws/AwsProperties.html#s3FileIOMultipartThresholdFactor--">org.apache.iceberg.aws.AwsProperties.s3FileIOMultipartThresholdFactor()</a>
<div class="block"><span class="deprecationComment">will be removed in 1.4.0, use <a href="org/apache/iceberg/aws/s3/S3FileIOProperties.html" title="class in org.apache.iceberg.aws.s3"><code>S3FileIOProperties</code></a>
instead</span></div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/apache/iceberg/aws/AwsProperties.html#s3FileIoMultipartUploadThreads--">org.apache.iceberg.aws.AwsProperties.s3FileIoMultipartUploadThreads()</a>
<div class="block"><span class="deprecationComment">will be removed in 1.4.0, use <a href="org/apache/iceberg/aws/s3/S3FileIOProperties.html" title="class in org.apache.iceberg.aws.s3"><code>S3FileIOProperties</code></a>
instead</span></div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/apache/iceberg/aws/AwsProperties.html#s3FileIoSseKey--">org.apache.iceberg.aws.AwsProperties.s3FileIoSseKey()</a>
<div class="block"><span class="deprecationComment">will be removed in 1.4.0, use <a href="org/apache/iceberg/aws/s3/S3FileIOProperties.html" title="class in org.apache.iceberg.aws.s3"><code>S3FileIOProperties</code></a>
instead</span></div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/apache/iceberg/aws/AwsProperties.html#s3FileIoSseMd5--">org.apache.iceberg.aws.AwsProperties.s3FileIoSseMd5()</a>
<div class="block"><span class="deprecationComment">will be removed in 1.4.0, use <a href="org/apache/iceberg/aws/s3/S3FileIOProperties.html" title="class in org.apache.iceberg.aws.s3"><code>S3FileIOProperties</code></a>
instead</span></div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/apache/iceberg/aws/AwsProperties.html#s3FileIoSseType--">org.apache.iceberg.aws.AwsProperties.s3FileIoSseType()</a>
<div class="block"><span class="deprecationComment">will be removed in 1.4.0, use <a href="org/apache/iceberg/aws/s3/S3FileIOProperties.html" title="class in org.apache.iceberg.aws.s3"><code>S3FileIOProperties</code></a>
instead</span></div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/apache/iceberg/aws/AwsProperties.html#s3fileIoStagingDirectory--">org.apache.iceberg.aws.AwsProperties.s3fileIoStagingDirectory()</a>
<div class="block"><span class="deprecationComment">will be removed in 1.4.0, use <a href="org/apache/iceberg/aws/s3/S3FileIOProperties.html" title="class in org.apache.iceberg.aws.s3"><code>S3FileIOProperties</code></a>
instead</span></div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/apache/iceberg/aws/AwsProperties.html#s3PreloadClientEnabled--">org.apache.iceberg.aws.AwsProperties.s3PreloadClientEnabled()</a>
<div class="block"><span class="deprecationComment">will be removed in 1.4.0, use <a href="org/apache/iceberg/aws/s3/S3FileIOProperties.html" title="class in org.apache.iceberg.aws.s3"><code>S3FileIOProperties</code></a>
instead</span></div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/apache/iceberg/aws/AwsProperties.html#s3WriteNamespaceTagEnabled--">org.apache.iceberg.aws.AwsProperties.s3WriteNamespaceTagEnabled()</a>
<div class="block"><span class="deprecationComment">will be removed in 1.4.0, use <a href="org/apache/iceberg/aws/s3/S3FileIOProperties.html" title="class in org.apache.iceberg.aws.s3"><code>S3FileIOProperties</code></a>
instead</span></div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/apache/iceberg/aws/AwsProperties.html#s3WriteTableTagEnabled--">org.apache.iceberg.aws.AwsProperties.s3WriteTableTagEnabled()</a>
<div class="block"><span class="deprecationComment">will be removed in 1.4.0, use <a href="org/apache/iceberg/aws/s3/S3FileIOProperties.html" title="class in org.apache.iceberg.aws.s3"><code>S3FileIOProperties</code></a>
instead</span></div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/apache/iceberg/aws/AwsProperties.html#s3WriteTags--">org.apache.iceberg.aws.AwsProperties.s3WriteTags()</a>
<div class="block"><span class="deprecationComment">will be removed in 1.4.0, use <a href="org/apache/iceberg/aws/s3/S3FileIOProperties.html" title="class in org.apache.iceberg.aws.s3"><code>S3FileIOProperties</code></a>
instead</span></div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/apache/iceberg/aws/AwsProperties.html#setS3ChecksumEnabled-boolean-">org.apache.iceberg.aws.AwsProperties.setS3ChecksumEnabled(boolean)</a>
<div class="block"><span class="deprecationComment">will be removed in 1.4.0, use <a href="org/apache/iceberg/aws/s3/S3FileIOProperties.html" title="class in org.apache.iceberg.aws.s3"><code>S3FileIOProperties</code></a>
instead</span></div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/apache/iceberg/aws/AwsProperties.html#setS3DeleteEnabled-boolean-">org.apache.iceberg.aws.AwsProperties.setS3DeleteEnabled(boolean)</a>
<div class="block"><span class="deprecationComment">will be removed in 1.4.0, use <a href="org/apache/iceberg/aws/s3/S3FileIOProperties.html" title="class in org.apache.iceberg.aws.s3"><code>S3FileIOProperties</code></a>
instead</span></div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/apache/iceberg/aws/AwsProperties.html#setS3FileIoAcl-software.amazon.awssdk.services.s3.model.ObjectCannedACL-">org.apache.iceberg.aws.AwsProperties.setS3FileIoAcl(ObjectCannedACL)</a>
<div class="block"><span class="deprecationComment">will be removed in 1.4.0, use <a href="org/apache/iceberg/aws/s3/S3FileIOProperties.html" title="class in org.apache.iceberg.aws.s3"><code>S3FileIOProperties</code></a>
instead</span></div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/apache/iceberg/aws/AwsProperties.html#setS3FileIoDeleteBatchSize-int-">org.apache.iceberg.aws.AwsProperties.setS3FileIoDeleteBatchSize(int)</a>
<div class="block"><span class="deprecationComment">will be removed in 1.4.0, use <a href="org/apache/iceberg/aws/s3/S3FileIOProperties.html" title="class in org.apache.iceberg.aws.s3"><code>S3FileIOProperties</code></a>
instead</span></div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/apache/iceberg/aws/AwsProperties.html#setS3FileIoDeleteThreads-int-">org.apache.iceberg.aws.AwsProperties.setS3FileIoDeleteThreads(int)</a>
<div class="block"><span class="deprecationComment">will be removed in 1.4.0, use <a href="org/apache/iceberg/aws/s3/S3FileIOProperties.html" title="class in org.apache.iceberg.aws.s3"><code>S3FileIOProperties</code></a>
instead</span></div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/apache/iceberg/aws/AwsProperties.html#setS3FileIoMultiPartSize-int-">org.apache.iceberg.aws.AwsProperties.setS3FileIoMultiPartSize(int)</a>
<div class="block"><span class="deprecationComment">will be removed in 1.4.0, use <a href="org/apache/iceberg/aws/s3/S3FileIOProperties.html" title="class in org.apache.iceberg.aws.s3"><code>S3FileIOProperties</code></a>
instead</span></div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/apache/iceberg/aws/AwsProperties.html#setS3FileIoMultipartThresholdFactor-double-">org.apache.iceberg.aws.AwsProperties.setS3FileIoMultipartThresholdFactor(double)</a>
<div class="block"><span class="deprecationComment">will be removed in 1.4.0, use <a href="org/apache/iceberg/aws/s3/S3FileIOProperties.html" title="class in org.apache.iceberg.aws.s3"><code>S3FileIOProperties</code></a>
instead</span></div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/apache/iceberg/aws/AwsProperties.html#setS3FileIoMultipartUploadThreads-int-">org.apache.iceberg.aws.AwsProperties.setS3FileIoMultipartUploadThreads(int)</a>
<div class="block"><span class="deprecationComment">will be removed in 1.4.0, use <a href="org/apache/iceberg/aws/s3/S3FileIOProperties.html" title="class in org.apache.iceberg.aws.s3"><code>S3FileIOProperties</code></a>
instead</span></div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/apache/iceberg/aws/AwsProperties.html#setS3FileIoSseKey-java.lang.String-">org.apache.iceberg.aws.AwsProperties.setS3FileIoSseKey(String)</a>
<div class="block"><span class="deprecationComment">will be removed in 1.4.0, use <a href="org/apache/iceberg/aws/s3/S3FileIOProperties.html" title="class in org.apache.iceberg.aws.s3"><code>S3FileIOProperties</code></a>
instead</span></div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/apache/iceberg/aws/AwsProperties.html#setS3FileIoSseMd5-java.lang.String-">org.apache.iceberg.aws.AwsProperties.setS3FileIoSseMd5(String)</a>
<div class="block"><span class="deprecationComment">will be removed in 1.4.0, use <a href="org/apache/iceberg/aws/s3/S3FileIOProperties.html" title="class in org.apache.iceberg.aws.s3"><code>S3FileIOProperties</code></a>
instead</span></div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/apache/iceberg/aws/AwsProperties.html#setS3FileIoSseType-java.lang.String-">org.apache.iceberg.aws.AwsProperties.setS3FileIoSseType(String)</a>
<div class="block"><span class="deprecationComment">will be removed in 1.4.0, use <a href="org/apache/iceberg/aws/s3/S3FileIOProperties.html" title="class in org.apache.iceberg.aws.s3"><code>S3FileIOProperties</code></a>
instead</span></div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/apache/iceberg/aws/AwsProperties.html#setS3fileIoStagingDirectory-java.lang.String-">org.apache.iceberg.aws.AwsProperties.setS3fileIoStagingDirectory(String)</a>
<div class="block"><span class="deprecationComment">will be removed in 1.4.0, use <a href="org/apache/iceberg/aws/s3/S3FileIOProperties.html" title="class in org.apache.iceberg.aws.s3"><code>S3FileIOProperties</code></a>
instead</span></div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/apache/iceberg/aws/AwsProperties.html#setS3PreloadClientEnabled-boolean-">org.apache.iceberg.aws.AwsProperties.setS3PreloadClientEnabled(boolean)</a>
<div class="block"><span class="deprecationComment">will be removed in 1.4.0, use <a href="org/apache/iceberg/aws/s3/S3FileIOProperties.html" title="class in org.apache.iceberg.aws.s3"><code>S3FileIOProperties</code></a>
instead</span></div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/apache/iceberg/aws/AwsProperties.html#setS3WriteNamespaceTagEnabled-boolean-">org.apache.iceberg.aws.AwsProperties.setS3WriteNamespaceTagEnabled(boolean)</a>
<div class="block"><span class="deprecationComment">will be removed in 1.4.0, use <a href="org/apache/iceberg/aws/s3/S3FileIOProperties.html" title="class in org.apache.iceberg.aws.s3"><code>S3FileIOProperties</code></a>
instead</span></div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/apache/iceberg/aws/AwsProperties.html#setS3WriteTableTagEnabled-boolean-">org.apache.iceberg.aws.AwsProperties.setS3WriteTableTagEnabled(boolean)</a>
<div class="block"><span class="deprecationComment">will be removed in 1.4.0, use <a href="org/apache/iceberg/aws/s3/S3FileIOProperties.html" title="class in org.apache.iceberg.aws.s3"><code>S3FileIOProperties</code></a>
instead</span></div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/apache/iceberg/transforms/Transform.html#toHumanString-T-">org.apache.iceberg.transforms.Transform.toHumanString(T)</a>
<div class="block"><span class="deprecationComment">use <a href="org/apache/iceberg/transforms/Transform.html#toHumanString-org.apache.iceberg.types.Type-T-"><code>Transform.toHumanString(Type, Object)</code></a> instead; will be removed in 2.0.0</span></div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/apache/iceberg/transforms/Transforms.html#truncate-org.apache.iceberg.types.Type-int-">org.apache.iceberg.transforms.Transforms.truncate(Type, int)</a>
<div class="block"><span class="deprecationComment">use <a href="org/apache/iceberg/transforms/Transforms.html#truncate-int-"><code>Transforms.truncate(int)</code></a> instead; will be removed in 2.0.0</span></div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/apache/iceberg/transforms/Transforms.html#year-org.apache.iceberg.types.Type-">org.apache.iceberg.transforms.Transforms.year(Type)</a>
<div class="block"><span class="deprecationComment">use <a href="org/apache/iceberg/transforms/Transforms.html#year--"><code>Transforms.year()</code></a> instead; will be removed in 2.0.0</span></div>
</td>
</tr>
</tbody>
</table>
</li>
</ul>
</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 class="navBarCell1Rev">Deprecated</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>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="index.html?deprecated-list.html" target="_top">Frames</a></li>
<li><a href="deprecated-list.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>