You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tephra.apache.org by go...@apache.org on 2017/03/20 18:46:44 UTC

svn commit: r1787828 [2/18] - in /incubator/tephra/site: ./ apidocs/ apidocs/co/cask/tephra/persist/ apidocs/co/cask/tephra/persist/class-use/ apidocs/org/apache/tephra/ apidocs/org/apache/tephra/class-use/ apidocs/org/apache/tephra/coprocessor/ apidoc...

Modified: incubator/tephra/site/apidocs/allclasses-noframe.html
URL: http://svn.apache.org/viewvc/incubator/tephra/site/apidocs/allclasses-noframe.html?rev=1787828&r1=1787827&r2=1787828&view=diff
==============================================================================
--- incubator/tephra/site/apidocs/allclasses-noframe.html (original)
+++ incubator/tephra/site/apidocs/allclasses-noframe.html Mon Mar 20 18:46:34 2017
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_60) on Fri Dec 23 12:42:30 PST 2016 -->
+<!-- Generated by javadoc (version 1.7.0_60) on Mon Mar 20 11:27:29 PDT 2017 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>All Classes (Apache Tephra 0.11.0-incubating-SNAPSHOT API)</title>
-<meta name="date" content="2016-12-23">
+<title>All Classes (Apache Tephra 0.12.0-incubating-SNAPSHOT API)</title>
+<meta name="date" content="2017-03-20">
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 </head>
 <body>
@@ -26,12 +26,12 @@
 <li><a href="org/apache/tephra/ChangeId.html" title="class in org.apache.tephra">ChangeId</a></li>
 <li><a href="org/apache/tephra/distributed/CloseableThriftClient.html" title="class in org.apache.tephra.distributed">CloseableThriftClient</a></li>
 <li><a href="org/apache/tephra/persist/CommitMarkerCodec.html" title="class in org.apache.tephra.persist">CommitMarkerCodec</a></li>
-<li><a href="org/apache/tephra/hbase/coprocessor/janitor/CompactionState.html" title="class in org.apache.tephra.hbase.coprocessor.janitor">CompactionState</a></li>
+<li><a href="org/apache/tephra/hbase/txprune/CompactionState.html" title="class in org.apache.tephra.hbase.txprune">CompactionState</a></li>
 <li><a href="org/apache/tephra/runtime/ConfigModule.html" title="class in org.apache.tephra.runtime">ConfigModule</a></li>
 <li><a href="org/apache/tephra/util/ConfigurationFactory.html" title="class in org.apache.tephra.util">ConfigurationFactory</a></li>
 <li><a href="org/apache/tephra/util/ConfigurationProvider.html" title="class in org.apache.tephra.util">ConfigurationProvider</a></li>
-<li><a href="org/apache/tephra/hbase/coprocessor/janitor/DataJanitorState.html" title="class in org.apache.tephra.hbase.coprocessor.janitor">DataJanitorState</a></li>
-<li><a href="org/apache/tephra/hbase/coprocessor/janitor/DataJanitorState.TableSupplier.html" title="interface in org.apache.tephra.hbase.coprocessor.janitor"><i>DataJanitorState.TableSupplier</i></a></li>
+<li><a href="org/apache/tephra/hbase/txprune/DataJanitorState.html" title="class in org.apache.tephra.hbase.txprune">DataJanitorState</a></li>
+<li><a href="org/apache/tephra/hbase/txprune/DataJanitorState.TableSupplier.html" title="interface in org.apache.tephra.hbase.txprune"><i>DataJanitorState.TableSupplier</i></a></li>
 <li><a href="org/apache/tephra/visibility/DefaultFenceWait.html" title="class in org.apache.tephra.visibility">DefaultFenceWait</a></li>
 <li><a href="org/apache/tephra/metrics/DefaultMetricsCollector.html" title="class in org.apache.tephra.metrics">DefaultMetricsCollector</a></li>
 <li><a href="org/apache/tephra/snapshot/DefaultSnapshotCodec.html" title="class in org.apache.tephra.snapshot">DefaultSnapshotCodec</a></li>
@@ -44,7 +44,7 @@
 <li><a href="org/apache/tephra/hbase/HBase11ConfigurationProvider.html" title="class in org.apache.tephra.hbase">HBase11ConfigurationProvider</a></li>
 <li><a href="org/apache/tephra/hbase/HBase96ConfigurationProvider.html" title="class in org.apache.tephra.hbase">HBase96ConfigurationProvider</a></li>
 <li><a href="org/apache/tephra/hbase/HBase98ConfigurationProvider.html" title="class in org.apache.tephra.hbase">HBase98ConfigurationProvider</a></li>
-<li><a href="org/apache/tephra/hbase/coprocessor/janitor/HBaseTransactionPruningPlugin.html" title="class in org.apache.tephra.hbase.coprocessor.janitor">HBaseTransactionPruningPlugin</a></li>
+<li><a href="org/apache/tephra/hbase/txprune/HBaseTransactionPruningPlugin.html" title="class in org.apache.tephra.hbase.txprune">HBaseTransactionPruningPlugin</a></li>
 <li><a href="org/apache/tephra/util/HBaseVersion.html" title="class in org.apache.tephra.util">HBaseVersion</a></li>
 <li><a href="org/apache/tephra/util/HBaseVersion.Version.html" title="enum in org.apache.tephra.util">HBaseVersion.Version</a></li>
 <li><a href="org/apache/tephra/util/HBaseVersion.VersionNumber.html" title="class in org.apache.tephra.util">HBaseVersion.VersionNumber</a></li>
