You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@omid.apache.org by oh...@apache.org on 2018/12/04 08:27:22 UTC

[46/51] [partial] incubator-omid-site git commit: [wagon-git] commit to branch asf-site 12/4/18 10:26 AM

http://git-wip-us.apache.org/repos/asf/incubator-omid-site/blob/9ccae1ee/dependency-info.html
----------------------------------------------------------------------
diff --git a/dependency-info.html b/dependency-info.html
index 4756ab4..627a2a8 100644
--- a/dependency-info.html
+++ b/dependency-info.html
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.7 at 2018-09-26 
+ | Generated by Apache Maven Doxia Site Renderer 1.8.1 at 2018-12-04 
  | Rendered using Apache Maven Fluido Skin 1.5
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20180926" />
+    <meta name="Date-Revision-yyyymmdd" content="20181204" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Omid &#x2013; Dependency Information</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.5.min.css" />
@@ -117,7 +117,9 @@
 </li>
                                   <li>      <a href="index.html"  title="About">About</a>
 </li>
-                                  <li>      <a href="license.html"  title="Licenses">Licenses</a>
+                                  <li>      <a href="licenses.html"  title="Licenses">Licenses</a>
+</li>
+                                  <li>      <a href="mailing-lists.html"  title="Mailing Lists">Mailing Lists</a>
 </li>
                                   <li>      <a href="modules.html"  title="Project Modules">Project Modules</a>
 </li>
@@ -125,11 +127,11 @@
 </li>
                                   <li>      <a href="plugins.html"  title="Plugins">Plugins</a>
 </li>
-                                  <li>      <a href="team-list.html"  title="Team">Team</a>
+                                  <li>      <a href="scm.html"  title="Source Code Management">Source Code Management</a>
 </li>
-                                  <li>      <a href="source-repository.html"  title="Source Code Management">Source Code Management</a>
+                                  <li>      <a href="summary.html"  title="Summary">Summary</a>
 </li>
-                                  <li>      <a href="project-summary.html"  title="Summary">Summary</a>
+                                  <li>      <a href="team.html"  title="Team">Team</a>
 </li>
                               </ul>
             </li>
@@ -194,11 +196,11 @@
       <div id="breadcrumbs">
         <ul class="breadcrumb">
               
-                  <li id="projectVersion">Version: 0.9.0.0
+                  <li id="projectVersion">Version: 1.0.0
                     </li>
               
               
-                  <li id="publishDate" class="pull-right">Last Published: 2018-09-26</li>
+                  <li id="publishDate" class="pull-right">Last Published: 2018-12-04</li>
             
                             </ul>
       </div>
@@ -214,31 +216,31 @@
 <div class="source"><pre class="prettyprint">&lt;dependency&gt;
   &lt;groupId&gt;org.apache.omid&lt;/groupId&gt;
   &lt;artifactId&gt;omid&lt;/artifactId&gt;
-  &lt;version&gt;0.9.0.0&lt;/version&gt;
+  &lt;version&gt;1.0.0&lt;/version&gt;
   &lt;type&gt;pom&lt;/type&gt;
 &lt;/dependency&gt;</pre></div></div>
 <div class="section">
 <h3><a name="Apache_Buildr"></a>Apache Buildr</h3><a name="Apache_Buildr"></a>
-<div class="source"><pre class="prettyprint">'org.apache.omid:omid:pom:0.9.0.0'</pre></div></div>
+<div class="source"><pre class="prettyprint">'org.apache.omid:omid:pom:1.0.0'</pre></div></div>
 <div class="section">
 <h3><a name="Apache_Ivy"></a>Apache Ivy</h3><a name="Apache_Ivy"></a>
-<div class="source"><pre class="prettyprint">&lt;dependency org=&quot;org.apache.omid&quot; name=&quot;omid&quot; rev=&quot;0.9.0.0&quot;&gt;
+<div class="source"><pre class="prettyprint">&lt;dependency org=&quot;org.apache.omid&quot; name=&quot;omid&quot; rev=&quot;1.0.0&quot;&gt;
   &lt;artifact name=&quot;omid&quot; type=&quot;pom&quot; /&gt;
 &lt;/dependency&gt;</pre></div></div>
 <div class="section">
 <h3><a name="Groovy_Grape"></a>Groovy Grape</h3><a name="Groovy_Grape"></a>
 <div class="source"><pre class="prettyprint">@Grapes(
-@Grab(group='org.apache.omid', module='omid', version='0.9.0.0')
+@Grab(group='org.apache.omid', module='omid', version='1.0.0')
 )</pre></div></div>
 <div class="section">
-<h3><a name="GradleGrails"></a>Gradle/Grails</h3><a name="GradleGrails"></a>
-<div class="source"><pre class="prettyprint">compile 'org.apache.omid:omid:0.9.0.0'</pre></div></div>
+<h3><a name="Gradle.2FGrails"></a>Gradle/Grails</h3><a name="Gradle.2FGrails"></a>
+<div class="source"><pre class="prettyprint">compile 'org.apache.omid:omid:1.0.0'</pre></div></div>
 <div class="section">
 <h3><a name="Scala_SBT"></a>Scala SBT</h3><a name="Scala_SBT"></a>
-<div class="source"><pre class="prettyprint">libraryDependencies += &quot;org.apache.omid&quot; % &quot;omid&quot; % &quot;0.9.0.0&quot;</pre></div></div>
+<div class="source"><pre class="prettyprint">libraryDependencies += &quot;org.apache.omid&quot; % &quot;omid&quot; % &quot;1.0.0&quot;</pre></div></div>
 <div class="section">
 <h3><a name="Leiningen"></a>Leiningen</h3><a name="Leiningen"></a>
-<div class="source"><pre class="prettyprint">[org.apache.omid/omid &quot;0.9.0.0&quot;]</pre></div></div></div>
+<div class="source"><pre class="prettyprint">[org.apache.omid/omid &quot;1.0.0&quot;]</pre></div></div></div>
                   </div>
           </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-omid-site/blob/9ccae1ee/dependency-management.html
----------------------------------------------------------------------
diff --git a/dependency-management.html b/dependency-management.html
index 5eef306..57b10ff 100644
--- a/dependency-management.html
+++ b/dependency-management.html
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.7 at 2018-09-26 
+ | Generated by Apache Maven Doxia Site Renderer 1.8.1 at 2018-12-04 
  | Rendered using Apache Maven Fluido Skin 1.5
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20180926" />
+    <meta name="Date-Revision-yyyymmdd" content="20181204" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Omid &#x2013; Project Dependency Management</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.5.min.css" />
@@ -117,7 +117,9 @@
 </li>
                                   <li>      <a href="index.html"  title="About">About</a>
 </li>
-                                  <li>      <a href="license.html"  title="Licenses">Licenses</a>
+                                  <li>      <a href="licenses.html"  title="Licenses">Licenses</a>
+</li>
+                                  <li>      <a href="mailing-lists.html"  title="Mailing Lists">Mailing Lists</a>
 </li>
                                   <li>      <a href="modules.html"  title="Project Modules">Project Modules</a>
 </li>
@@ -125,11 +127,11 @@
 </li>
                                   <li>      <a href="plugins.html"  title="Plugins">Plugins</a>
 </li>
-                                  <li>      <a href="team-list.html"  title="Team">Team</a>
+                                  <li>      <a href="scm.html"  title="Source Code Management">Source Code Management</a>
 </li>
-                                  <li>      <a href="source-repository.html"  title="Source Code Management">Source Code Management</a>
+                                  <li>      <a href="summary.html"  title="Summary">Summary</a>
 </li>
-                                  <li>      <a href="project-summary.html"  title="Summary">Summary</a>
+                                  <li>      <a href="team.html"  title="Team">Team</a>
 </li>
                               </ul>
             </li>
@@ -194,11 +196,11 @@
       <div id="breadcrumbs">
         <ul class="breadcrumb">
               
-                  <li id="projectVersion">Version: 0.9.0.0
+                  <li id="projectVersion">Version: 1.0.0
                     </li>
               
               
-                  <li id="publishDate" class="pull-right">Last Published: 2018-09-26</li>
+                  <li id="publishDate" class="pull-right">Last Published: 2018-12-04</li>
             
                             </ul>
       </div>

http://git-wip-us.apache.org/repos/asf/incubator-omid-site/blob/9ccae1ee/distribution-management.html
----------------------------------------------------------------------
diff --git a/distribution-management.html b/distribution-management.html
index e60d449..22dd68a 100644
--- a/distribution-management.html
+++ b/distribution-management.html
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.7 at 2018-09-26 
+ | Generated by Apache Maven Doxia Site Renderer 1.8.1 at 2018-12-04 
  | Rendered using Apache Maven Fluido Skin 1.5
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20180926" />
+    <meta name="Date-Revision-yyyymmdd" content="20181204" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Omid &#x2013; Project Distribution Management</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.5.min.css" />
@@ -117,7 +117,9 @@
 </li>
                                   <li>      <a href="index.html"  title="About">About</a>
 </li>
-                                  <li>      <a href="license.html"  title="Licenses">Licenses</a>
+                                  <li>      <a href="licenses.html"  title="Licenses">Licenses</a>
+</li>
+                                  <li>      <a href="mailing-lists.html"  title="Mailing Lists">Mailing Lists</a>
 </li>
                                   <li>      <a href="modules.html"  title="Project Modules">Project Modules</a>
 </li>
@@ -125,11 +127,11 @@
 </li>
                                   <li>      <a href="plugins.html"  title="Plugins">Plugins</a>
 </li>
-                                  <li>      <a href="team-list.html"  title="Team">Team</a>
+                                  <li>      <a href="scm.html"  title="Source Code Management">Source Code Management</a>
 </li>
-                                  <li>      <a href="source-repository.html"  title="Source Code Management">Source Code Management</a>
+                                  <li>      <a href="summary.html"  title="Summary">Summary</a>
 </li>
-                                  <li>      <a href="project-summary.html"  title="Summary">Summary</a>
+                                  <li>      <a href="team.html"  title="Team">Team</a>
 </li>
                               </ul>
             </li>
@@ -194,11 +196,11 @@
       <div id="breadcrumbs">
         <ul class="breadcrumb">
               
-                  <li id="projectVersion">Version: 0.9.0.0
+                  <li id="projectVersion">Version: 1.0.0
                     </li>
               
               
-                  <li id="publishDate" class="pull-right">Last Published: 2018-09-26</li>
+                  <li id="publishDate" class="pull-right">Last Published: 2018-12-04</li>
             
                             </ul>
       </div>
@@ -213,6 +215,8 @@
 <div class="section">
 <h3><a name="Repository_-_bintray"></a>Repository - bintray</h3><a name="Repository_-_bintray"></a><a class="externalLink" href="https://api.bintray.com/maven/yahoo/maven/omid">https://api.bintray.com/maven/yahoo/maven/omid</a></div>
 <div class="section">
