You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nemo.apache.org by wo...@apache.org on 2019/01/17 09:51:25 UTC

[incubator-nemo-website] branch asf-site updated: contribute doc

This is an automated email from the ASF dual-hosted git repository.

wonook pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/incubator-nemo-website.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 9360a53  contribute doc
9360a53 is described below

commit 9360a53c73c6f44d17ba198d57e77328ce2c9987
Author: Won Wook SONG <wo...@apache.org>
AuthorDate: Thu Jan 17 18:49:27 2019 +0900

    contribute doc
---
 _data/docs.yml                                     |    4 +
 _docs/contribute.md                                |   12 +
 content/404.html                                   |    2 +-
 content/allposts.html                              |    2 +-
 .../blog/2018/03/20/nemo-blog-published/index.html |    2 +-
 content/blog/2018/03/23/pado-on-nemo/index.html    |    2 +-
 content/blog/2018/03/23/shuffle-on-nemo/index.html |    2 +-
 content/docs/bootstrap/index.html                  |   28 +-
 content/docs/cheatsheet/index.html                 |   28 +-
 content/docs/compiler_design/index.html            |   25 +-
 .../docs/{extending_nemo => contribute}/index.html |   76 +-
 content/docs/extending_nemo/index.html             |   28 +-
 content/docs/font-awesome/index.html               |   28 +-
 content/docs/getting_started/index.html            |   25 +-
 content/docs/home/index.html                       |   25 +-
 content/docs/ir/index.html                         |   25 +-
 content/docs/jekyll/index.html                     |   28 +-
 content/docs/passes_and_policies/index.html        |   25 +-
 content/docs/runtime_design/index.html             |   31 +-
 content/docs/themes/index.html                     |   28 +-
 content/docs/welcome_to_jekyll/index.html          |   28 +-
 content/feed.xml                                   |    2 +-
 content/index.html                                 |    2 +-
 content/pages/downloads/index.html                 |    6 +-
 content/pages/license/index.html                   |    6 +-
 content/pages/talks/index.html                     |    6 +-
 content/pages/team/index.html                      |    6 +-
 content/search.json                                |   10 +
 content/sitemap.xml                                | 2072 ++++++++++----------
 29 files changed, 1457 insertions(+), 1107 deletions(-)

diff --git a/_data/docs.yml b/_data/docs.yml
index a63a069..aa7a308 100644
--- a/_data/docs.yml
+++ b/_data/docs.yml
@@ -12,3 +12,7 @@
   docs:
   - compiler_design
   - runtime_design