@@ -58,7 +58,9 @@
 <li><a href="org/apache/tephra/persist/HDFSUtil.html" title="class in org.apache.tephra.persist">HDFSUtil</a></li>
 <li><a href="org/apache/tephra/inmemory/InMemoryTransactionService.html" title="class in org.apache.tephra.inmemory">InMemoryTransactionService</a></li>
 <li><a href="org/apache/tephra/inmemory/InMemoryTxSystemClient.html" title="class in org.apache.tephra.inmemory">InMemoryTxSystemClient</a></li>
+<li><a href="org/apache/tephra/hbase/txprune/InvalidListPruningDebug.html" title="class in org.apache.tephra.hbase.txprune">InvalidListPruningDebug</a></li>
 <li><a href="org/apache/tephra/InvalidTruncateTimeException.html" title="class in org.apache.tephra">InvalidTruncateTimeException</a></li>
+<li><a href="org/apache/tephra/manager/InvalidTxList.html" title="class in org.apache.tephra.manager">InvalidTxList</a></li>
 <li><a href="org/apache/tephra/persist/LocalFileTransactionLog.html" title="class in org.apache.tephra.persist">LocalFileTransactionLog</a></li>
 <li><a href="org/apache/tephra/persist/LocalFileTransactionStateStorage.html" title="class in org.apache.tephra.persist">LocalFileTransactionStateStorage</a></li>
 <li><a href="org/apache/tephra/metrics/MetricsCollector.html" title="interface in org.apache.tephra.metrics"><i>MetricsCollector</i></a></li>
@@ -66,6 +68,9 @@
 <li><a href="org/apache/tephra/persist/NoOpTransactionStateStorage.html" title="class in org.apache.tephra.persist">NoOpTransactionStateStorage</a></li>
 <li><a href="org/apache/tephra/NoRetryStrategy.html" title="class in org.apache.tephra">NoRetryStrategy</a></li>
 <li><a href="org/apache/tephra/distributed/PooledClientProvider.html" title="class in org.apache.tephra.distributed">PooledClientProvider</a></li>
+<li><a href="org/apache/tephra/hbase/txprune/PruneUpperBoundWriter.html" title="class in org.apache.tephra.hbase.txprune">PruneUpperBoundWriter</a></li>
+<li><a href="org/apache/tephra/hbase/txprune/PruneUpperBoundWriterSupplier.html" title="class in org.apache.tephra.hbase.txprune">PruneUpperBoundWriterSupplier</a></li>
+<li><a href="org/apache/tephra/txprune/RegionPruneInfo.html" title="class in org.apache.tephra.txprune">RegionPruneInfo</a></li>
 <li><a href="org/apache/tephra/distributed/RetryNTimes.html" title="class in org.apache.tephra.distributed">RetryNTimes</a></li>
 <li><a href="org/apache/tephra/distributed/RetryNTimes.Provider.html" title="class in org.apache.tephra.distributed">RetryNTimes.Provider</a></li>
 <li><a href="org/apache/tephra/RetryOnConflictStrategy.html" title="class in org.apache.tephra">RetryOnConflictStrategy</a></li>
@@ -92,7 +97,7 @@
 <li><a href="org/apache/tephra/distributed/ThriftClientProvider.html" title="interface in org.apache.tephra.distributed"><i>ThriftClientProvider</i></a></li>
 <li><a href="org/apache/tephra/rpc/ThriftRPCServer.html" title="class in org.apache.tephra.rpc">ThriftRPCServer</a></li>
 <li><a href="org/apache/tephra/rpc/ThriftRPCServer.Builder.html" title="class in org.apache.tephra.rpc">ThriftRPCServer.Builder</a></li>
-<li><a href="org/apache/tephra/hbase/coprocessor/janitor/TimeRegions.html" title="class in org.apache.tephra.hbase.coprocessor.janitor">TimeRegions</a></li>
+<li><a href="org/apache/tephra/hbase/txprune/TimeRegions.html" title="class in org.apache.tephra.hbase.txprune">TimeRegions</a></li>
 <li><a href="org/apache/tephra/distributed/thrift/TInvalidTruncateTimeException.html" title="class in org.apache.tephra.distributed.thrift">TInvalidTruncateTimeException</a></li>
 <li><a href="org/apache/tephra/distributed/thrift/TInvalidTruncateTimeException._Fields.html" title="enum in org.apache.tephra.distributed.thrift">TInvalidTruncateTimeException._Fields</a></li>
 <li><a href="org/apache/tephra/Transaction.html" title="class in org.apache.tephra">Transaction</a></li>
@@ -130,7 +135,9 @@
 <li><a href="org/apache/tephra/runtime/TransactionModules.html" title="class in org.apache.tephra.runtime">TransactionModules</a></li>
 <li><a href="org/apache/tephra/TransactionNotInProgressException.html" title="class in org.apache.tephra">TransactionNotInProgressException</a></li>
 <li><a href="org/apache/tephra/hbase/coprocessor/TransactionProcessor.html" title="class in org.apache.tephra.hbase.coprocessor">TransactionProcessor</a></li>
