http://git-wip-us.apache.org/repos/asf/hbase-site/blob/21766f4a/apidocs/src-html/org/apache/hadoop/hbase/client/ColumnFamilyDescriptor.html
----------------------------------------------------------------------
diff --git
a/apidocs/src-html/org/apache/hadoop/hbase/client/ColumnFamilyDescriptor.html
b/apidocs/src-html/org/apache/hadoop/hbase/client/ColumnFamilyDescriptor.html
index 91fe6e6..02e3eb8 100644
---
a/apidocs/src-html/org/apache/hadoop/hbase/client/ColumnFamilyDescriptor.html
+++
b/apidocs/src-html/org/apache/hadoop/hbase/client/ColumnFamilyDescriptor.html
@@ -223,7 +223,14 @@
<span class="sourceLineNo">215</span> * @return Column family descriptor
with only the customized attributes.<a name="line.215"></a>
<span class="sourceLineNo">216</span> */<a name="line.216"></a>
<span class="sourceLineNo">217</span> String toStringCustomizedValues();<a
name="line.217"></a>
-<span class="sourceLineNo">218</span>}<a name="line.218"></a>
+<span class="sourceLineNo">218</span><a name="line.218"></a>
+<span class="sourceLineNo">219</span> /**<a name="line.219"></a>
+<span class="sourceLineNo">220</span> * By default, HBase only consider
timestamp in versions. So a previous Delete with higher ts<a
name="line.220"></a>
+<span class="sourceLineNo">221</span> * will mask a later Put with lower ts.
Set this to true to enable new semantics of versions.<a name="line.221"></a>
+<span class="sourceLineNo">222</span> * We will also consider mvcc in
versions. See HBASE-15968 for details.<a name="line.222"></a>
+<span class="sourceLineNo">223</span> */<a name="line.223"></a>
+<span class="sourceLineNo">224</span> boolean isNewVersionBehavior();<a
name="line.224"></a>
+<span class="sourceLineNo">225</span>}<a name="line.225"></a>