+<h3><a name="Snapshot_Repository_-_apache.snapshots.https"></a>Snapshot Repository - apache.snapshots.https</h3><a name="Snapshot_Repository_-_apache.snapshots.https"></a><a class="externalLink" href="https://repository.apache.org/content/repositories/snapshots">https://repository.apache.org/content/repositories/snapshots</a></div>
+<div class="section">
 <h3><a name="Site_-_apache-omid-site"></a>Site - apache-omid-site</h3><a name="Site_-_apache-omid-site"></a>
 <p>git:asf-site://https://git-wip-us.apache.org/repos/asf/incubator-omid-site.git</p></div></div>
                   </div>

http://git-wip-us.apache.org/repos/asf/incubator-omid-site/blob/9ccae1ee/index.html
----------------------------------------------------------------------
diff --git a/index.html b/index.html
index 60b2f78..a96b53c 100644
--- a/index.html
+++ b/index.html
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.7 at 2018-09-20 
+ | Generated by Apache Maven Doxia Site Renderer 1.8.1 at 2018-12-04 
  | Rendered using Apache Maven Fluido Skin 1.5
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20180920" />
+    <meta name="Date-Revision-yyyymmdd" content="20181204" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Omid &#x2013; What is Omid?</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.5.min.css" />
@@ -117,7 +117,9 @@
 </li>
                                   <li>      <a href="index.html"  title="About">About</a>
 </li>
-                                  <li>      <a href="license.html"  title="Licenses">Licenses</a>
+                                  <li>      <a href="licenses.html"  title="Licenses">Licenses</a>
+</li>
+                                  <li>      <a href="mailing-lists.html"  title="Mailing Lists">Mailing Lists</a>
 </li>
                                   <li>      <a href="modules.html"  title="Project Modules">Project Modules</a>
 </li>
@@ -125,11 +127,11 @@
 </li>
                                   <li>      <a href="plugins.html"  title="Plugins">Plugins</a>
 </li>
-                                  <li>      <a href="team-list.html"  title="Team">Team</a>
+                                  <li>      <a href="scm.html"  title="Source Code Management">Source Code Management</a>
 </li>
-                                  <li>      <a href="source-repository.html"  title="Source Code Management">Source Code Management</a>
+                                  <li>      <a href="summary.html"  title="Summary">Summary</a>
 </li>
-                                  <li>      <a href="project-summary.html"  title="Summary">Summary</a>
+                                  <li>      <a href="team.html"  title="Team">Team</a>
 </li>
                               </ul>
             </li>
@@ -194,11 +196,11 @@
       <div id="breadcrumbs">
         <ul class="breadcrumb">
               
-                  <li id="projectVersion">Version: 0.9.0.0
+                  <li id="projectVersion">Version: 1.0.0
                     </li>
               
               
-                  <li id="publishDate" class="pull-right">Last Published: 2018-09-20</li>
+                  <li id="publishDate" class="pull-right">Last Published: 2018-12-04</li>
             
                             </ul>
       </div>
@@ -219,7 +221,8 @@
   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
   See the License for the specific language governing permissions and
   limitations under the License.
---><h1>What is Omid?</h1>
+-->
+<h1>What is Omid?</h1>
 <p><b>Apache Omid (Optimistically transaction Management In Datastores)</b> is a flexible, reliable, high performant and scalable transactional framework that allows Big Data applications to execute ACID transactions on top of MVCC key/value NoSQL datastores.</p>
 <p>The current implementation provides multi-row transactions on top of Apache HBase, but Omid&#x2019;s design is flexible enough to support other datastore implementations as long as they provide MVCC features in their API.</p>
 <p>The following sections introduce the motivation behind Omid and its high-level architecture and basic concepts. If you want to jump to a more hands-on approach to Omid, please jump to the <a href="quickstart.html">Quickstart</a> section. On the other hand, if you want more information about Omid&#x2019;s design and its internals, please refer to the sections in the Technical Documentation menuf.</p>
@@ -231,42 +234,31 @@
 <div class="section">
 <h2><a name="Benefits"></a>Benefits</h2>
 <p>The benefits that Omid provides include:</p>
-
 <ol style="list-style-type: decimal">
-  
+
 <li>Omid allows multi-row/multi-table transactions on top of HBase.</li>
-  
 <li>Omid is lock-free. In lock-based approaches, the locks on data that are held by the incomplete transactions of a failed client prevent others from progressing. In Omid, if a client is slow or faulty, it does not slow down the other clients.</li>
-  
 <li>Omid provides <a href="basic-concepts.html#Snapshot_Isolation">Snapshot Isolation</a> (SI) guarantees.</li>
-  
 <li>Omid does not require any modi&#xfb01;cation into HBase code. All the transactional logic is implemented in the framework components.</li>
-  
 <li>Omid does not require any change into HBase table schema. Omid uses the HBase metadata -the cell timestamp in particular- to store the transaction timestamp of each value inserted, updated or deleted in a cell. This enables concurrent transactions to read data from the right snapshot.</li>
-  
 <li>Omid is being used internally at Yahoo in production systems, exhibiting good performance and reliability.</li>
 </ol>
 <h1>Architecture Overview</h1>
 <p>The main architectural components are represented in the figure below and described briefly below in the following paragraphs.</p>
-<p><img src="images/architecture.png" alt="Omid&rsquo;s architecture" /></p>
+<p><img src="images/architecture.png" alt="Omids architecture" /></p>
 <p>For a detailed picture of the Omid architecture, please refer to the <a href="omid-components.html">Omid Components</a> section in the Technical Documentation.</p></div>
 <div class="section">
 <h2><a name="Component_Roles"></a>Component Roles</h2>
-<p>Omid bene&#xfb01;ts from a centralized scheme in which a single server, called Transactional Status Oracle (TSO), monitors the modi&#xfb01;ed rows/cells by transactions and use that to detect write-write con&#xfb02;icts. </p>
+<p>Omid bene&#xfb01;ts from a centralized scheme in which a single server, called Transactional Status Oracle (TSO), monitors the modi&#xfb01;ed rows/cells by transactions and use that to detect write-write con&#xfb02;icts.</p>
 <p>User applications are allowed to begin, commit or abort transactions by means of Transactional Clients (TC), which enable remote communication to the TSO and allow to perform transactional operations on the data stored in the datastore.</p>
 <p>When a transaction is created, a unique start timestamp is assigned by the Timestamp Oracle (TO). This start timestamp serves as a transaction identifier and is used by the TSO to guarantee SI by detecting conflicts in the writesset of a committing transaction with other concurrent transactions. Upon, finishing conflict detection successfully, the TSO assigns the transaction a commit timestamp and writes the mapping start/commit timestamp in the Commit Table (CT) before returning the response to the client. When receiving the response. the transactional client, adds a Shadow Cell (SC) per cell in the transaction writeset in order to allow to resolve the right snapshot for further read operations without disturbing the TSO.</p>
 <p>The main functionality provided by each component depicted in the figure above can be summarized as follows:</p>
-
 <ul>
-  
+
 <li><b>Timestamp Oracle (TO)</b> It assigns the <i>start</i> and <i>commit timestamps</i> that demarcate transactional contexts.</li>
-  
 <li><b>Transaction Status Oracle (TSO)</b>. Its the central element of the Omid architecture on the server-side. Its main task is to resolve conflicts between concurrent transactions.</li>
-  
 <li><b>Commit Table (CT)</b> It stores a temporary mapping from the start timestamp to the commit timestamp of every committed transaction.</li>
-  
 <li><b>Transactional Client (TC)</b> It allows client applications to demarcate transaction boundaries through the so-called <i>Transaction Manager</i> and to perform transactional read/write operations on data through <i>Transactional Tables</i>.</li>
-  
 <li><b>Shadow Cells (SC)</b> These special metadata cells are written alongside data cells in the data store to allow the transactional clients to resolve read snapshots without consulting the Commit Table. They contain the transactional boundaries of the last transaction in writing to the data cell.</li>
 </ul>
 <p>For a more in-depth description of how Omid works, please refer to the sections in the Technical Documentation menu.</p>

http://git-wip-us.apache.org/repos/asf/incubator-omid-site/blob/9ccae1ee/licenses.html
----------------------------------------------------------------------
diff --git a/licenses.html b/licenses.html
index e8f3ddb..7e75836 100644
--- a/licenses.html
+++ b/licenses.html
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.8.1 at 2018-09-26 
+ | Generated by Apache Maven Doxia Site Renderer 1.8.1 at 2018-12-04 
  | Rendered using Apache Maven Fluido Skin 1.5
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20180926" />
+    <meta name="Date-Revision-yyyymmdd" content="20181204" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Omid &#x2013; Project Licenses</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.5.min.css" />
@@ -119,6 +119,8 @@
 </li>
                                   <li>      <a href="licenses.html"  title="Licenses">Licenses</a>
 </li>
+                                  <li>      <a href="mailing-lists.html"  title="Mailing Lists">Mailing Lists</a>
+</li>
                                   <li>      <a href="modules.html"  title="Project Modules">Project Modules</a>
 </li>
                                   <li>      <a href="plugin-management.html"  title="Plugin Management">Plugin Management</a>
@@ -194,11 +196,11 @@
       <div id="breadcrumbs">
         <ul class="breadcrumb">
               
-                  <li id="projectVersion">Version: 0.8.2.11-SNAPSHOT
+                  <li id="projectVersion">Version: 1.0.0
                     </li>
               
               
-                  <li id="publishDate" class="pull-right">Last Published: 2018-09-26</li>
+                  <li id="publishDate" class="pull-right">Last Published: 2018-12-04</li>
             
                             </ul>
       </div>

http://git-wip-us.apache.org/repos/asf/incubator-omid-site/blob/9ccae1ee/mailing-lists.html
----------------------------------------------------------------------
diff --git a/mailing-lists.html b/mailing-lists.html
index 1b1516a..51472d7 100644
--- a/mailing-lists.html
+++ b/mailing-lists.html
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.7 at 2018-09-20 
+ | Generated by Apache Maven Doxia Site Renderer 1.8.1 at 2018-12-04 
  | Rendered using Apache Maven Fluido Skin 1.5
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20180920" />
+    <meta name="Date-Revision-yyyymmdd" content="20181204" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Omid &#x2013; Mailing Lists @ Apache Incubator</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.5.min.css" />
@@ -117,7 +117,9 @@
 </li>
                                   <li>      <a href="index.html"  title="About">About</a>
 </li>
-                                  <li>      <a href="license.html"  title="Licenses">Licenses</a>
+                                  <li>      <a href="licenses.html"  title="Licenses">Licenses</a>
+</li>
+                                  <li>      <a href="mailing-lists.html"  title="Mailing Lists">Mailing Lists</a>
 </li>
                                   <li>      <a href="modules.html"  title="Project Modules">Project Modules</a>
 </li>
@@ -125,11 +127,11 @@
 </li>
                                   <li>      <a href="plugins.html"  title="Plugins">Plugins</a>
 </li>
-                                  <li>      <a href="team-list.html"  title="Team">Team</a>
+                                  <li>      <a href="scm.html"  title="Source Code Management">Source Code Management</a>
 </li>
-                                  <li>      <a href="source-repository.html"  title="Source Code Management">Source Code Management</a>
+                                  <li>      <a href="summary.html"  title="Summary">Summary</a>
 </li>