-<li><a href="org/apache/tephra/janitor/TransactionPruningPlugin.html" title="interface in org.apache.tephra.janitor"><i>TransactionPruningPlugin</i></a></li>
+<li><a href="org/apache/tephra/txprune/TransactionPruningPlugin.html" title="interface in org.apache.tephra.txprune"><i>TransactionPruningPlugin</i></a></li>
+<li><a href="org/apache/tephra/txprune/TransactionPruningRunnable.html" title="class in org.apache.tephra.txprune">TransactionPruningRunnable</a></li>
+<li><a href="org/apache/tephra/txprune/TransactionPruningService.html" title="class in org.apache.tephra.txprune">TransactionPruningService</a></li>
 <li><a href="org/apache/tephra/distributed/TransactionService.html" title="class in org.apache.tephra.distributed">TransactionService</a></li>
 <li><a href="org/apache/tephra/distributed/TransactionServiceClient.html" title="class in org.apache.tephra.distributed">TransactionServiceClient</a></li>
 <li><a href="org/apache/tephra/TransactionServiceMain.html" title="class in org.apache.tephra">TransactionServiceMain</a></li>
@@ -256,13 +263,13 @@
 <li><a href="org/apache/tephra/distributed/thrift/TVisibilityLevel.html" title="enum in org.apache.tephra.distributed.thrift">TVisibilityLevel</a></li>
 <li><a href="org/apache/tephra/TxConstants.html" title="class in org.apache.tephra">TxConstants</a></li>
 <li><a href="org/apache/tephra/TxConstants.ConflictDetection.html" title="enum in org.apache.tephra">TxConstants.ConflictDetection</a></li>
-<li><a href="org/apache/tephra/TxConstants.DataJanitor.html" title="class in org.apache.tephra">TxConstants.DataJanitor</a></li>
 <li><a href="org/apache/tephra/TxConstants.HBase.html" title="class in org.apache.tephra">TxConstants.HBase</a></li>
 <li><a href="org/apache/tephra/TxConstants.Manager.html" title="class in org.apache.tephra">TxConstants.Manager</a></li>
 <li><a href="org/apache/tephra/TxConstants.Metrics.html" title="class in org.apache.tephra">TxConstants.Metrics</a></li>
 <li><a href="org/apache/tephra/TxConstants.Persist.html" title="class in org.apache.tephra">TxConstants.Persist</a></li>
 <li><a href="org/apache/tephra/TxConstants.Service.html" title="class in org.apache.tephra">TxConstants.Service</a></li>
 <li><a href="org/apache/tephra/TxConstants.TransactionLog.html" title="class in org.apache.tephra">TxConstants.TransactionLog</a></li>
+<li><a href="org/apache/tephra/TxConstants.TransactionPruning.html" title="class in org.apache.tephra">TxConstants.TransactionPruning</a></li>
 <li><a href="org/apache/tephra/metrics/TxMetricsCollector.html" title="class in org.apache.tephra.metrics">TxMetricsCollector</a></li>
 <li><a href="org/apache/tephra/util/TxUtils.html" title="class in org.apache.tephra.util">TxUtils</a></li>
 <li><a href="org/apache/tephra/visibility/VisibilityFence.html" title="class in org.apache.tephra.visibility">VisibilityFence</a></li>

Modified: incubator/tephra/site/apidocs/co/cask/tephra/persist/TransactionEdit.State.html
URL: http://svn.apache.org/viewvc/incubator/tephra/site/apidocs/co/cask/tephra/persist/TransactionEdit.State.html?rev=1787828&r1=1787827&r2=1787828&view=diff
==============================================================================
--- incubator/tephra/site/apidocs/co/cask/tephra/persist/TransactionEdit.State.html (original)
+++ incubator/tephra/site/apidocs/co/cask/tephra/persist/TransactionEdit.State.html Mon Mar 20 18:46:34 2017
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_60) on Fri Dec 23 12:42:20 PST 2016 -->
+<!-- Generated by javadoc (version 1.7.0_60) on Mon Mar 20 11:27:24 PDT 2017 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>TransactionEdit.State (Apache Tephra 0.11.0-incubating-SNAPSHOT API)</title>
-<meta name="date" content="2016-12-23">
+<title>TransactionEdit.State (Apache Tephra 0.12.0-incubating-SNAPSHOT API)</title>
+<meta name="date" content="2017-03-20">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="TransactionEdit.State (Apache Tephra 0.11.0-incubating-SNAPSHOT API)";
+        parent.document.title="TransactionEdit.State (Apache Tephra 0.12.0-incubating-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -393,6 +393,6 @@ not permitted.)</div>
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2016 <a href="http://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2017 <a href="http://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

Modified: incubator/tephra/site/apidocs/co/cask/tephra/persist/TransactionEdit.html
URL: http://svn.apache.org/viewvc/incubator/tephra/site/apidocs/co/cask/tephra/persist/TransactionEdit.html?rev=1787828&r1=1787827&r2=1787828&view=diff
==============================================================================
--- incubator/tephra/site/apidocs/co/cask/tephra/persist/TransactionEdit.html (original)
+++ incubator/tephra/site/apidocs/co/cask/tephra/persist/TransactionEdit.html Mon Mar 20 18:46:34 2017
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_60) on Fri Dec 23 12:42:20 PST 2016 -->
+<!-- Generated by javadoc (version 1.7.0_60) on Mon Mar 20 11:27:24 PDT 2017 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>TransactionEdit (Apache Tephra 0.11.0-incubating-SNAPSHOT API)</title>
-<meta name="date" content="2016-12-23">
+<title>TransactionEdit (Apache Tephra 0.12.0-incubating-SNAPSHOT API)</title>
+<meta name="date" content="2017-03-20">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="TransactionEdit (Apache Tephra 0.11.0-incubating-SNAPSHOT API)";
+        parent.document.title="TransactionEdit (Apache Tephra 0.12.0-incubating-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -782,6 +782,6 @@ implements org.apache.hadoop.io.Writable
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2016 <a href="http://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2017 <a href="http://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

