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:54:51 UTC

[incubator-nemo-website] branch asf-site updated: add link to contribute

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 93562dc  add link to contribute
93562dc is described below

commit 93562dc1ce64101664f09e61e7ba1388d8ddd1aa
Author: Won Wook SONG <wo...@apache.org>
AuthorDate: Thu Jan 17 18:54:38 2019 +0900

    add link to contribute
---
 _docs/index.md                              |    2 +
 content/docs/bootstrap/index.html           |    4 +-
 content/docs/cheatsheet/index.html          |    4 +-
 content/docs/compiler_design/index.html     |    4 +-
 content/docs/contribute/index.html          |    4 +-
 content/docs/extending_nemo/index.html      |    4 +-
 content/docs/font-awesome/index.html        |    4 +-
 content/docs/getting_started/index.html     |    4 +-
 content/docs/home/index.html                |    6 +-
 content/docs/ir/index.html                  |    4 +-
 content/docs/jekyll/index.html              |    4 +-
 content/docs/passes_and_policies/index.html |    4 +-
 content/docs/runtime_design/index.html      |    4 +-
 content/docs/themes/index.html              |    4 +-
 content/docs/welcome_to_jekyll/index.html   |    4 +-
 content/feed.xml                            |    2 +-
 content/pages/downloads/index.html          |    4 +-
 content/pages/license/index.html            |    4 +-
 content/pages/talks/index.html              |    4 +-
 content/pages/team/index.html               |    4 +-
 content/sitemap.xml                         | 2070 +++++++++++++--------------
 21 files changed, 1076 insertions(+), 1072 deletions(-)

diff --git a/_docs/index.md b/_docs/index.md
index 1fd581a..e1518e5 100644
--- a/_docs/index.md
+++ b/_docs/index.md
@@ -15,6 +15,8 @@ To solve this problem and easily modify *runtime behaviors* for different *deplo
 These layers can be easily modified through a set of high-level [graph pass](../passes_and_policies) interfaces, exposed by the [Nemo Compiler](../compiler_design), enabling users to flexibly modify *runtime behaviors* at both compile-time and runtime.
 Works represented this way can be executed by the [Nemo Execution Runtime](../runtime_design) through its [modular and extensible](../extending_Nemo) design.
 
+If you want to contribute, please refer to the [contribute](../contribute) page. Otherwise, hit the button below to get started with Nemo!
+
 <br>
 <div class="text-center">
     <a href="../getting_started/" class="btn btn-default btn-lg">Get Started!</a>
diff --git a/content/docs/bootstrap/index.html b/content/docs/bootstrap/index.html
index e8c74a8..e41a9bf 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="2019-01-17T18:48:47+09:00" />
+<meta property="article:published_time" content="2019-01-17T18:54:13+09:00" />
 <script type="application/ld+json">