-                                  <li>      <a href="project-summary.html"  title="Summary">Summary</a>
+                                  <li>      <a href="team.html"  title="Team">Team</a>
 </li>
                               </ul>
             </li>
@@ -194,11 +196,11 @@
       <div id="breadcrumbs">
         <ul class="breadcrumb">
               
-                  <li id="projectVersion">Version: 0.9.0.0
+                  <li id="projectVersion">Version: 1.0.0
                     </li>
               
               
-                  <li id="publishDate" class="pull-right">Last Published: 2018-09-20</li>
+                  <li id="publishDate" class="pull-right">Last Published: 2018-12-04</li>
             
                             </ul>
       </div>
@@ -219,27 +221,20 @@
   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
   See the License for the specific language governing permissions and
   limitations under the License.
---><h1>Mailing Lists @ Apache Incubator</h1>
-
+-->
+<h1>Mailing Lists @ Apache Incubator</h1>
 <table border="0" class="table table-striped">
-  <thead>
-    
+<thead>
+
 <tr class="a">
-      
-<th>Developers </th>
-      
-<th>Commits </th>
-    </tr>
-  </thead>
-  <tbody>
-    
+<th> Developers                       </th>
+<th> Commits                               </th></tr>
+</thead><tbody>
+
 <tr class="b">
-      
-<td><a class="externalLink" href="mailto:dev@omid.incubator.apache.org">dev@omid.incubator.apache.org</a> </td>
-      
-<td><a class="externalLink" href="mailto:commits@omid.incubator.apache.org">commits@omid.incubator.apache.org</a> </td>
-    </tr>
-  </tbody>
+<td> <a class="externalLink" href="mailto:dev@omid.incubator.apache.org">dev@omid.incubator.apache.org</a>    </td>
+<td> <a class="externalLink" href="mailto:commits@omid.incubator.apache.org">commits@omid.incubator.apache.org</a>     </td></tr>
+</tbody>
 </table>
 <div class="section">
 <h2><a name="Subscribe"></a>Subscribe</h2>

http://git-wip-us.apache.org/repos/asf/incubator-omid-site/blob/9ccae1ee/modules.html
----------------------------------------------------------------------
diff --git a/modules.html b/modules.html
index 178b3e7..a48432e 100644
--- a/modules.html
+++ b/modules.html
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.7 at 2018-09-26 
+ | Generated by Apache Maven Doxia Site Renderer 1.8.1 at 2018-12-04 
  | Rendered using Apache Maven Fluido Skin 1.5
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20180926" />
+    <meta name="Date-Revision-yyyymmdd" content="20181204" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Omid &#x2013; Project Modules</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.5.min.css" />
@@ -117,7 +117,9 @@
 </li>
                                   <li>      <a href="index.html"  title="About">About</a>
 </li>
-                                  <li>      <a href="license.html"  title="Licenses">Licenses</a>
+                                  <li>      <a href="licenses.html"  title="Licenses">Licenses</a>
+</li>
+                                  <li>      <a href="mailing-lists.html"  title="Mailing Lists">Mailing Lists</a>
 </li>
                                   <li>      <a href="modules.html"  title="Project Modules">Project Modules</a>
 </li>
@@ -125,11 +127,11 @@
 </li>
                                   <li>      <a href="plugins.html"  title="Plugins">Plugins</a>
 </li>
-                                  <li>      <a href="team-list.html"  title="Team">Team</a>
+                                  <li>      <a href="scm.html"  title="Source Code Management">Source Code Management</a>
 </li>
-                                  <li>      <a href="source-repository.html"  title="Source Code Management">Source Code Management</a>
+                                  <li>      <a href="summary.html"  title="Summary">Summary</a>
 </li>
-                                  <li>      <a href="project-summary.html"  title="Summary">Summary</a>
+                                  <li>      <a href="team.html"  title="Team">Team</a>
 </li>
                               </ul>
             </li>
@@ -194,11 +196,11 @@
       <div id="breadcrumbs">
         <ul class="breadcrumb">
               
-                  <li id="projectVersion">Version: 0.9.0.0
+                  <li id="projectVersion">Version: 1.0.0
                     </li>
               
               
-                  <li id="publishDate" class="pull-right">Last Published: 2018-09-26</li>
+                  <li id="publishDate" class="pull-right">Last Published: 2018-12-04</li>
             
                             </ul>
       </div>
@@ -215,55 +217,55 @@
 <th>Name</th>
 <th>Description</th></tr>
 <tr class="b">
-<td><a href="omid-benchmarks/index.html">Benchmarks</a></td>
+<td><a href="./omid-benchmarks/index.html">Benchmarks</a></td>
 <td>Apache Omid provides multi-row/multi-table transactional support for HBase-based applications</td></tr>
 <tr class="a">
-<td><a href="omid-common/index.html">Common</a></td>
+<td><a href="./omid-common/index.html">Common</a></td>
 <td>Apache Omid provides multi-row/multi-table transactional support for HBase-based applications</td></tr>
 <tr class="b">
-<td><a href="omid-statemachine/index.html">State Machine</a></td>
+<td><a href="./omid-statemachine/index.html">State Machine</a></td>
 <td>Apache Omid provides multi-row/multi-table transactional support for HBase-based applications</td></tr>
 <tr class="a">
-<td><a href="omid-metrics/index.html">Metrics</a></td>
+<td><a href="./omid-metrics/index.html">Metrics</a></td>
 <td>Apache Omid provides multi-row/multi-table transactional support for HBase-based applications</td></tr>
 <tr class="b">
-<td><a href="omid-codahale-metrics/index.html">Codahale Metrics</a></td>
+<td><a href="./omid-codahale-metrics/index.html">Codahale Metrics</a></td>
 <td>Apache Omid provides multi-row/multi-table transactional support for HBase-based applications</td></tr>
 <tr class="a">
-<td><a href="omid-transaction-client/index.html">Transaction Client</a></td>
+<td><a href="./omid-transaction-client/index.html">Transaction Client</a></td>
 <td>Apache Omid provides multi-row/multi-table transactional support for HBase-based applications</td></tr>
 <tr class="b">
-<td><a href="omid-timestamp-storage/index.html">Timestamp Storage</a></td>
+<td><a href="./omid-timestamp-storage-hbase1.x/index.html">Timestamp Storage</a></td>
 <td>Apache Omid provides multi-row/multi-table transactional support for HBase-based applications</td></tr>
 <tr class="a">
-<td><a href="omid-commit-table/index.html">Commit Table</a></td>
+<td><a href="./omid-commit-table/index.html">Commit Table</a></td>
 <td>Apache Omid provides multi-row/multi-table transactional support for HBase-based applications</td></tr>
 <tr class="b">
-<td><a href="omid-tso-server/index.html">TSO and TO Servers</a></td>
+<td><a href="./omid-tso-server-hbase1.x/index.html">TSO and TO Servers</a></td>
 <td>Omid Transaction Status Oracle server and Timestamp Oracle</td></tr>
 <tr class="a">
-<td><a href="omid-shims-aggregator/index.html">Shims Aggregator for HBase</a></td>
+<td><a href="./omid-shims-aggregator/index.html">Shims Aggregator for HBase</a></td>
 <td>Apache Omid provides multi-row/multi-table transactional support for HBase-based applications</td></tr>
 <tr class="b">
-<td><a href="omid-hbase-common/index.html">HBase Common</a></td>
+<td><a href="./omid-hbase-common-hbase1.x/index.html">HBase Common</a></td>
 <td>Apache Omid provides multi-row/multi-table transactional support for HBase-based applications</td></tr>
 <tr class="a">
-<td><a href="omid-hbase-commit-table/index.html">HBase Commit Table</a></td>
+<td><a href="./omid-hbase-commit-table-hbase1.x/index.html">HBase Commit Table</a></td>
 <td>Apache Omid provides multi-row/multi-table transactional support for HBase-based applications</td></tr>
 <tr class="b">
-<td><a href="omid-hbase-client/index.html">HBase Client</a></td>
+<td><a href="./omid-hbase-client-hbase1.x/index.html">HBase Client</a></td>
 <td>HBase specific implementation of transaction-client module</td></tr>
 <tr class="a">
-<td><a href="omid-hbase-coprocessor/index.html">HBase Coprocessors</a></td>
+<td><a href="./omid-hbase-coprocessor-hbase1.x/index.html">HBase Coprocessors</a></td>
 <td>Apache Omid provides multi-row/multi-table transactional support for HBase-based applications</td></tr>
 <tr class="b">
-<td><a href="omid-hbase-tools/index.html">HBase tools</a></td>
+<td><a href="./omid-hbase-tools-hbase1.x/index.html">HBase tools</a></td>
 <td>Apache Omid provides multi-row/multi-table transactional support for HBase-based applications</td></tr>
 <tr class="a">
-<td><a href="omid-examples/index.html">Omid Client Examples</a></td>
+<td><a href="./omid-examples/index.html">Omid Client Examples</a></td>
 <td>Includes some examples showing Omid features</td></tr>
 <tr class="b">
-<td><a href="omid-packaging/index.html">Omid Packaging</a></td>
+<td><a href="./omid-packaging/index.html">Omid Packaging</a></td>
 <td>Apache Omid provides multi-row/multi-table transactional support for HBase-based applications</td></tr></table></div>
                   </div>
           </div>

http://git-wip-us.apache.org/repos/asf/incubator-omid-site/blob/9ccae1ee/omid-components.html
----------------------------------------------------------------------
diff --git a/omid-components.html b/omid-components.html
index 56a6c95..1ed7eb6 100644
--- a/omid-components.html
+++ b/omid-components.html
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.7 at 2018-09-20 
+ | Generated by Apache Maven Doxia Site Renderer 1.8.1 at 2018-12-04 
  | Rendered using Apache Maven Fluido Skin 1.5
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20180920" />
+    <meta name="Date-Revision-yyyymmdd" content="20181204" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Omid &#x2013; Omid Architecture and Component Description</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.5.min.css" />
@@ -117,7 +117,9 @@
 </li>
                                   <li>      <a href="index.html"  title="About">About</a>
 </li>
-                                  <li>      <a href="license.html"  title="Licenses">Licenses</a>
+                                  <li>      <a href="licenses.html"  title="Licenses">Licenses</a>
+</li>
+                                  <li>      <a href="mailing-lists.html"  title="Mailing Lists">Mailing Lists</a>
 </li>
                                   <li>      <a href="modules.html"  title="Project Modules">Project Modules</a>
 </li>
@@ -125,11 +127,11 @@
 </li>
                                   <li>      <a href="plugins.html"  title="Plugins">Plugins</a>
 </li>
-                                  <li>      <a href="team-list.html"  title="Team">Team</a>
+                                  <li>      <a href="scm.html"  title="Source Code Management">Source Code Management</a>
 </li>
-                                  <li>      <a href="source-repository.html"  title="Source Code Management">Source Code Management</a>
+                                  <li>      <a href="summary.html"  title="Summary">Summary</a>
 </li>
-                                  <li>      <a href="project-summary.html"  title="Summary">Summary</a>
+                                  <li>      <a href="team.html"  title="Team">Team</a>
 </li>
                               </ul>
             </li>