Modified: incubator/tephra/site/apidocs/co/cask/tephra/persist/TransactionEditCodecs.html
URL: http://svn.apache.org/viewvc/incubator/tephra/site/apidocs/co/cask/tephra/persist/TransactionEditCodecs.html?rev=1787828&r1=1787827&r2=1787828&view=diff
==============================================================================
--- incubator/tephra/site/apidocs/co/cask/tephra/persist/TransactionEditCodecs.html (original)
+++ incubator/tephra/site/apidocs/co/cask/tephra/persist/TransactionEditCodecs.html Mon Mar 20 18:46:34 2017
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_60) on Fri Dec 23 12:42:20 PST 2016 -->
+<!-- Generated by javadoc (version 1.7.0_60) on Mon Mar 20 11:27:24 PDT 2017 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>TransactionEditCodecs (Apache Tephra 0.11.0-incubating-SNAPSHOT API)</title>
-<meta name="date" content="2016-12-23">
+<title>TransactionEditCodecs (Apache Tephra 0.12.0-incubating-SNAPSHOT API)</title>
+<meta name="date" content="2017-03-20">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="TransactionEditCodecs (Apache Tephra 0.11.0-incubating-SNAPSHOT API)";
+        parent.document.title="TransactionEditCodecs (Apache Tephra 0.12.0-incubating-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -301,6 +301,6 @@ extends <a href="http://docs.oracle.com/
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2016 <a href="http://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2017 <a href="http://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

Modified: incubator/tephra/site/apidocs/co/cask/tephra/persist/class-use/TransactionEdit.State.html
URL: http://svn.apache.org/viewvc/incubator/tephra/site/apidocs/co/cask/tephra/persist/class-use/TransactionEdit.State.html?rev=1787828&r1=1787827&r2=1787828&view=diff
==============================================================================
--- incubator/tephra/site/apidocs/co/cask/tephra/persist/class-use/TransactionEdit.State.html (original)
+++ incubator/tephra/site/apidocs/co/cask/tephra/persist/class-use/TransactionEdit.State.html Mon Mar 20 18:46:34 2017
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_60) on Fri Dec 23 12:42:29 PST 2016 -->
+<!-- Generated by javadoc (version 1.7.0_60) on Mon Mar 20 11:27:28 PDT 2017 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Uses of Class co.cask.tephra.persist.TransactionEdit.State (Apache Tephra 0.11.0-incubating-SNAPSHOT API)</title>
-<meta name="date" content="2016-12-23">
+<title>Uses of Class co.cask.tephra.persist.TransactionEdit.State (Apache Tephra 0.12.0-incubating-SNAPSHOT API)</title>
+<meta name="date" content="2017-03-20">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class co.cask.tephra.persist.TransactionEdit.State (Apache Tephra 0.11.0-incubating-SNAPSHOT API)";
+        parent.document.title="Uses of Class co.cask.tephra.persist.TransactionEdit.State (Apache Tephra 0.12.0-incubating-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -168,6 +168,6 @@ the order they are declared.</div>
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2016 <a href="http://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2017 <a href="http://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

Modified: incubator/tephra/site/apidocs/co/cask/tephra/persist/class-use/TransactionEdit.html
URL: http://svn.apache.org/viewvc/incubator/tephra/site/apidocs/co/cask/tephra/persist/class-use/TransactionEdit.html?rev=1787828&r1=1787827&r2=1787828&view=diff
==============================================================================
--- incubator/tephra/site/apidocs/co/cask/tephra/persist/class-use/TransactionEdit.html (original)
+++ incubator/tephra/site/apidocs/co/cask/tephra/persist/class-use/TransactionEdit.html Mon Mar 20 18:46:34 2017
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_60) on Fri Dec 23 12:42:29 PST 2016 -->
+<!-- Generated by javadoc (version 1.7.0_60) on Mon Mar 20 11:27:28 PDT 2017 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Uses of Class co.cask.tephra.persist.TransactionEdit (Apache Tephra 0.11.0-incubating-SNAPSHOT API)</title>
-<meta name="date" content="2016-12-23">
+<title>Uses of Class co.cask.tephra.persist.TransactionEdit (Apache Tephra 0.12.0-incubating-SNAPSHOT API)</title>
+<meta name="date" content="2017-03-20">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class co.cask.tephra.persist.TransactionEdit (Apache Tephra 0.11.0-incubating-SNAPSHOT API)";
+        parent.document.title="Uses of Class co.cask.tephra.persist.TransactionEdit (Apache Tephra 0.12.0-incubating-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -273,6 +273,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2016 <a href="http://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2017 <a href="http://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