+
+- title: Contribute
+  docs:
+  - contribute
diff --git a/_docs/contribute.md b/_docs/contribute.md
new file mode 100644
index 0000000..febc603
--- /dev/null
+++ b/_docs/contribute.md
@@ -0,0 +1,12 @@
+---
+title: Contribute
+permalink: /docs/contribute/
+---
+
+### Contribute
+
+The documentations related to contribution can be found in our GitHub repository. Below are the links for the corresponding documents.
+
+- [Contributor Guide](https://github.com/apache/incubator-nemo/blob/master/.github/CONTRIBUTING.md)
+- [Committer Guide](https://github.com/apache/incubator-nemo/blob/master/.github/COMMITTING.md)
+- [Code of Conduct](https://github.com/apache/incubator-nemo/blob/master/.github/CODE_OF_CONDUCT.md)
diff --git a/content/404.html b/content/404.html
index 709a767..b5c3e7c 100644
--- a/content/404.html
+++ b/content/404.html
@@ -84,7 +84,7 @@
     <div class="container">
 
         <p class="text-center">
-            Nemo 2018 |
+            Nemo 2019 |
             Powered by <a href="https://github.com/aksakalli/jekyll-doc-theme">Jekyll Doc Theme</a>
         </p>
         <!-- <p class="text-muted">Place sticky footer content here.</p> -->
diff --git a/content/allposts.html b/content/allposts.html
index 1548f13..cc8e9d5 100644
--- a/content/allposts.html
+++ b/content/allposts.html
@@ -100,7 +100,7 @@
     <div class="container">
 
         <p class="text-center">
-            Nemo 2018 |
+            Nemo 2019 |
             Powered by <a href="https://github.com/aksakalli/jekyll-doc-theme">Jekyll Doc Theme</a>
         </p>
         <!-- <p class="text-muted">Place sticky footer content here.</p> -->
diff --git a/content/blog/2018/03/20/nemo-blog-published/index.html b/content/blog/2018/03/20/nemo-blog-published/index.html
index 7c6827a..e135731 100644
--- a/content/blog/2018/03/20/nemo-blog-published/index.html
+++ b/content/blog/2018/03/20/nemo-blog-published/index.html
@@ -123,7 +123,7 @@
     <div class="container">
 
         <p class="text-center">
-            Nemo 2018 |
+            Nemo 2019 |
             Powered by <a href="https://github.com/aksakalli/jekyll-doc-theme">Jekyll Doc Theme</a>
         </p>
         <!-- <p class="text-muted">Place sticky footer content here.</p> -->
diff --git a/content/blog/2018/03/23/pado-on-nemo/index.html b/content/blog/2018/03/23/pado-on-nemo/index.html
index ab7dc1f..18a2eee 100644
--- a/content/blog/2018/03/23/pado-on-nemo/index.html
+++ b/content/blog/2018/03/23/pado-on-nemo/index.html
@@ -163,7 +163,7 @@
     <div class="container">
 
         <p class="text-center">
-            Nemo 2018 |
+            Nemo 2019 |
             Powered by <a href="https://github.com/aksakalli/jekyll-doc-theme">Jekyll Doc Theme</a>
         </p>
         <!-- <p class="text-muted">Place sticky footer content here.</p> -->
diff --git a/content/blog/2018/03/23/shuffle-on-nemo/index.html b/content/blog/2018/03/23/shuffle-on-nemo/index.html
index 49edf0e..3a7c364 100644
--- a/content/blog/2018/03/23/shuffle-on-nemo/index.html
+++ b/content/blog/2018/03/23/shuffle-on-nemo/index.html
@@ -163,7 +163,7 @@
     <div class="container">
 
         <p class="text-center">
-            Nemo 2018 |
+            Nemo 2019 |
             Powered by <a href="https://github.com/aksakalli/jekyll-doc-theme">Jekyll Doc Theme</a>
         </p>
         <!-- <p class="text-muted">Place sticky footer content here.</p> -->
diff --git a/content/docs/bootstrap/index.html b/content/docs/bootstrap/index.html
index 094f970..e8c74a8 100644
--- a/content/docs/bootstrap/index.html
+++ b/content/docs/bootstrap/index.html
@@ -20,9 +20,9 @@
 <meta property="og:url" content="http://nemo.apache.org//docs/bootstrap/" />
 <meta property="og:site_name" content="Nemo" />
 <meta property="og:type" content="article" />
-<meta property="article:published_time" content="2018-11-19T15:37:01+09:00" />
+<meta property="article:published_time" content="2019-01-17T18:48:47+09:00" />
 <script type="application/ld+json">
-{"url":"http://nemo.apache.org//docs/bootstrap/","headline":"Bootstrap Features","dateModified":"2018-11-19T15:37:01+09:00","datePublished":"2018-11-19T15:37:01+09:00","sameAs":null,"image":null,"mainEntityOfPage":null,"author":null,"description":"Buttons Default Primary Success Info Warning Danger Link Default Primary Success Info Warning Danger Link Default Action Another action Something else here Separated link","publisher":null,"name":null,"@type":"WebPage","@context":"http://schema [...]
+{"url":"http://nemo.apache.org//docs/bootstrap/","headline":"Bootstrap Features","dateModified":"2019-01-17T18:48:47+09:00","datePublished":"2019-01-17T18:48:47+09:00","sameAs":null,"image":null,"mainEntityOfPage":null,"author":null,"description":"Buttons Default Primary Success Info Warning Danger Link Default Primary Success Info Warning Danger Link Default Action Another action Something else here Separated link","publisher":null,"name":null,"@type":"WebPage","@context":"http://schema [...]
 <!-- End Jekyll SEO tag -->
 
 
@@ -148,6 +148,25 @@
     </div>
   </div>
 
+  <div class="panel panel-default">
+    <div class="panel-heading">
+      <h4 class="panel-title">
+        <a role="button" data-toggle="collapse" data-parent="#accordion" href="#collapse-4" aria-expanded="false" aria-controls="collapse-4">
+          Contribute
+        </a>
+      </h4>
+    </div>
+    <div id="collapse-4" class="panel-collapse collapse" role="tabpanel" aria-label="Side Navigation">
+      <div class="list-group">
+        
+          
+          
+          <a class="list-group-item " href="/docs/contribute/">Contribute</a>
+        
+      </div>
+    </div>
+  </div>
+
 </div>
 
         </div>
@@ -537,6 +556,9 @@
   
   
 
+  
+  
+
 
         </div>
 
@@ -550,7 +572,7 @@
     <div class="container">
 
         <p class="text-center">
-            Nemo 2018 |
+            Nemo 2019 |
             Powered by <a href="https://github.com/aksakalli/jekyll-doc-theme">Jekyll Doc Theme</a>
         </p>
         <!-- <p class="text-muted">Place sticky footer content here.</p> -->
diff --git a/content/docs/cheatsheet/index.html b/content/docs/cheatsheet/index.html
index 69d41c2..54f887c 100644
--- a/content/docs/cheatsheet/index.html
+++ b/content/docs/cheatsheet/index.html
@@ -20,9 +20,9 @@
 <meta property="og:url" content="http://nemo.apache.org//docs/cheatsheet/" />
 <meta property="og:site_name" content="Nemo" />
 <meta property="og:type" content="article" />
-<meta property="article:published_time" content="2018-11-19T15:37:01+09:00" />
+<meta property="article:published_time" content="2019-01-17T18:48:47+09:00" />
 <script type="application/ld+json">
-{"url":"http://nemo.apache.org//docs/cheatsheet/","headline":"Markdown Cheatsheet","dateModified":"2018-11-19T15:37:01+09:00","datePublished":"2018-11-19T15:37:01+09:00","sameAs":null,"image":null,"mainEntityOfPage":null,"author":null,"description":"From adam-p/markdown-here","publisher":null,"name":null,"@type":"WebPage","@context":"http://schema.org"}</script>
+{"url":"http://nemo.apache.org//docs/cheatsheet/","headline":"Markdown Cheatsheet","dateModified":"2019-01-17T18:48:47+09:00","datePublished":"2019-01-17T18:48:47+09:00","sameAs":null,"image":null,"mainEntityOfPage":null,"author":null,"description":"From adam-p/markdown-here","publisher":null,"name":null,"@type":"WebPage","@context":"http://schema.org"}</script>
 <!-- End Jekyll SEO tag -->
 
 
@@ -148,6 +148,25 @@
     </div>
   </div>
 
+  <div class="panel panel-default">
+    <div class="panel-heading">
+      <h4 class="panel-title">
+        <a role="button" data-toggle="collapse" data-parent="#accordion" href="#collapse-4" aria-expanded="false" aria-controls="collapse-4">
+          Contribute
+        </a>
+      </h4>
+    </div>
+    <div id="collapse-4" class="panel-collapse collapse" role="tabpanel" aria-label="Side Navigation">
+      <div class="list-group">
+        
+          
+          
+          <a class="list-group-item " href="/docs/contribute/">Contribute</a>
+        
+      </div>
+    </div>
+  </div>
+
 </div>
 
         </div>
@@ -619,6 +638,9 @@ alt="IMAGE ALT TEXT HERE" width="240" height="180" border="10" /&gt;&lt;/a&gt;
   
   
 
+  
+  
+
 
         </div>
 
@@ -632,7 +654,7 @@ alt="IMAGE ALT TEXT HERE" width="240" height="180" border="10" /&gt;&lt;/a&gt;
     <div class="container">
 
         <p class="text-center">
-            Nemo 2018 |
+            Nemo 2019 |
             Powered by <a href="https://github.com/aksakalli/jekyll-doc-theme">Jekyll Doc Theme</a>
         </p>
         <!-- <p class="text-muted">Place sticky footer content here.</p> -->
diff --git a/content/docs/compiler_design/index.html b/content/docs/compiler_design/index.html
index b4476e8..a0d202b 100644
--- a/content/docs/compiler_design/index.html
+++ b/content/docs/compiler_design/index.html
@@ -20,9 +20,9 @@
 <meta property="og:url" content="http://nemo.apache.org//docs/compiler_design/" />
 <meta property="og:site_name" content="Nemo" />
 <meta property="og:type" content="article" />
-<meta property="article:published_time" content="2018-11-19T15:37:01+09:00" />
+<meta property="article:published_time" content="2019-01-17T18:48:47+09:00" />
 <script type="application/ld+json">
-{"url":"http://nemo.apache.org//docs/compiler_design/","headline":"Compiler Design","dateModified":"2018-11-19T15:37:01+09:00","datePublished":"2018-11-19T15:37:01+09:00","sameAs":null,"image":null,"mainEntityOfPage":null,"author":null,"description":"Overview","publisher":null,"name":null,"@type":"WebPage","@context":"http://schema.org"}</script>
+{"url":"http://nemo.apache.org//docs/compiler_design/","headline":"Compiler Design","dateModified":"2019-01-17T18:48:47+09:00","datePublished":"2019-01-17T18:48:47+09:00","sameAs":null,"image":null,"mainEntityOfPage":null,"author":null,"description":"Overview","publisher":null,"name":null,"@type":"WebPage","@context":"http://schema.org"}</script>
 <!-- End Jekyll SEO tag -->
 
 
@@ -148,6 +148,25 @@
     </div>
   </div>
 
+  <div class="panel panel-default">
+    <div class="panel-heading">
+      <h4 class="panel-title">
+        <a role="button" data-toggle="collapse" data-parent="#accordion" href="#collapse-4" aria-expanded="false" aria-controls="collapse-4">
+          Contribute
+        </a>
+      </h4>
+    </div>
+    <div id="collapse-4" class="panel-collapse collapse" role="tabpanel" aria-label="Side Navigation">
+      <div class="list-group">
+        
+          
+          
+          <a class="list-group-item " href="/docs/contribute/">Contribute</a>
+        
+      </div>
+    </div>
+  </div>
+
 </div>
 
         </div>
@@ -251,7 +270,7 @@ The generated <em>physical execution plan</em> composed of tasks, task groups (s
     <div class="container">
 
         <p class="text-center">
-            Nemo 2018 |
+            Nemo 2019 |
             Powered by <a href="https://github.com/aksakalli/jekyll-doc-theme">Jekyll Doc Theme</a>
         </p>
         <!-- <p class="text-muted">Place sticky footer content here.</p> -->
diff --git a/content/docs/extending_nemo/index.html b/content/docs/contribute/index.html
similarity index 69%
copy from content/docs/extending_nemo/index.html
copy to content/docs/contribute/index.html
index 2d4abdd..ec2536c 100644
--- a/content/docs/extending_nemo/index.html
+++ b/content/docs/contribute/index.html
@@ -11,22 +11,22 @@
 
     <link rel="shortcut icon" href="/favicon.ico?1">
     <!-- Begin Jekyll SEO tag v2.3.0 -->
-<title>Extending Nemo | Nemo</title>
-<meta property="og:title" content="Extending Nemo" />
+<title>Contribute | Nemo</title>
+<meta property="og:title" content="Contribute" />
 <meta property="og:locale" content="en_US" />
-<meta name="description" content="Overview" />
-<meta property="og:description" content="Overview" />
-<link rel="canonical" href="http://nemo.apache.org//docs/extending_nemo/" />
-<meta property="og:url" content="http://nemo.apache.org//docs/extending_nemo/" />
+<meta name="description" content="Contribute" />
+<meta property="og:description" content="Contribute" />
+<link rel="canonical" href="http://nemo.apache.org//docs/contribute/" />
+<meta property="og:url" content="http://nemo.apache.org//docs/contribute/" />
 <meta property="og:site_name" content="Nemo" />
 <meta property="og:type" content="article" />
-<meta property="article:published_time" content="2018-11-19T15:37:01+09:00" />
+<meta property="article:published_time" content="2019-01-17T18:48:47+09:00" />
 <script type="application/ld+json">
-{"url":"http://nemo.apache.org//docs/extending_nemo/","headline":"Extending Nemo","dateModified":"2018-11-19T15:37:01+09:00","datePublished":"2018-11-19T15:37:01+09:00","sameAs":null,"image":null,"mainEntityOfPage":null,"author":null,"description":"Overview","publisher":null,"name":null,"@type":"WebPage","@context":"http://schema.org"}</script>
+{"url":"http://nemo.apache.org//docs/contribute/","headline":"Contribute","dateModified":"2019-01-17T18:48:47+09:00","datePublished":"2019-01-17T18:48:47+09:00","sameAs":null,"image":null,"mainEntityOfPage":null,"author":null,"description":"Contribute","publisher":null,"name":null,"@type":"WebPage","@context":"http://schema.org"}</script>
 <!-- End Jekyll SEO tag -->
 
 
-    <link rel="canonical" href="http://nemo.apache.org//docs/extending_nemo/">
+    <link rel="canonical" href="http://nemo.apache.org//docs/contribute/">
     <link rel="alternate" type="application/rss+xml" title="Nemo" href="http://nemo.apache.org//feed.xml" />
 </head>
 
@@ -148,17 +148,44 @@
     </div>
   </div>
 
+  <div class="panel panel-default">
+    <div class="panel-heading">
+      <h4 class="panel-title">
+        <a role="button" data-toggle="collapse" data-parent="#accordion" href="#collapse-4" aria-expanded="false" aria-controls="collapse-4">
+          Contribute
+        </a>
+      </h4>
+    </div>
+    <div id="collapse-4" class="panel-collapse collapse" role="tabpanel" aria-label="Side Navigation">
+      <div class="list-group">
+        
+          
+          
+          <a class="list-group-item active" href="/docs/contribute/">Contribute</a>
+        
+      </div>
+    </div>
+  </div>
+
 </div>
 
         </div>
 
         <div class="col-md-8">
-            <h1>Extending Nemo</h1>
-            <div id="markdown-content-container"><h3 id="overview">Overview</h3>
+            <h1>Contribute</h1>
+            <div id="markdown-content-container"><h3 id="contribute">Contribute</h3>
+
+<p>The documentations related to contribution can be found in our GitHub repository. Below are the links for the corresponding documents.</p>
+
+<ul>
+  <li><a href="https://github.com/apache/incubator-nemo/blob/master/.github/CONTRIBUTING.md">Contributor Guide</a></li>
+  <li><a href="https://github.com/apache/incubator-nemo/blob/master/.github/COMMITTING.md">Committer Guide</a></li>
+  <li><a href="https://github.com/apache/incubator-nemo/blob/master/.github/CODE_OF_CONDUCT.md">Code of Conduct</a></li>
+</ul>
 </div>
             <p class="text-center">
               <br />
-              <a target="_blank" href="https://github.com/apache/incubator-nemo-website/tree/asf-site/_docs/optimization/extending_nemo.md" class="btn btn-default btn-sm githubEditButton" role="button">
+              <a target="_blank" href="https://github.com/apache/incubator-nemo-website/tree/asf-site/_docs/contribute.md" class="btn btn-default btn-sm githubEditButton" role="button">
                 <i class="fa fa-pencil"></i> Improve this page
               </a>
             </p>
@@ -187,6 +214,29 @@
   
   
 
+  
+  
+    <ul class="pager">
+      
+        
+        
+        <li class="previous">
+          <a href="/docs/runtime_design/">
+            <span aria-hidden="true">&larr;</span> Previous
+          </a>
+        </li>
+      
+
+      
+        <li class="next disabled">
+          <a>
+            Next <span aria-hidden="true">&rarr;</span>
+          </a>
+        </li>
+      
+      </ul>
+    <div class="clear"></div>
+    
 
         </div>
 
@@ -200,7 +250,7 @@
     <div class="container">
 
         <p class="text-center">
-            Nemo 2018 |
+            Nemo 2019 |
             Powered by <a href="https://github.com/aksakalli/jekyll-doc-theme">Jekyll Doc Theme</a>
         </p>
         <!-- <p class="text-muted">Place sticky footer content here.</p> -->
diff --git a/content/docs/extending_nemo/index.html b/content/docs/extending_nemo/index.html
index 2d4abdd..a8d4a53 100644
--- a/content/docs/extending_nemo/index.html
+++ b/content/docs/extending_nemo/index.html
@@ -20,9 +20,9 @@
 <meta property="og:url" content="http://nemo.apache.org//docs/extending_nemo/" />
 <meta property="og:site_name" content="Nemo" />
 <meta property="og:type" content="article" />
-<meta property="article:published_time" content="2018-11-19T15:37:01+09:00" />
+<meta property="article:published_time" content="2019-01-17T18:48:47+09:00" />
 <script type="application/ld+json">
-{"url":"http://nemo.apache.org//docs/extending_nemo/","headline":"Extending Nemo","dateModified":"2018-11-19T15:37:01+09:00","datePublished":"2018-11-19T15:37:01+09:00","sameAs":null,"image":null,"mainEntityOfPage":null,"author":null,"description":"Overview","publisher":null,"name":null,"@type":"WebPage","@context":"http://schema.org"}</script>
+{"url":"http://nemo.apache.org//docs/extending_nemo/","headline":"Extending Nemo","dateModified":"2019-01-17T18:48:47+09:00","datePublished":"2019-01-17T18:48:47+09:00","sameAs":null,"image":null,"mainEntityOfPage":null,"author":null,"description":"Overview","publisher":null,"name":null,"@type":"WebPage","@context":"http://schema.org"}</script>
 <!-- End Jekyll SEO tag -->
 
 
@@ -148,6 +148,25 @@
     </div>
   </div>
 
+  <div class="panel panel-default">
+    <div class="panel-heading">
+      <h4 class="panel-title">
+        <a role="button" data-toggle="collapse" data-parent="#accordion" href="#collapse-4" aria-expanded="false" aria-controls="collapse-4">
+          Contribute
+        </a>
+      </h4>
+    </div>
+    <div id="collapse-4" class="panel-collapse collapse" role="tabpanel" aria-label="Side Navigation">
+      <div class="list-group">
+        
+          
+          
+          <a class="list-group-item " href="/docs/contribute/">Contribute</a>
+        
+      </div>
+    </div>
+  </div>
+
 </div>
 
         </div>
@@ -187,6 +206,9 @@
   
   
 
+  
+  
+
 
         </div>
 
@@ -200,7 +222,7 @@
     <div class="container">
 
         <p class="text-center">
-            Nemo 2018 |
+            Nemo 2019 |
             Powered by <a href="https://github.com/aksakalli/jekyll-doc-theme">Jekyll Doc Theme</a>
         </p>
         <!-- <p class="text-muted">Place sticky footer content here.</p> -->
diff --git a/content/docs/font-awesome/index.html b/content/docs/font-awesome/index.html
index 40c6d7a..df4ddb1 100644
--- a/content/docs/font-awesome/index.html
+++ b/content/docs/font-awesome/index.html
@@ -20,9 +20,9 @@
 <meta property="og:url" content="http://nemo.apache.org//docs/font-awesome/" />
 <meta property="og:site_name" content="Nemo" />
 <meta property="og:type" content="article" />
-<meta property="article:published_time" content="2018-11-19T15:37:01+09:00" />
+<meta property="article:published_time" content="2019-01-17T18:48:47+09:00" />
 <script type="application/ld+json">
-{"url":"http://nemo.apache.org//docs/font-awesome/","headline":"Font Awesome Icon List","dateModified":"2018-11-19T15:37:01+09:00","datePublished":"2018-11-19T15:37:01+09:00","sameAs":null,"image":null,"mainEntityOfPage":null,"author":null,"description":"500px address-book address-book-o address-card address-card-o adjust adn align-center align-justify align-left align-right amazon ambulance american-sign-language-interpreting anchor android angellist angle-double-down angle-double-left  [...]
+{"url":"http://nemo.apache.org//docs/font-awesome/","headline":"Font Awesome Icon List","dateModified":"2019-01-17T18:48:47+09:00","datePublished":"2019-01-17T18:48:47+09:00","sameAs":null,"image":null,"mainEntityOfPage":null,"author":null,"description":"500px address-book address-book-o address-card address-card-o adjust adn align-center align-justify align-left align-right amazon ambulance american-sign-language-interpreting anchor android angellist angle-double-down angle-double-left  [...]
 <!-- End Jekyll SEO tag -->
 
 
@@ -148,6 +148,25 @@
     </div>
   </div>
 
+  <div class="panel panel-default">
+    <div class="panel-heading">
+      <h4 class="panel-title">
+        <a role="button" data-toggle="collapse" data-parent="#accordion" href="#collapse-4" aria-expanded="false" aria-controls="collapse-4">
+          Contribute
+        </a>
+      </h4>
+    </div>
+    <div id="collapse-4" class="panel-collapse collapse" role="tabpanel" aria-label="Side Navigation">
+      <div class="list-group">
+        
+          
+          
+          <a class="list-group-item " href="/docs/contribute/">Contribute</a>
+        
+      </div>
+    </div>
+  </div>
+
 </div>
 
         </div>
@@ -861,6 +880,9 @@
   
   
 
+  
+  
+
 
         </div>
 
@@ -874,7 +896,7 @@
     <div class="container">
 
         <p class="text-center">
-            Nemo 2018 |
+            Nemo 2019 |
             Powered by <a href="https://github.com/aksakalli/jekyll-doc-theme">Jekyll Doc Theme</a>
         </p>
         <!-- <p class="text-muted">Place sticky footer content here.</p> -->
diff --git a/content/docs/getting_started/index.html b/content/docs/getting_started/index.html
index 2397c51..6836089 100644
--- a/content/docs/getting_started/index.html
+++ b/content/docs/getting_started/index.html
@@ -20,9 +20,9 @@
 <meta property="og:url" content="http://nemo.apache.org//docs/getting_started/" />
 <meta property="og:site_name" content="Nemo" />
 <meta property="og:type" content="article" />
-<meta property="article:published_time" content="2018-11-19T15:37:01+09:00" />
+<meta property="article:published_time" content="2019-01-17T18:48:47+09:00" />
 <script type="application/ld+json">
-{"url":"http://nemo.apache.org//docs/getting_started/","headline":"Getting Started","dateModified":"2018-11-19T15:37:01+09:00","datePublished":"2018-11-19T15:37:01+09:00","sameAs":null,"image":null,"mainEntityOfPage":null,"author":null,"description":"Prerequisites Java 8 Maven Latest REEF snapshot YARN settings Download Hadoop 2.7.4 at http://apache.tt.co.kr/hadoop/common/hadoop-2.7.4/ Set the shell profile as following: export HADOOP_HOME=/path/to/hadoop-2.7.4 export YARN_HOME=$HADOOP_H [...]
+{"url":"http://nemo.apache.org//docs/getting_started/","headline":"Getting Started","dateModified":"2019-01-17T18:48:47+09:00","datePublished":"2019-01-17T18:48:47+09:00","sameAs":null,"image":null,"mainEntityOfPage":null,"author":null,"description":"Prerequisites Java 8 Maven Latest REEF snapshot YARN settings Download Hadoop 2.7.4 at http://apache.tt.co.kr/hadoop/common/hadoop-2.7.4/ Set the shell profile as following: export HADOOP_HOME=/path/to/hadoop-2.7.4 export YARN_HOME=$HADOOP_H [...]
 <!-- End Jekyll SEO tag -->
 
 
@@ -148,6 +148,25 @@
     </div>
   </div>
 
+  <div class="panel panel-default">
+    <div class="panel-heading">
+      <h4 class="panel-title">
+        <a role="button" data-toggle="collapse" data-parent="#accordion" href="#collapse-4" aria-expanded="false" aria-controls="collapse-4">
+          Contribute
+        </a>
+      </h4>
+    </div>
+    <div id="collapse-4" class="panel-collapse collapse" role="tabpanel" aria-label="Side Navigation">
+      <div class="list-group">
+        
+          
+          
+          <a class="list-group-item " href="/docs/contribute/">Contribute</a>
+        
+      </div>
+    </div>
+  </div>
+
 </div>
 
         </div>
@@ -351,7 +370,7 @@ Using our <a href="https://service.jangho.io/Nemo-dag/">online visualizer</a>, y
     <div class="container">
 
         <p class="text-center">
-            Nemo 2018 |
+            Nemo 2019 |
             Powered by <a href="https://github.com/aksakalli/jekyll-doc-theme">Jekyll Doc Theme</a>
         </p>
         <!-- <p class="text-muted">Place sticky footer content here.</p> -->
diff --git a/content/docs/home/index.html b/content/docs/home/index.html
index 48c441e..e53e236 100644
--- a/content/docs/home/index.html
+++ b/content/docs/home/index.html
@@ -20,9 +20,9 @@
 <meta property="og:url" content="http://nemo.apache.org//docs/home/" />
 <meta property="og:site_name" content="Nemo" />
 <meta property="og:type" content="article" />
-<meta property="article:published_time" content="2018-11-19T15:37:01+09:00" />
+<meta property="article:published_time" content="2019-01-17T18:48:47+09:00" />
 <script type="application/ld+json">
-{"url":"http://nemo.apache.org//docs/home/","headline":"Overview","dateModified":"2018-11-19T15:37:01+09:00","datePublished":"2018-11-19T15:37:01+09:00","sameAs":null,"image":null,"mainEntityOfPage":null,"author":null,"description":"Nemo aims to optimize data processing for better performance and datacenter efficiency, not only in general and common conditions, but also with various deployment characteristics. Such characteristics include processing data on specific resource environments [...]
+{"url":"http://nemo.apache.org//docs/home/","headline":"Overview","dateModified":"2019-01-17T18:48:47+09:00","datePublished":"2019-01-17T18:48:47+09:00","sameAs":null,"image":null,"mainEntityOfPage":null,"author":null,"description":"Nemo aims to optimize data processing for better performance and datacenter efficiency, not only in general and common conditions, but also with various deployment characteristics. Such characteristics include processing data on specific resource environments [...]
 <!-- End Jekyll SEO tag -->
 
 
@@ -148,6 +148,25 @@
     </div>
   </div>
 
+  <div class="panel panel-default">
+    <div class="panel-heading">
+      <h4 class="panel-title">
+        <a role="button" data-toggle="collapse" data-parent="#accordion" href="#collapse-4" aria-expanded="false" aria-controls="collapse-4">
+          Contribute
+        </a>
+      </h4>
+    </div>
+    <div id="collapse-4" class="panel-collapse collapse" role="tabpanel" aria-label="Side Navigation">
+      <div class="list-group">
+        
+          
+          
+          <a class="list-group-item " href="/docs/contribute/">Contribute</a>
+        
+      </div>
+    </div>
+  </div>
+
 </div>
 
         </div>
@@ -219,7 +238,7 @@ Works represented this way can be executed by the <a href="../runtime_design">Ne
     <div class="container">
 
         <p class="text-center">
-            Nemo 2018 |
+            Nemo 2019 |
             Powered by <a href="https://github.com/aksakalli/jekyll-doc-theme">Jekyll Doc Theme</a>
         </p>
         <!-- <p class="text-muted">Place sticky footer content here.</p> -->
diff --git a/content/docs/ir/index.html b/content/docs/ir/index.html
index 49e0c5b..fb81b9b 100644
--- a/content/docs/ir/index.html
+++ b/content/docs/ir/index.html
@@ -20,9 +20,9 @@
 <meta property="og:url" content="http://nemo.apache.org//docs/ir/" />
 <meta property="og:site_name" content="Nemo" />
 <meta property="og:type" content="article" />
-<meta property="article:published_time" content="2018-11-19T15:37:01+09:00" />
+<meta property="article:published_time" content="2019-01-17T18:48:47+09:00" />
 <script type="application/ld+json">
-{"url":"http://nemo.apache.org//docs/ir/","headline":"Nemo Intermediate Representation (IR)","dateModified":"2018-11-19T15:37:01+09:00","datePublished":"2018-11-19T15:37:01+09:00","sameAs":null,"image":null,"mainEntityOfPage":null,"author":null,"description":"Overview","publisher":null,"name":null,"@type":"WebPage","@context":"http://schema.org"}</script>
+{"url":"http://nemo.apache.org//docs/ir/","headline":"Nemo Intermediate Representation (IR)","dateModified":"2019-01-17T18:48:47+09:00","datePublished":"2019-01-17T18:48:47+09:00","sameAs":null,"image":null,"mainEntityOfPage":null,"author":null,"description":"Overview","publisher":null,"name":null,"@type":"WebPage","@context":"http://schema.org"}</script>
 <!-- End Jekyll SEO tag -->
 
 
@@ -148,6 +148,25 @@
     </div>
   </div>
 
+  <div class="panel panel-default">
+    <div class="panel-heading">
+      <h4 class="panel-title">
+        <a role="button" data-toggle="collapse" data-parent="#accordion" href="#collapse-4" aria-expanded="false" aria-controls="collapse-4">
+          Contribute
+        </a>
+      </h4>
+    </div>
+    <div id="collapse-4" class="panel-collapse collapse" role="tabpanel" aria-label="Side Navigation">
+      <div class="list-group">
+        
+          
+          
+          <a class="list-group-item " href="/docs/contribute/">Contribute</a>
+        
+      </div>
+    </div>
+  </div>
+
 </div>
 
         </div>
@@ -238,7 +257,7 @@ By having an IR for expressing workloads and the related execution properties, i
     <div class="container">
 
         <p class="text-center">
-            Nemo 2018 |
+            Nemo 2019 |
             Powered by <a href="https://github.com/aksakalli/jekyll-doc-theme">Jekyll Doc Theme</a>
         </p>
         <!-- <p class="text-muted">Place sticky footer content here.</p> -->
diff --git a/content/docs/jekyll/index.html b/content/docs/jekyll/index.html
index 3de9cb4..2160ff8 100644
--- a/content/docs/jekyll/index.html
+++ b/content/docs/jekyll/index.html
@@ -20,9 +20,9 @@
 <meta property="og:url" content="http://nemo.apache.org//docs/jekyll/" />
 <meta property="og:site_name" content="Nemo" />
 <meta property="og:type" content="article" />
-<meta property="article:published_time" content="2018-11-19T15:37:01+09:00" />
+<meta property="article:published_time" content="2019-01-17T18:48:47+09:00" />
 <script type="application/ld+json">
-{"url":"http://nemo.apache.org//docs/jekyll/","headline":"Jekyll intro","dateModified":"2018-11-19T15:37:01+09:00","datePublished":"2018-11-19T15:37:01+09:00","sameAs":null,"image":null,"mainEntityOfPage":null,"author":null,"description":"Getting started","publisher":null,"name":null,"@type":"WebPage","@context":"http://schema.org"}</script>
+{"url":"http://nemo.apache.org//docs/jekyll/","headline":"Jekyll intro","dateModified":"2019-01-17T18:48:47+09:00","datePublished":"2019-01-17T18:48:47+09:00","sameAs":null,"image":null,"mainEntityOfPage":null,"author":null,"description":"Getting started","publisher":null,"name":null,"@type":"WebPage","@context":"http://schema.org"}</script>
 <!-- End Jekyll SEO tag -->
 
 
@@ -148,6 +148,25 @@
     </div>
   </div>
 
+  <div class="panel panel-default">
+    <div class="panel-heading">
+      <h4 class="panel-title">
+        <a role="button" data-toggle="collapse" data-parent="#accordion" href="#collapse-4" aria-expanded="false" aria-controls="collapse-4">
+          Contribute
+        </a>
+      </h4>
+    </div>
+    <div id="collapse-4" class="panel-collapse collapse" role="tabpanel" aria-label="Side Navigation">
+      <div class="list-group">
+        
+          
+          
+          <a class="list-group-item " href="/docs/contribute/">Contribute</a>
+        
+      </div>
+    </div>
+  </div>
+
 </div>
 
         </div>
@@ -241,6 +260,9 @@ You can create your own theme by writing your own <code class="highlighter-rouge
   
   
 
+  
+  
+
 
         </div>
 
@@ -254,7 +276,7 @@ You can create your own theme by writing your own <code class="highlighter-rouge
     <div class="container">
 
         <p class="text-center">
-            Nemo 2018 |
+            Nemo 2019 |
             Powered by <a href="https://github.com/aksakalli/jekyll-doc-theme">Jekyll Doc Theme</a>
         </p>
         <!-- <p class="text-muted">Place sticky footer content here.</p> -->
diff --git a/content/docs/passes_and_policies/index.html b/content/docs/passes_and_policies/index.html
index 3f5a057..02db67e 100644
--- a/content/docs/passes_and_policies/index.html
+++ b/content/docs/passes_and_policies/index.html
@@ -20,9 +20,9 @@
 <meta property="og:url" content="http://nemo.apache.org//docs/passes_and_policies/" />
 <meta property="og:site_name" content="Nemo" />
 <meta property="og:type" content="article" />
-<meta property="article:published_time" content="2018-11-19T15:37:01+09:00" />
+<meta property="article:published_time" content="2019-01-17T18:48:47+09:00" />
 <script type="application/ld+json">
-{"url":"http://nemo.apache.org//docs/passes_and_policies/","headline":"Passes and Policies","dateModified":"2018-11-19T15:37:01+09:00","datePublished":"2018-11-19T15:37:01+09:00","sameAs":null,"image":null,"mainEntityOfPage":null,"author":null,"description":"Optimization Passes","publisher":null,"name":null,"@type":"WebPage","@context":"http://schema.org"}</script>
+{"url":"http://nemo.apache.org//docs/passes_and_policies/","headline":"Passes and Policies","dateModified":"2019-01-17T18:48:47+09:00","datePublished":"2019-01-17T18:48:47+09:00","sameAs":null,"image":null,"mainEntityOfPage":null,"author":null,"description":"Optimization Passes","publisher":null,"name":null,"@type":"WebPage","@context":"http://schema.org"}</script>
 <!-- End Jekyll SEO tag -->
 
 
@@ -148,6 +148,25 @@
     </div>
   </div>
 
+  <div class="panel panel-default">
+    <div class="panel-heading">
+      <h4 class="panel-title">
+        <a role="button" data-toggle="collapse" data-parent="#accordion" href="#collapse-4" aria-expanded="false" aria-controls="collapse-4">
+          Contribute
+        </a>
+      </h4>
+    </div>
+    <div id="collapse-4" class="panel-collapse collapse" role="tabpanel" aria-label="Side Navigation">
+      <div class="list-group">
+        
+          
+          
+          <a class="list-group-item " href="/docs/contribute/">Contribute</a>
+        
+      </div>
+    </div>
+  </div>
+
 </div>
 
         </div>
@@ -273,7 +292,7 @@ It also makes it possible for the system to promptly meet new requirements throu
     <div class="container">
 
         <p class="text-center">
-            Nemo 2018 |
+            Nemo 2019 |
             Powered by <a href="https://github.com/aksakalli/jekyll-doc-theme">Jekyll Doc Theme</a>
         </p>
         <!-- <p class="text-muted">Place sticky footer content here.</p> -->
diff --git a/content/docs/runtime_design/index.html b/content/docs/runtime_design/index.html
index cf16f95..e64beca 100644
--- a/content/docs/runtime_design/index.html
+++ b/content/docs/runtime_design/index.html
@@ -20,9 +20,9 @@
 <meta property="og:url" content="http://nemo.apache.org//docs/runtime_design/" />
 <meta property="og:site_name" content="Nemo" />
 <meta property="og:type" content="article" />
-<meta property="article:published_time" content="2018-11-19T15:37:01+09:00" />
+<meta property="article:published_time" content="2019-01-17T18:48:47+09:00" />
 <script type="application/ld+json">
-{"url":"http://nemo.apache.org//docs/runtime_design/","headline":"Runtime Design","dateModified":"2018-11-19T15:37:01+09:00","datePublished":"2018-11-19T15:37:01+09:00","sameAs":null,"image":null,"mainEntityOfPage":null,"author":null,"description":"Receiving a Job from the Nemo Compiler","publisher":null,"name":null,"@type":"WebPage","@context":"http://schema.org"}</script>
+{"url":"http://nemo.apache.org//docs/runtime_design/","headline":"Runtime Design","dateModified":"2019-01-17T18:48:47+09:00","datePublished":"2019-01-17T18:48:47+09:00","sameAs":null,"image":null,"mainEntityOfPage":null,"author":null,"description":"Receiving a Job from the Nemo Compiler","publisher":null,"name":null,"@type":"WebPage","@context":"http://schema.org"}</script>
 <!-- End Jekyll SEO tag -->
 
 
@@ -148,6 +148,25 @@
     </div>
   </div>
 
+  <div class="panel panel-default">
+    <div class="panel-heading">
+      <h4 class="panel-title">
+        <a role="button" data-toggle="collapse" data-parent="#accordion" href="#collapse-4" aria-expanded="false" aria-controls="collapse-4">
+          Contribute
+        </a>
+      </h4>
+    </div>
+    <div id="collapse-4" class="panel-collapse collapse" role="tabpanel" aria-label="Side Navigation">
+      <div class="list-group">
+        
+          
+          
+          <a class="list-group-item " href="/docs/contribute/">Contribute</a>
+        
+      </div>
+    </div>
+  </div>
+
 </div>
 
         </div>
@@ -234,8 +253,10 @@ Each interface has been transparently integrated with other components of the ru
       
 
       
-        <li class="next disabled">
-          <a>
+        
+        
+        <li class="next">
+          <a href="/docs/contribute/">
             Next <span aria-hidden="true">&rarr;</span>
           </a>
         </li>
@@ -256,7 +277,7 @@ Each interface has been transparently integrated with other components of the ru
     <div class="container">
 
         <p class="text-center">
-            Nemo 2018 |
+            Nemo 2019 |
             Powered by <a href="https://github.com/aksakalli/jekyll-doc-theme">Jekyll Doc Theme</a>
         </p>
         <!-- <p class="text-muted">Place sticky footer content here.</p> -->
diff --git a/content/docs/themes/index.html b/content/docs/themes/index.html
index f30cbaf..792cc14 100644
--- a/content/docs/themes/index.html
+++ b/content/docs/themes/index.html
@@ -20,9 +20,9 @@
 <meta property="og:url" content="http://nemo.apache.org//docs/themes/" />
 <meta property="og:site_name" content="Nemo" />
 <meta property="og:type" content="article" />
-<meta property="article:published_time" content="2018-11-19T15:37:01+09:00" />
+<meta property="article:published_time" content="2019-01-17T18:48:47+09:00" />
 <script type="application/ld+json">
-{"url":"http://nemo.apache.org//docs/themes/","headline":"Themes","dateModified":"2018-11-19T15:37:01+09:00","datePublished":"2018-11-19T15:37:01+09:00","sameAs":null,"image":null,"mainEntityOfPage":null,"author":null,"description":"By default, this website uses paper theme, but you can change it to another bootwatch theme by setting bootwatch variable in _config.yml file. (Don’t forget to restart Jekyll if you are running locally because the configuration is not re-read upon change.)"," [...]
+{"url":"http://nemo.apache.org//docs/themes/","headline":"Themes","dateModified":"2019-01-17T18:48:47+09:00","datePublished":"2019-01-17T18:48:47+09:00","sameAs":null,"image":null,"mainEntityOfPage":null,"author":null,"description":"By default, this website uses paper theme, but you can change it to another bootwatch theme by setting bootwatch variable in _config.yml file. (Don’t forget to restart Jekyll if you are running locally because the configuration is not re-read upon change.)"," [...]
 <!-- End Jekyll SEO tag -->
 
 
@@ -148,6 +148,25 @@
     </div>
   </div>
 
+  <div class="panel panel-default">
+    <div class="panel-heading">
+      <h4 class="panel-title">
+        <a role="button" data-toggle="collapse" data-parent="#accordion" href="#collapse-4" aria-expanded="false" aria-controls="collapse-4">
+          Contribute
+        </a>
+      </h4>
+    </div>
+    <div id="collapse-4" class="panel-collapse collapse" role="tabpanel" aria-label="Side Navigation">
+      <div class="list-group">
+        
+          
+          
+          <a class="list-group-item " href="/docs/contribute/">Contribute</a>
+        
+      </div>
+    </div>
+  </div>
+
 </div>
 
         </div>
@@ -429,6 +448,9 @@
   
   
 
+  
+  
+
 
         </div>
 
@@ -442,7 +464,7 @@
     <div class="container">
 
         <p class="text-center">
-            Nemo 2018 |
+            Nemo 2019 |
             Powered by <a href="https://github.com/aksakalli/jekyll-doc-theme">Jekyll Doc Theme</a>
         </p>
         <!-- <p class="text-muted">Place sticky footer content here.</p> -->
diff --git a/content/docs/welcome_to_jekyll/index.html b/content/docs/welcome_to_jekyll/index.html
index cfd202d..46a3c81 100644
--- a/content/docs/welcome_to_jekyll/index.html
+++ b/content/docs/welcome_to_jekyll/index.html
@@ -20,9 +20,9 @@
 <meta property="og:url" content="http://nemo.apache.org//docs/welcome_to_jekyll/" />
 <meta property="og:site_name" content="Nemo" />
 <meta property="og:type" content="article" />
-<meta property="article:published_time" content="2018-11-19T15:37:01+09:00" />
+<meta property="article:published_time" content="2019-01-17T18:48:47+09:00" />
 <script type="application/ld+json">
-{"url":"http://nemo.apache.org//docs/welcome_to_jekyll/","headline":"Welcome to Jekyll!","dateModified":"2018-11-19T15:37:01+09:00","datePublished":"2018-11-19T15:37:01+09:00","sameAs":null,"image":null,"mainEntityOfPage":null,"author":null,"description":"You’ll find this post in your _posts directory. Go ahead and edit it and re-build the site to see your changes. You can rebuild the site in many different ways, but the most common way is to run jekyll serve, which launches a web server [...]
+{"url":"http://nemo.apache.org//docs/welcome_to_jekyll/","headline":"Welcome to Jekyll!","dateModified":"2019-01-17T18:48:47+09:00","datePublished":"2019-01-17T18:48:47+09:00","sameAs":null,"image":null,"mainEntityOfPage":null,"author":null,"description":"You’ll find this post in your _posts directory. Go ahead and edit it and re-build the site to see your changes. You can rebuild the site in many different ways, but the most common way is to run jekyll serve, which launches a web server [...]
 <!-- End Jekyll SEO tag -->
 
 
@@ -148,6 +148,25 @@
     </div>
   </div>
 
+  <div class="panel panel-default">
+    <div class="panel-heading">
+      <h4 class="panel-title">
+        <a role="button" data-toggle="collapse" data-parent="#accordion" href="#collapse-4" aria-expanded="false" aria-controls="collapse-4">
+          Contribute
+        </a>
+      </h4>
+    </div>
+    <div id="collapse-4" class="panel-collapse collapse" role="tabpanel" aria-label="Side Navigation">
+      <div class="list-group">
+        
+          
+          
+          <a class="list-group-item " href="/docs/contribute/">Contribute</a>
+        
+      </div>
+    </div>
+  </div>
+
 </div>
 
         </div>
@@ -200,6 +219,9 @@
   
   
 
+  
+  
+
 
         </div>
 
@@ -213,7 +235,7 @@
     <div class="container">
 
         <p class="text-center">
-            Nemo 2018 |
+            Nemo 2019 |
             Powered by <a href="https://github.com/aksakalli/jekyll-doc-theme">Jekyll Doc Theme</a>
         </p>
         <!-- <p class="text-muted">Place sticky footer content here.</p> -->
diff --git a/content/feed.xml b/content/feed.xml
index 2e13157..353f7f3 100644
--- a/content/feed.xml
+++ b/content/feed.xml
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="3.4.3">Jekyll</generator><link href="http://nemo.apache.org//feed.xml" rel="self" type="application/atom+xml" /><link href="http://nemo.apache.org//" rel="alternate" type="text/html" /><updated>2018-11-19T15:37:01+09:00</updated><id>http://nemo.apache.org//</id><title type="html">Nemo</title><subtitle>A Data Processing System for Flexible Employment With Differ [...]
+<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="3.4.3">Jekyll</generator><link href="http://nemo.apache.org//feed.xml" rel="self" type="application/atom+xml" /><link href="http://nemo.apache.org//" rel="alternate" type="text/html" /><updated>2019-01-17T18:48:47+09:00</updated><id>http://nemo.apache.org//</id><title type="html">Nemo</title><subtitle>A Data Processing System for Flexible Employment With Differ [...]
 </subtitle><entry><title type="html">Optimizing shuffle performance using Nemo</title><link href="http://nemo.apache.org//blog/2018/03/23/shuffle-on-nemo/" rel="alternate" type="text/html" title="Optimizing shuffle performance using Nemo" /><published>2018-03-23T00:00:00+09:00</published><updated>2018-03-23T00:00:00+09:00</updated><id>http://nemo.apache.org//blog/2018/03/23/shuffle-on-nemo</id><content type="html" xml:base="http://nemo.apache.org//blog/2018/03/23/shuffle-on-nemo/">&lt;p& [...]
 
 &lt;p&gt;Sailfish[1] is an optimization technique that reduces disk overheads associated with a shuffle operation. Specifically, Sailfish minimizes the number of disk seeks involved in reading intermediate data back from disk. Jobs that handle large volumes of data can especially benefit from the Sailfish technique.&lt;/p&gt;
diff --git a/content/index.html b/content/index.html
index eaf22e3..1bf14c8 100644
--- a/content/index.html
+++ b/content/index.html
@@ -149,7 +149,7 @@
     <div class="container">
 
         <p class="text-center">
-            Nemo 2018 |
+            Nemo 2019 |
             Powered by <a href="https://github.com/aksakalli/jekyll-doc-theme">Jekyll Doc Theme</a>
         </p>
         <!-- <p class="text-muted">Place sticky footer content here.</p> -->
diff --git a/content/pages/downloads/index.html b/content/pages/downloads/index.html
index 8a1e4f6..3df555a 100644
--- a/content/pages/downloads/index.html
+++ b/content/pages/downloads/index.html
@@ -20,9 +20,9 @@
 <meta property="og:url" content="http://nemo.apache.org//pages/downloads/" />
 <meta property="og:site_name" content="Nemo" />
 <meta property="og:type" content="article" />
-<meta property="article:published_time" content="2018-11-19T15:37:01+09:00" />
+<meta property="article:published_time" content="2019-01-17T18:48:47+09:00" />
 <script type="application/ld+json">
-{"url":"http://nemo.apache.org//pages/downloads/","headline":"Downloads","dateModified":"2018-11-19T15:37:01+09:00","datePublished":"2018-11-19T15:37:01+09:00","sameAs":null,"image":null,"mainEntityOfPage":null,"author":null,"description":"Releases","publisher":null,"name":null,"@type":"WebPage","@context":"http://schema.org"}</script>
+{"url":"http://nemo.apache.org//pages/downloads/","headline":"Downloads","dateModified":"2019-01-17T18:48:47+09:00","datePublished":"2019-01-17T18:48:47+09:00","sameAs":null,"image":null,"mainEntityOfPage":null,"author":null,"description":"Releases","publisher":null,"name":null,"@type":"WebPage","@context":"http://schema.org"}</script>
 <!-- End Jekyll SEO tag -->
 
 
@@ -115,7 +115,7 @@
     <div class="container">
 
         <p class="text-center">
-            Nemo 2018 |
+            Nemo 2019 |
             Powered by <a href="https://github.com/aksakalli/jekyll-doc-theme">Jekyll Doc Theme</a>
         </p>
         <!-- <p class="text-muted">Place sticky footer content here.</p> -->
diff --git a/content/pages/license/index.html b/content/pages/license/index.html
index 8df8c2d..f78d7f5 100644
--- a/content/pages/license/index.html
+++ b/content/pages/license/index.html
@@ -20,9 +20,9 @@
 <meta property="og:url" content="http://nemo.apache.org//pages/license/" />
 <meta property="og:site_name" content="Nemo" />
 <meta property="og:type" content="article" />
-<meta property="article:published_time" content="2018-11-19T15:37:01+09:00" />
+<meta property="article:published_time" content="2019-01-17T18:48:47+09:00" />
 <script type="application/ld+json">
-{"url":"http://nemo.apache.org//pages/license/","headline":"License","dateModified":"2018-11-19T15:37:01+09:00","datePublished":"2018-11-19T15:37:01+09:00","sameAs":null,"image":null,"mainEntityOfPage":null,"author":null,"description":"``` Apache License Version 2.0, January 2004 http://www.apache.org/licenses/","publisher":null,"name":null,"@type":"WebPage","@context":"http://schema.org"}</script>
+{"url":"http://nemo.apache.org//pages/license/","headline":"License","dateModified":"2019-01-17T18:48:47+09:00","datePublished":"2019-01-17T18:48:47+09:00","sameAs":null,"image":null,"mainEntityOfPage":null,"author":null,"description":"``` Apache License Version 2.0, January 2004 http://www.apache.org/licenses/","publisher":null,"name":null,"@type":"WebPage","@context":"http://schema.org"}</script>
 <!-- End Jekyll SEO tag -->
 
 
@@ -294,7 +294,7 @@
     <div class="container">
 
         <p class="text-center">
-            Nemo 2018 |
+            Nemo 2019 |
             Powered by <a href="https://github.com/aksakalli/jekyll-doc-theme">Jekyll Doc Theme</a>
         </p>
         <!-- <p class="text-muted">Place sticky footer content here.</p> -->
diff --git a/content/pages/talks/index.html b/content/pages/talks/index.html
index 640c731..e6c3789 100644
--- a/content/pages/talks/index.html
+++ b/content/pages/talks/index.html
@@ -20,9 +20,9 @@
 <meta property="og:url" content="http://nemo.apache.org//pages/talks/" />
 <meta property="og:site_name" content="Nemo" />
 <meta property="og:type" content="article" />
-<meta property="article:published_time" content="2018-11-19T15:37:01+09:00" />
+<meta property="article:published_time" content="2019-01-17T18:48:47+09:00" />
 <script type="application/ld+json">
-{"url":"http://nemo.apache.org//pages/talks/","headline":"Talks","dateModified":"2018-11-19T15:37:01+09:00","datePublished":"2018-11-19T15:37:01+09:00","sameAs":null,"image":null,"mainEntityOfPage":null,"author":null,"description":"Onyx: A Flexible and Extensible Data Processing System, Deview 2017 (link) (Later renamed to Nemo)","publisher":null,"name":null,"@type":"WebPage","@context":"http://schema.org"}</script>
+{"url":"http://nemo.apache.org//pages/talks/","headline":"Talks","dateModified":"2019-01-17T18:48:47+09:00","datePublished":"2019-01-17T18:48:47+09:00","sameAs":null,"image":null,"mainEntityOfPage":null,"author":null,"description":"Onyx: A Flexible and Extensible Data Processing System, Deview 2017 (link) (Later renamed to Nemo)","publisher":null,"name":null,"@type":"WebPage","@context":"http://schema.org"}</script>
 <!-- End Jekyll SEO tag -->
 
 
@@ -94,7 +94,7 @@
     <div class="container">
 
         <p class="text-center">
-            Nemo 2018 |
+            Nemo 2019 |
             Powered by <a href="https://github.com/aksakalli/jekyll-doc-theme">Jekyll Doc Theme</a>
         </p>
         <!-- <p class="text-muted">Place sticky footer content here.</p> -->
diff --git a/content/pages/team/index.html b/content/pages/team/index.html
index e3e122b..b6fdfee 100644
--- a/content/pages/team/index.html
+++ b/content/pages/team/index.html
@@ -20,9 +20,9 @@
 <meta property="og:url" content="http://nemo.apache.org//pages/team/" />
 <meta property="og:site_name" content="Nemo" />
 <meta property="og:type" content="article" />
-<meta property="article:published_time" content="2018-11-19T15:37:01+09:00" />
+<meta property="article:published_time" content="2019-01-17T18:48:47+09:00" />
 <script type="application/ld+json">
-{"url":"http://nemo.apache.org//pages/team/","headline":"Team","dateModified":"2018-11-19T15:37:01+09:00","datePublished":"2018-11-19T15:37:01+09:00","sameAs":null,"image":null,"mainEntityOfPage":null,"author":null,"description":"Contributing to Nemo Your contributation is always welcome :) If you would like to contribute to Nemo, please subscribe to our mailing list: dev@nemo.apache.org [subscribe]. We have a Slack channel for active discussions. Join us on Slack by requesting for an in [...]
+{"url":"http://nemo.apache.org//pages/team/","headline":"Team","dateModified":"2019-01-17T18:48:47+09:00","datePublished":"2019-01-17T18:48:47+09:00","sameAs":null,"image":null,"mainEntityOfPage":null,"author":null,"description":"Contributing to Nemo Your contributation is always welcome :) If you would like to contribute to Nemo, please subscribe to our mailing list: dev@nemo.apache.org [subscribe]. We have a Slack channel for active discussions. Join us on Slack by requesting for an in [...]
 <!-- End Jekyll SEO tag -->
 
 
@@ -176,7 +176,7 @@ sending an e-mail to dev@ after subscription.</p>
     <div class="container">
 
         <p class="text-center">
-            Nemo 2018 |
+            Nemo 2019 |
             Powered by <a href="https://github.com/aksakalli/jekyll-doc-theme">Jekyll Doc Theme</a>
         </p>
         <!-- <p class="text-muted">Place sticky footer content here.</p> -->
diff --git a/content/search.json b/content/search.json
index 0f1eb69..99aa479 100644
--- a/content/search.json
+++ b/content/search.json
@@ -54,6 +54,16 @@
     },
   
 
+  
+    
+    
+    {
+      "title": "Contribute",
+      "url": "/docs/contribute/"
+
+    },
+  
+
 
   
   {
diff --git a/content/sitemap.xml b/content/sitemap.xml
index 3ad42aa..2029977 100644
--- a/content/sitemap.xml
+++ b/content/sitemap.xml
@@ -1,72 +1,76 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <urlset xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd" xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
 <url>
+<loc>http://nemo.apache.org//docs/contribute/</loc>
+<lastmod>2019-01-17T18:48:47+09:00</lastmod>
+</url>
+<url>
 <loc>http://nemo.apache.org//docs/compiler_design/</loc>
-<lastmod>2018-11-19T15:37:01+09:00</lastmod>
+<lastmod>2019-01-17T18:48:47+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//docs/runtime_design/</loc>
-<lastmod>2018-11-19T15:37:01+09:00</lastmod>
+<lastmod>2019-01-17T18:48:47+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//docs/getting_started/</loc>
-<lastmod>2018-11-19T15:37:01+09:00</lastmod>
+<lastmod>2019-01-17T18:48:47+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//docs/home/</loc>
-<lastmod>2018-11-19T15:37:01+09:00</lastmod>
+<lastmod>2019-01-17T18:48:47+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//docs/bootstrap/</loc>
-<lastmod>2018-11-19T15:37:01+09:00</lastmod>
+<lastmod>2019-01-17T18:48:47+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//docs/cheatsheet/</loc>
-<lastmod>2018-11-19T15:37:01+09:00</lastmod>
+<lastmod>2019-01-17T18:48:47+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//docs/jekyll/</loc>
-<lastmod>2018-11-19T15:37:01+09:00</lastmod>
+<lastmod>2019-01-17T18:48:47+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//docs/font-awesome/</loc>
-<lastmod>2018-11-19T15:37:01+09:00</lastmod>
+<lastmod>2019-01-17T18:48:47+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//docs/themes/</loc>
-<lastmod>2018-11-19T15:37:01+09:00</lastmod>
+<lastmod>2019-01-17T18:48:47+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//docs/welcome_to_jekyll/</loc>
-<lastmod>2018-11-19T15:37:01+09:00</lastmod>
+<lastmod>2019-01-17T18:48:47+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//docs/extending_nemo/</loc>
-<lastmod>2018-11-19T15:37:01+09:00</lastmod>
+<lastmod>2019-01-17T18:48:47+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//docs/ir/</loc>
-<lastmod>2018-11-19T15:37:01+09:00</lastmod>
+<lastmod>2019-01-17T18:48:47+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//docs/passes_and_policies/</loc>
-<lastmod>2018-11-19T15:37:01+09:00</lastmod>
+<lastmod>2019-01-17T18:48:47+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//pages/downloads/</loc>
-<lastmod>2018-11-19T15:37:01+09:00</lastmod>
+<lastmod>2019-01-17T18:48:47+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//pages/license/</loc>
-<lastmod>2018-11-19T15:37:01+09:00</lastmod>
+<lastmod>2019-01-17T18:48:47+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//pages/talks/</loc>
-<lastmod>2018-11-19T15:37:01+09:00</lastmod>
+<lastmod>2019-01-17T18:48:47+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//pages/team/</loc>
-<lastmod>2018-11-19T15:37:01+09:00</lastmod>
+<lastmod>2019-01-17T18:48:47+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//blog/2018/03/20/nemo-blog-published/</loc>
@@ -88,4070 +92,4070 @@
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/allclasses-frame.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/allclasses-noframe.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/constant-values.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/deprecated-list.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/client/ClientEndpoint.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/client/DriverEndpoint.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/client/JobLauncher.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/client/NemoClient.JobMessageHandler.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/client/NemoClient.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/client/StateTranslator.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/client/class-use/ClientEndpoint.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/client/class-use/DriverEndpoint.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/client/class-use/JobLauncher.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/client/class-use/NemoClient.JobMessageHandler.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/client/class-use/NemoClient.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/client/class-use/StateTranslator.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/client/package-frame.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/client/package-summary.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/client/package-tree.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/client/package-use.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/ContextImpl.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/DirectByteArrayOutputStream.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/KeyExtractor.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/Pair.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/StateMachine.Builder.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/StateMachine.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/class-use/ContextImpl.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/class-use/DirectByteArrayOutputStream.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/class-use/KeyExtractor.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/class-use/Pair.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/class-use/StateMachine.Builder.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/class-use/StateMachine.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/coder/BytesCoder.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/coder/Coder.DummyCoder.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/coder/Coder.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/coder/class-use/BytesCoder.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/coder/class-use/Coder.DummyCoder.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/coder/class-use/Coder.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/coder/package-frame.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/coder/package-summary.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/coder/package-tree.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/coder/package-use.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/dag/DAG.TraversalOrder.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/dag/DAG.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/dag/DAGBuilder.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/dag/Edge.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/dag/Vertex.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/dag/class-use/DAG.TraversalOrder.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/dag/class-use/DAG.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/dag/class-use/DAGBuilder.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/dag/class-use/Edge.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/dag/class-use/Vertex.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/dag/package-frame.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/dag/package-summary.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/dag/package-tree.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/dag/package-use.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/eventhandler/CommonEventHandler.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/eventhandler/CompilerEvent.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/eventhandler/CompilerEventHandler.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/eventhandler/PubSubEventHandlerWrapper.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/eventhandler/RuntimeEvent.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/eventhandler/RuntimeEventHandler.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/eventhandler/class-use/CommonEventHandler.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/eventhandler/class-use/CompilerEvent.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/eventhandler/class-use/CompilerEventHandler.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/eventhandler/class-use/PubSubEventHandlerWrapper.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/eventhandler/class-use/RuntimeEvent.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/eventhandler/class-use/RuntimeEventHandler.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/eventhandler/package-frame.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/eventhandler/package-summary.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/eventhandler/package-tree.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/eventhandler/package-use.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/exception/BlockFetchException.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/exception/BlockWriteException.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/exception/CompileTimeOptimizationException.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/exception/ContainerException.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/exception/DynamicOptimizationException.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/exception/IllegalEdgeOperationException.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/exception/IllegalMessageException.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/exception/IllegalStateTransitionException.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/exception/IllegalVertexOperationException.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/exception/InvalidParameterException.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/exception/JsonParseException.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/exception/NodeConnectionException.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/exception/PhysicalPlanGenerationException.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/exception/SchedulingException.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/exception/UnknownExecutionStateException.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/exception/UnknownFailureCauseException.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/exception/UnrecoverableFailureException.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/exception/UnsupportedBlockStoreException.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/exception/UnsupportedCommPatternException.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/exception/UnsupportedCompressionException.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/exception/UnsupportedExecutionPropertyException.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/exception/UnsupportedMethodException.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/exception/UnsupportedPartitionerException.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/exception/class-use/BlockFetchException.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/exception/class-use/BlockWriteException.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/exception/class-use/CompileTimeOptimizationException.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/exception/class-use/ContainerException.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/exception/class-use/DynamicOptimizationException.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/exception/class-use/IllegalEdgeOperationException.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/exception/class-use/IllegalMessageException.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/exception/class-use/IllegalStateTransitionException.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/exception/class-use/IllegalVertexOperationException.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/exception/class-use/InvalidParameterException.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/exception/class-use/JsonParseException.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/exception/class-use/NodeConnectionException.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/exception/class-use/PhysicalPlanGenerationException.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/exception/class-use/SchedulingException.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/exception/class-use/UnknownExecutionStateException.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/exception/class-use/UnknownFailureCauseException.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/exception/class-use/UnrecoverableFailureException.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/exception/class-use/UnsupportedBlockStoreException.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/exception/class-use/UnsupportedCommPatternException.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/exception/class-use/UnsupportedCompressionException.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/exception/class-use/UnsupportedExecutionPropertyException.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/exception/class-use/UnsupportedMethodException.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/exception/class-use/UnsupportedPartitionerException.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/exception/package-frame.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/exception/package-summary.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/exception/package-tree.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/exception/package-use.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/ir/IdManager.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/ir/OutputCollector.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/ir/Readable.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/ir/class-use/IdManager.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/ir/class-use/OutputCollector.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/ir/class-use/Readable.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/ir/edge/IREdge.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/ir/edge/class-use/IREdge.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/ir/edge/executionproperty/CompressionProperty.Compression.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/ir/edge/executionproperty/CompressionProperty.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/ir/edge/executionproperty/DataCommunicationPatternProperty.Value.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/ir/edge/executionproperty/DataCommunicationPatternProperty.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/ir/edge/executionproperty/DataFlowModelProperty.Value.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/ir/edge/executionproperty/DataFlowModelProperty.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/ir/edge/executionproperty/DataStoreProperty.Value.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/ir/edge/executionproperty/DataStoreProperty.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/ir/edge/executionproperty/DuplicateEdgeGroupProperty.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/ir/edge/executionproperty/DuplicateEdgeGroupPropertyValue.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/ir/edge/executionproperty/KeyExtractorProperty.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/ir/edge/executionproperty/MetricCollectionProperty.Value.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/ir/edge/executionproperty/MetricCollectionProperty.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/ir/edge/executionproperty/PartitionerProperty.Value.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/ir/edge/executionproperty/PartitionerProperty.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/ir/edge/executionproperty/UsedDataHandlingProperty.Value.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/ir/edge/executionproperty/UsedDataHandlingProperty.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/ir/edge/executionproperty/class-use/CompressionProperty.Compression.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/ir/edge/executionproperty/class-use/CompressionProperty.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/ir/edge/executionproperty/class-use/DataCommunicationPatternProperty.Value.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/ir/edge/executionproperty/class-use/DataCommunicationPatternProperty.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/ir/edge/executionproperty/class-use/DataFlowModelProperty.Value.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/ir/edge/executionproperty/class-use/DataFlowModelProperty.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/ir/edge/executionproperty/class-use/DataStoreProperty.Value.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/ir/edge/executionproperty/class-use/DataStoreProperty.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/ir/edge/executionproperty/class-use/DuplicateEdgeGroupProperty.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/ir/edge/executionproperty/class-use/DuplicateEdgeGroupPropertyValue.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/ir/edge/executionproperty/class-use/KeyExtractorProperty.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/ir/edge/executionproperty/class-use/MetricCollectionProperty.Value.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/ir/edge/executionproperty/class-use/MetricCollectionProperty.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/ir/edge/executionproperty/class-use/PartitionerProperty.Value.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/ir/edge/executionproperty/class-use/PartitionerProperty.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/ir/edge/executionproperty/class-use/UsedDataHandlingProperty.Value.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/ir/edge/executionproperty/class-use/UsedDataHandlingProperty.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/ir/edge/executionproperty/package-frame.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/ir/edge/executionproperty/package-summary.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/ir/edge/executionproperty/package-tree.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/ir/edge/executionproperty/package-use.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/ir/edge/package-frame.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/ir/edge/package-summary.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/ir/edge/package-tree.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/ir/edge/package-use.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/ir/executionproperty/ExecutionProperty.Key.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/ir/executionproperty/ExecutionProperty.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/ir/executionproperty/ExecutionPropertyMap.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/ir/executionproperty/class-use/ExecutionProperty.Key.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/ir/executionproperty/class-use/ExecutionProperty.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/ir/executionproperty/class-use/ExecutionPropertyMap.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/ir/executionproperty/package-frame.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/ir/executionproperty/package-summary.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/ir/executionproperty/package-tree.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/ir/executionproperty/package-use.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/ir/package-frame.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/ir/package-summary.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/ir/package-tree.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/ir/package-use.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/ir/vertex/IRVertex.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/ir/vertex/InitializedSourceVertex.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/ir/vertex/LoopVertex.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/ir/vertex/MetricCollectionBarrierVertex.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/ir/vertex/OperatorVertex.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/ir/vertex/SourceVertex.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/ir/vertex/class-use/IRVertex.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/ir/vertex/class-use/InitializedSourceVertex.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/ir/vertex/class-use/LoopVertex.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/ir/vertex/class-use/MetricCollectionBarrierVertex.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/ir/vertex/class-use/OperatorVertex.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/ir/vertex/class-use/SourceVertex.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/ir/vertex/executionproperty/DynamicOptimizationProperty.Value.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/ir/vertex/executionproperty/DynamicOptimizationProperty.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/ir/vertex/executionproperty/ExecutorPlacementProperty.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/ir/vertex/executionproperty/ParallelismProperty.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/ir/vertex/executionproperty/ScheduleGroupIndexProperty.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/ir/vertex/executionproperty/StageIdProperty.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/ir/vertex/executionproperty/class-use/DynamicOptimizationProperty.Value.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/ir/vertex/executionproperty/class-use/DynamicOptimizationProperty.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/ir/vertex/executionproperty/class-use/ExecutorPlacementProperty.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/ir/vertex/executionproperty/class-use/ParallelismProperty.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/ir/vertex/executionproperty/class-use/ScheduleGroupIndexProperty.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/ir/vertex/executionproperty/class-use/StageIdProperty.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/ir/vertex/executionproperty/package-frame.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/ir/vertex/executionproperty/package-summary.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/ir/vertex/executionproperty/package-tree.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/ir/vertex/executionproperty/package-use.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/ir/vertex/package-frame.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/ir/vertex/package-summary.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/ir/vertex/package-tree.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/ir/vertex/package-use.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/ir/vertex/transform/RelayTransform.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/ir/vertex/transform/Transform.Context.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/ir/vertex/transform/Transform.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/ir/vertex/transform/class-use/RelayTransform.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/ir/vertex/transform/class-use/Transform.Context.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/ir/vertex/transform/class-use/Transform.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/ir/vertex/transform/package-frame.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/ir/vertex/transform/package-summary.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/ir/vertex/transform/package-tree.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/ir/vertex/transform/package-use.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/package-frame.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/package-summary.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/package-tree.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/package-use.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/test/ArgBuilder.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/test/ExampleTestUtil.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/test/class-use/ArgBuilder.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/test/class-use/ExampleTestUtil.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/test/package-frame.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/test/package-summary.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/test/package-tree.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/test/package-use.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/backend/Backend.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/backend/class-use/Backend.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/backend/nemo/NemoBackend.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/backend/nemo/class-use/NemoBackend.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/backend/nemo/package-frame.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/backend/nemo/package-summary.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/backend/nemo/package-tree.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/backend/nemo/package-use.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/backend/package-frame.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/backend/package-summary.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/backend/package-tree.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/backend/package-use.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/beam/BeamStateTranslator.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/beam/NemoPipelineOptions.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/beam/NemoPipelineResult.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/beam/NemoPipelineRunner.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/beam/NemoPipelineVisitor.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/beam/class-use/BeamStateTranslator.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/beam/class-use/NemoPipelineOptions.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/beam/class-use/NemoPipelineResult.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/beam/class-use/NemoPipelineRunner.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/beam/class-use/NemoPipelineVisitor.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/beam/coder/BeamCoder.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/beam/coder/PairCoder.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/beam/coder/class-use/BeamCoder.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/beam/coder/class-use/PairCoder.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/beam/coder/package-frame.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/beam/coder/package-summary.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/beam/coder/package-tree.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/beam/coder/package-use.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/beam/package-frame.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/beam/package-summary.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/beam/package-tree.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/beam/package-use.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/beam/source/BeamBoundedSourceVertex.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/beam/source/class-use/BeamBoundedSourceVertex.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/beam/source/package-frame.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/beam/source/package-summary.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/beam/source/package-tree.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/beam/source/package-use.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/beam/transform/CreateViewTransform.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/beam/transform/DoTransform.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/beam/transform/FlattenTransform.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/beam/transform/GroupByKeyTransform.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/beam/transform/LoopCompositeTransform.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/beam/transform/WindowTransform.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/beam/transform/class-use/CreateViewTransform.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/beam/transform/class-use/DoTransform.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/beam/transform/class-use/FlattenTransform.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/beam/transform/class-use/GroupByKeyTransform.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/beam/transform/class-use/LoopCompositeTransform.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/beam/transform/class-use/WindowTransform.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/beam/transform/package-frame.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/beam/transform/package-summary.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/beam/transform/package-tree.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/beam/transform/package-use.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/spark/SparkKeyExtractor.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/spark/class-use/SparkKeyExtractor.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/spark/coder/SparkCoder.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/spark/coder/class-use/SparkCoder.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/spark/coder/package-frame.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/spark/coder/package-summary.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/spark/coder/package-tree.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/spark/coder/package-use.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/spark/core/RDD.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/spark/core/class-use/RDD.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/spark/core/java/JavaPairRDD.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/spark/core/java/JavaRDD.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/spark/core/java/JavaSparkContext.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/spark/core/java/SparkFrontendUtils.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/spark/core/java/class-use/JavaPairRDD.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/spark/core/java/class-use/JavaRDD.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/spark/core/java/class-use/JavaSparkContext.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/spark/core/java/class-use/SparkFrontendUtils.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/spark/core/java/package-frame.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/spark/core/java/package-summary.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/spark/core/java/package-tree.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/spark/core/java/package-use.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/spark/core/package-frame.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/spark/core/package-summary.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/spark/core/package-tree.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/spark/core/package-use.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/spark/package-frame.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/spark/package-summary.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/spark/package-tree.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/spark/package-use.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/spark/source/SparkBoundedSourceVertex.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/spark/source/class-use/SparkBoundedSourceVertex.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/spark/source/package-frame.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/spark/source/package-summary.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/spark/source/package-tree.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/spark/source/package-use.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/spark/sql/DataFrameReader.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/spark/sql/Dataset.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/spark/sql/NemoSparkUserFacingClass.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/spark/sql/SparkSession.Builder.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/spark/sql/SparkSession.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/spark/sql/class-use/DataFrameReader.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/spark/sql/class-use/Dataset.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/spark/sql/class-use/NemoSparkUserFacingClass.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/spark/sql/class-use/SparkSession.Builder.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/spark/sql/class-use/SparkSession.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/spark/sql/package-frame.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/spark/sql/package-summary.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/spark/sql/package-tree.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/spark/sql/package-use.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/spark/transform/CollectTransform.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/spark/transform/FlatMapTransform.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/spark/transform/GroupByKeyTransform.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/spark/transform/MapToPairTransform.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/spark/transform/MapTransform.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/spark/transform/ReduceByKeyTransform.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/spark/transform/ReduceTransform.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/spark/transform/class-use/CollectTransform.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/spark/transform/class-use/FlatMapTransform.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/spark/transform/class-use/GroupByKeyTransform.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/spark/transform/class-use/MapToPairTransform.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/spark/transform/class-use/MapTransform.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/spark/transform/class-use/ReduceByKeyTransform.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/spark/transform/class-use/ReduceTransform.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/spark/transform/package-frame.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/spark/transform/package-summary.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/spark/transform/package-tree.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/spark/transform/package-use.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/CompiletimeOptimizer.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/class-use/CompiletimeOptimizer.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/examples/EmptyComponents.EmptySourceVertex.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/examples/EmptyComponents.EmptyTransform.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/examples/EmptyComponents.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/examples/MapReduceDisaggregationOptimization.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/examples/class-use/EmptyComponents.EmptySourceVertex.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/examples/class-use/EmptyComponents.EmptyTransform.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/examples/class-use/EmptyComponents.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/examples/class-use/MapReduceDisaggregationOptimization.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/examples/package-frame.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/examples/package-summary.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/examples/package-tree.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/examples/package-use.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/package-frame.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/package-summary.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/package-tree.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/package-use.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/pass/compiletime/CompileTimePass.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/pass/compiletime/annotating/AnnotatingPass.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/pass/compiletime/annotating/CompressionPass.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/pass/compiletime/annotating/DataSkewEdgeDataStorePass.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/pass/compiletime/annotating/DataSkewEdgeMetricCollectionPass.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/pass/compiletime/annotating/DataSkewEdgePartitionerPass.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/pass/compiletime/annotating/DataSkewVertexPass.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/pass/compiletime/annotating/DefaultEdgeUsedDataHandlingPass.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/pass/compiletime/annotating/DefaultParallelismPass.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/pass/compiletime/annotating/DefaultStagePartitioningPass.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/pass/compiletime/annotating/DisaggregationEdgeDataStorePass.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/pass/compiletime/annotating/DuplicateEdgeGroupSizePass.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/pass/compiletime/annotating/PadoEdgeDataFlowModelPass.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/pass/compiletime/annotating/PadoEdgeDataStorePass.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/pass/compiletime/annotating/PadoVertexExecutorPlacementPass.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/pass/compiletime/annotating/ReviseInterStageEdgeDataStorePass.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/pass/compiletime/annotating/SailfishEdgeDataFlowModelPass.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/pass/compiletime/annotating/SailfishEdgeDataStorePass.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/pass/compiletime/annotating/SailfishEdgeUsedDataHandlingPass.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/pass/compiletime/annotating/ScheduleGroupPass.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/pass/compiletime/annotating/ShuffleEdgePushPass.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/pass/compiletime/annotating/class-use/AnnotatingPass.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/pass/compiletime/annotating/class-use/CompressionPass.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/pass/compiletime/annotating/class-use/DataSkewEdgeDataStorePass.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/pass/compiletime/annotating/class-use/DataSkewEdgeMetricCollectionPass.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/pass/compiletime/annotating/class-use/DataSkewEdgePartitionerPass.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/pass/compiletime/annotating/class-use/DataSkewVertexPass.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/pass/compiletime/annotating/class-use/DefaultEdgeUsedDataHandlingPass.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/pass/compiletime/annotating/class-use/DefaultParallelismPass.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/pass/compiletime/annotating/class-use/DefaultStagePartitioningPass.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/pass/compiletime/annotating/class-use/DisaggregationEdgeDataStorePass.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/pass/compiletime/annotating/class-use/DuplicateEdgeGroupSizePass.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/pass/compiletime/annotating/class-use/PadoEdgeDataFlowModelPass.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/pass/compiletime/annotating/class-use/PadoEdgeDataStorePass.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/pass/compiletime/annotating/class-use/PadoVertexExecutorPlacementPass.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/pass/compiletime/annotating/class-use/ReviseInterStageEdgeDataStorePass.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/pass/compiletime/annotating/class-use/SailfishEdgeDataFlowModelPass.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/pass/compiletime/annotating/class-use/SailfishEdgeDataStorePass.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/pass/compiletime/annotating/class-use/SailfishEdgeUsedDataHandlingPass.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/pass/compiletime/annotating/class-use/ScheduleGroupPass.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/pass/compiletime/annotating/class-use/ShuffleEdgePushPass.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/pass/compiletime/annotating/package-frame.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/pass/compiletime/annotating/package-summary.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/pass/compiletime/annotating/package-tree.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/pass/compiletime/annotating/package-use.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/pass/compiletime/class-use/CompileTimePass.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/pass/compiletime/composite/CompositePass.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/pass/compiletime/composite/DataSkewCompositePass.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/pass/compiletime/composite/LoopOptimizationCompositePass.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/pass/compiletime/composite/PadoCompositePass.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/pass/compiletime/composite/PrimitiveCompositePass.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/pass/compiletime/composite/SailfishPass.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/pass/compiletime/composite/class-use/CompositePass.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/pass/compiletime/composite/class-use/DataSkewCompositePass.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/pass/compiletime/composite/class-use/LoopOptimizationCompositePass.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/pass/compiletime/composite/class-use/PadoCompositePass.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/pass/compiletime/composite/class-use/PrimitiveCompositePass.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/pass/compiletime/composite/class-use/SailfishPass.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/pass/compiletime/composite/package-frame.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/pass/compiletime/composite/package-summary.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/pass/compiletime/composite/package-tree.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/pass/compiletime/composite/package-use.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/pass/compiletime/package-frame.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/pass/compiletime/package-summary.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/pass/compiletime/package-tree.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/pass/compiletime/package-use.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/pass/compiletime/reshaping/CommonSubexpressionEliminationPass.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/pass/compiletime/reshaping/DataSkewReshapingPass.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/pass/compiletime/reshaping/LoopExtractionPass.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/pass/compiletime/reshaping/LoopOptimizations.LoopFusionPass.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/pass/compiletime/reshaping/LoopOptimizations.LoopInvariantCodeMotionPass.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/pass/compiletime/reshaping/LoopOptimizations.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/pass/compiletime/reshaping/LoopUnrollingPass.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/pass/compiletime/reshaping/ReshapingPass.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/pass/compiletime/reshaping/SailfishRelayReshapingPass.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/pass/compiletime/reshaping/class-use/CommonSubexpressionEliminationPass.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/pass/compiletime/reshaping/class-use/DataSkewReshapingPass.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/pass/compiletime/reshaping/class-use/LoopExtractionPass.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/pass/compiletime/reshaping/class-use/LoopOptimizations.LoopFusionPass.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/pass/compiletime/reshaping/class-use/LoopOptimizations.LoopInvariantCodeMotionPass.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/pass/compiletime/reshaping/class-use/LoopOptimizations.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/pass/compiletime/reshaping/class-use/LoopUnrollingPass.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/pass/compiletime/reshaping/class-use/ReshapingPass.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/pass/compiletime/reshaping/class-use/SailfishRelayReshapingPass.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/pass/compiletime/reshaping/package-frame.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/pass/compiletime/reshaping/package-summary.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/pass/compiletime/reshaping/package-tree.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/pass/compiletime/reshaping/package-use.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/policy/DataSkewPolicy.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/policy/DefaultPolicy.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/policy/DefaultPolicyWithSeparatePass.RefactoredPass.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/policy/DefaultPolicyWithSeparatePass.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/policy/DisaggregationPolicy.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/policy/PadoPolicy.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/policy/Policy.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/policy/PolicyBuilder.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/policy/SailfishPolicy.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/policy/class-use/DataSkewPolicy.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/policy/class-use/DefaultPolicy.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/policy/class-use/DefaultPolicyWithSeparatePass.RefactoredPass.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/policy/class-use/DefaultPolicyWithSeparatePass.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/policy/class-use/DisaggregationPolicy.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/policy/class-use/PadoPolicy.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/policy/class-use/Policy.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/policy/class-use/PolicyBuilder.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/policy/class-use/SailfishPolicy.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/policy/package-frame.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/policy/package-summary.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/policy/package-tree.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/policy/package-use.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/conf/JobConf.DAGDirectory.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/conf/JobConf.DeployMode.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/conf/JobConf.DriverMemMb.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/conf/JobConf.ExecutorCapacity.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/conf/JobConf.ExecutorId.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/conf/JobConf.ExecutorJsonContents.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/conf/JobConf.ExecutorJsonPath.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/conf/JobConf.FileDirectory.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/conf/JobConf.GlusterVolumeDirectory.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/conf/JobConf.HashRangeMultiplier.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/conf/JobConf.IORequestHandleThreadsTotal.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/conf/JobConf.JVMHeapSlack.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/conf/JobConf.JobId.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/conf/JobConf.MaxScheduleAttempt.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/conf/JobConf.OptimizationPolicy.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/conf/JobConf.PartitionTransportClientNumThreads.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/conf/JobConf.PartitionTransportServerBacklog.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/conf/JobConf.PartitionTransportServerNumListeningThreads.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/conf/JobConf.PartitionTransportServerNumWorkingThreads.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/conf/JobConf.PartitionTransportServerPort.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/conf/JobConf.ScheduleSerThread.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/conf/JobConf.SchedulerTimeoutMs.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/conf/JobConf.SerializedDAG.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/conf/JobConf.UserMainArguments.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/conf/JobConf.UserMainClass.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/conf/JobConf.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/conf/class-use/JobConf.DAGDirectory.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/conf/class-use/JobConf.DeployMode.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/conf/class-use/JobConf.DriverMemMb.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/conf/class-use/JobConf.ExecutorCapacity.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/conf/class-use/JobConf.ExecutorId.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/conf/class-use/JobConf.ExecutorJsonContents.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/conf/class-use/JobConf.ExecutorJsonPath.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/conf/class-use/JobConf.FileDirectory.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/conf/class-use/JobConf.GlusterVolumeDirectory.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/conf/class-use/JobConf.HashRangeMultiplier.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/conf/class-use/JobConf.IORequestHandleThreadsTotal.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/conf/class-use/JobConf.JVMHeapSlack.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/conf/class-use/JobConf.JobId.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/conf/class-use/JobConf.MaxScheduleAttempt.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/conf/class-use/JobConf.OptimizationPolicy.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/conf/class-use/JobConf.PartitionTransportClientNumThreads.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/conf/class-use/JobConf.PartitionTransportServerBacklog.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/conf/class-use/JobConf.PartitionTransportServerNumListeningThreads.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/conf/class-use/JobConf.PartitionTransportServerNumWorkingThreads.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/conf/class-use/JobConf.PartitionTransportServerPort.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/conf/class-use/JobConf.ScheduleSerThread.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/conf/class-use/JobConf.SchedulerTimeoutMs.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/conf/class-use/JobConf.SerializedDAG.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/conf/class-use/JobConf.UserMainArguments.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/conf/class-use/JobConf.UserMainClass.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/conf/class-use/JobConf.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/conf/package-frame.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/conf/package-summary.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/conf/package-tree.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/conf/package-use.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/driver/NemoContext.ContextStartHandler.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/driver/NemoContext.ContextStopHandler.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/driver/NemoContext.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/driver/NemoDriver.ActiveContextHandler.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/driver/NemoDriver.AllocatedEvaluatorHandler.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/driver/NemoDriver.DriverStopHandler.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/driver/NemoDriver.FailedContextHandler.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/driver/NemoDriver.FailedEvaluatorHandler.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/driver/NemoDriver.StartHandler.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/driver/NemoDriver.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/driver/RemoteClientMessageLoggingHandler.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/driver/UserApplicationRunner.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/driver/class-use/NemoContext.ContextStartHandler.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/driver/class-use/NemoContext.ContextStopHandler.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/driver/class-use/NemoContext.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/driver/class-use/NemoDriver.ActiveContextHandler.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/driver/class-use/NemoDriver.AllocatedEvaluatorHandler.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/driver/class-use/NemoDriver.DriverStopHandler.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/driver/class-use/NemoDriver.FailedContextHandler.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/driver/class-use/NemoDriver.FailedEvaluatorHandler.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/driver/class-use/NemoDriver.StartHandler.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/driver/class-use/NemoDriver.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/driver/class-use/RemoteClientMessageLoggingHandler.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/driver/class-use/UserApplicationRunner.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/driver/package-frame.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/driver/package-summary.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/driver/package-tree.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/driver/package-use.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/examples/beam/AlternatingLeastSquare.CalculateNextMatrix.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/examples/beam/AlternatingLeastSquare.ParseLine.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/examples/beam/AlternatingLeastSquare.TrainingDataCombiner.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/examples/beam/AlternatingLeastSquare.UngroupSingleVectorList.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/examples/beam/AlternatingLeastSquare.UpdateUserAndItemMatrix.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/examples/beam/AlternatingLeastSquare.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/examples/beam/AlternatingLeastSquareInefficient.UpdateUserAndItemMatrix.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/examples/beam/AlternatingLeastSquareInefficient.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/examples/beam/Broadcast.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/examples/beam/MapReduce.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/examples/beam/MultinomialLogisticRegression.ApplyGradient.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/examples/beam/MultinomialLogisticRegression.CalculateGradient.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/examples/beam/MultinomialLogisticRegression.CombineFunction.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/examples/beam/MultinomialLogisticRegression.CombineFunctionForIterable.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/examples/beam/MultinomialLogisticRegression.UpdateModel.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/examples/beam/MultinomialLogisticRegression.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/examples/beam/class-use/AlternatingLeastSquare.CalculateNextMatrix.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/examples/beam/class-use/AlternatingLeastSquare.ParseLine.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/examples/beam/class-use/AlternatingLeastSquare.TrainingDataCombiner.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/examples/beam/class-use/AlternatingLeastSquare.UngroupSingleVectorList.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/examples/beam/class-use/AlternatingLeastSquare.UpdateUserAndItemMatrix.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/examples/beam/class-use/AlternatingLeastSquare.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/examples/beam/class-use/AlternatingLeastSquareInefficient.UpdateUserAndItemMatrix.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/examples/beam/class-use/AlternatingLeastSquareInefficient.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/examples/beam/class-use/Broadcast.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/examples/beam/class-use/MapReduce.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/examples/beam/class-use/MultinomialLogisticRegression.ApplyGradient.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/examples/beam/class-use/MultinomialLogisticRegression.CalculateGradient.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/examples/beam/class-use/MultinomialLogisticRegression.CombineFunction.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/examples/beam/class-use/MultinomialLogisticRegression.CombineFunctionForIterable.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/examples/beam/class-use/MultinomialLogisticRegression.UpdateModel.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/examples/beam/class-use/MultinomialLogisticRegression.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/examples/beam/package-frame.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/examples/beam/package-summary.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/examples/beam/package-tree.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/examples/beam/package-use.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/examples/spark/JavaSparkPi.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/examples/spark/JavaWordCount.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/examples/spark/class-use/JavaSparkPi.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/examples/spark/class-use/JavaWordCount.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/examples/spark/package-frame.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/examples/spark/package-summary.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/examples/spark/package-tree.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/examples/spark/package-use.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/examples/spark/sql/JavaSparkSQLExample.Person.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/examples/spark/sql/JavaSparkSQLExample.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/examples/spark/sql/JavaUserDefinedTypedAggregation.Average.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/examples/spark/sql/JavaUserDefinedTypedAggregation.Employee.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/examples/spark/sql/JavaUserDefinedTypedAggregation.MyAverage.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/examples/spark/sql/JavaUserDefinedTypedAggregation.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/examples/spark/sql/JavaUserDefinedUntypedAggregation.MyAverage.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/examples/spark/sql/JavaUserDefinedUntypedAggregation.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/examples/spark/sql/class-use/JavaSparkSQLExample.Person.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/examples/spark/sql/class-use/JavaSparkSQLExample.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/examples/spark/sql/class-use/JavaUserDefinedTypedAggregation.Average.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/examples/spark/sql/class-use/JavaUserDefinedTypedAggregation.Employee.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/examples/spark/sql/class-use/JavaUserDefinedTypedAggregation.MyAverage.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/examples/spark/sql/class-use/JavaUserDefinedTypedAggregation.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/examples/spark/sql/class-use/JavaUserDefinedUntypedAggregation.MyAverage.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/examples/spark/sql/class-use/JavaUserDefinedUntypedAggregation.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/examples/spark/sql/package-frame.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/examples/spark/sql/package-summary.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/examples/spark/sql/package-tree.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/examples/spark/sql/package-use.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/NativeChannelImplementationSelector.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/NettyChannelImplementationSelector.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/NioChannelImplementationSelector.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/ReplyFutureMap.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/RuntimeIdGenerator.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/class-use/NativeChannelImplementationSelector.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/class-use/NettyChannelImplementationSelector.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/class-use/NioChannelImplementationSelector.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/class-use/ReplyFutureMap.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/class-use/RuntimeIdGenerator.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/data/HashRange.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/data/KeyRange.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/data/class-use/HashRange.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/data/class-use/KeyRange.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/data/package-frame.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/data/package-summary.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/data/package-tree.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/data/package-use.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/eventhandler/DynamicOptimizationEvent.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/eventhandler/DynamicOptimizationEventHandler.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/eventhandler/UpdatePhysicalPlanEvent.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/eventhandler/class-use/DynamicOptimizationEvent.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/eventhandler/class-use/DynamicOptimizationEventHandler.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/eventhandler/class-use/UpdatePhysicalPlanEvent.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/eventhandler/package-frame.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/eventhandler/package-summary.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/eventhandler/package-tree.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/eventhandler/package-use.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/exception/AbsentBlockException.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/exception/class-use/AbsentBlockException.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/exception/package-frame.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/exception/package-summary.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/exception/package-tree.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/exception/package-use.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/message/MessageContext.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/message/MessageEnvironment.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/message/MessageListener.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/message/MessageParameters.SenderId.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/message/MessageParameters.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/message/MessageSender.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/message/PersistentConnectionToMasterMap.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/message/class-use/MessageContext.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/message/class-use/MessageEnvironment.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/message/class-use/MessageListener.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/message/class-use/MessageParameters.SenderId.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/message/class-use/MessageParameters.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/message/class-use/MessageSender.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/message/class-use/PersistentConnectionToMasterMap.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/message/grpc/GrpcMessageEnvironment.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/message/grpc/class-use/GrpcMessageEnvironment.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/message/grpc/package-frame.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/message/grpc/package-summary.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/message/grpc/package-tree.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/message/grpc/package-use.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/message/local/LocalMessageDispatcher.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/message/local/LocalMessageEnvironment.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/message/local/LocalMessageSender.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/message/local/class-use/LocalMessageDispatcher.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/message/local/class-use/LocalMessageEnvironment.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/message/local/class-use/LocalMessageSender.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/message/local/package-frame.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/message/local/package-summary.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/message/local/package-tree.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/message/local/package-use.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/message/ncs/NcsMessageEnvironment.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/message/ncs/class-use/NcsMessageEnvironment.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/message/ncs/package-frame.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/message/ncs/package-summary.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/message/ncs/package-tree.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/message/ncs/package-use.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/message/package-frame.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/message/package-summary.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/message/package-tree.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/message/package-use.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/metric/MetricData.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/metric/MetricDataBuilder.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/metric/class-use/MetricData.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/metric/class-use/MetricDataBuilder.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/metric/package-frame.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/metric/package-summary.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/metric/package-tree.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/metric/package-use.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/metric/parameter/MetricFlushPeriod.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/metric/parameter/class-use/MetricFlushPeriod.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/metric/parameter/package-frame.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/metric/parameter/package-summary.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/metric/parameter/package-tree.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/metric/parameter/package-use.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/optimizer/RuntimeOptimizer.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/optimizer/class-use/RuntimeOptimizer.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/optimizer/package-frame.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/optimizer/package-summary.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/optimizer/package-tree.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/optimizer/package-use.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/optimizer/pass/runtime/DataSkewRuntimePass.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/optimizer/pass/runtime/RuntimePass.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/optimizer/pass/runtime/class-use/DataSkewRuntimePass.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/optimizer/pass/runtime/class-use/RuntimePass.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/optimizer/pass/runtime/package-frame.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/optimizer/pass/runtime/package-summary.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/optimizer/pass/runtime/package-tree.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/optimizer/pass/runtime/package-use.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/package-frame.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/package-summary.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/package-tree.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/package-use.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/plan/RuntimeEdge.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/plan/class-use/RuntimeEdge.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/plan/package-frame.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/plan/package-summary.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/plan/package-tree.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/plan/package-use.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/plan/physical/BoundedSourceTask.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/plan/physical/MetricCollectionBarrierTask.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/plan/physical/OperatorTask.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/plan/physical/PhysicalPlan.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/plan/physical/PhysicalPlanGenerator.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/plan/physical/PhysicalStage.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/plan/physical/PhysicalStageEdge.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/plan/physical/ScheduledTaskGroup.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/plan/physical/Task.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/plan/physical/UnboundedSourceTask.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/plan/physical/class-use/BoundedSourceTask.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/plan/physical/class-use/MetricCollectionBarrierTask.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/plan/physical/class-use/OperatorTask.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/plan/physical/class-use/PhysicalPlan.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/plan/physical/class-use/PhysicalPlanGenerator.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/plan/physical/class-use/PhysicalStage.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/plan/physical/class-use/PhysicalStageEdge.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/plan/physical/class-use/ScheduledTaskGroup.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/plan/physical/class-use/Task.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/plan/physical/class-use/UnboundedSourceTask.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/plan/physical/package-frame.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/plan/physical/package-summary.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/plan/physical/package-tree.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/plan/physical/package-use.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/plan/stage/Stage.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/plan/stage/StageBuilder.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/plan/stage/StageEdge.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/plan/stage/StageEdgeBuilder.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/plan/stage/class-use/Stage.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/plan/stage/class-use/StageBuilder.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/plan/stage/class-use/StageEdge.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/plan/stage/class-use/StageEdgeBuilder.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/plan/stage/package-frame.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/plan/stage/package-summary.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/plan/stage/package-tree.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/plan/stage/package-use.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/state/BlockState.State.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/state/BlockState.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/state/JobState.State.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/state/JobState.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/state/StageState.State.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/state/StageState.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/state/TaskGroupState.RecoverableFailureCause.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/state/TaskGroupState.State.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/state/TaskGroupState.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/state/TaskState.State.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/state/TaskState.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/state/class-use/BlockState.State.html</loc>
-<lastmod>2018-11-19T15:36:14+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/state/class-use/BlockState.html</loc>
-<lastmod>2018-11-19T15:36:15+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/state/class-use/JobState.State.html</loc>
-<lastmod>2018-11-19T15:36:15+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/state/class-use/JobState.html</loc>
-<lastmod>2018-11-19T15:36:15+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/state/class-use/StageState.State.html</loc>
-<lastmod>2018-11-19T15:36:15+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/state/class-use/StageState.html</loc>
-<lastmod>2018-11-19T15:36:15+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/state/class-use/TaskGroupState.RecoverableFailureCause.html</loc>
-<lastmod>2018-11-19T15:36:15+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/state/class-use/TaskGroupState.State.html</loc>
-<lastmod>2018-11-19T15:36:15+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/state/class-use/TaskGroupState.html</loc>
-<lastmod>2018-11-19T15:36:15+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/state/class-use/TaskState.State.html</loc>
-<lastmod>2018-11-19T15:36:15+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/state/class-use/TaskState.html</loc>
-<lastmod>2018-11-19T15:36:15+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/state/package-frame.html</loc>
-<lastmod>2018-11-19T15:36:15+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/state/package-summary.html</loc>
-<lastmod>2018-11-19T15:36:15+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/state/package-tree.html</loc>
-<lastmod>2018-11-19T15:36:15+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/state/package-use.html</loc>
-<lastmod>2018-11-19T15:36:15+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/Executor.html</loc>
-<lastmod>2018-11-19T15:36:15+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/MetricCollector.html</loc>
-<lastmod>2018-11-19T15:36:15+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/MetricManagerWorker.html</loc>
-<lastmod>2018-11-19T15:36:15+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/MetricMessageSender.html</loc>
-<lastmod>2018-11-19T15:36:15+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/TaskGroupExecutor.html</loc>
-<lastmod>2018-11-19T15:36:15+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/TaskGroupStateManager.html</loc>
-<lastmod>2018-11-19T15:36:15+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/bytetransfer/ByteInputContext.html</loc>
-<lastmod>2018-11-19T15:36:15+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/bytetransfer/ByteOutputContext.ByteOutputStream.html</loc>
-<lastmod>2018-11-19T15:36:15+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/bytetransfer/ByteOutputContext.html</loc>
-<lastmod>2018-11-19T15:36:15+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/bytetransfer/ByteTransfer.html</loc>
-<lastmod>2018-11-19T15:36:15+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/bytetransfer/ByteTransferContext.html</loc>
-<lastmod>2018-11-19T15:36:15+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/bytetransfer/ClosableBlockingQueue.html</loc>
-<lastmod>2018-11-19T15:36:15+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/bytetransfer/class-use/ByteInputContext.html</loc>
-<lastmod>2018-11-19T15:36:15+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/bytetransfer/class-use/ByteOutputContext.ByteOutputStream.html</loc>
-<lastmod>2018-11-19T15:36:15+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/bytetransfer/class-use/ByteOutputContext.html</loc>
-<lastmod>2018-11-19T15:36:15+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/bytetransfer/class-use/ByteTransfer.html</loc>
-<lastmod>2018-11-19T15:36:15+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/bytetransfer/class-use/ByteTransferContext.html</loc>
-<lastmod>2018-11-19T15:36:15+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/bytetransfer/class-use/ClosableBlockingQueue.html</loc>
-<lastmod>2018-11-19T15:36:15+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/bytetransfer/package-frame.html</loc>
-<lastmod>2018-11-19T15:36:15+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/bytetransfer/package-summary.html</loc>
-<lastmod>2018-11-19T15:36:15+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/bytetransfer/package-tree.html</loc>
-<lastmod>2018-11-19T15:36:15+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/bytetransfer/package-use.html</loc>
-<lastmod>2018-11-19T15:36:15+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/class-use/Executor.html</loc>
-<lastmod>2018-11-19T15:36:15+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/class-use/MetricCollector.html</loc>
-<lastmod>2018-11-19T15:36:15+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/class-use/MetricManagerWorker.html</loc>
-<lastmod>2018-11-19T15:36:15+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/class-use/MetricMessageSender.html</loc>
-<lastmod>2018-11-19T15:36:15+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/class-use/TaskGroupExecutor.html</loc>
-<lastmod>2018-11-19T15:36:15+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/class-use/TaskGroupStateManager.html</loc>
-<lastmod>2018-11-19T15:36:15+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/data/BlockManagerWorker.html</loc>
-<lastmod>2018-11-19T15:36:15+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/data/DataUtil.InputStreamIterator.html</loc>
-<lastmod>2018-11-19T15:36:15+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/data/DataUtil.IteratorWithNumBytes.NumBytesNotSupportedException.html</loc>
-<lastmod>2018-11-19T15:36:15+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/data/DataUtil.IteratorWithNumBytes.html</loc>
-<lastmod>2018-11-19T15:36:15+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/data/DataUtil.html</loc>
-<lastmod>2018-11-19T15:36:15+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/data/FileArea.html</loc>
-<lastmod>2018-11-19T15:36:15+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/data/LimitedInputStream.html</loc>
-<lastmod>2018-11-19T15:36:15+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/data/NonSerializedPartition.html</loc>
-<lastmod>2018-11-19T15:36:15+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/data/Partition.html</loc>
-<lastmod>2018-11-19T15:36:15+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/data/SerializedPartition.html</loc>
-<lastmod>2018-11-19T15:36:15+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/data/SerializerManager.html</loc>
-<lastmod>2018-11-19T15:36:15+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/data/block/Block.html</loc>
-<lastmod>2018-11-19T15:36:15+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/data/block/FileBlock.html</loc>
-<lastmod>2018-11-19T15:36:15+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/data/block/NonSerializedMemoryBlock.html</loc>
-<lastmod>2018-11-19T15:36:15+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/data/block/SerializedMemoryBlock.html</loc>
-<lastmod>2018-11-19T15:36:15+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/data/block/class-use/Block.html</loc>
-<lastmod>2018-11-19T15:36:15+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/data/block/class-use/FileBlock.html</loc>
-<lastmod>2018-11-19T15:36:15+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/data/block/class-use/NonSerializedMemoryBlock.html</loc>
-<lastmod>2018-11-19T15:36:15+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/data/block/class-use/SerializedMemoryBlock.html</loc>
-<lastmod>2018-11-19T15:36:15+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/data/block/package-frame.html</loc>
-<lastmod>2018-11-19T15:36:15+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/data/block/package-summary.html</loc>
-<lastmod>2018-11-19T15:36:15+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/data/block/package-tree.html</loc>
-<lastmod>2018-11-19T15:36:15+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/data/block/package-use.html</loc>
-<lastmod>2018-11-19T15:36:15+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/data/class-use/BlockManagerWorker.html</loc>
-<lastmod>2018-11-19T15:36:15+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/data/class-use/DataUtil.InputStreamIterator.html</loc>
-<lastmod>2018-11-19T15:36:15+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/data/class-use/DataUtil.IteratorWithNumBytes.NumBytesNotSupportedException.html</loc>
-<lastmod>2018-11-19T15:36:15+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/data/class-use/DataUtil.IteratorWithNumBytes.html</loc>
-<lastmod>2018-11-19T15:36:15+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/data/class-use/DataUtil.html</loc>
-<lastmod>2018-11-19T15:36:15+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/data/class-use/FileArea.html</loc>
-<lastmod>2018-11-19T15:36:15+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/data/class-use/LimitedInputStream.html</loc>
-<lastmod>2018-11-19T15:36:15+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/data/class-use/NonSerializedPartition.html</loc>
-<lastmod>2018-11-19T15:36:15+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/data/class-use/Partition.html</loc>
-<lastmod>2018-11-19T15:36:15+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/data/class-use/SerializedPartition.html</loc>
-<lastmod>2018-11-19T15:36:15+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/data/class-use/SerializerManager.html</loc>
-<lastmod>2018-11-19T15:36:15+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/data/metadata/FileMetadata.html</loc>
-<lastmod>2018-11-19T15:36:15+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/data/metadata/LocalFileMetadata.html</loc>
-<lastmod>2018-11-19T15:36:15+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/data/metadata/PartitionMetadata.html</loc>
-<lastmod>2018-11-19T15:36:15+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/data/metadata/RemoteFileMetadata.html</loc>
-<lastmod>2018-11-19T15:36:15+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/data/metadata/class-use/FileMetadata.html</loc>
-<lastmod>2018-11-19T15:36:15+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/data/metadata/class-use/LocalFileMetadata.html</loc>
-<lastmod>2018-11-19T15:36:15+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/data/metadata/class-use/PartitionMetadata.html</loc>
-<lastmod>2018-11-19T15:36:15+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/data/metadata/class-use/RemoteFileMetadata.html</loc>
-<lastmod>2018-11-19T15:36:15+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/data/metadata/package-frame.html</loc>
-<lastmod>2018-11-19T15:36:15+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/data/metadata/package-summary.html</loc>
-<lastmod>2018-11-19T15:36:15+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/data/metadata/package-tree.html</loc>
-<lastmod>2018-11-19T15:36:15+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/data/metadata/package-use.html</loc>
-<lastmod>2018-11-19T15:36:15+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/data/package-frame.html</loc>
-<lastmod>2018-11-19T15:36:15+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/data/package-summary.html</loc>
-<lastmod>2018-11-19T15:36:15+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/data/package-tree.html</loc>
-<lastmod>2018-11-19T15:36:15+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/data/package-use.html</loc>
-<lastmod>2018-11-19T15:36:15+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/data/partitioner/DataSkewHashPartitioner.html</loc>
-<lastmod>2018-11-19T15:36:15+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/data/partitioner/HashPartitioner.html</loc>
-<lastmod>2018-11-19T15:36:15+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/data/partitioner/IntactPartitioner.html</loc>
-<lastmod>2018-11-19T15:36:15+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/data/partitioner/Partitioner.html</loc>
-<lastmod>2018-11-19T15:36:15+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/data/partitioner/class-use/DataSkewHashPartitioner.html</loc>
-<lastmod>2018-11-19T15:36:15+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/data/partitioner/class-use/HashPartitioner.html</loc>
-<lastmod>2018-11-19T15:36:15+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/data/partitioner/class-use/IntactPartitioner.html</loc>
-<lastmod>2018-11-19T15:36:15+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/data/partitioner/class-use/Partitioner.html</loc>
-<lastmod>2018-11-19T15:36:15+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/data/partitioner/package-frame.html</loc>
-<lastmod>2018-11-19T15:36:15+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/data/partitioner/package-summary.html</loc>
-<lastmod>2018-11-19T15:36:15+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/data/partitioner/package-tree.html</loc>
-<lastmod>2018-11-19T15:36:15+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/data/partitioner/package-use.html</loc>
-<lastmod>2018-11-19T15:36:15+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/data/stores/AbstractBlockStore.html</loc>
-<lastmod>2018-11-19T15:36:15+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/data/stores/BlockStore.html</loc>
-<lastmod>2018-11-19T15:36:15+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/data/stores/FileStore.html</loc>
-<lastmod>2018-11-19T15:36:15+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/data/stores/GlusterFileStore.html</loc>
-<lastmod>2018-11-19T15:36:15+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/data/stores/LocalBlockStore.html</loc>
-<lastmod>2018-11-19T15:36:15+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/data/stores/LocalFileStore.html</loc>
-<lastmod>2018-11-19T15:36:15+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/data/stores/MemoryStore.html</loc>
-<lastmod>2018-11-19T15:36:15+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/data/stores/RemoteFileStore.html</loc>
-<lastmod>2018-11-19T15:36:15+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/data/stores/SerializedMemoryStore.html</loc>
-<lastmod>2018-11-19T15:36:15+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/data/stores/class-use/AbstractBlockStore.html</loc>
-<lastmod>2018-11-19T15:36:15+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/data/stores/class-use/BlockStore.html</loc>
-<lastmod>2018-11-19T15:36:15+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/data/stores/class-use/FileStore.html</loc>
-<lastmod>2018-11-19T15:36:15+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/data/stores/class-use/GlusterFileStore.html</loc>
-<lastmod>2018-11-19T15:36:15+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/data/stores/class-use/LocalBlockStore.html</loc>
-<lastmod>2018-11-19T15:36:15+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/data/stores/class-use/LocalFileStore.html</loc>
-<lastmod>2018-11-19T15:36:15+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/data/stores/class-use/MemoryStore.html</loc>
-<lastmod>2018-11-19T15:36:15+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/data/stores/class-use/RemoteFileStore.html</loc>
-<lastmod>2018-11-19T15:36:15+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/data/stores/class-use/SerializedMemoryStore.html</loc>
-<lastmod>2018-11-19T15:36:15+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/data/stores/package-frame.html</loc>
-<lastmod>2018-11-19T15:36:15+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/data/stores/package-summary.html</loc>
-<lastmod>2018-11-19T15:36:15+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/data/stores/package-tree.html</loc>
-<lastmod>2018-11-19T15:36:15+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/data/stores/package-use.html</loc>
-<lastmod>2018-11-19T15:36:15+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/data/streamchainer/CompressionStreamChainer.html</loc>
-<lastmod>2018-11-19T15:36:15+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/data/streamchainer/Serializer.html</loc>
-<lastmod>2018-11-19T15:36:15+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/data/streamchainer/StreamChainer.html</loc>
-<lastmod>2018-11-19T15:36:15+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/data/streamchainer/class-use/CompressionStreamChainer.html</loc>
-<lastmod>2018-11-19T15:36:15+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/data/streamchainer/class-use/Serializer.html</loc>
-<lastmod>2018-11-19T15:36:15+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/data/streamchainer/class-use/StreamChainer.html</loc>
-<lastmod>2018-11-19T15:36:15+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/data/streamchainer/package-frame.html</loc>
-<lastmod>2018-11-19T15:36:15+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/data/streamchainer/package-summary.html</loc>
-<lastmod>2018-11-19T15:36:15+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/data/streamchainer/package-tree.html</loc>
-<lastmod>2018-11-19T15:36:15+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/data/streamchainer/package-use.html</loc>
-<lastmod>2018-11-19T15:36:15+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/datatransfer/DataTransfer.html</loc>
-<lastmod>2018-11-19T15:36:15+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/datatransfer/DataTransferFactory.html</loc>
-<lastmod>2018-11-19T15:36:15+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/datatransfer/InputReader.html</loc>
-<lastmod>2018-11-19T15:36:15+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/datatransfer/OutputCollectorImpl.html</loc>
-<lastmod>2018-11-19T15:36:15+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/datatransfer/OutputWriter.html</loc>
-<lastmod>2018-11-19T15:36:15+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/datatransfer/class-use/DataTransfer.html</loc>
-<lastmod>2018-11-19T15:36:15+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/datatransfer/class-use/DataTransferFactory.html</loc>
-<lastmod>2018-11-19T15:36:15+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/datatransfer/class-use/InputReader.html</loc>
-<lastmod>2018-11-19T15:36:15+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/datatransfer/class-use/OutputCollectorImpl.html</loc>
-<lastmod>2018-11-19T15:36:15+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/datatransfer/class-use/OutputWriter.html</loc>
-<lastmod>2018-11-19T15:36:15+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/datatransfer/package-frame.html</loc>
-<lastmod>2018-11-19T15:36:15+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/datatransfer/package-summary.html</loc>
-<lastmod>2018-11-19T15:36:15+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/datatransfer/package-tree.html</loc>
-<lastmod>2018-11-19T15:36:15+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/datatransfer/package-use.html</loc>
-<lastmod>2018-11-19T15:36:15+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/package-frame.html</loc>
-<lastmod>2018-11-19T15:36:15+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/package-summary.html</loc>
-<lastmod>2018-11-19T15:36:15+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/package-tree.html</loc>
-<lastmod>2018-11-19T15:36:15+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/package-use.html</loc>
-<lastmod>2018-11-19T15:36:15+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/master/BlockManagerMaster.BlockLocationRequestHandler.html</loc>
-<lastmod>2018-11-19T15:36:15+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/master/BlockManagerMaster.PartitionManagerMasterControlMessageReceiver.html</loc>
-<lastmod>2018-11-19T15:36:15+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/master/BlockManagerMaster.html</loc>
-<lastmod>2018-11-19T15:36:15+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/master/JobStateManager.html</loc>
-<lastmod>2018-11-19T15:36:15+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/master/MetricManagerMaster.html</loc>
-<lastmod>2018-11-19T15:36:15+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/master/MetricMessageHandler.html</loc>
-<lastmod>2018-11-19T15:36:15+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/master/RuntimeMaster.MasterControlMessageReceiver.html</loc>
-<lastmod>2018-11-19T15:36:15+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/master/RuntimeMaster.html</loc>
-<lastmod>2018-11-19T15:36:15+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/master/class-use/BlockManagerMaster.BlockLocationRequestHandler.html</loc>
-<lastmod>2018-11-19T15:36:15+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/master/class-use/BlockManagerMaster.PartitionManagerMasterControlMessageReceiver.html</loc>
-<lastmod>2018-11-19T15:36:15+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/master/class-use/BlockManagerMaster.html</loc>
-<lastmod>2018-11-19T15:36:15+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/master/class-use/JobStateManager.html</loc>
-<lastmod>2018-11-19T15:36:15+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/master/class-use/MetricManagerMaster.html</loc>
-<lastmod>2018-11-19T15:36:15+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/master/class-use/MetricMessageHandler.html</loc>
-<lastmod>2018-11-19T15:36:15+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/master/class-use/RuntimeMaster.MasterControlMessageReceiver.html</loc>
-<lastmod>2018-11-19T15:36:15+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/master/class-use/RuntimeMaster.html</loc>
-<lastmod>2018-11-19T15:36:15+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/master/eventhandler/UpdatePhysicalPlanEventHandler.html</loc>
-<lastmod>2018-11-19T15:36:15+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/master/eventhandler/class-use/UpdatePhysicalPlanEventHandler.html</loc>
-<lastmod>2018-11-19T15:36:15+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/master/eventhandler/package-frame.html</loc>
-<lastmod>2018-11-19T15:36:15+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/master/eventhandler/package-summary.html</loc>
-<lastmod>2018-11-19T15:36:15+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/master/eventhandler/package-tree.html</loc>
-<lastmod>2018-11-19T15:36:15+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/master/eventhandler/package-use.html</loc>
-<lastmod>2018-11-19T15:36:15+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/master/package-frame.html</loc>
-<lastmod>2018-11-19T15:36:15+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/master/package-summary.html</loc>
-<lastmod>2018-11-19T15:36:15+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/master/package-tree.html</loc>
-<lastmod>2018-11-19T15:36:15+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/master/package-use.html</loc>
-<lastmod>2018-11-19T15:36:15+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/master/resource/ContainerManager.html</loc>
-<lastmod>2018-11-19T15:36:15+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/master/resource/ExecutorRepresenter.html</loc>
-<lastmod>2018-11-19T15:36:15+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/master/resource/ResourceSpecification.Builder.html</loc>
-<lastmod>2018-11-19T15:36:15+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/master/resource/ResourceSpecification.html</loc>
-<lastmod>2018-11-19T15:36:15+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/master/resource/class-use/ContainerManager.html</loc>
-<lastmod>2018-11-19T15:36:15+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/master/resource/class-use/ExecutorRepresenter.html</loc>
-<lastmod>2018-11-19T15:36:15+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/master/resource/class-use/ResourceSpecification.Builder.html</loc>
-<lastmod>2018-11-19T15:36:15+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/master/resource/class-use/ResourceSpecification.html</loc>
-<lastmod>2018-11-19T15:36:15+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/master/resource/package-frame.html</loc>
-<lastmod>2018-11-19T15:36:15+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/master/resource/package-summary.html</loc>
-<lastmod>2018-11-19T15:36:15+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/master/resource/package-tree.html</loc>
-<lastmod>2018-11-19T15:36:15+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/master/resource/package-use.html</loc>
-<lastmod>2018-11-19T15:36:15+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/master/scheduler/BatchSingleJobScheduler.html</loc>
-<lastmod>2018-11-19T15:36:15+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/master/scheduler/PendingTaskGroupQueue.html</loc>
-<lastmod>2018-11-19T15:36:15+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/master/scheduler/RoundRobinSchedulingPolicy.html</loc>
-<lastmod>2018-11-19T15:36:15+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/master/scheduler/Scheduler.html</loc>
-<lastmod>2018-11-19T15:36:15+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/master/scheduler/SchedulerRunner.html</loc>
-<lastmod>2018-11-19T15:36:15+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/master/scheduler/SchedulingPolicy.html</loc>
-<lastmod>2018-11-19T15:36:15+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/master/scheduler/SingleJobTaskGroupQueue.html</loc>
-<lastmod>2018-11-19T15:36:15+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/master/scheduler/class-use/BatchSingleJobScheduler.html</loc>
-<lastmod>2018-11-19T15:36:15+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/master/scheduler/class-use/PendingTaskGroupQueue.html</loc>
-<lastmod>2018-11-19T15:36:15+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/master/scheduler/class-use/RoundRobinSchedulingPolicy.html</loc>
-<lastmod>2018-11-19T15:36:15+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/master/scheduler/class-use/Scheduler.html</loc>
-<lastmod>2018-11-19T15:36:15+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/master/scheduler/class-use/SchedulerRunner.html</loc>
-<lastmod>2018-11-19T15:36:15+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/master/scheduler/class-use/SchedulingPolicy.html</loc>
-<lastmod>2018-11-19T15:36:15+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/master/scheduler/class-use/SingleJobTaskGroupQueue.html</loc>
-<lastmod>2018-11-19T15:36:15+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/master/scheduler/package-frame.html</loc>
-<lastmod>2018-11-19T15:36:15+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/master/scheduler/package-summary.html</loc>
-<lastmod>2018-11-19T15:36:15+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/master/scheduler/package-tree.html</loc>
-<lastmod>2018-11-19T15:36:15+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/master/scheduler/package-use.html</loc>
-<lastmod>2018-11-19T15:36:15+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/help-doc.html</loc>
-<lastmod>2018-11-19T15:36:15+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/index-all.html</loc>
-<lastmod>2018-11-19T15:36:15+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/index.html</loc>
-<lastmod>2018-11-19T15:36:15+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/overview-frame.html</loc>
-<lastmod>2018-11-19T15:36:15+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/overview-summary.html</loc>
-<lastmod>2018-11-19T15:36:15+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/overview-tree.html</loc>
-<lastmod>2018-11-19T15:36:15+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/serialized-form.html</loc>
-<lastmod>2018-11-19T15:36:15+09:00</lastmod>
+<lastmod>2018-06-11T14:59:52+09:00</lastmod>
 </url>
 </urlset>