-{"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 [...]
+{"url":"http://nemo.apache.org//docs/bootstrap/","headline":"Bootstrap Features","dateModified":"2019-01-17T18:54:13+09:00","datePublished":"2019-01-17T18:54:13+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 -->
 
 
diff --git a/content/docs/cheatsheet/index.html b/content/docs/cheatsheet/index.html
index 54f887c..10dbcad 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="2019-01-17T18:48:47+09:00" />
+<meta property="article:published_time" content="2019-01-17T18:54:13+09:00" />
 <script type="application/ld+json">
-{"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>
+{"url":"http://nemo.apache.org//docs/cheatsheet/","headline":"Markdown Cheatsheet","dateModified":"2019-01-17T18:54:13+09:00","datePublished":"2019-01-17T18:54:13+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 -->
 
 
diff --git a/content/docs/compiler_design/index.html b/content/docs/compiler_design/index.html
index a0d202b..6a21ccb 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="2019-01-17T18:48:47+09:00" />
+<meta property="article:published_time" content="2019-01-17T18:54:13+09:00" />
 <script type="application/ld+json">
-{"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>
+{"url":"http://nemo.apache.org//docs/compiler_design/","headline":"Compiler Design","dateModified":"2019-01-17T18:54:13+09:00","datePublished":"2019-01-17T18:54:13+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 -->
 
 
diff --git a/content/docs/contribute/index.html b/content/docs/contribute/index.html
index ec2536c..ba0f752 100644
--- a/content/docs/contribute/index.html
+++ b/content/docs/contribute/index.html
@@ -20,9 +20,9 @@
 <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="2019-01-17T18:48:47+09:00" />
+<meta property="article:published_time" content="2019-01-17T18:54:13+09:00" />
 <script type="application/ld+json">
-{"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>
+{"url":"http://nemo.apache.org//docs/contribute/","headline":"Contribute","dateModified":"2019-01-17T18:54:13+09:00","datePublished":"2019-01-17T18:54:13+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 -->
 
 
diff --git a/content/docs/extending_nemo/index.html b/content/docs/extending_nemo/index.html
index a8d4a53..8f2544c 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="2019-01-17T18:48:47+09:00" />
+<meta property="article:published_time" content="2019-01-17T18:54:13+09:00" />
 <script type="application/ld+json">
-{"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>
+{"url":"http://nemo.apache.org//docs/extending_nemo/","headline":"Extending Nemo","dateModified":"2019-01-17T18:54:13+09:00","datePublished":"2019-01-17T18:54:13+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 -->
 
 
diff --git a/content/docs/font-awesome/index.html b/content/docs/font-awesome/index.html
index df4ddb1..3f57a83 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="2019-01-17T18:48:47+09:00" />
+<meta property="article:published_time" content="2019-01-17T18:54:13+09:00" />
 <script type="application/ld+json">
-{"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  [...]
+{"url":"http://nemo.apache.org//docs/font-awesome/","headline":"Font Awesome Icon List","dateModified":"2019-01-17T18:54:13+09:00","datePublished":"2019-01-17T18:54:13+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 -->
 
 
diff --git a/content/docs/getting_started/index.html b/content/docs/getting_started/index.html
index 6836089..58bf6bf 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="2019-01-17T18:48:47+09:00" />
+<meta property="article:published_time" content="2019-01-17T18:54:13+09:00" />
 <script type="application/ld+json">
-{"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 [...]
+{"url":"http://nemo.apache.org//docs/getting_started/","headline":"Getting Started","dateModified":"2019-01-17T18:54:13+09:00","datePublished":"2019-01-17T18:54:13+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 -->
 
 
diff --git a/content/docs/home/index.html b/content/docs/home/index.html
index e53e236..bac6ba0 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="2019-01-17T18:48:47+09:00" />
+<meta property="article:published_time" content="2019-01-17T18:54:13+09:00" />
 <script type="application/ld+json">
-{"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 [...]
+{"url":"http://nemo.apache.org//docs/home/","headline":"Overview","dateModified":"2019-01-17T18:54:13+09:00","datePublished":"2019-01-17T18:54:13+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 -->
 
 
@@ -184,6 +184,8 @@ This makes it very hard for a single system to support different <em>deployment
 These layers can be easily modified through a set of high-level <a href="../passes_and_policies">graph pass</a> interfaces, exposed by the <a href="../compiler_design">Nemo Compiler</a>, enabling users to flexibly modify <em>runtime behaviors</em> at both compile-time and runtime.
 Works represented this way can be executed by the <a href="../runtime_design">Nemo Execution Runtime</a> through its <a href="../extending_Nemo">modular and extensible</a> design.</p>
 
+<p>If you want to contribute, please refer to the <a href="../contribute">contribute</a> page. Otherwise, hit the button below to get started with Nemo!</p>
+
 <p><br /></p>
 <div class="text-center">
     <a href="../getting_started/" class="btn btn-default btn-lg">Get Started!</a>
diff --git a/content/docs/ir/index.html b/content/docs/ir/index.html
index fb81b9b..e3b7680 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="2019-01-17T18:48:47+09:00" />
+<meta property="article:published_time" content="2019-01-17T18:54:13+09:00" />
 <script type="application/ld+json">
-{"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>
+{"url":"http://nemo.apache.org//docs/ir/","headline":"Nemo Intermediate Representation (IR)","dateModified":"2019-01-17T18:54:13+09:00","datePublished":"2019-01-17T18:54:13+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 -->
 
 
diff --git a/content/docs/jekyll/index.html b/content/docs/jekyll/index.html
index 2160ff8..3cd3eae 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="2019-01-17T18:48:47+09:00" />
+<meta property="article:published_time" content="2019-01-17T18:54:13+09:00" />
 <script type="application/ld+json">
-{"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>
+{"url":"http://nemo.apache.org//docs/jekyll/","headline":"Jekyll intro","dateModified":"2019-01-17T18:54:13+09:00","datePublished":"2019-01-17T18:54:13+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 -->
 
 
diff --git a/content/docs/passes_and_policies/index.html b/content/docs/passes_and_policies/index.html
index 02db67e..9f4ee6a 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="2019-01-17T18:48:47+09:00" />
+<meta property="article:published_time" content="2019-01-17T18:54:13+09:00" />
 <script type="application/ld+json">
-{"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>
+{"url":"http://nemo.apache.org//docs/passes_and_policies/","headline":"Passes and Policies","dateModified":"2019-01-17T18:54:13+09:00","datePublished":"2019-01-17T18:54:13+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 -->
 
 
diff --git a/content/docs/runtime_design/index.html b/content/docs/runtime_design/index.html
index e64beca..220d2d3 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="2019-01-17T18:48:47+09:00" />
+<meta property="article:published_time" content="2019-01-17T18:54:13+09:00" />
 <script type="application/ld+json">
-{"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>
+{"url":"http://nemo.apache.org//docs/runtime_design/","headline":"Runtime Design","dateModified":"2019-01-17T18:54:13+09:00","datePublished":"2019-01-17T18:54:13+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 -->
 
 
diff --git a/content/docs/themes/index.html b/content/docs/themes/index.html
index 792cc14..044872e 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="2019-01-17T18:48:47+09:00" />
+<meta property="article:published_time" content="2019-01-17T18:54:13+09:00" />
 <script type="application/ld+json">
-{"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.)"," [...]
+{"url":"http://nemo.apache.org//docs/themes/","headline":"Themes","dateModified":"2019-01-17T18:54:13+09:00","datePublished":"2019-01-17T18:54:13+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 -->
 
 
diff --git a/content/docs/welcome_to_jekyll/index.html b/content/docs/welcome_to_jekyll/index.html
index 46a3c81..2da4e45 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="2019-01-17T18:48:47+09:00" />
+<meta property="article:published_time" content="2019-01-17T18:54:13+09:00" />
 <script type="application/ld+json">
-{"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 [...]
+{"url":"http://nemo.apache.org//docs/welcome_to_jekyll/","headline":"Welcome to Jekyll!","dateModified":"2019-01-17T18:54:13+09:00","datePublished":"2019-01-17T18:54:13+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 -->
 
 
diff --git a/content/feed.xml b/content/feed.xml
index 353f7f3..8633ede 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>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 [...]
+<?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:54:13+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/pages/downloads/index.html b/content/pages/downloads/index.html
index 3df555a..ecb6494 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="2019-01-17T18:48:47+09:00" />
+<meta property="article:published_time" content="2019-01-17T18:54:13+09:00" />
 <script type="application/ld+json">
-{"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>
+{"url":"http://nemo.apache.org//pages/downloads/","headline":"Downloads","dateModified":"2019-01-17T18:54:13+09:00","datePublished":"2019-01-17T18:54:13+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 -->
 
 
diff --git a/content/pages/license/index.html b/content/pages/license/index.html
index f78d7f5..0f3eaa0 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="2019-01-17T18:48:47+09:00" />
+<meta property="article:published_time" content="2019-01-17T18:54:13+09:00" />
 <script type="application/ld+json">
-{"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>
+{"url":"http://nemo.apache.org//pages/license/","headline":"License","dateModified":"2019-01-17T18:54:13+09:00","datePublished":"2019-01-17T18:54:13+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 -->
 
 
diff --git a/content/pages/talks/index.html b/content/pages/talks/index.html
index e6c3789..9ad0b94 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="2019-01-17T18:48:47+09:00" />
+<meta property="article:published_time" content="2019-01-17T18:54:13+09:00" />
 <script type="application/ld+json">
-{"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>
+{"url":"http://nemo.apache.org//pages/talks/","headline":"Talks","dateModified":"2019-01-17T18:54:13+09:00","datePublished":"2019-01-17T18:54:13+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 -->
 
 
diff --git a/content/pages/team/index.html b/content/pages/team/index.html
index b6fdfee..2cc0a6d 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="2019-01-17T18:48:47+09:00" />
+<meta property="article:published_time" content="2019-01-17T18:54:13+09:00" />
 <script type="application/ld+json">
-{"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 [...]
+{"url":"http://nemo.apache.org//pages/team/","headline":"Team","dateModified":"2019-01-17T18:54:13+09:00","datePublished":"2019-01-17T18:54:13+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 -->
 
 
diff --git a/content/sitemap.xml b/content/sitemap.xml
index 2029977..491a2de 100644
--- a/content/sitemap.xml
+++ b/content/sitemap.xml
@@ -2,75 +2,75 @@
 <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>
+<lastmod>2019-01-17T18:54:13+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//docs/compiler_design/</loc>
-<lastmod>2019-01-17T18:48:47+09:00</lastmod>
+<lastmod>2019-01-17T18:54:13+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//docs/runtime_design/</loc>
-<lastmod>2019-01-17T18:48:47+09:00</lastmod>
+<lastmod>2019-01-17T18:54:13+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//docs/getting_started/</loc>
-<lastmod>2019-01-17T18:48:47+09:00</lastmod>
+<lastmod>2019-01-17T18:54:13+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//docs/home/</loc>
-<lastmod>2019-01-17T18:48:47+09:00</lastmod>
+<lastmod>2019-01-17T18:54:13+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//docs/bootstrap/</loc>
-<lastmod>2019-01-17T18:48:47+09:00</lastmod>
+<lastmod>2019-01-17T18:54:13+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//docs/cheatsheet/</loc>
-<lastmod>2019-01-17T18:48:47+09:00</lastmod>
+<lastmod>2019-01-17T18:54:13+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//docs/jekyll/</loc>
-<lastmod>2019-01-17T18:48:47+09:00</lastmod>
+<lastmod>2019-01-17T18:54:13+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//docs/font-awesome/</loc>
-<lastmod>2019-01-17T18:48:47+09:00</lastmod>
+<lastmod>2019-01-17T18:54:13+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//docs/themes/</loc>
-<lastmod>2019-01-17T18:48:47+09:00</lastmod>
+<lastmod>2019-01-17T18:54:13+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//docs/welcome_to_jekyll/</loc>
-<lastmod>2019-01-17T18:48:47+09:00</lastmod>
+<lastmod>2019-01-17T18:54:13+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//docs/extending_nemo/</loc>
-<lastmod>2019-01-17T18:48:47+09:00</lastmod>
+<lastmod>2019-01-17T18:54:13+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//docs/ir/</loc>
-<lastmod>2019-01-17T18:48:47+09:00</lastmod>
+<lastmod>2019-01-17T18:54:13+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//docs/passes_and_policies/</loc>
-<lastmod>2019-01-17T18:48:47+09:00</lastmod>
+<lastmod>2019-01-17T18:54:13+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//pages/downloads/</loc>
-<lastmod>2019-01-17T18:48:47+09:00</lastmod>
+<lastmod>2019-01-17T18:54:13+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//pages/license/</loc>
-<lastmod>2019-01-17T18:48:47+09:00</lastmod>
+<lastmod>2019-01-17T18:54:13+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//pages/talks/</loc>
-<lastmod>2019-01-17T18:48:47+09:00</lastmod>
+<lastmod>2019-01-17T18:54:13+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//pages/team/</loc>
-<lastmod>2019-01-17T18:48:47+09:00</lastmod>
+<lastmod>2019-01-17T18:54:13+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//blog/2018/03/20/nemo-blog-published/</loc>
@@ -92,4070 +92,4070 @@
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/allclasses-frame.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/allclasses-noframe.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/constant-values.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/deprecated-list.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/client/ClientEndpoint.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/client/DriverEndpoint.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/client/JobLauncher.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/client/NemoClient.JobMessageHandler.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/client/NemoClient.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/client/StateTranslator.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/client/class-use/ClientEndpoint.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/client/class-use/DriverEndpoint.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/client/class-use/JobLauncher.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/client/class-use/NemoClient.JobMessageHandler.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/client/class-use/NemoClient.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/client/class-use/StateTranslator.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/client/package-frame.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/client/package-summary.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/client/package-tree.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/client/package-use.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/ContextImpl.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/DirectByteArrayOutputStream.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/KeyExtractor.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/Pair.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/StateMachine.Builder.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/StateMachine.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/class-use/ContextImpl.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/class-use/DirectByteArrayOutputStream.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/class-use/KeyExtractor.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/class-use/Pair.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/class-use/StateMachine.Builder.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/class-use/StateMachine.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/coder/BytesCoder.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/coder/Coder.DummyCoder.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/coder/Coder.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/coder/class-use/BytesCoder.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/coder/class-use/Coder.DummyCoder.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/coder/class-use/Coder.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/coder/package-frame.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/coder/package-summary.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/coder/package-tree.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/coder/package-use.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/dag/DAG.TraversalOrder.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/dag/DAG.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/dag/DAGBuilder.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/dag/Edge.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/dag/Vertex.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/dag/class-use/DAG.TraversalOrder.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/dag/class-use/DAG.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/dag/class-use/DAGBuilder.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/dag/class-use/Edge.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/dag/class-use/Vertex.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/dag/package-frame.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/dag/package-summary.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/dag/package-tree.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/dag/package-use.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/eventhandler/CommonEventHandler.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/eventhandler/CompilerEvent.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/eventhandler/CompilerEventHandler.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/eventhandler/PubSubEventHandlerWrapper.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/eventhandler/RuntimeEvent.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/eventhandler/RuntimeEventHandler.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/eventhandler/class-use/CommonEventHandler.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/eventhandler/class-use/CompilerEvent.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/eventhandler/class-use/CompilerEventHandler.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/eventhandler/class-use/PubSubEventHandlerWrapper.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/eventhandler/class-use/RuntimeEvent.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/eventhandler/class-use/RuntimeEventHandler.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/eventhandler/package-frame.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/eventhandler/package-summary.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/eventhandler/package-tree.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/eventhandler/package-use.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/exception/BlockFetchException.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/exception/BlockWriteException.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/exception/CompileTimeOptimizationException.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/exception/ContainerException.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/exception/DynamicOptimizationException.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/exception/IllegalEdgeOperationException.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/exception/IllegalMessageException.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/exception/IllegalStateTransitionException.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/exception/IllegalVertexOperationException.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/exception/InvalidParameterException.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/exception/JsonParseException.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/exception/NodeConnectionException.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/exception/PhysicalPlanGenerationException.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/exception/SchedulingException.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/exception/UnknownExecutionStateException.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/exception/UnknownFailureCauseException.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/exception/UnrecoverableFailureException.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/exception/UnsupportedBlockStoreException.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/exception/UnsupportedCommPatternException.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/exception/UnsupportedCompressionException.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/exception/UnsupportedExecutionPropertyException.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/exception/UnsupportedMethodException.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/exception/UnsupportedPartitionerException.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/exception/class-use/BlockFetchException.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/exception/class-use/BlockWriteException.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/exception/class-use/CompileTimeOptimizationException.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/exception/class-use/ContainerException.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/exception/class-use/DynamicOptimizationException.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/exception/class-use/IllegalEdgeOperationException.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/exception/class-use/IllegalMessageException.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/exception/class-use/IllegalStateTransitionException.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/exception/class-use/IllegalVertexOperationException.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/exception/class-use/InvalidParameterException.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/exception/class-use/JsonParseException.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/exception/class-use/NodeConnectionException.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/exception/class-use/PhysicalPlanGenerationException.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/exception/class-use/SchedulingException.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/exception/class-use/UnknownExecutionStateException.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/exception/class-use/UnknownFailureCauseException.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/exception/class-use/UnrecoverableFailureException.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/exception/class-use/UnsupportedBlockStoreException.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/exception/class-use/UnsupportedCommPatternException.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/exception/class-use/UnsupportedCompressionException.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/exception/class-use/UnsupportedExecutionPropertyException.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/exception/class-use/UnsupportedMethodException.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/exception/class-use/UnsupportedPartitionerException.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/exception/package-frame.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/exception/package-summary.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/exception/package-tree.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/exception/package-use.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/ir/IdManager.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/ir/OutputCollector.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/ir/Readable.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/ir/class-use/IdManager.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/ir/class-use/OutputCollector.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/ir/class-use/Readable.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/ir/edge/IREdge.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/ir/edge/class-use/IREdge.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/ir/edge/executionproperty/CompressionProperty.Compression.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/ir/edge/executionproperty/CompressionProperty.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/ir/edge/executionproperty/DataCommunicationPatternProperty.Value.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/ir/edge/executionproperty/DataCommunicationPatternProperty.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/ir/edge/executionproperty/DataFlowModelProperty.Value.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/ir/edge/executionproperty/DataFlowModelProperty.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/ir/edge/executionproperty/DataStoreProperty.Value.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/ir/edge/executionproperty/DataStoreProperty.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/ir/edge/executionproperty/DuplicateEdgeGroupProperty.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/ir/edge/executionproperty/DuplicateEdgeGroupPropertyValue.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/ir/edge/executionproperty/KeyExtractorProperty.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/ir/edge/executionproperty/MetricCollectionProperty.Value.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/ir/edge/executionproperty/MetricCollectionProperty.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/ir/edge/executionproperty/PartitionerProperty.Value.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/ir/edge/executionproperty/PartitionerProperty.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/ir/edge/executionproperty/UsedDataHandlingProperty.Value.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/ir/edge/executionproperty/UsedDataHandlingProperty.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+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-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+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-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+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-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+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-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+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-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+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-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+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-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+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-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+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-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+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-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+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-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+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-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+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-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+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-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+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-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+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-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+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-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/ir/edge/executionproperty/package-frame.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/ir/edge/executionproperty/package-summary.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/ir/edge/executionproperty/package-tree.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/ir/edge/executionproperty/package-use.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/ir/edge/package-frame.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/ir/edge/package-summary.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/ir/edge/package-tree.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/ir/edge/package-use.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/ir/executionproperty/ExecutionProperty.Key.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/ir/executionproperty/ExecutionProperty.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/ir/executionproperty/ExecutionPropertyMap.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+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-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/ir/executionproperty/class-use/ExecutionProperty.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/ir/executionproperty/class-use/ExecutionPropertyMap.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/ir/executionproperty/package-frame.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/ir/executionproperty/package-summary.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/ir/executionproperty/package-tree.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/ir/executionproperty/package-use.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/ir/package-frame.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/ir/package-summary.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/ir/package-tree.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/ir/package-use.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/ir/vertex/IRVertex.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/ir/vertex/InitializedSourceVertex.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/ir/vertex/LoopVertex.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/ir/vertex/MetricCollectionBarrierVertex.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/ir/vertex/OperatorVertex.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/ir/vertex/SourceVertex.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/ir/vertex/class-use/IRVertex.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/ir/vertex/class-use/InitializedSourceVertex.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/ir/vertex/class-use/LoopVertex.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/ir/vertex/class-use/MetricCollectionBarrierVertex.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/ir/vertex/class-use/OperatorVertex.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/ir/vertex/class-use/SourceVertex.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/ir/vertex/executionproperty/DynamicOptimizationProperty.Value.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/ir/vertex/executionproperty/DynamicOptimizationProperty.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/ir/vertex/executionproperty/ExecutorPlacementProperty.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/ir/vertex/executionproperty/ParallelismProperty.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/ir/vertex/executionproperty/ScheduleGroupIndexProperty.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/ir/vertex/executionproperty/StageIdProperty.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+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-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+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-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+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-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+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-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+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-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+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-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/ir/vertex/executionproperty/package-frame.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/ir/vertex/executionproperty/package-summary.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/ir/vertex/executionproperty/package-tree.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/ir/vertex/executionproperty/package-use.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/ir/vertex/package-frame.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/ir/vertex/package-summary.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/ir/vertex/package-tree.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/ir/vertex/package-use.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/ir/vertex/transform/RelayTransform.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/ir/vertex/transform/Transform.Context.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/ir/vertex/transform/Transform.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+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-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+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-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+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-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/ir/vertex/transform/package-frame.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/ir/vertex/transform/package-summary.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/ir/vertex/transform/package-tree.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/ir/vertex/transform/package-use.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/package-frame.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/package-summary.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/package-tree.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/package-use.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/test/ArgBuilder.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/test/ExampleTestUtil.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/test/class-use/ArgBuilder.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/test/class-use/ExampleTestUtil.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/test/package-frame.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/test/package-summary.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/test/package-tree.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/test/package-use.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/backend/Backend.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/backend/class-use/Backend.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/backend/nemo/NemoBackend.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/backend/nemo/class-use/NemoBackend.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/backend/nemo/package-frame.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/backend/nemo/package-summary.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/backend/nemo/package-tree.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/backend/nemo/package-use.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/backend/package-frame.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/backend/package-summary.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/backend/package-tree.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/backend/package-use.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/beam/BeamStateTranslator.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/beam/NemoPipelineOptions.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/beam/NemoPipelineResult.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/beam/NemoPipelineRunner.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/beam/NemoPipelineVisitor.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/beam/class-use/BeamStateTranslator.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/beam/class-use/NemoPipelineOptions.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/beam/class-use/NemoPipelineResult.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/beam/class-use/NemoPipelineRunner.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/beam/class-use/NemoPipelineVisitor.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/beam/coder/BeamCoder.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/beam/coder/PairCoder.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+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-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+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-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/beam/coder/package-frame.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/beam/coder/package-summary.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/beam/coder/package-tree.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/beam/coder/package-use.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/beam/package-frame.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/beam/package-summary.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/beam/package-tree.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/beam/package-use.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/beam/source/BeamBoundedSourceVertex.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+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-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/beam/source/package-frame.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/beam/source/package-summary.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/beam/source/package-tree.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/beam/source/package-use.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/beam/transform/CreateViewTransform.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/beam/transform/DoTransform.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/beam/transform/FlattenTransform.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/beam/transform/GroupByKeyTransform.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/beam/transform/LoopCompositeTransform.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/beam/transform/WindowTransform.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+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-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+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-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+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-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+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-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+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-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+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-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/beam/transform/package-frame.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/beam/transform/package-summary.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/beam/transform/package-tree.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/beam/transform/package-use.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/spark/SparkKeyExtractor.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/spark/class-use/SparkKeyExtractor.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/spark/coder/SparkCoder.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+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-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/spark/coder/package-frame.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/spark/coder/package-summary.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/spark/coder/package-tree.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/spark/coder/package-use.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/spark/core/RDD.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+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-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/spark/core/java/JavaPairRDD.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/spark/core/java/JavaRDD.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/spark/core/java/JavaSparkContext.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/spark/core/java/SparkFrontendUtils.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+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-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+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-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+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-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+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-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+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-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+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-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+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-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+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-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/spark/core/package-frame.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/spark/core/package-summary.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/spark/core/package-tree.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/spark/core/package-use.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/spark/package-frame.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/spark/package-summary.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/spark/package-tree.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/spark/package-use.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/spark/source/SparkBoundedSourceVertex.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+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-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/spark/source/package-frame.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/spark/source/package-summary.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/spark/source/package-tree.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/spark/source/package-use.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/spark/sql/DataFrameReader.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/spark/sql/Dataset.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/spark/sql/NemoSparkUserFacingClass.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/spark/sql/SparkSession.Builder.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/spark/sql/SparkSession.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+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-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+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-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+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-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+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-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+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-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/spark/sql/package-frame.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/spark/sql/package-summary.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/spark/sql/package-tree.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/spark/sql/package-use.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/spark/transform/CollectTransform.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/spark/transform/FlatMapTransform.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/spark/transform/GroupByKeyTransform.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/spark/transform/MapToPairTransform.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/spark/transform/MapTransform.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/spark/transform/ReduceByKeyTransform.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/spark/transform/ReduceTransform.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+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-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+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-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+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-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+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-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+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-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+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-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+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-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/spark/transform/package-frame.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/spark/transform/package-summary.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/spark/transform/package-tree.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/spark/transform/package-use.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/CompiletimeOptimizer.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/class-use/CompiletimeOptimizer.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/examples/EmptyComponents.EmptySourceVertex.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/examples/EmptyComponents.EmptyTransform.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/examples/EmptyComponents.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/examples/MapReduceDisaggregationOptimization.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+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-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+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-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/examples/class-use/EmptyComponents.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/examples/class-use/MapReduceDisaggregationOptimization.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/examples/package-frame.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/examples/package-summary.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/examples/package-tree.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/examples/package-use.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/package-frame.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/package-summary.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/package-tree.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/package-use.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/pass/compiletime/CompileTimePass.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/pass/compiletime/annotating/AnnotatingPass.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/pass/compiletime/annotating/CompressionPass.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/pass/compiletime/annotating/DataSkewEdgeDataStorePass.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/pass/compiletime/annotating/DataSkewEdgeMetricCollectionPass.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/pass/compiletime/annotating/DataSkewEdgePartitionerPass.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/pass/compiletime/annotating/DataSkewVertexPass.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/pass/compiletime/annotating/DefaultEdgeUsedDataHandlingPass.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/pass/compiletime/annotating/DefaultParallelismPass.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/pass/compiletime/annotating/DefaultStagePartitioningPass.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/pass/compiletime/annotating/DisaggregationEdgeDataStorePass.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/pass/compiletime/annotating/DuplicateEdgeGroupSizePass.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/pass/compiletime/annotating/PadoEdgeDataFlowModelPass.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/pass/compiletime/annotating/PadoEdgeDataStorePass.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/pass/compiletime/annotating/PadoVertexExecutorPlacementPass.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/pass/compiletime/annotating/ReviseInterStageEdgeDataStorePass.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/pass/compiletime/annotating/SailfishEdgeDataFlowModelPass.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/pass/compiletime/annotating/SailfishEdgeDataStorePass.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/pass/compiletime/annotating/SailfishEdgeUsedDataHandlingPass.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/pass/compiletime/annotating/ScheduleGroupPass.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/pass/compiletime/annotating/ShuffleEdgePushPass.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+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-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+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-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+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-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+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-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+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-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+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-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+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-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+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-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+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-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+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-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+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-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+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-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+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-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+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-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+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-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+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-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+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-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+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-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+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-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+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-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+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-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+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-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+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-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+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-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+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-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/pass/compiletime/composite/CompositePass.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/pass/compiletime/composite/DataSkewCompositePass.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/pass/compiletime/composite/LoopOptimizationCompositePass.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/pass/compiletime/composite/PadoCompositePass.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/pass/compiletime/composite/PrimitiveCompositePass.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/pass/compiletime/composite/SailfishPass.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+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-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+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-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+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-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+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-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+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-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+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-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+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-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+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-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+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-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+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-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/pass/compiletime/package-frame.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/pass/compiletime/package-summary.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/pass/compiletime/package-tree.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/pass/compiletime/package-use.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/pass/compiletime/reshaping/CommonSubexpressionEliminationPass.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/pass/compiletime/reshaping/DataSkewReshapingPass.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/pass/compiletime/reshaping/LoopExtractionPass.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+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-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+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-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/pass/compiletime/reshaping/LoopOptimizations.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/pass/compiletime/reshaping/LoopUnrollingPass.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/pass/compiletime/reshaping/ReshapingPass.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/pass/compiletime/reshaping/SailfishRelayReshapingPass.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+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-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+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-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+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-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+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-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+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-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+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-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+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-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+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-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+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-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+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-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+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-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+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-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+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-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/policy/DataSkewPolicy.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/policy/DefaultPolicy.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/policy/DefaultPolicyWithSeparatePass.RefactoredPass.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/policy/DefaultPolicyWithSeparatePass.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/policy/DisaggregationPolicy.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/policy/PadoPolicy.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/policy/Policy.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/policy/PolicyBuilder.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/policy/SailfishPolicy.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/policy/class-use/DataSkewPolicy.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/policy/class-use/DefaultPolicy.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+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-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/policy/class-use/DefaultPolicyWithSeparatePass.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/policy/class-use/DisaggregationPolicy.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/policy/class-use/PadoPolicy.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/policy/class-use/Policy.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/policy/class-use/PolicyBuilder.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/policy/class-use/SailfishPolicy.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/policy/package-frame.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/policy/package-summary.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/policy/package-tree.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/policy/package-use.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/conf/JobConf.DAGDirectory.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/conf/JobConf.DeployMode.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/conf/JobConf.DriverMemMb.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/conf/JobConf.ExecutorCapacity.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/conf/JobConf.ExecutorId.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/conf/JobConf.ExecutorJsonContents.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/conf/JobConf.ExecutorJsonPath.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/conf/JobConf.FileDirectory.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/conf/JobConf.GlusterVolumeDirectory.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/conf/JobConf.HashRangeMultiplier.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/conf/JobConf.IORequestHandleThreadsTotal.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/conf/JobConf.JVMHeapSlack.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/conf/JobConf.JobId.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/conf/JobConf.MaxScheduleAttempt.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/conf/JobConf.OptimizationPolicy.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/conf/JobConf.PartitionTransportClientNumThreads.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/conf/JobConf.PartitionTransportServerBacklog.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/conf/JobConf.PartitionTransportServerNumListeningThreads.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/conf/JobConf.PartitionTransportServerNumWorkingThreads.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/conf/JobConf.PartitionTransportServerPort.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/conf/JobConf.ScheduleSerThread.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/conf/JobConf.SchedulerTimeoutMs.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/conf/JobConf.SerializedDAG.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/conf/JobConf.UserMainArguments.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/conf/JobConf.UserMainClass.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/conf/JobConf.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/conf/class-use/JobConf.DAGDirectory.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/conf/class-use/JobConf.DeployMode.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/conf/class-use/JobConf.DriverMemMb.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/conf/class-use/JobConf.ExecutorCapacity.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/conf/class-use/JobConf.ExecutorId.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/conf/class-use/JobConf.ExecutorJsonContents.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/conf/class-use/JobConf.ExecutorJsonPath.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/conf/class-use/JobConf.FileDirectory.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/conf/class-use/JobConf.GlusterVolumeDirectory.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/conf/class-use/JobConf.HashRangeMultiplier.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/conf/class-use/JobConf.IORequestHandleThreadsTotal.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/conf/class-use/JobConf.JVMHeapSlack.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/conf/class-use/JobConf.JobId.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/conf/class-use/JobConf.MaxScheduleAttempt.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/conf/class-use/JobConf.OptimizationPolicy.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/conf/class-use/JobConf.PartitionTransportClientNumThreads.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/conf/class-use/JobConf.PartitionTransportServerBacklog.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/conf/class-use/JobConf.PartitionTransportServerNumListeningThreads.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/conf/class-use/JobConf.PartitionTransportServerNumWorkingThreads.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/conf/class-use/JobConf.PartitionTransportServerPort.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/conf/class-use/JobConf.ScheduleSerThread.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/conf/class-use/JobConf.SchedulerTimeoutMs.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/conf/class-use/JobConf.SerializedDAG.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/conf/class-use/JobConf.UserMainArguments.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/conf/class-use/JobConf.UserMainClass.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/conf/class-use/JobConf.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/conf/package-frame.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/conf/package-summary.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/conf/package-tree.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/conf/package-use.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/driver/NemoContext.ContextStartHandler.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/driver/NemoContext.ContextStopHandler.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/driver/NemoContext.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/driver/NemoDriver.ActiveContextHandler.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/driver/NemoDriver.AllocatedEvaluatorHandler.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/driver/NemoDriver.DriverStopHandler.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/driver/NemoDriver.FailedContextHandler.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/driver/NemoDriver.FailedEvaluatorHandler.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/driver/NemoDriver.StartHandler.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/driver/NemoDriver.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/driver/RemoteClientMessageLoggingHandler.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/driver/UserApplicationRunner.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/driver/class-use/NemoContext.ContextStartHandler.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/driver/class-use/NemoContext.ContextStopHandler.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/driver/class-use/NemoContext.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/driver/class-use/NemoDriver.ActiveContextHandler.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/driver/class-use/NemoDriver.AllocatedEvaluatorHandler.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/driver/class-use/NemoDriver.DriverStopHandler.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/driver/class-use/NemoDriver.FailedContextHandler.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/driver/class-use/NemoDriver.FailedEvaluatorHandler.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/driver/class-use/NemoDriver.StartHandler.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/driver/class-use/NemoDriver.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/driver/class-use/RemoteClientMessageLoggingHandler.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/driver/class-use/UserApplicationRunner.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/driver/package-frame.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/driver/package-summary.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/driver/package-tree.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/driver/package-use.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/examples/beam/AlternatingLeastSquare.CalculateNextMatrix.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/examples/beam/AlternatingLeastSquare.ParseLine.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/examples/beam/AlternatingLeastSquare.TrainingDataCombiner.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/examples/beam/AlternatingLeastSquare.UngroupSingleVectorList.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/examples/beam/AlternatingLeastSquare.UpdateUserAndItemMatrix.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/examples/beam/AlternatingLeastSquare.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/examples/beam/AlternatingLeastSquareInefficient.UpdateUserAndItemMatrix.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/examples/beam/AlternatingLeastSquareInefficient.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/examples/beam/Broadcast.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/examples/beam/MapReduce.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/examples/beam/MultinomialLogisticRegression.ApplyGradient.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/examples/beam/MultinomialLogisticRegression.CalculateGradient.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/examples/beam/MultinomialLogisticRegression.CombineFunction.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/examples/beam/MultinomialLogisticRegression.CombineFunctionForIterable.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/examples/beam/MultinomialLogisticRegression.UpdateModel.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/examples/beam/MultinomialLogisticRegression.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/examples/beam/class-use/AlternatingLeastSquare.CalculateNextMatrix.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/examples/beam/class-use/AlternatingLeastSquare.ParseLine.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/examples/beam/class-use/AlternatingLeastSquare.TrainingDataCombiner.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/examples/beam/class-use/AlternatingLeastSquare.UngroupSingleVectorList.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/examples/beam/class-use/AlternatingLeastSquare.UpdateUserAndItemMatrix.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/examples/beam/class-use/AlternatingLeastSquare.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/examples/beam/class-use/AlternatingLeastSquareInefficient.UpdateUserAndItemMatrix.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/examples/beam/class-use/AlternatingLeastSquareInefficient.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/examples/beam/class-use/Broadcast.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/examples/beam/class-use/MapReduce.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/examples/beam/class-use/MultinomialLogisticRegression.ApplyGradient.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/examples/beam/class-use/MultinomialLogisticRegression.CalculateGradient.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/examples/beam/class-use/MultinomialLogisticRegression.CombineFunction.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/examples/beam/class-use/MultinomialLogisticRegression.CombineFunctionForIterable.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/examples/beam/class-use/MultinomialLogisticRegression.UpdateModel.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/examples/beam/class-use/MultinomialLogisticRegression.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/examples/beam/package-frame.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/examples/beam/package-summary.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/examples/beam/package-tree.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/examples/beam/package-use.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/examples/spark/JavaSparkPi.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/examples/spark/JavaWordCount.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/examples/spark/class-use/JavaSparkPi.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/examples/spark/class-use/JavaWordCount.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/examples/spark/package-frame.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/examples/spark/package-summary.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/examples/spark/package-tree.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/examples/spark/package-use.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/examples/spark/sql/JavaSparkSQLExample.Person.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/examples/spark/sql/JavaSparkSQLExample.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/examples/spark/sql/JavaUserDefinedTypedAggregation.Average.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/examples/spark/sql/JavaUserDefinedTypedAggregation.Employee.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/examples/spark/sql/JavaUserDefinedTypedAggregation.MyAverage.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/examples/spark/sql/JavaUserDefinedTypedAggregation.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/examples/spark/sql/JavaUserDefinedUntypedAggregation.MyAverage.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/examples/spark/sql/JavaUserDefinedUntypedAggregation.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+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-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/examples/spark/sql/class-use/JavaSparkSQLExample.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+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-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+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-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+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-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/examples/spark/sql/class-use/JavaUserDefinedTypedAggregation.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+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-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/examples/spark/sql/class-use/JavaUserDefinedUntypedAggregation.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/examples/spark/sql/package-frame.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/examples/spark/sql/package-summary.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/examples/spark/sql/package-tree.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/examples/spark/sql/package-use.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/NativeChannelImplementationSelector.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/NettyChannelImplementationSelector.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/NioChannelImplementationSelector.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/ReplyFutureMap.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/RuntimeIdGenerator.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/class-use/NativeChannelImplementationSelector.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/class-use/NettyChannelImplementationSelector.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/class-use/NioChannelImplementationSelector.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/class-use/ReplyFutureMap.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/class-use/RuntimeIdGenerator.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/data/HashRange.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/data/KeyRange.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/data/class-use/HashRange.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/data/class-use/KeyRange.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/data/package-frame.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/data/package-summary.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/data/package-tree.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/data/package-use.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/eventhandler/DynamicOptimizationEvent.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/eventhandler/DynamicOptimizationEventHandler.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/eventhandler/UpdatePhysicalPlanEvent.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/eventhandler/class-use/DynamicOptimizationEvent.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/eventhandler/class-use/DynamicOptimizationEventHandler.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/eventhandler/class-use/UpdatePhysicalPlanEvent.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/eventhandler/package-frame.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/eventhandler/package-summary.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/eventhandler/package-tree.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/eventhandler/package-use.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/exception/AbsentBlockException.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/exception/class-use/AbsentBlockException.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/exception/package-frame.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/exception/package-summary.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/exception/package-tree.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/exception/package-use.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/message/MessageContext.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/message/MessageEnvironment.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/message/MessageListener.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/message/MessageParameters.SenderId.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/message/MessageParameters.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/message/MessageSender.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/message/PersistentConnectionToMasterMap.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/message/class-use/MessageContext.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/message/class-use/MessageEnvironment.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/message/class-use/MessageListener.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+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-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/message/class-use/MessageParameters.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/message/class-use/MessageSender.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/message/class-use/PersistentConnectionToMasterMap.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/message/grpc/GrpcMessageEnvironment.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+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-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/message/grpc/package-frame.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/message/grpc/package-summary.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/message/grpc/package-tree.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/message/grpc/package-use.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/message/local/LocalMessageDispatcher.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/message/local/LocalMessageEnvironment.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/message/local/LocalMessageSender.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+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-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+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-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+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-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/message/local/package-frame.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/message/local/package-summary.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/message/local/package-tree.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/message/local/package-use.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/message/ncs/NcsMessageEnvironment.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+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-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/message/ncs/package-frame.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/message/ncs/package-summary.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/message/ncs/package-tree.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/message/ncs/package-use.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/message/package-frame.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/message/package-summary.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/message/package-tree.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/message/package-use.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/metric/MetricData.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/metric/MetricDataBuilder.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/metric/class-use/MetricData.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/metric/class-use/MetricDataBuilder.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/metric/package-frame.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/metric/package-summary.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/metric/package-tree.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/metric/package-use.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/metric/parameter/MetricFlushPeriod.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+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-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/metric/parameter/package-frame.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/metric/parameter/package-summary.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/metric/parameter/package-tree.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/metric/parameter/package-use.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/optimizer/RuntimeOptimizer.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/optimizer/class-use/RuntimeOptimizer.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/optimizer/package-frame.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/optimizer/package-summary.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/optimizer/package-tree.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/optimizer/package-use.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/optimizer/pass/runtime/DataSkewRuntimePass.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/optimizer/pass/runtime/RuntimePass.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+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-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+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-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+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-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+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-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+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-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+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-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/package-frame.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/package-summary.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/package-tree.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/package-use.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/plan/RuntimeEdge.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/plan/class-use/RuntimeEdge.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/plan/package-frame.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/plan/package-summary.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/plan/package-tree.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/plan/package-use.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/plan/physical/BoundedSourceTask.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/plan/physical/MetricCollectionBarrierTask.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/plan/physical/OperatorTask.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/plan/physical/PhysicalPlan.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/plan/physical/PhysicalPlanGenerator.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/plan/physical/PhysicalStage.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/plan/physical/PhysicalStageEdge.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/plan/physical/ScheduledTaskGroup.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/plan/physical/Task.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/plan/physical/UnboundedSourceTask.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+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-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+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-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+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-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+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-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+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-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+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-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+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-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+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-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+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-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+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-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/plan/physical/package-frame.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/plan/physical/package-summary.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/plan/physical/package-tree.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/plan/physical/package-use.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/plan/stage/Stage.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/plan/stage/StageBuilder.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/plan/stage/StageEdge.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/plan/stage/StageEdgeBuilder.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+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-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+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-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+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-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+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-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/plan/stage/package-frame.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/plan/stage/package-summary.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/plan/stage/package-tree.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/plan/stage/package-use.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/state/BlockState.State.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/state/BlockState.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/state/JobState.State.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/state/JobState.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/state/StageState.State.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/state/StageState.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/state/TaskGroupState.RecoverableFailureCause.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/state/TaskGroupState.State.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/state/TaskGroupState.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/state/TaskState.State.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/state/TaskState.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+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-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:14+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/state/class-use/BlockState.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:15+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-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:15+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/state/class-use/JobState.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:15+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-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:15+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/state/class-use/StageState.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:15+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-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:15+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-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:15+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/state/class-use/TaskGroupState.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:15+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-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:15+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/state/class-use/TaskState.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:15+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/state/package-frame.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:15+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/state/package-summary.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:15+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/state/package-tree.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:15+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/state/package-use.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:15+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/Executor.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:15+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/MetricCollector.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:15+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/MetricManagerWorker.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:15+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/MetricMessageSender.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:15+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/TaskGroupExecutor.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:15+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/TaskGroupStateManager.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:15+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/bytetransfer/ByteInputContext.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:15+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/bytetransfer/ByteOutputContext.ByteOutputStream.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:15+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/bytetransfer/ByteOutputContext.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:15+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/bytetransfer/ByteTransfer.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:15+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/bytetransfer/ByteTransferContext.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:15+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/bytetransfer/ClosableBlockingQueue.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:15+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/bytetransfer/class-use/ByteInputContext.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:15+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-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:15+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/bytetransfer/class-use/ByteOutputContext.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:15+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/bytetransfer/class-use/ByteTransfer.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:15+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/bytetransfer/class-use/ByteTransferContext.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:15+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/bytetransfer/class-use/ClosableBlockingQueue.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:15+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/bytetransfer/package-frame.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:15+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/bytetransfer/package-summary.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:15+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/bytetransfer/package-tree.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:15+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/bytetransfer/package-use.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:15+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/class-use/Executor.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:15+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/class-use/MetricCollector.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:15+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/class-use/MetricManagerWorker.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:15+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/class-use/MetricMessageSender.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:15+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/class-use/TaskGroupExecutor.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:15+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/class-use/TaskGroupStateManager.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:15+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/data/BlockManagerWorker.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:15+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/data/DataUtil.InputStreamIterator.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:15+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/data/DataUtil.IteratorWithNumBytes.NumBytesNotSupportedException.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:15+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/data/DataUtil.IteratorWithNumBytes.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:15+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/data/DataUtil.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:15+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/data/FileArea.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:15+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/data/LimitedInputStream.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:15+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/data/NonSerializedPartition.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:15+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/data/Partition.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:15+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/data/SerializedPartition.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:15+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/data/SerializerManager.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:15+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/data/block/Block.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:15+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/data/block/FileBlock.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:15+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/data/block/NonSerializedMemoryBlock.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:15+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/data/block/SerializedMemoryBlock.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:15+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-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:15+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-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:15+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-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:15+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-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:15+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/data/block/package-frame.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:15+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/data/block/package-summary.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:15+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/data/block/package-tree.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:15+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/data/block/package-use.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:15+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/data/class-use/BlockManagerWorker.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:15+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-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:15+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-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:15+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-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:15+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/data/class-use/DataUtil.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:15+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/data/class-use/FileArea.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:15+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/data/class-use/LimitedInputStream.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:15+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/data/class-use/NonSerializedPartition.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:15+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/data/class-use/Partition.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:15+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/data/class-use/SerializedPartition.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:15+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/data/class-use/SerializerManager.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:15+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/data/metadata/FileMetadata.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:15+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/data/metadata/LocalFileMetadata.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:15+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/data/metadata/PartitionMetadata.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:15+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/data/metadata/RemoteFileMetadata.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:15+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-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:15+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-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:15+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-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:15+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-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:15+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/data/metadata/package-frame.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:15+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/data/metadata/package-summary.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:15+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/data/metadata/package-tree.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:15+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/data/metadata/package-use.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:15+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/data/package-frame.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:15+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/data/package-summary.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:15+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/data/package-tree.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:15+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/data/package-use.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:15+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/data/partitioner/DataSkewHashPartitioner.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:15+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/data/partitioner/HashPartitioner.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:15+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/data/partitioner/IntactPartitioner.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:15+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/data/partitioner/Partitioner.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:15+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-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:15+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-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:15+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-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:15+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-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:15+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/data/partitioner/package-frame.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:15+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/data/partitioner/package-summary.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:15+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/data/partitioner/package-tree.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:15+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/data/partitioner/package-use.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:15+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/data/stores/AbstractBlockStore.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:15+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/data/stores/BlockStore.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:15+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/data/stores/FileStore.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:15+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/data/stores/GlusterFileStore.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:15+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/data/stores/LocalBlockStore.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:15+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/data/stores/LocalFileStore.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:15+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/data/stores/MemoryStore.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:15+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/data/stores/RemoteFileStore.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:15+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/data/stores/SerializedMemoryStore.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:15+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-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:15+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-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:15+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-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:15+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-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:15+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-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:15+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-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:15+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-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:15+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-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:15+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-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:15+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/data/stores/package-frame.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:15+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/data/stores/package-summary.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:15+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/data/stores/package-tree.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:15+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/data/stores/package-use.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:15+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/data/streamchainer/CompressionStreamChainer.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:15+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/data/streamchainer/Serializer.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:15+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/data/streamchainer/StreamChainer.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:15+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-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:15+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-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:15+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-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:15+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/data/streamchainer/package-frame.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:15+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/data/streamchainer/package-summary.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:15+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/data/streamchainer/package-tree.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:15+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/data/streamchainer/package-use.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:15+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/datatransfer/DataTransfer.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:15+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/datatransfer/DataTransferFactory.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:15+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/datatransfer/InputReader.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:15+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/datatransfer/OutputCollectorImpl.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:15+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/datatransfer/OutputWriter.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:15+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/datatransfer/class-use/DataTransfer.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:15+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/datatransfer/class-use/DataTransferFactory.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:15+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/datatransfer/class-use/InputReader.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:15+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/datatransfer/class-use/OutputCollectorImpl.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:15+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/datatransfer/class-use/OutputWriter.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:15+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/datatransfer/package-frame.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:15+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/datatransfer/package-summary.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:15+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/datatransfer/package-tree.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:15+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/datatransfer/package-use.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:15+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/package-frame.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:15+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/package-summary.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:15+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/package-tree.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:15+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/package-use.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:15+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/master/BlockManagerMaster.BlockLocationRequestHandler.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:15+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/master/BlockManagerMaster.PartitionManagerMasterControlMessageReceiver.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:15+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/master/BlockManagerMaster.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:15+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/master/JobStateManager.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:15+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/master/MetricManagerMaster.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:15+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/master/MetricMessageHandler.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:15+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/master/RuntimeMaster.MasterControlMessageReceiver.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:15+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/master/RuntimeMaster.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:15+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/master/class-use/BlockManagerMaster.BlockLocationRequestHandler.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:15+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/master/class-use/BlockManagerMaster.PartitionManagerMasterControlMessageReceiver.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:15+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/master/class-use/BlockManagerMaster.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:15+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/master/class-use/JobStateManager.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:15+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/master/class-use/MetricManagerMaster.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:15+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/master/class-use/MetricMessageHandler.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:15+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/master/class-use/RuntimeMaster.MasterControlMessageReceiver.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:15+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/master/class-use/RuntimeMaster.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:15+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/master/eventhandler/UpdatePhysicalPlanEventHandler.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:15+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/master/eventhandler/class-use/UpdatePhysicalPlanEventHandler.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:15+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/master/eventhandler/package-frame.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:15+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/master/eventhandler/package-summary.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:15+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/master/eventhandler/package-tree.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:15+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/master/eventhandler/package-use.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:15+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/master/package-frame.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:15+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/master/package-summary.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:15+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/master/package-tree.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:15+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/master/package-use.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:15+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/master/resource/ContainerManager.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:15+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/master/resource/ExecutorRepresenter.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:15+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/master/resource/ResourceSpecification.Builder.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:15+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/master/resource/ResourceSpecification.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:15+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/master/resource/class-use/ContainerManager.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:15+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/master/resource/class-use/ExecutorRepresenter.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:15+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-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:15+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/master/resource/class-use/ResourceSpecification.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:15+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/master/resource/package-frame.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:15+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/master/resource/package-summary.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:15+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/master/resource/package-tree.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:15+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/master/resource/package-use.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:15+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/master/scheduler/BatchSingleJobScheduler.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:15+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/master/scheduler/PendingTaskGroupQueue.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:15+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/master/scheduler/RoundRobinSchedulingPolicy.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:15+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/master/scheduler/Scheduler.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:15+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/master/scheduler/SchedulerRunner.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:15+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/master/scheduler/SchedulingPolicy.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:15+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/master/scheduler/SingleJobTaskGroupQueue.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:15+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/master/scheduler/class-use/BatchSingleJobScheduler.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:15+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/master/scheduler/class-use/PendingTaskGroupQueue.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:15+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/master/scheduler/class-use/RoundRobinSchedulingPolicy.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:15+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/master/scheduler/class-use/Scheduler.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:15+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/master/scheduler/class-use/SchedulerRunner.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:15+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/master/scheduler/class-use/SchedulingPolicy.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:15+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/master/scheduler/class-use/SingleJobTaskGroupQueue.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:15+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/master/scheduler/package-frame.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:15+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/master/scheduler/package-summary.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:15+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/master/scheduler/package-tree.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:15+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/master/scheduler/package-use.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:15+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/help-doc.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:15+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/index-all.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:15+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/index.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:15+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/overview-frame.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:15+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/overview-summary.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:15+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/overview-tree.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:15+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/serialized-form.html</loc>
-<lastmod>2018-06-11T14:59:52+09:00</lastmod>
+<lastmod>2018-11-19T15:36:15+09:00</lastmod>
 </url>
 </urlset>