Modified: incubator/tephra/site/apidocs/co/cask/tephra/persist/class-use/TransactionEditCodecs.html
URL: http://svn.apache.org/viewvc/incubator/tephra/site/apidocs/co/cask/tephra/persist/class-use/TransactionEditCodecs.html?rev=1787828&r1=1787827&r2=1787828&view=diff
==============================================================================
--- incubator/tephra/site/apidocs/co/cask/tephra/persist/class-use/TransactionEditCodecs.html (original)
+++ incubator/tephra/site/apidocs/co/cask/tephra/persist/class-use/TransactionEditCodecs.html Mon Mar 20 18:46:34 2017
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_60) on Fri Dec 23 12:42:29 PST 2016 -->
+<!-- Generated by javadoc (version 1.7.0_60) on Mon Mar 20 11:27:28 PDT 2017 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Uses of Class co.cask.tephra.persist.TransactionEditCodecs (Apache Tephra 0.11.0-incubating-SNAPSHOT API)</title>
-<meta name="date" content="2016-12-23">
+<title>Uses of Class co.cask.tephra.persist.TransactionEditCodecs (Apache Tephra 0.12.0-incubating-SNAPSHOT API)</title>
+<meta name="date" content="2017-03-20">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class co.cask.tephra.persist.TransactionEditCodecs (Apache Tephra 0.11.0-incubating-SNAPSHOT API)";
+        parent.document.title="Uses of Class co.cask.tephra.persist.TransactionEditCodecs (Apache Tephra 0.12.0-incubating-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -112,6 +112,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2016 <a href="http://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2017 <a href="http://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

Modified: incubator/tephra/site/apidocs/co/cask/tephra/persist/package-frame.html
URL: http://svn.apache.org/viewvc/incubator/tephra/site/apidocs/co/cask/tephra/persist/package-frame.html?rev=1787828&r1=1787827&r2=1787828&view=diff
==============================================================================
--- incubator/tephra/site/apidocs/co/cask/tephra/persist/package-frame.html (original)
+++ incubator/tephra/site/apidocs/co/cask/tephra/persist/package-frame.html Mon Mar 20 18:46:34 2017
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_60) on Fri Dec 23 12:42:27 PST 2016 -->
+<!-- Generated by javadoc (version 1.7.0_60) on Mon Mar 20 11:27:28 PDT 2017 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>co.cask.tephra.persist (Apache Tephra 0.11.0-incubating-SNAPSHOT API)</title>
-<meta name="date" content="2016-12-23">
+<title>co.cask.tephra.persist (Apache Tephra 0.12.0-incubating-SNAPSHOT API)</title>
+<meta name="date" content="2017-03-20">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

Modified: incubator/tephra/site/apidocs/co/cask/tephra/persist/package-summary.html
URL: http://svn.apache.org/viewvc/incubator/tephra/site/apidocs/co/cask/tephra/persist/package-summary.html?rev=1787828&r1=1787827&r2=1787828&view=diff
==============================================================================
--- incubator/tephra/site/apidocs/co/cask/tephra/persist/package-summary.html (original)
+++ incubator/tephra/site/apidocs/co/cask/tephra/persist/package-summary.html Mon Mar 20 18:46:34 2017
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_60) on Fri Dec 23 12:42:27 PST 2016 -->
+<!-- Generated by javadoc (version 1.7.0_60) on Mon Mar 20 11:27:28 PDT 2017 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>co.cask.tephra.persist (Apache Tephra 0.11.0-incubating-SNAPSHOT API)</title>
-<meta name="date" content="2016-12-23">
+<title>co.cask.tephra.persist (Apache Tephra 0.12.0-incubating-SNAPSHOT API)</title>
+<meta name="date" content="2017-03-20">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="co.cask.tephra.persist (Apache Tephra 0.11.0-incubating-SNAPSHOT API)";
+        parent.document.title="co.cask.tephra.persist (Apache Tephra 0.12.0-incubating-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -151,6 +151,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2016 <a href="http://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2017 <a href="http://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

Modified: incubator/tephra/site/apidocs/co/cask/tephra/persist/package-tree.html
URL: http://svn.apache.org/viewvc/incubator/tephra/site/apidocs/co/cask/tephra/persist/package-tree.html?rev=1787828&r1=1787827&r2=1787828&view=diff
==============================================================================
--- incubator/tephra/site/apidocs/co/cask/tephra/persist/package-tree.html (original)
+++ incubator/tephra/site/apidocs/co/cask/tephra/persist/package-tree.html Mon Mar 20 18:46:34 2017
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_60) on Fri Dec 23 12:42:27 PST 2016 -->
+<!-- Generated by javadoc (version 1.7.0_60) on Mon Mar 20 11:27:28 PDT 2017 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>co.cask.tephra.persist Class Hierarchy (Apache Tephra 0.11.0-incubating-SNAPSHOT API)</title>
-<meta name="date" content="2016-12-23">
+<title>co.cask.tephra.persist Class Hierarchy (Apache Tephra 0.12.0-incubating-SNAPSHOT API)</title>
+<meta name="date" content="2017-03-20">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="co.cask.tephra.persist Class Hierarchy (Apache Tephra 0.11.0-incubating-SNAPSHOT API)";
+        parent.document.title="co.cask.tephra.persist Class Hierarchy (Apache Tephra 0.12.0-incubating-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -138,6 +138,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2016 <a href="http://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2017 <a href="http://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

