blob: 9168651d7f79902a38cf6d9725a5b0001784ea0a [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>
<li><a href="#constructor">Deprecated Constructors</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/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>
</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/rest/HTTPClientFactory.html" title="class in org.apache.iceberg.rest">org.apache.iceberg.rest.HTTPClientFactory</a>
<div class="block"><span class="deprecationComment">Will be removed in 1.2.0. Use <a href="org/apache/iceberg/rest/HTTPClient.html#builder--"><code>HTTPClient.builder()</code></a> directly.</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>
</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/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 in 0.14.0, 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 in 0.14.0, 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/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="altColor">
<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="rowColor">
<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/BaseReplacePartitions.html#apply-org.apache.iceberg.TableMetadata-">org.apache.iceberg.BaseReplacePartitions.apply(TableMetadata)</a>
<div class="block"><span class="deprecationComment">Will be removed in 1.2.0, use <a href="org/apache/iceberg/BaseReplacePartitions.html#apply-org.apache.iceberg.TableMetadata-org.apache.iceberg.Snapshot-"><code>BaseReplacePartitions.apply(TableMetadata,
Snapshot)</code></a>.</span></div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/apache/iceberg/BaseRewriteManifests.html#apply-org.apache.iceberg.TableMetadata-">org.apache.iceberg.BaseRewriteManifests.apply(TableMetadata)</a>
<div class="block"><span class="deprecationComment">Will be removed in 1.2.0, use <a href="org/apache/iceberg/BaseRewriteManifests.html#apply-org.apache.iceberg.TableMetadata-org.apache.iceberg.Snapshot-"><code>BaseRewriteManifests.apply(TableMetadata,
Snapshot)</code></a>.</span></div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/apache/iceberg/hadoop/Util.html#blockLocations-org.apache.iceberg.io.FileIO-org.apache.iceberg.CombinedScanTask-">org.apache.iceberg.hadoop.Util.blockLocations(FileIO, CombinedScanTask)</a>
<div class="block"><span class="deprecationComment">Will be removed in 1.2.0, use <a href="org/apache/iceberg/hadoop/Util.html#blockLocations-org.apache.iceberg.io.FileIO-org.apache.iceberg.ContentScanTask-"><code>Util.blockLocations(FileIO, ContentScanTask)</code></a>.</span></div>
</td>
</tr>
<tr class="altColor">
<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="rowColor">
<td class="colOne"><a href="org/apache/iceberg/orc/ORC.WriteBuilder.html#config-java.lang.String-java.lang.String-">org.apache.iceberg.orc.ORC.WriteBuilder.config(String, String)</a>
<div class="block"><span class="deprecationComment">Please use #set(String, String) instead</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/util/PartitionUtil.html#constantsMap-org.apache.iceberg.FileScanTask-">org.apache.iceberg.util.PartitionUtil.constantsMap(FileScanTask)</a>
<div class="block"><span class="deprecationComment">Will be removed in 1.2.0, use <a href="org/apache/iceberg/util/PartitionUtil.html#constantsMap-org.apache.iceberg.ContentScanTask-"><code>PartitionUtil.constantsMap(ContentScanTask)</code></a>.</span></div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/apache/iceberg/util/PartitionUtil.html#constantsMap-org.apache.iceberg.FileScanTask-java.util.function.BiFunction-">org.apache.iceberg.util.PartitionUtil.constantsMap(FileScanTask, BiFunction&lt;Type, Object, Object&gt;)</a>
<div class="block"><span class="deprecationComment">Will be removed in 1.2.0, use <a href="org/apache/iceberg/util/PartitionUtil.html#constantsMap-org.apache.iceberg.ContentScanTask-java.util.function.BiFunction-"><code>PartitionUtil.constantsMap(ContentScanTask,
BiFunction)</code></a>.</span></div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/apache/iceberg/util/PartitionUtil.html#constantsMap-org.apache.iceberg.FileScanTask-org.apache.iceberg.types.Types.StructType-java.util.function.BiFunction-">org.apache.iceberg.util.PartitionUtil.constantsMap(FileScanTask, Types.StructType, BiFunction&lt;Type, Object, Object&gt;)</a>
<div class="block"><span class="deprecationComment">Will be removed in 1.2.0, use <code>PartitionUtil#constantsMap(ContentScanTask,
StructType, BiFunction)</code>.</span></div>
</td>
</tr>
<tr class="rowColor">
<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="altColor">
<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="rowColor">
<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="altColor">
<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="rowColor">
<td class="colOne"><a href="org/apache/iceberg/ManifestWriter.html#delete-F-">org.apache.iceberg.ManifestWriter.delete(F)</a>
<div class="block"><span class="deprecationComment">since 1.1.0, will be removed in 1.2.0; use <a href="org/apache/iceberg/ManifestWriter.html#delete-F-long-java.lang.Long-"><code>ManifestWriter.delete(ContentFile, long,
Long)</code></a>.</span></div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/apache/iceberg/ManifestWriter.html#existing-F-long-long-">org.apache.iceberg.ManifestWriter.existing(F, long, long)</a>
<div class="block"><span class="deprecationComment">since 1.1.0, will be removed in 1.2.0; use <a href="org/apache/iceberg/ManifestWriter.html#existing-F-long-long-java.lang.Long-"><code>ManifestWriter.existing(ContentFile, long,
long, Long)</code></a>.</span></div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/apache/iceberg/spark/actions/ExpireSnapshotsSparkAction.html#expire--">org.apache.iceberg.spark.actions.ExpireSnapshotsSparkAction.expire()</a>
<div class="block"><span class="deprecationComment">since 1.0.0, will be removed in 1.1.0; use <a href="org/apache/iceberg/spark/actions/ExpireSnapshotsSparkAction.html#expireFiles--"><code>ExpireSnapshotsSparkAction.expireFiles()</code></a> instead.</span></div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/apache/iceberg/deletes/Deletes.html#filterDeleted-org.apache.iceberg.io.CloseableIterable-java.util.function.Predicate-">org.apache.iceberg.deletes.Deletes.filterDeleted(CloseableIterable&lt;T&gt;, Predicate&lt;T&gt;)</a>
<div class="block"><span class="deprecationComment">Will be removed in 1.2.0, use <a href="org/apache/iceberg/deletes/Deletes.html#filterDeleted-org.apache.iceberg.io.CloseableIterable-java.util.function.Predicate-org.apache.iceberg.deletes.DeleteCounter-"><code>Deletes.filterDeleted(CloseableIterable,
Predicate, DeleteCounter)</code></a>.</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/IcebergSqlExtensionsLexer.html#getTokenNames--">org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsLexer.getTokenNames()</a></td>
</tr>
<tr class="rowColor">
<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="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/spark/SparkTableUtil.html#listPartition-org.apache.iceberg.spark.SparkTableUtil.SparkPartition-org.apache.iceberg.PartitionSpec-org.apache.iceberg.hadoop.SerializableConfiguration-org.apache.iceberg.MetricsConfig-">org.apache.iceberg.spark.SparkTableUtil.listPartition(SparkTableUtil.SparkPartition, PartitionSpec, SerializableConfiguration, MetricsConfig)</a>
<div class="block"><span class="deprecationComment">use <a href="org/apache/iceberg/data/TableMigrationUtil.html#listPartition-java.util.Map-java.lang.String-java.lang.String-org.apache.iceberg.PartitionSpec-org.apache.hadoop.conf.Configuration-org.apache.iceberg.MetricsConfig-org.apache.iceberg.mapping.NameMapping-"><code>TableMigrationUtil.listPartition(Map, String, String, PartitionSpec,
Configuration, MetricsConfig, NameMapping)</code></a></span></div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/apache/iceberg/spark/SparkTableUtil.html#listPartition-org.apache.iceberg.spark.SparkTableUtil.SparkPartition-org.apache.iceberg.PartitionSpec-org.apache.iceberg.hadoop.SerializableConfiguration-org.apache.iceberg.MetricsConfig-org.apache.iceberg.mapping.NameMapping-">org.apache.iceberg.spark.SparkTableUtil.listPartition(SparkTableUtil.SparkPartition, PartitionSpec, SerializableConfiguration, MetricsConfig, NameMapping)</a>
<div class="block"><span class="deprecationComment">use <a href="org/apache/iceberg/data/TableMigrationUtil.html#listPartition-java.util.Map-java.lang.String-java.lang.String-org.apache.iceberg.PartitionSpec-org.apache.hadoop.conf.Configuration-org.apache.iceberg.MetricsConfig-org.apache.iceberg.mapping.NameMapping-"><code>TableMigrationUtil.listPartition(Map, String, String, PartitionSpec,
Configuration, MetricsConfig, NameMapping)</code></a></span></div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/apache/iceberg/spark/SparkTableUtil.html#loadCatalogMetadataTable-org.apache.spark.sql.SparkSession-org.apache.iceberg.Table-org.apache.iceberg.MetadataTableType-">org.apache.iceberg.spark.SparkTableUtil.loadCatalogMetadataTable(SparkSession, Table, MetadataTableType)</a>
<div class="block"><span class="deprecationComment">since 0.14.0, will be removed in 0.15.0; use <a href="org/apache/iceberg/spark/SparkTableUtil.html#loadMetadataTable-org.apache.spark.sql.SparkSession-org.apache.iceberg.Table-org.apache.iceberg.MetadataTableType-"><code>SparkTableUtil.loadMetadataTable(SparkSession, Table, MetadataTableType)</code></a>.</span></div>
</td>
</tr>
<tr class="rowColor">
<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="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/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/BaseReplacePartitions.html#validate-org.apache.iceberg.TableMetadata-">org.apache.iceberg.BaseReplacePartitions.validate(TableMetadata)</a>
<div class="block"><span class="deprecationComment">Will be removed in 1.2.0, use <code>SnapshotProducer.validate(TableMetadata,
Snapshot)</code>.</span></div>
</td>
</tr>
<tr class="altColor">
<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>
<a name="constructor">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<table class="deprecatedSummary" border="0" cellpadding="3" cellspacing="0" summary="Deprecated Constructors table, listing deprecated constructors, and an explanation">
<caption><span>Deprecated Constructors</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colOne" scope="col">Constructor and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colOne"><a href="org/apache/iceberg/ManifestReader.html#ManifestReader-org.apache.iceberg.io.InputFile-java.util.Map-org.apache.iceberg.InheritableMetadata-org.apache.iceberg.ManifestReader.FileType-">org.apache.iceberg.ManifestReader(InputFile, Map&lt;Integer, PartitionSpec&gt;, InheritableMetadata, ManifestReader.FileType)</a>
<div class="block"><span class="deprecationComment">Will be removed in 1.2.0, use <a href="org/apache/iceberg/ManifestReader.html#ManifestReader-org.apache.iceberg.io.InputFile-int-java.util.Map-org.apache.iceberg.InheritableMetadata-org.apache.iceberg.ManifestReader.FileType-"><code>ManifestReader(InputFile, int,
Map, InheritableMetadata, FileType)</code></a>.</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>