blob: 1d975abf79804d2d12850a8f5fc446ddc31d66d7 [file] [log] [blame]
<!DOCTYPE HTML>
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (11.0.9.1) on Fri Sep 09 19:30:40 KST 2022 -->
<title>BlockManagerMaster (Nemo Project 0.4 API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2022-09-09">
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../../../jquery/jquery-ui.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.5.1.js"></script>
<script type="text/javascript" src="../../../../../jquery/jquery-ui.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="BlockManagerMaster (Nemo Project 0.4 API)";
}
}
catch(err) {
}
//-->
var data = {"i0":9,"i1":9,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10};
var tabs = {65535:["t0","All Methods"],1:["t1","Static Methods"],2:["t2","Instance 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="class-use/BlockManagerMaster.html">Use</a></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><a href="#nested.class.summary">Nested</a>&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.nemo.runtime.master</a></div>
<h2 title="Class BlockManagerMaster" class="title">Class BlockManagerMaster</h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
<li>java.lang.Object</li>
<li>
<ul class="inheritance">
<li>org.apache.nemo.runtime.master.BlockManagerMaster</li>
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<hr>
<pre>@ThreadSafe
public final class <span class="typeNameLabel">BlockManagerMaster</span>
extends java.lang.Object</pre>
<div class="block">Master-side block manager.
This implementation assumes that only a single user application can submit (maybe multiple) plans through
<a href="scheduler/Scheduler.html" title="interface in org.apache.nemo.runtime.master.scheduler"><code>Scheduler</code></a>.</div>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- ======== NESTED CLASS SUMMARY ======== -->
<section role="region">
<ul class="blockList">
<li class="blockList"><a id="nested.class.summary">
<!-- -->
</a>
<h3>Nested Class Summary</h3>
<table class="memberSummary">
<caption><span>Nested Classes</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colSecond" scope="col">Class</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code>class&nbsp;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="BlockManagerMaster.BlockManagerMasterControlMessageReceiver.html" title="class in org.apache.nemo.runtime.master">BlockManagerMaster.BlockManagerMasterControlMessageReceiver</a></span></code></th>
<td class="colLast">
<div class="block">Handler for control messages received.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static class&nbsp;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="BlockManagerMaster.BlockRequestHandler.html" title="class in org.apache.nemo.runtime.master">BlockManagerMaster.BlockRequestHandler</a></span></code></th>
<td class="colLast">
<div class="block">The handler of block location requests.</div>
</td>
</tr>
</table>
</li>
</ul>
</section>
<!-- ========== METHOD SUMMARY =========== -->
<section role="region">
<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="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd">&nbsp;</span></span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="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="../common/state/BlockState.State.html" title="enum in org.apache.nemo.runtime.common.state">BlockState.State</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#convertBlockState(org.apache.nemo.runtime.common.comm.ControlMessage.BlockStateFromExecutor)">convertBlockState</a></span>&#8203;(<a href="../common/comm/ControlMessage.BlockStateFromExecutor.html" title="enum in org.apache.nemo.runtime.common.comm">ControlMessage.BlockStateFromExecutor</a>&nbsp;state)</code></th>
<td class="colLast">
<div class="block">Return the corresponding <a href="../common/state/BlockState.State.html" title="enum in org.apache.nemo.runtime.common.state"><code>BlockState.State</code></a> for the specified <a href="../common/comm/ControlMessage.BlockStateFromExecutor.html" title="enum in org.apache.nemo.runtime.common.comm"><code>ControlMessage.BlockStateFromExecutor</code></a>.</div>
</td>
</tr>
<tr id="i1" class="rowColor">
<td class="colFirst"><code>static <a href="../common/comm/ControlMessage.BlockStateFromExecutor.html" title="enum in org.apache.nemo.runtime.common.comm">ControlMessage.BlockStateFromExecutor</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#convertBlockState(org.apache.nemo.runtime.common.state.BlockState.State)">convertBlockState</a></span>&#8203;(<a href="../common/state/BlockState.State.html" title="enum in org.apache.nemo.runtime.common.state">BlockState.State</a>&nbsp;state)</code></th>
<td class="colLast">
<div class="block">Return the corresponding <a href="../common/comm/ControlMessage.BlockStateFromExecutor.html" title="enum in org.apache.nemo.runtime.common.comm"><code>ControlMessage.BlockStateFromExecutor</code></a> for the specified <a href="../common/state/BlockState.State.html" title="enum in org.apache.nemo.runtime.common.state"><code>BlockState.State</code></a>.</div>
</td>
</tr>
<tr id="i2" class="altColor">
<td class="colFirst"><code>java.util.List&lt;<a href="BlockManagerMaster.BlockRequestHandler.html" title="class in org.apache.nemo.runtime.master">BlockManagerMaster.BlockRequestHandler</a>&gt;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getBlockHandlers(java.lang.String,org.apache.nemo.runtime.common.state.BlockState.State)">getBlockHandlers</a></span>&#8203;(java.lang.String&nbsp;blockIdOrWildcard,
<a href="../common/state/BlockState.State.html" title="enum in org.apache.nemo.runtime.common.state">BlockState.State</a>&nbsp;state)</code></th>
<td class="colLast">
<div class="block">Get handlers of blocks that are in a particular state.</div>
</td>
</tr>
<tr id="i3" class="rowColor">
<td class="colFirst"><code>java.util.Set&lt;java.lang.String&gt;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getProducerTaskIds(java.lang.String)">getProducerTaskIds</a></span>&#8203;(java.lang.String&nbsp;blockId)</code></th>
<td class="colLast">
<div class="block">Gets the ids of the tasks which already produced or will produce data for a specific block.</div>
</td>
</tr>
<tr id="i4" class="altColor">
<td class="colFirst"><code>void</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#onBlockStateChanged(java.lang.String,org.apache.nemo.runtime.common.state.BlockState.State,java.lang.String)">onBlockStateChanged</a></span>&#8203;(java.lang.String&nbsp;blockId,
<a href="../common/state/BlockState.State.html" title="enum in org.apache.nemo.runtime.common.state">BlockState.State</a>&nbsp;newState,
java.lang.String&nbsp;location)</code></th>
<td class="colLast">
<div class="block">Deals with state change of a block.</div>
</td>
</tr>
<tr id="i5" class="rowColor">
<td class="colFirst"><code>void</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#onProducerTaskFailed(java.lang.String)">onProducerTaskFailed</a></span>&#8203;(java.lang.String&nbsp;failedTaskId)</code></th>
<td class="colLast">
<div class="block">To be called when a potential producer task fails.</div>
</td>
</tr>
<tr id="i6" class="altColor">
<td class="colFirst"><code>void</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#onProducerTaskScheduled(java.lang.String,java.util.Set)">onProducerTaskScheduled</a></span>&#8203;(java.lang.String&nbsp;taskId,
java.util.Set&lt;java.lang.String&gt;&nbsp;blockIds)</code></th>
<td class="colLast">
<div class="block">To be called when a potential producer task is scheduled.</div>
</td>
</tr>
<tr id="i7" class="rowColor">
<td class="colFirst"><code>java.util.Set&lt;java.lang.String&gt;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#removeWorker(java.lang.String)">removeWorker</a></span>&#8203;(java.lang.String&nbsp;executorId)</code></th>
<td class="colLast">
<div class="block">Manages the block information when a executor is removed.</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 role="region">
<ul class="blockList">
<li class="blockList"><a id="method.detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a id="removeWorker(java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>removeWorker</h4>
<pre class="methodSignature">public&nbsp;java.util.Set&lt;java.lang.String&gt;&nbsp;removeWorker&#8203;(java.lang.String&nbsp;executorId)</pre>
<div class="block">Manages the block information when a executor is removed.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>executorId</code> - the id of removed executor.</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the set of tasks have to be recomputed.</dd>
</dl>
</li>
</ul>
<a id="getBlockHandlers(java.lang.String,org.apache.nemo.runtime.common.state.BlockState.State)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getBlockHandlers</h4>
<pre class="methodSignature">public&nbsp;java.util.List&lt;<a href="BlockManagerMaster.BlockRequestHandler.html" title="class in org.apache.nemo.runtime.master">BlockManagerMaster.BlockRequestHandler</a>&gt;&nbsp;getBlockHandlers&#8203;(java.lang.String&nbsp;blockIdOrWildcard,
<a href="../common/state/BlockState.State.html" title="enum in org.apache.nemo.runtime.common.state">BlockState.State</a>&nbsp;state)</pre>
<div class="block">Get handlers of blocks that are in a particular state.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>blockIdOrWildcard</code> - to query</dd>
<dd><code>state</code> - of the block</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the handlers, empty if none matches.</dd>
</dl>
</li>
</ul>
<a id="getProducerTaskIds(java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getProducerTaskIds</h4>
<pre class="methodSignature">public&nbsp;java.util.Set&lt;java.lang.String&gt;&nbsp;getProducerTaskIds&#8203;(java.lang.String&nbsp;blockId)</pre>
<div class="block">Gets the ids of the tasks which already produced or will produce data for a specific block.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>blockId</code> - the id of the block.</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the ids of the producer tasks.</dd>
</dl>
</li>
</ul>
<a id="onProducerTaskScheduled(java.lang.String,java.util.Set)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>onProducerTaskScheduled</h4>
<pre class="methodSignature">public&nbsp;void&nbsp;onProducerTaskScheduled&#8203;(java.lang.String&nbsp;taskId,
java.util.Set&lt;java.lang.String&gt;&nbsp;blockIds)</pre>
<div class="block">To be called when a potential producer task is scheduled.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>taskId</code> - the ID of the scheduled task.</dd>
<dd><code>blockIds</code> - this task will produce</dd>
</dl>
</li>
</ul>
<a id="onProducerTaskFailed(java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>onProducerTaskFailed</h4>
<pre class="methodSignature">public&nbsp;void&nbsp;onProducerTaskFailed&#8203;(java.lang.String&nbsp;failedTaskId)</pre>
<div class="block">To be called when a potential producer task fails.
Only the Tasks that have not yet completed (i.e. blocks not yet committed) will call this method.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>failedTaskId</code> - the ID of the task that failed.</dd>
</dl>
</li>
</ul>
<a id="onBlockStateChanged(java.lang.String,org.apache.nemo.runtime.common.state.BlockState.State,java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>onBlockStateChanged</h4>
<pre class="methodSignature">public&nbsp;void&nbsp;onBlockStateChanged&#8203;(java.lang.String&nbsp;blockId,
<a href="../common/state/BlockState.State.html" title="enum in org.apache.nemo.runtime.common.state">BlockState.State</a>&nbsp;newState,
@Nullable
java.lang.String&nbsp;location)</pre>
<div class="block">Deals with state change of a block.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>blockId</code> - the id of the block.</dd>
<dd><code>newState</code> - the new state of the block.</dd>
<dd><code>location</code> - the location of the block (e.g., worker id, remote store).
<code>null</code> if not committed or lost.</dd>
</dl>
</li>
</ul>
<a id="convertBlockState(org.apache.nemo.runtime.common.comm.ControlMessage.BlockStateFromExecutor)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>convertBlockState</h4>
<pre class="methodSignature">public static&nbsp;<a href="../common/state/BlockState.State.html" title="enum in org.apache.nemo.runtime.common.state">BlockState.State</a>&nbsp;convertBlockState&#8203;(<a href="../common/comm/ControlMessage.BlockStateFromExecutor.html" title="enum in org.apache.nemo.runtime.common.comm">ControlMessage.BlockStateFromExecutor</a>&nbsp;state)</pre>
<div class="block">Return the corresponding <a href="../common/state/BlockState.State.html" title="enum in org.apache.nemo.runtime.common.state"><code>BlockState.State</code></a> for the specified <a href="../common/comm/ControlMessage.BlockStateFromExecutor.html" title="enum in org.apache.nemo.runtime.common.comm"><code>ControlMessage.BlockStateFromExecutor</code></a>.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>state</code> - <a href="../common/comm/ControlMessage.BlockStateFromExecutor.html" title="enum in org.apache.nemo.runtime.common.comm"><code>ControlMessage.BlockStateFromExecutor</code></a></dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the corresponding <a href="../common/state/BlockState.State.html" title="enum in org.apache.nemo.runtime.common.state"><code>BlockState.State</code></a></dd>
</dl>
</li>
</ul>
<a id="convertBlockState(org.apache.nemo.runtime.common.state.BlockState.State)">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>convertBlockState</h4>
<pre class="methodSignature">public static&nbsp;<a href="../common/comm/ControlMessage.BlockStateFromExecutor.html" title="enum in org.apache.nemo.runtime.common.comm">ControlMessage.BlockStateFromExecutor</a>&nbsp;convertBlockState&#8203;(<a href="../common/state/BlockState.State.html" title="enum in org.apache.nemo.runtime.common.state">BlockState.State</a>&nbsp;state)</pre>
<div class="block">Return the corresponding <a href="../common/comm/ControlMessage.BlockStateFromExecutor.html" title="enum in org.apache.nemo.runtime.common.comm"><code>ControlMessage.BlockStateFromExecutor</code></a> for the specified <a href="../common/state/BlockState.State.html" title="enum in org.apache.nemo.runtime.common.state"><code>BlockState.State</code></a>.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>state</code> - <a href="../common/state/BlockState.State.html" title="enum in org.apache.nemo.runtime.common.state"><code>BlockState.State</code></a></dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the corresponding <a href="../common/comm/ControlMessage.BlockStateFromExecutor.html" title="enum in org.apache.nemo.runtime.common.comm"><code>ControlMessage.BlockStateFromExecutor</code></a></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="class-use/BlockManagerMaster.html">Use</a></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><a href="#nested.class.summary">Nested</a>&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>
<p class="legalCopy"><small>Copyright &#169; 2020 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
</footer>
</body>
</html>