Modified: incubator/tephra/site/apidocs/co/cask/tephra/persist/package-use.html
URL: http://svn.apache.org/viewvc/incubator/tephra/site/apidocs/co/cask/tephra/persist/package-use.html?rev=1787828&r1=1787827&r2=1787828&view=diff
==============================================================================
--- incubator/tephra/site/apidocs/co/cask/tephra/persist/package-use.html (original)
+++ incubator/tephra/site/apidocs/co/cask/tephra/persist/package-use.html Mon Mar 20 18:46:34 2017
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_60) on Fri Dec 23 12:42:29 PST 2016 -->
+<!-- Generated by javadoc (version 1.7.0_60) on Mon Mar 20 11:27:29 PDT 2017 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Uses of Package co.cask.tephra.persist (Apache Tephra 0.11.0-incubating-SNAPSHOT API)</title>
-<meta name="date" content="2016-12-23">
+<title>Uses of Package co.cask.tephra.persist (Apache Tephra 0.12.0-incubating-SNAPSHOT API)</title>
+<meta name="date" content="2017-03-20">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Package co.cask.tephra.persist (Apache Tephra 0.11.0-incubating-SNAPSHOT API)";
+        parent.document.title="Uses of Package co.cask.tephra.persist (Apache Tephra 0.12.0-incubating-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -153,6 +153,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2016 <a href="http://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2017 <a href="http://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

Modified: incubator/tephra/site/apidocs/constant-values.html
URL: http://svn.apache.org/viewvc/incubator/tephra/site/apidocs/constant-values.html?rev=1787828&r1=1787827&r2=1787828&view=diff
==============================================================================
--- incubator/tephra/site/apidocs/constant-values.html (original)
+++ incubator/tephra/site/apidocs/constant-values.html Mon Mar 20 18:46:34 2017
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_60) on Fri Dec 23 12:42:28 PST 2016 -->
+<!-- Generated by javadoc (version 1.7.0_60) on Mon Mar 20 11:27:28 PDT 2017 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Constant Field Values (Apache Tephra 0.11.0-incubating-SNAPSHOT API)</title>
-<meta name="date" content="2016-12-23">
+<title>Constant Field Values (Apache Tephra 0.12.0-incubating-SNAPSHOT API)</title>
+<meta name="date" content="2017-03-20">
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Constant Field Values (Apache Tephra 0.11.0-incubating-SNAPSHOT API)";
+        parent.document.title="Constant Field Values (Apache Tephra 0.12.0-incubating-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -192,46 +192,6 @@
 </li>
 <li class="blockList">
 <table border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
-<caption><span>org.apache.tephra.<a href="org/apache/tephra/TxConstants.DataJanitor.html" title="class in org.apache.tephra">TxConstants.DataJanitor</a></span><span class="tabEnd">&nbsp;</span></caption>
-<tr>
-<th class="colFirst" scope="col">Modifier and Type</th>
-<th scope="col">Constant Field</th>
-<th class="colLast" scope="col">Value</th>
-</tr>
-<tbody>
-<tr class="altColor">
-<td class="colFirst"><a name="org.apache.tephra.TxConstants.DataJanitor.DEFAULT_PRUNE_ENABLE">
-<!--   -->
-</a><code>public&nbsp;static&nbsp;final&nbsp;boolean</code></td>
-<td><code><a href="org/apache/tephra/TxConstants.DataJanitor.html#DEFAULT_PRUNE_ENABLE">DEFAULT_PRUNE_ENABLE</a></code></td>
-<td class="colLast"><code>false</code></td>
-</tr>
-<tr class="rowColor">
-<td class="colFirst"><a name="org.apache.tephra.TxConstants.DataJanitor.DEFAULT_PRUNE_STATE_TABLE">
-<!--   -->
-</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
-<td><code><a href="org/apache/tephra/TxConstants.DataJanitor.html#DEFAULT_PRUNE_STATE_TABLE">DEFAULT_PRUNE_STATE_TABLE</a></code></td>
-<td class="colLast"><code>"data_tx_janitor_state"</code></td>
-</tr>
-<tr class="altColor">
-<td class="colFirst"><a name="org.apache.tephra.TxConstants.DataJanitor.PRUNE_ENABLE">
-<!--   -->
-</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
-<td><code><a href="org/apache/tephra/TxConstants.DataJanitor.html#PRUNE_ENABLE">PRUNE_ENABLE</a></code></td>
-<td class="colLast"><code>"data.tx.prune.enable"</code></td>
-</tr>
-<tr class="rowColor">
-<td class="colFirst"><a name="org.apache.tephra.TxConstants.DataJanitor.PRUNE_STATE_TABLE">
-<!--   -->
-</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
-<td><code><a href="org/apache/tephra/TxConstants.DataJanitor.html#PRUNE_STATE_TABLE">PRUNE_STATE_TABLE</a></code></td>
-<td class="colLast"><code>"data.tx.prune.state.table"</code></td>
-</tr>
-</tbody>
-</table>
-</li>
-<li class="blockList">
-<table border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
 <caption><span>org.apache.tephra.<a href="org/apache/tephra/TxConstants.HBase.html" title="class in org.apache.tephra">TxConstants.HBase</a></span><span class="tabEnd">&nbsp;</span></caption>
 <tr>
 <th class="colFirst" scope="col">Modifier and Type</th>
@@ -301,76 +261,83 @@
 <td class="colLast"><code>"data.tx.long.timeout"</code></td>
 </tr>
 <tr class="altColor">