@@ -194,11 +196,11 @@
       <div id="breadcrumbs">
         <ul class="breadcrumb">
               
-                  <li id="projectVersion">Version: 0.9.0.0
+                  <li id="projectVersion">Version: 1.0.0
                     </li>
               
               
-                  <li id="publishDate" class="pull-right">Last Published: 2018-09-20</li>
+                  <li id="publishDate" class="pull-right">Last Published: 2018-12-04</li>
             
                             </ul>
       </div>
@@ -219,37 +221,34 @@
   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
   See the License for the specific language governing permissions and
   limitations under the License.
---><h1>Omid Architecture and Component Description</h1>
+-->
+<h1>Omid Architecture and Component Description</h1>
 <p>The following figure depicts the current Omid architecture presented in the section presenting Omid:</p>
-<p><img src="images/architecture.png" alt="Omid&rsquo;s architecture" /></p>
+<p><img src="images/architecture.png" alt="Omids architecture" /></p>
 <p>The following sections describe more in deep the most important components and elements in the Omid architecture.</p>
 <div class="section">
-<h2><a name="Transactional_Clients_TCs"></a>Transactional Clients (TCs)</h2>
+<h2><a name="Transactional_Clients_.28TCs.29"></a>Transactional Clients (TCs)</h2>
 <p><b>Transactional Clients (TCs)</b> are the entry point to user applications using transactions with Omid. They allow applications to <i>demarcate transactional boundaries</i> and <i>read/write transactionally from/to the data source</i>, HBase in this case.</p>
 <p>There are two main interfaces/classes that compose the Transactional Client:</p>
-
 <ol style="list-style-type: decimal">
-  
+
 <li>The Transaction Manager interface (represented by the <tt>TransactionManager</tt> interface in the current implementation): Allows user applications to demarcate transactional contexts, providing methods to begin(), commit(), rollback() and markRollbackOnly() transactions.</li>
-  
 <li>The Data Operation interface (represented by the <tt>TTable</tt> class in the HBase implementation): Allows user applications to trigger transactional operations to the datasource. For example in the HBase, put, get and scan operations.</li>
 </ol>
 <p>Examples about how to add transactions using these interfaces are described in the <a href="basic-examples.html">Basic Examples</a> section.</p></div>
 <div class="section">
-<h2><a name="Timestamp_Oracle_TO"></a>Timestamp Oracle (TO)</h2>
+<h2><a name="Timestamp_Oracle_.28TO.29"></a>Timestamp Oracle (TO)</h2>
 <p>The single responsibility of the Timestamp Oracle is to manage transaction timestamps. Transaction timestamps serve as a logical clock and are used mainly to preserve the time-related guarantees required for Snapshot Isolation.</p>
-<p>The TO allocates and delivers transaction timestamps when required by the TSO. To achieve this task, it maintains a monotonically increasing counter. Transaction timestamps are allocated when a transaction begins and right after a transaction willing to commit has passed the writeset validation. The start timestamp is also used as transaction identifier. </p>
+<p>The TO allocates and delivers transaction timestamps when required by the TSO. To achieve this task, it maintains a monotonically increasing counter. Transaction timestamps are allocated when a transaction begins and right after a transaction willing to commit has passed the writeset validation. The start timestamp is also used as transaction identifier.</p>
 <p>In order to guarantee that all timestamps are unique, the TO has to persist a value after every N timestamp allocations. This value will be used for recovering the TSO in case of crashes. The value persisted is the current timestamp value plus N, N being a congurable property. From that point on, the TO is then free to safely allocate timestamps up to that value.</p>
 <p>In the current implementation, the maximum allocated timestamp value can be persisted/stored in:</p>
-
 <ul>
-  
+
 <li>ZooKeeper</li>
-  
 <li>In its own HBase table</li>
 </ul></div>
 <div class="section">
-<h2><a name="The_Server_Oracle_TSO"></a>The Server Oracle (TSO)</h2>
+<h2><a name="The_Server_Oracle_.28TSO.29"></a>The Server Oracle (TSO)</h2>
 <p>The TSO is the core component in Omid. There is a single instance of the TSO (Although a high availability protocol is currently a WIP). Its unique responsibility is to resolve conflicts between concurrent transactions. The TSO must maintain the last allocated timestamp, the so-called low watermark and a conflict map for detecting conflicts in the writesets of concurrent transactions. It also delegates the update and persistence of a list of committed transactions to the commit table component (see Figure). Aborted and uncommitted transactions are not tracked. Maintaining the TSO state to the minimum allows us to avoid contention in many cases and provides fast recovery upon crashes.</p>
 <p>As mentioned before, conflict resolution for transactions is the primary function of the TSO. To achieve this task, it uses a large map structure of (cellId -&gt; lastCommittedTransaction) pairs called the conflict map. When the client commits a transaction, it sends the cell ids of the cells being committed, i.e. its writeset, to the TSO, which checks possible conflicts when other transactions that were concurrent using the conflict map. If no conflicts are found, a commit timestamp is allocated and the lastCommittedTransaction for each cell id in the transaction is updated to this timestamp.</p>
 <p>Confict detection is implemented by comparing the hash of the cell ids in the writeset, not the actual cell id value. As the conflict map does not have a one to one mapping with each cell in cell in the database, this means that there&#x2019;s a possibility of false aborts in the system. The probability of false aborts is a variant of the <a class="externalLink" href="http://en.wikipedia.org/wiki/Birthday_problem">birthday problem</a> and basically translates into the fact that long-running transactions are more likely to have false aborts.</p>
@@ -258,12 +257,12 @@
 <h3><a name="Processing_Commit_Requests"></a>Processing Commit Requests</h3>
 <p>When processing the commit request for a transaction, the TSO first checks if the start timestamp is greater the low watermark and if so, if there was another concurrent transaction whose writeset overlapped and whose commit timestamp is greater the start timestamp of the requesting transaction. If no conflicts are found, a commit timestamp is generated for the request transaction which is added to the conflict map for the writeset, the commit is added to the commit table and finally the client is notified about the successful commit. Otherwise, the commit fails and the client is notied on the rollback of the transaction.</p></div></div>
 <div class="section">
-<h2><a name="Commit_Table_CT"></a>Commit Table (CT)</h2>
+<h2><a name="Commit_Table_.28CT.29"></a>Commit Table (CT)</h2>
 <p>It contains a transient mapping from start timestamp to commit timestamp for recently committed transactions. The commit table is stored on a different set of nodes to the TSO. When a transaction is committed on the TSO it must be stored in the commit table before a response is sent to the client. As the key value mapping in the commit table are completely independent of each other, the table can be trivially scaled by sharding the values over multiple nodes.</p>
 <p>The commit table provides two services to the Transactional Client. Firstly, it is used to check if a transaction has been committed or not. The client should not need to consult the commit table in the common case as the status of a read cell should be available from its shadow cell (see below).</p>
 <p>The other service provided by the commit table is that transaction clients can delete commits from it. This only occurs once the writing client has updated shadow cells for each of the cells written in the transaction. We call this commit or transaction completion. It is possible that a client will crash between a transaction being committed and being completed. In this case, the transaction will stay in the commit table forever. However as the commit table is not stored in memory and the window of opportunity for such a crash is quite low, we don&#x2019;t expect this to be a problem.</p></div>
 <div class="section">
-<h2><a name="Shadow_Cells_SCs"></a>Shadow Cells (SCs)</h2>
+<h2><a name="Shadow_Cells_.28SCs.29"></a>Shadow Cells (SCs)</h2>
 <p>Shadow cells contain a mapping from start timestamp to commit timestamp of the last committed transaction that modified the cell. Upon receiving a commit timestamp after a successful transaction commit, the Transactional Client adds/updates these special cells to each modified cell in the writeset of the committed transaction. The purpose of this, is that Transactional Clients can then query the corresponding shadow cell when they read each cell to check if the data they find in the cell has been committed or not and whether it is within the snapshot of the reading transaction.</p></div>
                   </div>
           </div>

http://git-wip-us.apache.org/repos/asf/incubator-omid-site/blob/9ccae1ee/plugin-management.html
----------------------------------------------------------------------
diff --git a/plugin-management.html b/plugin-management.html
index 5412527..78e731b 100644
--- a/plugin-management.html
+++ b/plugin-management.html
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.7 at 2018-09-26 
+ | Generated by Apache Maven Doxia Site Renderer 1.8.1 at 2018-12-04 
  | Rendered using Apache Maven Fluido Skin 1.5
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20180926" />
+    <meta name="Date-Revision-yyyymmdd" content="20181204" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Omid &#x2013; Project Plugin Management</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.5.min.css" />
@@ -117,7 +117,9 @@
 </li>
                                   <li>      <a href="index.html"  title="About">About</a>
 </li>
-                                  <li>      <a href="license.html"  title="Licenses">Licenses</a>
+                                  <li>      <a href="licenses.html"  title="Licenses">Licenses</a>
+</li>
+                                  <li>      <a href="mailing-lists.html"  title="Mailing Lists">Mailing Lists</a>
 </li>
                                   <li>      <a href="modules.html"  title="Project Modules">Project Modules</a>
 </li>
@@ -125,11 +127,11 @@
 </li>
                                   <li>      <a href="plugins.html"  title="Plugins">Plugins</a>
 </li>
-                                  <li>      <a href="team-list.html"  title="Team">Team</a>
+                                  <li>      <a href="scm.html"  title="Source Code Management">Source Code Management</a>
 </li>
-                                  <li>      <a href="source-repository.html"  title="Source Code Management">Source Code Management</a>
+                                  <li>      <a href="summary.html"  title="Summary">Summary</a>
 </li>
-                                  <li>      <a href="project-summary.html"  title="Summary">Summary</a>
+                                  <li>      <a href="team.html"  title="Team">Team</a>
 </li>
                               </ul>
             </li>
@@ -194,11 +196,11 @@
       <div id="breadcrumbs">
         <ul class="breadcrumb">
               
-                  <li id="projectVersion">Version: 0.9.0.0
+                  <li id="projectVersion">Version: 1.0.0
                     </li>
               
               
-                  <li id="publishDate" class="pull-right">Last Published: 2018-09-26</li>
+                  <li id="publishDate" class="pull-right">Last Published: 2018-12-04</li>
             
                             </ul>
       </div>
@@ -217,7 +219,7 @@
 <tr class="b">
 <td>org.apache.maven.plugins</td>
 <td><a class="externalLink" href="http://maven.apache.org/plugins/maven-antrun-plugin/">maven-antrun-plugin</a></td>
-<td>1.3</td></tr>
+<td>1.7</td></tr>
 <tr class="a">
 <td>org.apache.maven.plugins</td>
 <td><a class="externalLink" href="http://maven.apache.org/plugins/maven-assembly-plugin/">maven-assembly-plugin</a></td>
@@ -229,19 +231,75 @@
 <tr class="a">
 <td>org.apache.maven.plugins</td>
 <td><a class="externalLink" href="http://maven.apache.org/plugins/maven-compiler-plugin/">maven-compiler-plugin</a></td>
