blob: 5169c919de6af0124701f5f9b79825772fe9382c [file] [log] [blame]
<!DOCTYPE HTML>
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>ManifestFiles</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../jquery/jquery-ui.min.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../jquery-ui.overrides.css" title="Style">
<script type="text/javascript" src="../../../script.js"></script>
<script type="text/javascript" src="../../../jquery/jszip/dist/jszip.min.js"></script>
<script type="text/javascript" src="../../../jquery/jszip-utils/dist/jszip-utils.min.js"></script>
<!--[if IE]>
<script type="text/javascript" src="../../../jquery/jszip-utils/dist/jszip-utils-ie.min.js"></script>
<![endif]-->
<script type="text/javascript" src="../../../jquery/jquery-3.6.1.min.js"></script>
<script type="text/javascript" src="../../../jquery/jquery-ui.min.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="ManifestFiles";
}
}
catch(err) {
}
//-->
var data = {"i0":9,"i1":9,"i2":9,"i3":9,"i4":9,"i5":9,"i6":9,"i7":9,"i8":9,"i9":9};
var tabs = {65535:["t0","All Methods"],1:["t1","Static Methods"],8:["t4","Concrete Methods"]};
var altColor = "altColor";
var rowColor = "rowColor";
var tableTab = "tableTab";
var activeTableTab = "activeTableTab";
var pathtoroot = "../../../";
var useModuleDirectories = true;
loadScripts(document, 'script');</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<header role="banner">
<nav role="navigation">
<div class="fixedNav">
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a id="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a id="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../index.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../index-all.html">Index</a></li>
<li><a href="../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../allclasses.html">All&nbsp;Classes</a></li>
</ul>
<ul class="navListSearch">
<li><label for="search">SEARCH:</label>
<input type="text" id="search" value="search" disabled="disabled">
<input type="reset" id="reset" value="reset" disabled="disabled">
</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>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
</div>
<div>
<ul class="subNavList">
<li>Summary:&nbsp;</li>
<li>Nested&nbsp;|&nbsp;</li>
<li>Field&nbsp;|&nbsp;</li>
<li>Constr&nbsp;|&nbsp;</li>
<li><a href="#method.summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li>Field&nbsp;|&nbsp;</li>
<li>Constr&nbsp;|&nbsp;</li>
<li><a href="#method.detail">Method</a></li>
</ul>
</div>
<a id="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
</div>
<div class="navPadding">&nbsp;</div>
<script type="text/javascript"><!--
$('.navPadding').css('padding-top', $('.fixedNav').css("height"));
//-->
</script>
</nav>
</header>
<!-- ======== START OF CLASS DATA ======== -->
<main role="main">
<div class="header">
<div class="subTitle"><span class="packageLabelInType">Package</span>&nbsp;<a href="package-summary.html">org.apache.iceberg</a></div>
<h2 title="Class ManifestFiles" class="title">Class ManifestFiles</h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
<li>java.lang.Object</li>
<li>
<ul class="inheritance">
<li>org.apache.iceberg.ManifestFiles</li>
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<hr>
<pre>public class <span class="typeNameLabel">ManifestFiles</span>
extends java.lang.Object</pre>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- ========== METHOD SUMMARY =========== -->
<section>
<ul class="blockList">
<li class="blockList"><a id="method.summary">
<!-- -->
</a>
<h3>Method Summary</h3>
<table class="memberSummary">
<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd">&nbsp;</span></span><span id="t1" class="tableTab"><span><a href="javascript:show(1);">Static Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd">&nbsp;</span></span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colSecond" scope="col">Method</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tr id="i0" class="altColor">
<td class="colFirst"><code>static <a href="ManifestFile.html" title="interface in org.apache.iceberg">ManifestFile</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#decode(byte%5B%5D)">decode</a></span>&#8203;(byte[]&nbsp;manifestData)</code></th>
<td class="colLast">
<div class="block">Decode the binary data into a <a href="ManifestFile.html" title="interface in org.apache.iceberg"><code>ManifestFile</code></a>.</div>
</td>
</tr>
<tr id="i1" class="rowColor">
<td class="colFirst"><code>static void</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#dropCache(org.apache.iceberg.io.FileIO)">dropCache</a></span>&#8203;(<a href="io/FileIO.html" title="interface in org.apache.iceberg.io">FileIO</a>&nbsp;fileIO)</code></th>
<td class="colLast">
<div class="block">Drop manifest file cache object for a FileIO if exists.</div>
</td>
</tr>
<tr id="i2" class="altColor">
<td class="colFirst"><code>static byte[]</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#encode(org.apache.iceberg.ManifestFile)">encode</a></span>&#8203;(<a href="ManifestFile.html" title="interface in org.apache.iceberg">ManifestFile</a>&nbsp;manifestFile)</code></th>
<td class="colLast">
<div class="block">Encode the <a href="ManifestFile.html" title="interface in org.apache.iceberg"><code>ManifestFile</code></a> to a byte array by using avro encoder.</div>
</td>
</tr>
<tr id="i3" class="rowColor">
<td class="colFirst"><code>static <a href="ManifestReader.html" title="class in org.apache.iceberg">ManifestReader</a>&lt;<a href="DataFile.html" title="interface in org.apache.iceberg">DataFile</a>&gt;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#read(org.apache.iceberg.ManifestFile,org.apache.iceberg.io.FileIO)">read</a></span>&#8203;(<a href="ManifestFile.html" title="interface in org.apache.iceberg">ManifestFile</a>&nbsp;manifest,
<a href="io/FileIO.html" title="interface in org.apache.iceberg.io">FileIO</a>&nbsp;io)</code></th>
<td class="colLast">
<div class="block">Returns a new <a href="ManifestReader.html" title="class in org.apache.iceberg"><code>ManifestReader</code></a> for a <a href="ManifestFile.html" title="interface in org.apache.iceberg"><code>ManifestFile</code></a>.</div>
</td>
</tr>
<tr id="i4" class="altColor">
<td class="colFirst"><code>static <a href="ManifestReader.html" title="class in org.apache.iceberg">ManifestReader</a>&lt;<a href="DataFile.html" title="interface in org.apache.iceberg">DataFile</a>&gt;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#read(org.apache.iceberg.ManifestFile,org.apache.iceberg.io.FileIO,java.util.Map)">read</a></span>&#8203;(<a href="ManifestFile.html" title="interface in org.apache.iceberg">ManifestFile</a>&nbsp;manifest,
<a href="io/FileIO.html" title="interface in org.apache.iceberg.io">FileIO</a>&nbsp;io,
java.util.Map&lt;java.lang.Integer,&#8203;<a href="PartitionSpec.html" title="class in org.apache.iceberg">PartitionSpec</a>&gt;&nbsp;specsById)</code></th>
<td class="colLast">
<div class="block">Returns a new <a href="ManifestReader.html" title="class in org.apache.iceberg"><code>ManifestReader</code></a> for a <a href="ManifestFile.html" title="interface in org.apache.iceberg"><code>ManifestFile</code></a>.</div>
</td>
</tr>
<tr id="i5" class="rowColor">
<td class="colFirst"><code>static <a href="ManifestReader.html" title="class in org.apache.iceberg">ManifestReader</a>&lt;<a href="DeleteFile.html" title="interface in org.apache.iceberg">DeleteFile</a>&gt;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#readDeleteManifest(org.apache.iceberg.ManifestFile,org.apache.iceberg.io.FileIO,java.util.Map)">readDeleteManifest</a></span>&#8203;(<a href="ManifestFile.html" title="interface in org.apache.iceberg">ManifestFile</a>&nbsp;manifest,
<a href="io/FileIO.html" title="interface in org.apache.iceberg.io">FileIO</a>&nbsp;io,
java.util.Map&lt;java.lang.Integer,&#8203;<a href="PartitionSpec.html" title="class in org.apache.iceberg">PartitionSpec</a>&gt;&nbsp;specsById)</code></th>
<td class="colLast">
<div class="block">Returns a new <a href="ManifestReader.html" title="class in org.apache.iceberg"><code>ManifestReader</code></a> for a <a href="ManifestFile.html" title="interface in org.apache.iceberg"><code>ManifestFile</code></a>.</div>
</td>
</tr>
<tr id="i6" class="altColor">
<td class="colFirst"><code>static <a href="io/CloseableIterable.html" title="interface in org.apache.iceberg.io">CloseableIterable</a>&lt;java.lang.String&gt;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#readPaths(org.apache.iceberg.ManifestFile,org.apache.iceberg.io.FileIO)">readPaths</a></span>&#8203;(<a href="ManifestFile.html" title="interface in org.apache.iceberg">ManifestFile</a>&nbsp;manifest,
<a href="io/FileIO.html" title="interface in org.apache.iceberg.io">FileIO</a>&nbsp;io)</code></th>
<td class="colLast">
<div class="block">Returns a <a href="io/CloseableIterable.html" title="interface in org.apache.iceberg.io"><code>CloseableIterable</code></a> of file paths in the <a href="ManifestFile.html" title="interface in org.apache.iceberg"><code>ManifestFile</code></a>.</div>
</td>
</tr>
<tr id="i7" class="rowColor">
<td class="colFirst"><code>static <a href="ManifestWriter.html" title="class in org.apache.iceberg">ManifestWriter</a>&lt;<a href="DataFile.html" title="interface in org.apache.iceberg">DataFile</a>&gt;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#write(int,org.apache.iceberg.PartitionSpec,org.apache.iceberg.io.OutputFile,java.lang.Long)">write</a></span>&#8203;(int&nbsp;formatVersion,
<a href="PartitionSpec.html" title="class in org.apache.iceberg">PartitionSpec</a>&nbsp;spec,
<a href="io/OutputFile.html" title="interface in org.apache.iceberg.io">OutputFile</a>&nbsp;outputFile,
java.lang.Long&nbsp;snapshotId)</code></th>
<td class="colLast">
<div class="block">Create a new <a href="ManifestWriter.html" title="class in org.apache.iceberg"><code>ManifestWriter</code></a> for the given format version.</div>
</td>
</tr>
<tr id="i8" class="altColor">
<td class="colFirst"><code>static <a href="ManifestWriter.html" title="class in org.apache.iceberg">ManifestWriter</a>&lt;<a href="DataFile.html" title="interface in org.apache.iceberg">DataFile</a>&gt;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#write(org.apache.iceberg.PartitionSpec,org.apache.iceberg.io.OutputFile)">write</a></span>&#8203;(<a href="PartitionSpec.html" title="class in org.apache.iceberg">PartitionSpec</a>&nbsp;spec,
<a href="io/OutputFile.html" title="interface in org.apache.iceberg.io">OutputFile</a>&nbsp;outputFile)</code></th>
<td class="colLast">
<div class="block">Create a new <a href="ManifestWriter.html" title="class in org.apache.iceberg"><code>ManifestWriter</code></a>.</div>
</td>
</tr>
<tr id="i9" class="rowColor">
<td class="colFirst"><code>static <a href="ManifestWriter.html" title="class in org.apache.iceberg">ManifestWriter</a>&lt;<a href="DeleteFile.html" title="interface in org.apache.iceberg">DeleteFile</a>&gt;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#writeDeleteManifest(int,org.apache.iceberg.PartitionSpec,org.apache.iceberg.io.OutputFile,java.lang.Long)">writeDeleteManifest</a></span>&#8203;(int&nbsp;formatVersion,
<a href="PartitionSpec.html" title="class in org.apache.iceberg">PartitionSpec</a>&nbsp;spec,
<a href="io/OutputFile.html" title="interface in org.apache.iceberg.io">OutputFile</a>&nbsp;outputFile,
java.lang.Long&nbsp;snapshotId)</code></th>
<td class="colLast">
<div class="block">Create a new <a href="ManifestWriter.html" title="class in org.apache.iceberg"><code>ManifestWriter</code></a> for the given format version.</div>
</td>
</tr>
</table>
<ul class="blockList">
<li class="blockList"><a id="methods.inherited.from.class.java.lang.Object">
<!-- -->
</a>
<h3>Methods inherited from class&nbsp;java.lang.Object</h3>
<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li>
</ul>
</li>
</ul>
</section>
</li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- ============ METHOD DETAIL ========== -->
<section>
<ul class="blockList">
<li class="blockList"><a id="method.detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a id="dropCache(org.apache.iceberg.io.FileIO)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>dropCache</h4>
<pre class="methodSignature">public static&nbsp;void&nbsp;dropCache&#8203;(<a href="io/FileIO.html" title="interface in org.apache.iceberg.io">FileIO</a>&nbsp;fileIO)</pre>
<div class="block">Drop manifest file cache object for a FileIO if exists.</div>
</li>
</ul>
<a id="readPaths(org.apache.iceberg.ManifestFile,org.apache.iceberg.io.FileIO)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>readPaths</h4>
<pre class="methodSignature">public static&nbsp;<a href="io/CloseableIterable.html" title="interface in org.apache.iceberg.io">CloseableIterable</a>&lt;java.lang.String&gt;&nbsp;readPaths&#8203;(<a href="ManifestFile.html" title="interface in org.apache.iceberg">ManifestFile</a>&nbsp;manifest,
<a href="io/FileIO.html" title="interface in org.apache.iceberg.io">FileIO</a>&nbsp;io)</pre>
<div class="block">Returns a <a href="io/CloseableIterable.html" title="interface in org.apache.iceberg.io"><code>CloseableIterable</code></a> of file paths in the <a href="ManifestFile.html" title="interface in org.apache.iceberg"><code>ManifestFile</code></a>.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>manifest</code> - a ManifestFile</dd>
<dd><code>io</code> - a FileIO</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>a manifest reader</dd>
</dl>
</li>
</ul>
<a id="read(org.apache.iceberg.ManifestFile,org.apache.iceberg.io.FileIO)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>read</h4>
<pre class="methodSignature">public static&nbsp;<a href="ManifestReader.html" title="class in org.apache.iceberg">ManifestReader</a>&lt;<a href="DataFile.html" title="interface in org.apache.iceberg">DataFile</a>&gt;&nbsp;read&#8203;(<a href="ManifestFile.html" title="interface in org.apache.iceberg">ManifestFile</a>&nbsp;manifest,
<a href="io/FileIO.html" title="interface in org.apache.iceberg.io">FileIO</a>&nbsp;io)</pre>
<div class="block">Returns a new <a href="ManifestReader.html" title="class in org.apache.iceberg"><code>ManifestReader</code></a> for a <a href="ManifestFile.html" title="interface in org.apache.iceberg"><code>ManifestFile</code></a>.
<p><em>Note:</em> Callers should use <a href="#read(org.apache.iceberg.ManifestFile,org.apache.iceberg.io.FileIO,java.util.Map)"><code>read(ManifestFile, FileIO, Map)</code></a> to
ensure the schema used by filters is the latest table schema. This should be used only when
reading a manifest without filters.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>manifest</code> - a ManifestFile</dd>
<dd><code>io</code> - a FileIO</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>a manifest reader</dd>
</dl>
</li>
</ul>
<a id="read(org.apache.iceberg.ManifestFile,org.apache.iceberg.io.FileIO,java.util.Map)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>read</h4>
<pre class="methodSignature">public static&nbsp;<a href="ManifestReader.html" title="class in org.apache.iceberg">ManifestReader</a>&lt;<a href="DataFile.html" title="interface in org.apache.iceberg">DataFile</a>&gt;&nbsp;read&#8203;(<a href="ManifestFile.html" title="interface in org.apache.iceberg">ManifestFile</a>&nbsp;manifest,
<a href="io/FileIO.html" title="interface in org.apache.iceberg.io">FileIO</a>&nbsp;io,
java.util.Map&lt;java.lang.Integer,&#8203;<a href="PartitionSpec.html" title="class in org.apache.iceberg">PartitionSpec</a>&gt;&nbsp;specsById)</pre>
<div class="block">Returns a new <a href="ManifestReader.html" title="class in org.apache.iceberg"><code>ManifestReader</code></a> for a <a href="ManifestFile.html" title="interface in org.apache.iceberg"><code>ManifestFile</code></a>.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>manifest</code> - a <a href="ManifestFile.html" title="interface in org.apache.iceberg"><code>ManifestFile</code></a></dd>
<dd><code>io</code> - a <a href="io/FileIO.html" title="interface in org.apache.iceberg.io"><code>FileIO</code></a></dd>
<dd><code>specsById</code> - a Map from spec ID to partition spec</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>a <a href="ManifestReader.html" title="class in org.apache.iceberg"><code>ManifestReader</code></a></dd>
</dl>
</li>
</ul>
<a id="write(org.apache.iceberg.PartitionSpec,org.apache.iceberg.io.OutputFile)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>write</h4>
<pre class="methodSignature">public static&nbsp;<a href="ManifestWriter.html" title="class in org.apache.iceberg">ManifestWriter</a>&lt;<a href="DataFile.html" title="interface in org.apache.iceberg">DataFile</a>&gt;&nbsp;write&#8203;(<a href="PartitionSpec.html" title="class in org.apache.iceberg">PartitionSpec</a>&nbsp;spec,
<a href="io/OutputFile.html" title="interface in org.apache.iceberg.io">OutputFile</a>&nbsp;outputFile)</pre>
<div class="block">Create a new <a href="ManifestWriter.html" title="class in org.apache.iceberg"><code>ManifestWriter</code></a>.
<p>Manifests created by this writer have all entry snapshot IDs set to null. All entries will
inherit the snapshot ID that will be assigned to the manifest on commit.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>spec</code> - <a href="PartitionSpec.html" title="class in org.apache.iceberg"><code>PartitionSpec</code></a> used to produce <a href="DataFile.html" title="interface in org.apache.iceberg"><code>DataFile</code></a> partition tuples</dd>
<dd><code>outputFile</code> - the destination file location</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>a manifest writer</dd>
</dl>
</li>
</ul>
<a id="write(int,org.apache.iceberg.PartitionSpec,org.apache.iceberg.io.OutputFile,java.lang.Long)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>write</h4>
<pre class="methodSignature">public static&nbsp;<a href="ManifestWriter.html" title="class in org.apache.iceberg">ManifestWriter</a>&lt;<a href="DataFile.html" title="interface in org.apache.iceberg">DataFile</a>&gt;&nbsp;write&#8203;(int&nbsp;formatVersion,
<a href="PartitionSpec.html" title="class in org.apache.iceberg">PartitionSpec</a>&nbsp;spec,
<a href="io/OutputFile.html" title="interface in org.apache.iceberg.io">OutputFile</a>&nbsp;outputFile,
java.lang.Long&nbsp;snapshotId)</pre>
<div class="block">Create a new <a href="ManifestWriter.html" title="class in org.apache.iceberg"><code>ManifestWriter</code></a> for the given format version.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>formatVersion</code> - a target format version</dd>
<dd><code>spec</code> - a <a href="PartitionSpec.html" title="class in org.apache.iceberg"><code>PartitionSpec</code></a></dd>
<dd><code>outputFile</code> - an <a href="io/OutputFile.html" title="interface in org.apache.iceberg.io"><code>OutputFile</code></a> where the manifest will be written</dd>
<dd><code>snapshotId</code> - a snapshot ID for the manifest entries, or null for an inherited ID</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>a manifest writer</dd>
</dl>
</li>
</ul>
<a id="readDeleteManifest(org.apache.iceberg.ManifestFile,org.apache.iceberg.io.FileIO,java.util.Map)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>readDeleteManifest</h4>
<pre class="methodSignature">public static&nbsp;<a href="ManifestReader.html" title="class in org.apache.iceberg">ManifestReader</a>&lt;<a href="DeleteFile.html" title="interface in org.apache.iceberg">DeleteFile</a>&gt;&nbsp;readDeleteManifest&#8203;(<a href="ManifestFile.html" title="interface in org.apache.iceberg">ManifestFile</a>&nbsp;manifest,
<a href="io/FileIO.html" title="interface in org.apache.iceberg.io">FileIO</a>&nbsp;io,
java.util.Map&lt;java.lang.Integer,&#8203;<a href="PartitionSpec.html" title="class in org.apache.iceberg">PartitionSpec</a>&gt;&nbsp;specsById)</pre>
<div class="block">Returns a new <a href="ManifestReader.html" title="class in org.apache.iceberg"><code>ManifestReader</code></a> for a <a href="ManifestFile.html" title="interface in org.apache.iceberg"><code>ManifestFile</code></a>.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>manifest</code> - a <a href="ManifestFile.html" title="interface in org.apache.iceberg"><code>ManifestFile</code></a></dd>
<dd><code>io</code> - a <a href="io/FileIO.html" title="interface in org.apache.iceberg.io"><code>FileIO</code></a></dd>
<dd><code>specsById</code> - a Map from spec ID to partition spec</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>a <a href="ManifestReader.html" title="class in org.apache.iceberg"><code>ManifestReader</code></a></dd>
</dl>
</li>
</ul>
<a id="writeDeleteManifest(int,org.apache.iceberg.PartitionSpec,org.apache.iceberg.io.OutputFile,java.lang.Long)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>writeDeleteManifest</h4>
<pre class="methodSignature">public static&nbsp;<a href="ManifestWriter.html" title="class in org.apache.iceberg">ManifestWriter</a>&lt;<a href="DeleteFile.html" title="interface in org.apache.iceberg">DeleteFile</a>&gt;&nbsp;writeDeleteManifest&#8203;(int&nbsp;formatVersion,
<a href="PartitionSpec.html" title="class in org.apache.iceberg">PartitionSpec</a>&nbsp;spec,
<a href="io/OutputFile.html" title="interface in org.apache.iceberg.io">OutputFile</a>&nbsp;outputFile,
java.lang.Long&nbsp;snapshotId)</pre>
<div class="block">Create a new <a href="ManifestWriter.html" title="class in org.apache.iceberg"><code>ManifestWriter</code></a> for the given format version.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>formatVersion</code> - a target format version</dd>
<dd><code>spec</code> - a <a href="PartitionSpec.html" title="class in org.apache.iceberg"><code>PartitionSpec</code></a></dd>
<dd><code>outputFile</code> - an <a href="io/OutputFile.html" title="interface in org.apache.iceberg.io"><code>OutputFile</code></a> where the manifest will be written</dd>
<dd><code>snapshotId</code> - a snapshot ID for the manifest entries, or null for an inherited ID</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>a manifest writer</dd>
</dl>
</li>
</ul>
<a id="encode(org.apache.iceberg.ManifestFile)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>encode</h4>
<pre class="methodSignature">public static&nbsp;byte[]&nbsp;encode&#8203;(<a href="ManifestFile.html" title="interface in org.apache.iceberg">ManifestFile</a>&nbsp;manifestFile)
throws java.io.IOException</pre>
<div class="block">Encode the <a href="ManifestFile.html" title="interface in org.apache.iceberg"><code>ManifestFile</code></a> to a byte array by using avro encoder.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>manifestFile</code> - a <a href="ManifestFile.html" title="interface in org.apache.iceberg"><code>ManifestFile</code></a>, which should always be a <a href="GenericManifestFile.html" title="class in org.apache.iceberg"><code>GenericManifestFile</code></a>.</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the binary data.</dd>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code>java.io.IOException</code> - if encounter any IO error when encoding.</dd>
</dl>
</li>
</ul>
<a id="decode(byte[])">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>decode</h4>
<pre class="methodSignature">public static&nbsp;<a href="ManifestFile.html" title="interface in org.apache.iceberg">ManifestFile</a>&nbsp;decode&#8203;(byte[]&nbsp;manifestData)
throws java.io.IOException</pre>
<div class="block">Decode the binary data into a <a href="ManifestFile.html" title="interface in org.apache.iceberg"><code>ManifestFile</code></a>.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>manifestData</code> - the binary data.</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>a <a href="ManifestFile.html" title="interface in org.apache.iceberg"><code>ManifestFile</code></a>. To be precise, it's a <a href="GenericManifestFile.html" title="class in org.apache.iceberg"><code>GenericManifestFile</code></a> which don't
expose to public.</dd>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code>java.io.IOException</code> - if encounter any IO error when decoding.</dd>
</dl>
</li>
</ul>
</li>
</ul>
</section>
</li>
</ul>
</div>
</div>
</main>
<!-- ========= END OF CLASS DATA ========= -->
<footer role="contentinfo">
<nav role="navigation">
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a id="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a id="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../index.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../index-all.html">Index</a></li>
<li><a href="../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../allclasses.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>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
</div>
<div>
<ul class="subNavList">
<li>Summary:&nbsp;</li>
<li>Nested&nbsp;|&nbsp;</li>
<li>Field&nbsp;|&nbsp;</li>
<li>Constr&nbsp;|&nbsp;</li>
<li><a href="#method.summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li>Field&nbsp;|&nbsp;</li>
<li>Constr&nbsp;|&nbsp;</li>
<li><a href="#method.detail">Method</a></li>
</ul>
</div>
<a id="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</nav>
</footer>
</body>
</html>