+<td class="colFirst"><a name="org.apache.tephra.TxConstants.Manager.CFG_TX_MAX_LIFETIME">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/tephra/TxConstants.Manager.html#CFG_TX_MAX_LIFETIME">CFG_TX_MAX_LIFETIME</a></code></td>
+<td class="colLast"><code>"data.tx.max.lifetime"</code></td>
+</tr>
+<tr class="rowColor">
 <td class="colFirst"><a name="org.apache.tephra.TxConstants.Manager.CFG_TX_MAX_TIMEOUT">
 <!--   -->
 </a><code>public&nbsp;static&nbsp;final&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
 <td><code><a href="org/apache/tephra/TxConstants.Manager.html#CFG_TX_MAX_TIMEOUT">CFG_TX_MAX_TIMEOUT</a></code></td>
 <td class="colLast"><code>"data.tx.max.timeout"</code></td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><a name="org.apache.tephra.TxConstants.Manager.CFG_TX_SNAPSHOT_DIR">
 <!--   -->
 </a><code>public&nbsp;static&nbsp;final&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
 <td><code><a href="org/apache/tephra/TxConstants.Manager.html#CFG_TX_SNAPSHOT_DIR">CFG_TX_SNAPSHOT_DIR</a></code></td>
 <td class="colLast"><code>"data.tx.snapshot.dir"</code></td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><a name="org.apache.tephra.TxConstants.Manager.CFG_TX_SNAPSHOT_INTERVAL">
 <!--   -->
 </a><code>public&nbsp;static&nbsp;final&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
 <td><code><a href="org/apache/tephra/TxConstants.Manager.html#CFG_TX_SNAPSHOT_INTERVAL">CFG_TX_SNAPSHOT_INTERVAL</a></code></td>
 <td class="colLast"><code>"data.tx.snapshot.interval"</code></td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><a name="org.apache.tephra.TxConstants.Manager.CFG_TX_SNAPSHOT_LOCAL_DIR">
 <!--   -->
 </a><code>public&nbsp;static&nbsp;final&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
 <td><code><a href="org/apache/tephra/TxConstants.Manager.html#CFG_TX_SNAPSHOT_LOCAL_DIR">CFG_TX_SNAPSHOT_LOCAL_DIR</a></code></td>
 <td class="colLast"><code>"data.tx.snapshot.local.dir"</code></td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><a name="org.apache.tephra.TxConstants.Manager.CFG_TX_SNAPSHOT_RETAIN">
 <!--   -->
 </a><code>public&nbsp;static&nbsp;final&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
 <td><code><a href="org/apache/tephra/TxConstants.Manager.html#CFG_TX_SNAPSHOT_RETAIN">CFG_TX_SNAPSHOT_RETAIN</a></code></td>
 <td class="colLast"><code>"data.tx.snapshot.retain"</code></td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><a name="org.apache.tephra.TxConstants.Manager.CFG_TX_TIMEOUT">
 <!--   -->
 </a><code>public&nbsp;static&nbsp;final&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
 <td><code><a href="org/apache/tephra/TxConstants.Manager.html#CFG_TX_TIMEOUT">CFG_TX_TIMEOUT</a></code></td>
 <td class="colLast"><code>"data.tx.timeout"</code></td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><a name="org.apache.tephra.TxConstants.Manager.DEFAULT_TX_CLEANUP_INTERVAL">
 <!--   -->
 </a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
 <td><code><a href="org/apache/tephra/TxConstants.Manager.html#DEFAULT_TX_CLEANUP_INTERVAL">DEFAULT_TX_CLEANUP_INTERVAL</a></code></td>
 <td class="colLast"><code>10</code></td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><a name="org.apache.tephra.TxConstants.Manager.DEFAULT_TX_MAX_TIMEOUT">
 <!--   -->
 </a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
 <td><code><a href="org/apache/tephra/TxConstants.Manager.html#DEFAULT_TX_MAX_TIMEOUT">DEFAULT_TX_MAX_TIMEOUT</a></code></td>
 <td class="colLast"><code>2147483647</code></td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><a name="org.apache.tephra.TxConstants.Manager.DEFAULT_TX_SNAPSHOT_INTERVAL">
 <!--   -->
 </a><code>public&nbsp;static&nbsp;final&nbsp;long</code></td>
 <td><code><a href="org/apache/tephra/TxConstants.Manager.html#DEFAULT_TX_SNAPSHOT_INTERVAL">DEFAULT_TX_SNAPSHOT_INTERVAL</a></code></td>
 <td class="colLast"><code>300L</code></td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><a name="org.apache.tephra.TxConstants.Manager.DEFAULT_TX_SNAPSHOT_RETAIN">
 <!--   -->
 </a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
 <td><code><a href="org/apache/tephra/TxConstants.Manager.html#DEFAULT_TX_SNAPSHOT_RETAIN">DEFAULT_TX_SNAPSHOT_RETAIN</a></code></td>
 <td class="colLast"><code>10</code></td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><a name="org.apache.tephra.TxConstants.Manager.DEFAULT_TX_TIMEOUT">
 <!--   -->
 </a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
@@ -680,6 +647,95 @@
 </tbody>
 </table>
 </li>