-<td>3.5</td></tr>
+<td>3.0</td></tr>
 <tr class="b">
 <td>org.apache.maven.plugins</td>
 <td><a class="externalLink" href="http://maven.apache.org/plugins/maven-dependency-plugin/">maven-dependency-plugin</a></td>
 <td>2.8</td></tr>
 <tr class="a">
 <td>org.apache.maven.plugins</td>
+<td><a class="externalLink" href="http://maven.apache.org/plugins/maven-deploy-plugin/">maven-deploy-plugin</a></td>
+<td>2.8.1</td></tr>
+<tr class="b">
+<td>org.apache.maven.plugins</td>
+<td><a class="externalLink" href="http://maven.apache.org/plugins/maven-docck-plugin/">maven-docck-plugin</a></td>
+<td>1.0</td></tr>
+<tr class="a">
+<td>org.apache.maven.plugins</td>
+<td><a class="externalLink" href="http://maven.apache.org/enforcer/maven-enforcer-plugin">maven-enforcer-plugin</a></td>
+<td>1.3.1</td></tr>
+<tr class="b">
+<td>org.apache.maven.plugins</td>
+<td><a class="externalLink" href="http://maven.apache.org/surefire/maven-failsafe-plugin">maven-failsafe-plugin</a></td>
+<td>2.16</td></tr>
+<tr class="a">
+<td>org.apache.maven.plugins</td>
+<td><a class="externalLink" href="http://maven.apache.org/plugins/maven-gpg-plugin/">maven-gpg-plugin</a></td>
+<td>1.4</td></tr>
+<tr class="b">
+<td>org.apache.maven.plugins</td>
+<td><a class="externalLink" href="http://maven.apache.org/plugins/maven-install-plugin/">maven-install-plugin</a></td>
+<td>2.5.1</td></tr>
+<tr class="a">
+<td>org.apache.maven.plugins</td>
+<td><a class="externalLink" href="http://maven.apache.org/plugins/maven-invoker-plugin/">maven-invoker-plugin</a></td>
+<td>1.8</td></tr>
+<tr class="b">
+<td>org.apache.maven.plugins</td>
+<td><a class="externalLink" href="http://maven.apache.org/plugins/maven-jar-plugin/">maven-jar-plugin</a></td>
+<td>2.4</td></tr>
+<tr class="a">
+<td>org.apache.maven.plugins</td>
 <td><a class="externalLink" href="http://maven.apache.org/plugins/maven-javadoc-plugin/">maven-javadoc-plugin</a></td>
 <td>2.10.3</td></tr>
 <tr class="b">
 <td>org.apache.maven.plugins</td>
+<td><a class="externalLink" href="http://maven.apache.org/plugin-tools/maven-plugin-plugin/">maven-plugin-plugin</a></td>
+<td>3.2</td></tr>
+<tr class="a">
+<td>org.apache.maven.plugins</td>
 <td><a class="externalLink" href="http://maven.apache.org/plugins/maven-release-plugin/">maven-release-plugin</a></td>
 <td>2.3.2</td></tr>
+<tr class="b">
+<td>org.apache.maven.plugins</td>
+<td><a class="externalLink" href="http://maven.apache.org/plugins/maven-remote-resources-plugin/">maven-remote-resources-plugin</a></td>
+<td>1.5</td></tr>
+<tr class="a">
+<td>org.apache.maven.plugins</td>
+<td><a class="externalLink" href="http://maven.apache.org/plugins/maven-resources-plugin/">maven-resources-plugin</a></td>
+<td>2.6</td></tr>
+<tr class="b">
+<td>org.apache.maven.plugins</td>
+<td><a class="externalLink" href="http://maven.apache.org/scm-archives/scm-LATEST//maven-scm-plugin">maven-scm-plugin</a></td>
+<td>1.9</td></tr>
+<tr class="a">
+<td>org.apache.maven.plugins</td>
+<td><a class="externalLink" href="http://maven.apache.org/plugins/maven-scm-publish-plugin">maven-scm-publish-plugin</a></td>
+<td>1.0</td></tr>
+<tr class="b">
+<td>org.apache.maven.plugins</td>
+<td><a class="externalLink" href="http://maven.apache.org/plugins/maven-site-plugin/">maven-site-plugin</a></td>
+<td>3.3</td></tr>
 <tr class="a">
 <td>org.apache.maven.plugins</td>
 <td><a class="externalLink" href="http://maven.apache.org/plugins/maven-source-plugin/">maven-source-plugin</a></td>
@@ -255,6 +313,14 @@
 <td><a class="externalLink" href="http://maven.apache.org/surefire/maven-surefire-report-plugin/">maven-surefire-report-plugin</a></td>
 <td>2.19</td></tr>
 <tr class="b">
+<td>org.apache.rat</td>
+<td><a class="externalLink" href="http://creadur.apache.org/rat/apache-rat-plugin/">apache-rat-plugin</a></td>
+<td>0.10</td></tr>
+<tr class="a">
+<td>org.codehaus.mojo</td>
+<td><a class="externalLink" href="http://mojo.codehaus.org/clirr-maven-plugin">clirr-maven-plugin</a></td>
+<td>2.6.1</td></tr>
+<tr class="b">
 <td>org.codehaus.mojo</td>
 <td><a class="externalLink" href="http://mojo.codehaus.org/cobertura-maven-plugin/">cobertura-maven-plugin</a></td>
 <td>2.7</td></tr>

http://git-wip-us.apache.org/repos/asf/incubator-omid-site/blob/9ccae1ee/plugins.html
----------------------------------------------------------------------
diff --git a/plugins.html b/plugins.html
index 6e58dea..2bb988d 100644
--- a/plugins.html
+++ b/plugins.html
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.7 at 2018-09-26 
+ | Generated by Apache Maven Doxia Site Renderer 1.8.1 at 2018-12-04 
  | Rendered using Apache Maven Fluido Skin 1.5
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20180926" />
+    <meta name="Date-Revision-yyyymmdd" content="20181204" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Omid &#x2013; Project Plugins</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.5.min.css" />
@@ -117,7 +117,9 @@
 </li>
                                   <li>      <a href="index.html"  title="About">About</a>
 </li>
-                                  <li>      <a href="license.html"  title="Licenses">Licenses</a>
+                                  <li>      <a href="licenses.html"  title="Licenses">Licenses</a>
+</li>
+                                  <li>      <a href="mailing-lists.html"  title="Mailing Lists">Mailing Lists</a>
 </li>
                                   <li>      <a href="modules.html"  title="Project Modules">Project Modules</a>
 </li>
@@ -125,11 +127,11 @@
 </li>
                                   <li>      <a href="plugins.html"  title="Plugins">Plugins</a>
 </li>
-                                  <li>      <a href="team-list.html"  title="Team">Team</a>
+                                  <li>      <a href="scm.html"  title="Source Code Management">Source Code Management</a>
 </li>
-                                  <li>      <a href="source-repository.html"  title="Source Code Management">Source Code Management</a>
+                                  <li>      <a href="summary.html"  title="Summary">Summary</a>
 </li>
-                                  <li>      <a href="project-summary.html"  title="Summary">Summary</a>
+                                  <li>      <a href="team.html"  title="Team">Team</a>
 </li>
                               </ul>
             </li>
@@ -194,11 +196,11 @@
       <div id="breadcrumbs">
         <ul class="breadcrumb">
               
-                  <li id="projectVersion">Version: 0.9.0.0
+                  <li id="projectVersion">Version: 1.0.0
                     </li>
               
               
-                  <li id="publishDate" class="pull-right">Last Published: 2018-09-26</li>
+                  <li id="publishDate" class="pull-right">Last Published: 2018-12-04</li>
             
                             </ul>
       </div>
@@ -225,31 +227,31 @@
 <tr class="b">
 <td>org.apache.maven.plugins</td>
 <td><a class="externalLink" href="http://maven.apache.org/plugins/maven-compiler-plugin/">maven-compiler-plugin</a></td>
-<td>3.5</td></tr>
+<td>3.0</td></tr>
 <tr class="a">
 <td>org.apache.maven.plugins</td>
 <td><a class="externalLink" href="http://maven.apache.org/plugins/maven-deploy-plugin/">maven-deploy-plugin</a></td>
-<td>2.7</td></tr>
+<td>2.8.1</td></tr>
 <tr class="b">
 <td>org.apache.maven.plugins</td>
 <td><a class="externalLink" href="http://maven.apache.org/plugins/maven-install-plugin/">maven-install-plugin</a></td>
-<td>2.4</td></tr>
+<td>2.5.1</td></tr>
 <tr class="a">
 <td>org.apache.maven.plugins</td>
-<td><a class="externalLink" href="http://maven.apache.org/plugins/maven-site-plugin/">maven-site-plugin</a></td>
-<td>3.5</td></tr>
+<td><a class="externalLink" href="http://maven.apache.org/plugins/maven-remote-resources-plugin/">maven-remote-resources-plugin</a></td>
+<td>1.5</td></tr>
 <tr class="b">
 <td>org.apache.maven.plugins</td>
+<td><a class="externalLink" href="https://maven.apache.org/plugins/maven-site-plugin/">maven-site-plugin</a></td>
+<td>3.7.1</td></tr>
+<tr class="a">
+<td>org.apache.maven.plugins</td>
 <td><a class="externalLink" href="http://maven.apache.org/surefire/maven-surefire-plugin/">maven-surefire-plugin</a></td>
 <td>2.19</td></tr>
-<tr class="a">
+<tr class="b">
 <td>org.apache.maven.plugins</td>
 <td><a class="externalLink" href="http://maven.apache.org/surefire/maven-surefire-report-plugin/">maven-surefire-report-plugin</a></td>
 <td>2.19</td></tr>
-<tr class="b">
-<td>org.apache.rat</td>
-<td><a class="externalLink" href="http://creadur.apache.org/rat/apache-rat-plugin/">apache-rat-plugin</a></td>
-<td>0.12</td></tr>
 <tr class="a">
 <td>org.codehaus.mojo</td>
 <td><a class="externalLink" href="http://mojo.codehaus.org/cobertura-maven-plugin/">cobertura-maven-plugin</a></td>
@@ -278,6 +280,10 @@
 <td><a class="externalLink" href="http://maven.apache.org/plugins/maven-pmd-plugin/">maven-pmd-plugin</a></td>
 <td>3.4</td></tr>
 <tr class="a">
+<td>org.apache.maven.plugins</td>
+<td><a class="externalLink" href="https://maven.apache.org/plugins/maven-project-info-reports-plugin/">maven-project-info-reports-plugin</a></td>
+<td>3.0.0</td></tr>
+<tr class="b">
 <td>org.codehaus.mojo</td>
 <td><a class="externalLink" href="http://gleclaire.github.io/findbugs-maven-plugin/">findbugs-maven-plugin</a></td>
 <td>3.0.1</td></tr></table></div>

http://git-wip-us.apache.org/repos/asf/incubator-omid-site/blob/9ccae1ee/pmd.html
----------------------------------------------------------------------
diff --git a/pmd.html b/pmd.html
index 32a65dd..188e436 100644
--- a/pmd.html
+++ b/pmd.html
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.7 at 2018-09-26 
+ | Generated by Apache Maven Doxia Site Renderer 1.8.1 at 2018-12-04 
  | Rendered using Apache Maven Fluido Skin 1.5
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20180926" />
+    <meta name="Date-Revision-yyyymmdd" content="20181204" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Omid &#x2013; PMD Results</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.5.min.css" />
@@ -117,7 +117,9 @@
 </li>
                                   <li>      <a href="index.html"  title="About">About</a>
 </li>
-                                  <li>      <a href="license.html"  title="Licenses">Licenses</a>
+                                  <li>      <a href="licenses.html"  title="Licenses">Licenses</a>
+</li>
+                                  <li>      <a href="mailing-lists.html"  title="Mailing Lists">Mailing Lists</a>
 </li>
                                   <li>      <a href="modules.html"  title="Project Modules">Project Modules</a>
 </li>
@@ -125,11 +127,11 @@
 </li>
                                   <li>      <a href="plugins.html"  title="Plugins">Plugins</a>
 </li>
-                                  <li>      <a href="team-list.html"  title="Team">Team</a>
+                                  <li>      <a href="scm.html"  title="Source Code Management">Source Code Management</a>
 </li>
-                                  <li>      <a href="source-repository.html"  title="Source Code Management">Source Code Management</a>
+                                  <li>      <a href="summary.html"  title="Summary">Summary</a>
 </li>
-                                  <li>      <a href="project-summary.html"  title="Summary">Summary</a>
+                                  <li>      <a href="team.html"  title="Team">Team</a>
 </li>
                               </ul>
             </li>
@@ -194,11 +196,11 @@
       <div id="breadcrumbs">
         <ul class="breadcrumb">
               
-                  <li id="projectVersion">Version: 0.9.0.0
+                  <li id="projectVersion">Version: 1.0.0
                     </li>
               
               
-                  <li id="publishDate" class="pull-right">Last Published: 2018-09-26</li>
+                  <li id="publishDate" class="pull-right">Last Published: 2018-12-04</li>
             
                             </ul>
       </div>
@@ -213,7 +215,7 @@
 <div class="section">
 <h2><a name="Files"></a>Files</h2>
 <div class="section">
-<h3><a name="Benchmarks_-_orgapacheomidbenchmarkstsoRawTxRunner.java"></a>Benchmarks - org/apache/omid/benchmarks/tso/RawTxRunner.java</h3>
+<h3><a name="Benchmarks_-_org.2Fapache.2Fomid.2Fbenchmarks.2Ftso.2FRawTxRunner.java"></a>Benchmarks - org/apache/omid/benchmarks/tso/RawTxRunner.java</h3>
 <table border="0" class="table table-striped">
 <tr class="a">
 <th>Violation</th>
@@ -222,7 +224,7 @@
 <td>Avoid empty catch blocks</td>
 <td><a href="./xref/org/apache/omid/benchmarks/tso/RawTxRunner.html#L183">183</a>&#x2013;<a href="./xref/org/apache/omid/benchmarks/tso/RawTxRunner.html#L185">185</a></td></tr></table></div>
 <div class="section">
-<h3><a name="Benchmarks_-_orgapacheomidbenchmarksutilsZipfianGenerator.java"></a>Benchmarks - org/apache/omid/benchmarks/utils/ZipfianGenerator.java</h3>
+<h3><a name="Benchmarks_-_org.2Fapache.2Fomid.2Fbenchmarks.2Futils.2FZipfianGenerator.java"></a>Benchmarks - org/apache/omid/benchmarks/utils/ZipfianGenerator.java</h3>
 <table border="0" class="table table-striped">
 <tr class="a">
 <th>Violation</th>
@@ -234,7 +236,16 @@
 <td>Useless parentheses.</td>
 <td><a href="./xref/org/apache/omid/benchmarks/utils/ZipfianGenerator.html#L234">234</a></td></tr></table></div>
 <div class="section">
-<h3><a name="Common_-_orgapacheomidNetworkUtils.java"></a>Common - org/apache/omid/NetworkUtils.java</h3>
+<h3><a name="Commit_Table_-_org.2Fapache.2Fomid.2Fcommittable.2FInMemoryCommitTable.java"></a>Commit Table - org/apache/omid/committable/InMemoryCommitTable.java</h3>
+<table border="0" class="table table-striped">
+<tr class="b">
+<th>Violation</th>
+<th>Line</th></tr>
+<tr class="a">
+<td>Useless parentheses.</td>
+<td><a href="./xref/org/apache/omid/committable/InMemoryCommitTable.html#L73">73</a></td></tr></table></div>
+<div class="section">
+<h3><a name="Common_-_org.2Fapache.2Fomid.2FNetworkUtils.java"></a>Common - org/apache/omid/NetworkUtils.java</h3>
 <table border="0" class="table table-striped">
 <tr class="b">
 <th>Violation</th>
@@ -243,7 +254,7 @@
 <td>Useless parentheses.</td>
 <td><a href="./xref/org/apache/omid/NetworkUtils.html#L44">44</a></td></tr></table></div>
 <div class="section">
-<h3><a name="HBase_Client_-_orgapacheomidtransactionHBaseAsyncPostCommitter.java"></a>HBase Client - org/apache/omid/transaction/HBaseAsyncPostCommitter.java</h3>
+<h3><a name="HBase_Client_-_org.2Fapache.2Fomid.2Ftransaction.2FHBaseAsyncPostCommitter.java"></a>HBase Client - org/apache/omid/transaction/HBaseAsyncPostCommitter.java</h3>
 <table border="0" class="table table-striped">
 <tr class="b">
 <th>Violation</th>
@@ -252,16 +263,16 @@
 <td>Avoid unused private fields such as 'LOG'.</td>
 <td><a href="./xref/org/apache/omid/transaction/HBaseAsyncPostCommitter.html#L30">30</a></td></tr></table></div>
 <div class="section">
-<h3><a name="HBase_Client_-_orgapacheomidtransactionHBaseSyncPostCommitter.java"></a>HBase Client - org/apache/omid/transaction/HBaseSyncPostCommitter.java</h3>
+<h3><a name="HBase_Client_-_org.2Fapache.2Fomid.2Ftransaction.2FHBaseSyncPostCommitter.java"></a>HBase Client - org/apache/omid/transaction/HBaseSyncPostCommitter.java</h3>
 <table border="0" class="table table-striped">
 <tr class="b">
 <th>Violation</th>
 <th>Line</th></tr>
 <tr class="a">
 <td>Avoid unused private fields such as 'metrics'.</td>
-<td><a href="./xref/org/apache/omid/transaction/HBaseSyncPostCommitter.html#L40">40</a></td></tr></table></div>
+<td><a href="./xref/org/apache/omid/transaction/HBaseSyncPostCommitter.html#L41">41</a></td></tr></table></div>
 <div class="section">
-<h3><a name="HBase_Client_-_orgapacheomidtransactionHBaseTransactionManager.java"></a>HBase Client - org/apache/omid/transaction/HBaseTransactionManager.java</h3>
+<h3><a name="HBase_Client_-_org.2Fapache.2Fomid.2Ftransaction.2FHBaseTransactionManager.java"></a>HBase Client - org/apache/omid/transaction/HBaseTransactionManager.java</h3>
 <table border="0" class="table table-striped">
 <tr class="b">
 <th>Violation</th>
@@ -270,169 +281,253 @@
 <td>Avoid unused private fields such as 'LOG'.</td>
 <td><a href="./xref/org/apache/omid/transaction/HBaseTransactionManager.html#L48">48</a></td></tr></table></div>
 <div class="section">
-<h3><a name="HBase_Client_-_orgapacheomidtransactionTTable.java"></a>HBase Client - org/apache/omid/transaction/TTable.java</h3>
+<h3><a name="HBase_Client_-_org.2Fapache.2Fomid.2Ftransaction.2FSnapshotFilterImpl.java"></a>HBase Client - org/apache/omid/transaction/SnapshotFilterImpl.java</h3>
 <table border="0" class="table table-striped">
 <tr class="b">
 <th>Violation</th>
 <th>Line</th></tr>
 <tr class="a">
 <td>Useless parentheses.</td>
-<td><a href="./xref/org/apache/omid/transaction/TTable.html#L338">338</a></td></tr>
+<td><a href="./xref/org/apache/omid/transaction/SnapshotFilterImpl.html#L98">98</a></td></tr>
+<tr class="b">
+<td>Avoid unused method parameters such as 'transaction'.</td>
+<td><a href="./xref/org/apache/omid/transaction/SnapshotFilterImpl.html#L110">110</a></td></tr>
+<tr class="a">
+<td>Avoid unused method parameters such as 'commitCache'.</td>
+<td><a href="./xref/org/apache/omid/transaction/SnapshotFilterImpl.html#L110">110</a></td></tr>
 <tr class="b">
 <td>Useless parentheses.</td>
-<td><a href="./xref/org/apache/omid/transaction/TTable.html#L364">364</a></td></tr>
+<td><a href="./xref/org/apache/omid/transaction/SnapshotFilterImpl.html#L199">199</a></td></tr>
 <tr class="a">
 <td>Useless parentheses.</td>
-<td><a href="./xref/org/apache/omid/transaction/TTable.html#L382">382</a></td></tr>
+<td><a href="./xref/org/apache/omid/transaction/SnapshotFilterImpl.html#L287">287</a></td></tr>
 <tr class="b">
 <td>Useless parentheses.</td>
-<td><a href="./xref/org/apache/omid/transaction/TTable.html#L466">466</a></td></tr></table></div>
+<td><a href="./xref/org/apache/omid/transaction/SnapshotFilterImpl.html#L303">303</a></td></tr>
+<tr class="a">
+<td>Avoid unused method parameters such as 'attributeMap'.</td>
+<td><a href="./xref/org/apache/omid/transaction/SnapshotFilterImpl.html#L325">325</a></td></tr>
+<tr class="b">
+<td>Useless parentheses.</td>
+<td><a href="./xref/org/apache/omid/transaction/SnapshotFilterImpl.html#L427">427</a></td></tr>
+<tr class="a">
+<td>Useless parentheses.</td>
+<td><a href="./xref/org/apache/omid/transaction/SnapshotFilterImpl.html#L476">476</a></td></tr></table></div>
 <div class="section">
-<h3><a name="HBase_Commit_Table_-_orgapacheomidcommittablehbaseHBaseCommitTable.java"></a>HBase Commit Table - org/apache/omid/committable/hbase/HBaseCommitTable.java</h3>
+<h3><a name="HBase_Client_-_org.2Fapache.2Fomid.2Ftransaction.2FTTable.java"></a>HBase Client - org/apache/omid/transaction/TTable.java</h3>
+<table border="0" class="table table-striped">
+<tr class="b">
+<th>Violation</th>
+<th>Line</th></tr>
+<tr class="a">
+<td>Useless parentheses.</td>
+<td><a href="./xref/org/apache/omid/transaction/TTable.html#L134">134</a></td></tr>
+<tr class="b">
+<td>Useless parentheses.</td>
+<td><a href="./xref/org/apache/omid/transaction/TTable.html#L150">150</a></td></tr></table></div>
+<div class="section">
+<h3><a name="HBase_Commit_Table_-_org.2Fapache.2Fomid.2Fcommittable.2Fhbase.2FHBaseCommitTable.java"></a>HBase Commit Table - org/apache/omid/committable/hbase/HBaseCommitTable.java</h3>
 <table border="0" class="table table-striped">
 <tr class="a">
 <th>Violation</th>
 <th>Line</th></tr>
 <tr class="b">
 <td>Useless parentheses.</td>