+<li class="blockList">
+<table border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
+<caption><span>org.apache.tephra.<a href="org/apache/tephra/TxConstants.TransactionPruning.html" title="class in org.apache.tephra">TxConstants.TransactionPruning</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th scope="col">Constant Field</th>
+<th class="colLast" scope="col">Value</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.tephra.TxConstants.TransactionPruning.DEFAULT_PLUGIN">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/tephra/TxConstants.TransactionPruning.html#DEFAULT_PLUGIN">DEFAULT_PLUGIN</a></code></td>
+<td class="colLast"><code>"data.tx.prune.plugin.default"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.tephra.TxConstants.TransactionPruning.DEFAULT_PLUGIN_CLASS">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/tephra/TxConstants.TransactionPruning.html#DEFAULT_PLUGIN_CLASS">DEFAULT_PLUGIN_CLASS</a></code></td>
+<td class="colLast"><code>"org.apache.tephra.hbase.txprune.HBaseTransactionPruningPlugin"</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.tephra.TxConstants.TransactionPruning.DEFAULT_PRUNE_ENABLE">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;boolean</code></td>
+<td><code><a href="org/apache/tephra/TxConstants.TransactionPruning.html#DEFAULT_PRUNE_ENABLE">DEFAULT_PRUNE_ENABLE</a></code></td>
+<td class="colLast"><code>false</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.tephra.TxConstants.TransactionPruning.DEFAULT_PRUNE_STATE_TABLE">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/tephra/TxConstants.TransactionPruning.html#DEFAULT_PRUNE_STATE_TABLE">DEFAULT_PRUNE_STATE_TABLE</a></code></td>
+<td class="colLast"><code>"tephra.state"</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.tephra.TxConstants.TransactionPruning.PLUGIN_CLASS_SUFFIX">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/tephra/TxConstants.TransactionPruning.html#PLUGIN_CLASS_SUFFIX">PLUGIN_CLASS_SUFFIX</a></code></td>
+<td class="colLast"><code>".class"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.tephra.TxConstants.TransactionPruning.PLUGINS">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/tephra/TxConstants.TransactionPruning.html#PLUGINS">PLUGINS</a></code></td>
+<td class="colLast"><code>"data.tx.prune.plugins"</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.tephra.TxConstants.TransactionPruning.PRUNE_ENABLE">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/tephra/TxConstants.TransactionPruning.html#PRUNE_ENABLE">PRUNE_ENABLE</a></code></td>
+<td class="colLast"><code>"data.tx.prune.enable"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.tephra.TxConstants.TransactionPruning.PRUNE_FLUSH_INTERVAL">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/tephra/TxConstants.TransactionPruning.html#PRUNE_FLUSH_INTERVAL">PRUNE_FLUSH_INTERVAL</a></code></td>
+<td class="colLast"><code>"data.tx.prune.flush.interval"</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.tephra.TxConstants.TransactionPruning.PRUNE_GRACE_PERIOD">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/tephra/TxConstants.TransactionPruning.html#PRUNE_GRACE_PERIOD">PRUNE_GRACE_PERIOD</a></code></td>
+<td class="colLast"><code>"data.tx.grace.period"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.tephra.TxConstants.TransactionPruning.PRUNE_INTERVAL">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/tephra/TxConstants.TransactionPruning.html#PRUNE_INTERVAL">PRUNE_INTERVAL</a></code></td>
+<td class="colLast"><code>"data.tx.prune.interval"</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.tephra.TxConstants.TransactionPruning.PRUNE_STATE_TABLE">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/tephra/TxConstants.TransactionPruning.html#PRUNE_STATE_TABLE">PRUNE_STATE_TABLE</a></code></td>
+<td class="colLast"><code>"data.tx.prune.state.table"</code></td>
+</tr>
+</tbody>
+</table>
+</li>
 </ul>
 </div>
 <!-- ======= START OF BOTTOM NAVBAR ====== -->
@@ -727,6 +783,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2016 <a href="http://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2017 <a href="http://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

Modified: incubator/tephra/site/apidocs/deprecated-list.html
URL: http://svn.apache.org/viewvc/incubator/tephra/site/apidocs/deprecated-list.html?rev=1787828&r1=1787827&r2=1787828&view=diff
==============================================================================
--- incubator/tephra/site/apidocs/deprecated-list.html (original)
+++ incubator/tephra/site/apidocs/deprecated-list.html Mon Mar 20 18:46:34 2017
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_60) on Fri Dec 23 12:42:30 PST 2016 -->
+<!-- Generated by javadoc (version 1.7.0_60) on Mon Mar 20 11:27:29 PDT 2017 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Deprecated List (Apache Tephra 0.11.0-incubating-SNAPSHOT API)</title>
-<meta name="date" content="2016-12-23">
+<title>Deprecated List (Apache Tephra 0.12.0-incubating-SNAPSHOT API)</title>
+<meta name="date" content="2017-03-20">
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Deprecated List (Apache Tephra 0.11.0-incubating-SNAPSHOT API)";
+        parent.document.title="Deprecated List (Apache Tephra 0.12.0-incubating-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -206,6 +206,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2016 <a href="http://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2017 <a href="http://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

Modified: incubator/tephra/site/apidocs/help-doc.html
URL: http://svn.apache.org/viewvc/incubator/tephra/site/apidocs/help-doc.html?rev=1787828&r1=1787827&r2=1787828&view=diff
==============================================================================
--- incubator/tephra/site/apidocs/help-doc.html (original)
+++ incubator/tephra/site/apidocs/help-doc.html Mon Mar 20 18:46:34 2017
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_60) on Fri Dec 23 12:42:30 PST 2016 -->
+<!-- Generated by javadoc (version 1.7.0_60) on Mon Mar 20 11:27:29 PDT 2017 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>API Help (Apache Tephra 0.11.0-incubating-SNAPSHOT API)</title>
-<meta name="date" content="2016-12-23">
+<title>API Help (Apache Tephra 0.12.0-incubating-SNAPSHOT API)</title>
+<meta name="date" content="2017-03-20">
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="API Help (Apache Tephra 0.11.0-incubating-SNAPSHOT API)";
+        parent.document.title="API Help (Apache Tephra 0.12.0-incubating-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -217,6 +217,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2016 <a href="http://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2017 <a href="http://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>