-<td><a href="./xref/org/apache/omid/committable/hbase/HBaseCommitTable.html#L102">102</a></td></tr>
+<td><a href="./xref/org/apache/omid/committable/hbase/HBaseCommitTable.html#L116">116</a></td></tr>
 <tr class="a">
 <td>Useless parentheses.</td>
-<td><a href="./xref/org/apache/omid/committable/hbase/HBaseCommitTable.html#L351">351</a></td></tr>
+<td><a href="./xref/org/apache/omid/committable/hbase/HBaseCommitTable.html#L147">147</a></td></tr>
 <tr class="b">
 <td>Useless parentheses.</td>
-<td><a href="./xref/org/apache/omid/committable/hbase/HBaseCommitTable.html#L355">355</a></td></tr>
+<td><a href="./xref/org/apache/omid/committable/hbase/HBaseCommitTable.html#L377">377</a></td></tr>
 <tr class="a">
 <td>Useless parentheses.</td>
-<td><a href="./xref/org/apache/omid/committable/hbase/HBaseCommitTable.html#L359">359</a></td></tr>
+<td><a href="./xref/org/apache/omid/committable/hbase/HBaseCommitTable.html#L381">381</a></td></tr>
 <tr class="b">
 <td>Useless parentheses.</td>
-<td><a href="./xref/org/apache/omid/committable/hbase/HBaseCommitTable.html#L406">406</a></td></tr></table></div>
+<td><a href="./xref/org/apache/omid/committable/hbase/HBaseCommitTable.html#L385">385</a></td></tr>
+<tr class="a">
+<td>Useless parentheses.</td>
+<td><a href="./xref/org/apache/omid/committable/hbase/HBaseCommitTable.html#L432">432</a></td></tr></table></div>
 <div class="section">
-<h3><a name="HBase_Common_-_orgapacheomidcommittablehbaseKeyGeneratorImplementations.java"></a>HBase Common - org/apache/omid/committable/hbase/KeyGeneratorImplementations.java</h3>
+<h3><a name="HBase_Common_-_org.2Fapache.2Fomid.2Fcommittable.2Fhbase.2FKeyGeneratorImplementations.java"></a>HBase Common - org/apache/omid/committable/hbase/KeyGeneratorImplementations.java</h3>
 <table border="0" class="table table-striped">
-<tr class="a">
+<tr class="b">
 <th>Violation</th>
 <th>Line</th></tr>
-<tr class="b">
+<tr class="a">
 <td>Useless parentheses.</td>
 <td><a href="./xref/org/apache/omid/committable/hbase/KeyGeneratorImplementations.html#L56">56</a></td></tr>
-<tr class="a">
+<tr class="b">
 <td>Useless parentheses.</td>
 <td><a href="./xref/org/apache/omid/committable/hbase/KeyGeneratorImplementations.html#L91">91</a></td></tr>
-<tr class="b">
+<tr class="a">
 <td>Useless parentheses.</td>
 <td><a href="./xref/org/apache/omid/committable/hbase/KeyGeneratorImplementations.html#L146">146</a></td></tr></table></div>
 <div class="section">
-<h3><a name="HBase_Common_-_orgapacheomidtransactionCellInfo.java"></a>HBase Common - org/apache/omid/transaction/CellInfo.java</h3>
+<h3><a name="HBase_Common_-_org.2Fapache.2Fomid.2Ftransaction.2FCellInfo.java"></a>HBase Common - org/apache/omid/transaction/CellInfo.java</h3>
 <table border="0" class="table table-striped">
-<tr class="a">
+<tr class="b">
 <th>Violation</th>
 <th>Line</th></tr>
-<tr class="b">
+<tr class="a">
 <td>Useless parentheses.</td>
 <td><a href="./xref/org/apache/omid/transaction/CellInfo.html#L31">31</a></td></tr>
-<tr class="a">
+<tr class="b">
 <td>Useless parentheses.</td>
 <td><a href="./xref/org/apache/omid/transaction/CellInfo.html#L32">32</a></td></tr></table></div>
 <div class="section">
-<h3><a name="HBase_Coprocessors_-_orgapacheomidtransactionCompactorScanner.java"></a>HBase Coprocessors - org/apache/omid/transaction/CompactorScanner.java</h3>
+<h3><a name="HBase_Coprocessors_-_org.2Fapache.2Fomid.2Ftransaction.2FCompactorScanner.java"></a>HBase Coprocessors - org/apache/omid/transaction/CompactorScanner.java</h3>
 <table border="0" class="table table-striped">
+<tr class="a">
+<th>Violation</th>
+<th>Line</th></tr>
 <tr class="b">
+<td>These nested if statements could be combined</td>
+<td><a href="./xref/org/apache/omid/transaction/CompactorScanner.html#L135">135</a>&#x2013;<a href="./xref/org/apache/omid/transaction/CompactorScanner.html#L146">146</a></td></tr></table></div>
+<div class="section">
+<h3><a name="HBase_Coprocessors_-_org.2Fapache.2Fomid.2Ftransaction.2FOmidSnapshotFilter.java"></a>HBase Coprocessors - org/apache/omid/transaction/OmidSnapshotFilter.java</h3>
+<table border="0" class="table table-striped">
+<tr class="a">
 <th>Violation</th>
 <th>Line</th></tr>
+<tr class="b">
+<td>Avoid unnecessary return statements</td>
+<td><a href="./xref/org/apache/omid/transaction/OmidSnapshotFilter.html#L169">169</a></td></tr>
 <tr class="a">
-<td>These nested if statements could be combined</td>
-<td><a href="./xref/org/apache/omid/transaction/CompactorScanner.html#L137">137</a>&#x2013;<a href="./xref/org/apache/omid/transaction/CompactorScanner.html#L148">148</a></td></tr></table></div>
+<td>Useless parentheses.</td>
+<td><a href="./xref/org/apache/omid/transaction/OmidSnapshotFilter.html#L183">183</a></td></tr></table></div>
 <div class="section">
-<h3><a name="State_Machine_-_orgapachestatemachineStateMachine.java"></a>State Machine - org/apache/statemachine/StateMachine.java</h3>
+<h3><a name="HBase_Coprocessors_-_org.2Fapache.2Fomid.2Ftransaction.2FTransactionVisibilityFilterBase.java"></a>HBase Coprocessors - org/apache/omid/transaction/TransactionVisibilityFilterBase.java</h3>
 <table border="0" class="table table-striped">
 <tr class="b">
 <th>Violation</th>
 <th>Line</th></tr>
 <tr class="a">
 <td>Useless parentheses.</td>
-<td><a href="./xref/org/apache/statemachine/StateMachine.html#L154">154</a></td></tr></table></div>
+<td><a href="./xref/org/apache/omid/transaction/TransactionVisibilityFilterBase.html#L117">117</a></td></tr>
+<tr class="b">
+<td>Overriding method merely calls super</td>
+<td><a href="./xref/org/apache/omid/transaction/TransactionVisibilityFilterBase.html#L232">232</a>&#x2013;<a href="./xref/org/apache/omid/transaction/TransactionVisibilityFilterBase.html#L234">234</a></td></tr></table></div>
 <div class="section">
-<h3><a name="Transaction_Client_-_orgapacheomidtransactionAbstractTransactionManager.java"></a>Transaction Client - org/apache/omid/transaction/AbstractTransactionManager.java</h3>
+<h3><a name="Shims_layer_for_HBase_1.x_-_org.2Fapache.2Fhadoop.2Fhbase.2Fipc.2Fcontroller.2FInterRegionServerRpcController.java"></a>Shims layer for HBase 1.x - org/apache/hadoop/hbase/ipc/controller/InterRegionServerRpcController.java</h3>
 <table border="0" class="table table-striped">
+<tr class="a">
+<th>Violation</th>
+<th>Line</th></tr>
 <tr class="b">
+<td>Avoid unused constructor parameters such as 'conf'.</td>
+<td><a href="./xref/org/apache/hadoop/hbase/ipc/controller/InterRegionServerRpcController.html#L35">35</a></td></tr></table></div>
+<div class="section">
+<h3><a name="State_Machine_-_org.2Fapache.2Fstatemachine.2FStateMachine.java"></a>State Machine - org/apache/statemachine/StateMachine.java</h3>
+<table border="0" class="table table-striped">
+<tr class="a">
 <th>Violation</th>
 <th>Line</th></tr>
+<tr class="b">
+<td>Useless parentheses.</td>
+<td><a href="./xref/org/apache/statemachine/StateMachine.html#L154">154</a></td></tr></table></div>
+<div class="section">
+<h3><a name="Transaction_Client_-_org.2Fapache.2Fomid.2Ftransaction.2FAbstractTransaction.java"></a>Transaction Client - org/apache/omid/transaction/AbstractTransaction.java</h3>
+<table border="0" class="table table-striped">
 <tr class="a">
-<td>Too many static imports may lead to messy code</td>
-<td><a href="./xref/org/apache/omid/transaction/AbstractTransactionManager.html#L18">18</a>&#x2013;<a href="./xref/org/apache/omid/transaction/AbstractTransactionManager.html#L516">516</a></td></tr></table></div>
+<th>Violation</th>
+<th>Line</th></tr>
+<tr class="b">
+<td>Useless parentheses.</td>
+<td><a href="./xref/org/apache/omid/transaction/AbstractTransaction.html#L65">65</a></td></tr></table></div>
 <div class="section">
-<h3><a name="TSO_and_TO_Servers_-_orgapacheomidtsoBatchPoolModule.java"></a>TSO and TO Servers - org/apache/omid/tso/BatchPoolModule.java</h3>
+<h3><a name="Transaction_Client_-_org.2Fapache.2Fomid.2Ftso.2Fclient.2FTSOClient.java"></a>Transaction Client - org/apache/omid/tso/client/TSOClient.java</h3>
 <table border="0" class="table table-striped">
+<tr class="a">
+<th>Violation</th>
+<th>Line</th></tr>
 <tr class="b">
+<td>Useless parentheses.</td>
+<td><a href="./xref/org/apache/omid/tso/client/TSOClient.html#L234">234</a></td></tr></table></div>
+<div class="section">
+<h3><a name="TSO_and_TO_Servers_-_org.2Fapache.2Fomid.2Ftso.2FAbstractRequestProcessor.java"></a>TSO and TO Servers - org/apache/omid/tso/AbstractRequestProcessor.java</h3>
+<table border="0" class="table table-striped">
+<tr class="a">
 <th>Violation</th>
 <th>Line</th></tr>
+<tr class="b">
+<td>Avoid unused private fields such as 'metrics'.</td>
+<td><a href="./xref/org/apache/omid/tso/AbstractRequestProcessor.html#L61">61</a></td></tr></table></div>
+<div class="section">
+<h3><a name="TSO_and_TO_Servers_-_org.2Fapache.2Fomid.2Ftso.2FBatchPoolModule.java"></a>TSO and TO Servers - org/apache/omid/tso/BatchPoolModule.java</h3>
+<table border="0" class="table table-striped">
 <tr class="a">
+<th>Violation</th>
+<th>Line</th></tr>
+<tr class="b">
 <td>Avoid unused private fields such as 'config'.</td>
 <td><a href="./xref/org/apache/omid/tso/BatchPoolModule.html#L36">36</a></td></tr></table></div>
 <div class="section">
-<h3><a name="TSO_and_TO_Servers_-_orgapacheomidtsoCacheEvaluation.java"></a>TSO and TO Servers - org/apache/omid/tso/CacheEvaluation.java</h3>
+<h3><a name="TSO_and_TO_Servers_-_org.2Fapache.2Fomid.2Ftso.2FCacheEvaluation.java"></a>TSO and TO Servers - org/apache/omid/tso/CacheEvaluation.java</h3>
 <table border="0" class="table table-striped">
-<tr class="b">
+<tr class="a">
 <th>Violation</th>
 <th>Line</th></tr>
-<tr class="a">
+<tr class="b">
 <td>Useless parentheses.</td>
 <td><a href="./xref/org/apache/omid/tso/CacheEvaluation.html#L93">93</a></td></tr>
-<tr class="b">
+<tr class="a">
 <td>Useless parentheses.</td>
 <td><a href="./xref/org/apache/omid/tso/CacheEvaluation.html#L102">102</a></td></tr></table></div>
 <div class="section">
-<h3><a name="TSO_and_TO_Servers_-_orgapacheomidtsoMonitoringContext.java"></a>TSO and TO Servers - org/apache/omid/tso/MonitoringContext.java</h3>
+<h3><a name="TSO_and_TO_Servers_-_org.2Fapache.2Fomid.2Ftso.2FLowWatermarkWriterImpl.java"></a>TSO and TO Servers - org/apache/omid/tso/LowWatermarkWriterImpl.java</h3>
 <table border="0" class="table table-striped">
-<tr class="a">
+<tr class="b">
 <th>Violation</th>
 <th>Line</th></tr>
+<tr class="a">
+<td>Avoid unused private fields such as 'metrics'.</td>
+<td><a href="./xref/org/apache/omid/tso/LowWatermarkWriterImpl.html#L44">44</a></td></tr>
 <tr class="b">
-<td>Avoid unused imports such as 'java.util.HashMap'</td>
-<td><a href="./xref/org/apache/omid/tso/MonitoringContext.html#L27">27</a></td></tr></table></div>
+<td>Avoid unused constructor parameters such as 'config'.</td>
+<td><a href="./xref/org/apache/omid/tso/LowWatermarkWriterImpl.html#L47">47</a></td></tr></table></div>
 <div class="section">
-<h3><a name="TSO_and_TO_Servers_-_orgapacheomidtsoPersistenceProcessorHandler.java"></a>TSO and TO Servers - org/apache/omid/tso/PersistenceProcessorHandler.java</h3>
+<h3><a name="TSO_and_TO_Servers_-_org.2Fapache.2Fomid.2Ftso.2FPersistenceProcessorHandler.java"></a>TSO and TO Servers - org/apache/omid/tso/PersistenceProcessorHandler.java</h3>
 <table border="0" class="table table-striped">
 <tr class="a">
 <th>Violation</th>
 <th>Line</th></tr>
 <tr class="b">
 <td>Avoid unused private fields such as 'LOG'.</td>
-<td><a href="./xref/org/apache/omid/tso/PersistenceProcessorHandler.html#L40">40</a></td></tr></table></div>
+<td><a href="./xref/org/apache/omid/tso/PersistenceProcessorHandler.html#L41">41</a></td></tr></table></div>
 <div class="section">
-<h3><a name="TSO_and_TO_Servers_-_orgapacheomidtsoPersistenceProcessorImpl.java"></a>TSO and TO Servers - org/apache/omid/tso/PersistenceProcessorImpl.java</h3>
+<h3><a name="TSO_and_TO_Servers_-_org.2Fapache.2Fomid.2Ftso.2FPersistenceProcessorImpl.java"></a>TSO and TO Servers - org/apache/omid/tso/PersistenceProcessorImpl.java</h3>
 <table border="0" class="table table-striped">
 <tr class="a">
 <th>Violation</th>
 <th>Line</th></tr>
 <tr class="b">
-<td>Too many static imports may lead to messy code</td>
-<td><a href="./xref/org/apache/omid/tso/PersistenceProcessorImpl.html#L18">18</a>&#x2013;<a href="./xref/org/apache/omid/tso/PersistenceProcessorImpl.html#L241">241</a></td></tr>
-<tr class="a">
 <td>Avoid unused private fields such as 'metrics'.</td>
-<td><a href="./xref/org/apache/omid/tso/PersistenceProcessorImpl.html#L70">70</a></td></tr></table></div>
+<td><a href="./xref/org/apache/omid/tso/PersistenceProcessorImpl.html#L62">62</a></td></tr>
+<tr class="a">
+<td>Avoid unused constructor parameters such as 'commitTable'.</td>
+<td><a href="./xref/org/apache/omid/tso/PersistenceProcessorImpl.html#L67">67</a></td></tr></table></div>
 <div class="section">
-<h3><a name="TSO_and_TO_Servers_-_orgapacheomidtsoRequestProcessorImpl.java"></a>TSO and TO Servers - org/apache/omid/tso/RequestProcessorImpl.java</h3>
+<h3><a name="TSO_and_TO_Servers_-_org.2Fapache.2Fomid.2Ftso.2FRetryProcessorImpl.java"></a>TSO and TO Servers - org/apache/omid/tso/RetryProcessorImpl.java</h3>
 <table border="0" class="table table-striped">
 <tr class="b">
 <th>Violation</th>
 <th>Line</th></tr>
 <tr class="a">
-<td>Avoid unused private fields such as 'metrics'.</td>
-<td><a href="./xref/org/apache/omid/tso/RequestProcessorImpl.html#L58">58</a></td></tr></table></div>
+<td>Useless parentheses.</td>
+<td><a href="./xref/org/apache/omid/tso/RetryProcessorImpl.html#L121">121</a></td></tr></table></div>
 <div class="section">
-<h3><a name="TSO_and_TO_Servers_-_orgapacheomidtsoRetryProcessorImpl.java"></a>TSO and TO Servers - org/apache/omid/tso/RetryProcessorImpl.java</h3>
+<h3><a name="TSO_and_TO_Servers_-_org.2Fapache.2Fomid.2Ftso.2FTSOServer.java"></a>TSO and TO Servers - org/apache/omid/tso/TSOServer.java</h3>
 <table border="0" class="table table-striped">
 <tr class="b">
 <th>Violation</th>
 <th>Line</th></tr>
 <tr class="a">
-<td>Useless parentheses.</td>
-<td><a href="./xref/org/apache/omid/tso/RetryProcessorImpl.html#L121">121</a></td></tr></table></div>
+<td>Avoid unused private fields such as 'lowWatermarkWriter'.</td>
+<td><a href="./xref/org/apache/omid/tso/TSOServer.html#L57">57</a></td></tr></table></div>
 <div class="section">
-<h3><a name="TSO_and_TO_Servers_-_orgapacheomidtsoTSOStateManager.java"></a>TSO and TO Servers - org/apache/omid/tso/TSOStateManager.java</h3>
+<h3><a name="TSO_and_TO_Servers_-_org.2Fapache.2Fomid.2Ftso.2FTSOStateManager.java"></a>TSO and TO Servers - org/apache/omid/tso/TSOStateManager.java</h3>
 <table border="0" class="table table-striped">
 <tr class="b">
 <th>Violation</th>
@@ -441,26 +536,35 @@
 <td>Avoid unused constructor parameters such as 'epoch'.</td>
 <td><a href="./xref/org/apache/omid/tso/TSOStateManager.html#L36">36</a></td></tr></table></div>
 <div class="section">
-<h3><a name="TSO_and_TO_Servers_-_orgapacheomidtsoTimestampOracleImpl.java"></a>TSO and TO Servers - org/apache/omid/tso/TimestampOracleImpl.java</h3>
+<h3><a name="TSO_and_TO_Servers_-_org.2Fapache.2Fomid.2Ftso.2FTimestampOracleImpl.java"></a>TSO and TO Servers - org/apache/omid/tso/TimestampOracleImpl.java</h3>
 <table border="0" class="table table-striped">
 <tr class="b">
 <th>Violation</th>
 <th>Line</th></tr>
 <tr class="a">
 <td>Useless parentheses.</td>
-<td><a href="./xref/org/apache/omid/tso/TimestampOracleImpl.html#L144">144</a></td></tr>
+<td><a href="./xref/org/apache/omid/tso/TimestampOracleImpl.html#L150">150</a></td></tr>
 <tr class="b">
 <td>Avoid empty while statements</td>
-<td><a href="./xref/org/apache/omid/tso/TimestampOracleImpl.html#L145">145</a>&#x2013;<a href="./xref/org/apache/omid/tso/TimestampOracleImpl.html#L147">147</a></td></tr>
+<td><a href="./xref/org/apache/omid/tso/TimestampOracleImpl.html#L151">151</a>&#x2013;<a href="./xref/org/apache/omid/tso/TimestampOracleImpl.html#L153">153</a></td></tr>
 <tr class="a">
 <td>Useless parentheses.</td>
-<td><a href="./xref/org/apache/omid/tso/TimestampOracleImpl.html#L148">148</a></td></tr>
+<td><a href="./xref/org/apache/omid/tso/TimestampOracleImpl.html#L154">154</a></td></tr>
 <tr class="b">
 <td>Useless parentheses.</td>
-<td><a href="./xref/org/apache/omid/tso/TimestampOracleImpl.html#L151">151</a></td></tr>
+<td><a href="./xref/org/apache/omid/tso/TimestampOracleImpl.html#L157">157</a></td></tr>
+<tr class="a">
+<td>Useless parentheses.</td>
+<td><a href="./xref/org/apache/omid/tso/TimestampOracleImpl.html#L158">158</a></td></tr></table></div>
+<div class="section">
+<h3><a name="TSO_and_TO_Servers_-_org.2Fapache.2Fomid.2Ftso.2FWorldClockOracleImpl.java"></a>TSO and TO Servers - org/apache/omid/tso/WorldClockOracleImpl.java</h3>
+<table border="0" class="table table-striped">
+<tr class="b">
+<th>Violation</th>
+<th>Line</th></tr>
 <tr class="a">
 <td>Useless parentheses.</td>
-<td><a href="./xref/org/apache/omid/tso/TimestampOracleImpl.html#L152">152</a></td></tr></table></div></div>
+<td><a href="./xref/org/apache/omid/tso/WorldClockOracleImpl.html#L149">149</a></td></tr></table></div></div>
                   </div>
           </div>