http://git-wip-us.apache.org/repos/asf/hbase-site/blob/4df09ed9/devapidocs/src-html/org/apache/hadoop/hbase/security/access/SecureBulkLoadEndpoint.html
----------------------------------------------------------------------
diff --git 
a/devapidocs/src-html/org/apache/hadoop/hbase/security/access/SecureBulkLoadEndpoint.html
 
b/devapidocs/src-html/org/apache/hadoop/hbase/security/access/SecureBulkLoadEndpoint.html
index cbf76ed..1756883 100644
--- 
a/devapidocs/src-html/org/apache/hadoop/hbase/security/access/SecureBulkLoadEndpoint.html
+++ 
b/devapidocs/src-html/org/apache/hadoop/hbase/security/access/SecureBulkLoadEndpoint.html
@@ -103,93 +103,98 @@
 <span class="sourceLineNo">095</span>    done.run(null);<a name="line.95"></a>
 <span class="sourceLineNo">096</span>  }<a name="line.96"></a>
 <span class="sourceLineNo">097</span><a name="line.97"></a>
-<span class="sourceLineNo">098</span>  
org.apache.hadoop.hbase.shaded.protobuf.generated.ClientProtos.PrepareBulkLoadRequest<a
 name="line.98"></a>
-<span class="sourceLineNo">099</span>    convert(PrepareBulkLoadRequest 
request)<a name="line.99"></a>
-<span class="sourceLineNo">100</span>  throws 
org.apache.hbase.thirdparty.com.google.protobuf.InvalidProtocolBufferException 
{<a name="line.100"></a>
-<span class="sourceLineNo">101</span>    byte [] bytes = 
request.toByteArray();<a name="line.101"></a>
-<span class="sourceLineNo">102</span>    
org.apache.hadoop.hbase.shaded.protobuf.generated.ClientProtos.PrepareBulkLoadRequest.Builder<a
 name="line.102"></a>
-<span class="sourceLineNo">103</span>          builder =<a name="line.103"></a>
-<span class="sourceLineNo">104</span>        
org.apache.hadoop.hbase.shaded.protobuf.generated.ClientProtos.PrepareBulkLoadRequest.<a
 name="line.104"></a>
-<span class="sourceLineNo">105</span>        newBuilder();<a 
name="line.105"></a>
-<span class="sourceLineNo">106</span>    builder.mergeFrom(bytes);<a 
name="line.106"></a>
-<span class="sourceLineNo">107</span>    return builder.build();<a 
name="line.107"></a>
-<span class="sourceLineNo">108</span>  }<a name="line.108"></a>
-<span class="sourceLineNo">109</span><a name="line.109"></a>
-<span class="sourceLineNo">110</span>  @Override<a name="line.110"></a>
-<span class="sourceLineNo">111</span>  public void 
cleanupBulkLoad(RpcController controller, CleanupBulkLoadRequest request,<a 
name="line.111"></a>
-<span class="sourceLineNo">112</span>      
RpcCallback&lt;CleanupBulkLoadResponse&gt; done) {<a name="line.112"></a>
-<span class="sourceLineNo">113</span>    try {<a name="line.113"></a>
-<span class="sourceLineNo">114</span>      SecureBulkLoadManager 
secureBulkLoadManager = this.rsServices.getSecureBulkLoadManager();<a 
name="line.114"></a>
-<span class="sourceLineNo">115</span>      
secureBulkLoadManager.cleanupBulkLoad((HRegion) this.env.getRegion(), 
convert(request));<a name="line.115"></a>
-<span class="sourceLineNo">116</span>      
done.run(CleanupBulkLoadResponse.newBuilder().build());<a name="line.116"></a>
-<span class="sourceLineNo">117</span>    } catch (IOException e) {<a 
name="line.117"></a>
-<span class="sourceLineNo">118</span>      
CoprocessorRpcUtils.setControllerException(controller, e);<a 
name="line.118"></a>
-<span class="sourceLineNo">119</span>    }<a name="line.119"></a>
-<span class="sourceLineNo">120</span>    done.run(null);<a name="line.120"></a>
-<span class="sourceLineNo">121</span>  }<a name="line.121"></a>
-<span class="sourceLineNo">122</span><a name="line.122"></a>
-<span class="sourceLineNo">123</span>  /**<a name="line.123"></a>
-<span class="sourceLineNo">124</span>   * Convert from CPEP protobuf 2.5 to 
internal protobuf 3.3.<a name="line.124"></a>
-<span class="sourceLineNo">125</span>   * @throws 
org.apache.hbase.thirdparty.com.google.protobuf.InvalidProtocolBufferException<a
 name="line.125"></a>
-<span class="sourceLineNo">126</span>   */<a name="line.126"></a>
-<span class="sourceLineNo">127</span>  
org.apache.hadoop.hbase.shaded.protobuf.generated.ClientProtos.CleanupBulkLoadRequest<a
 name="line.127"></a>
-<span class="sourceLineNo">128</span>  convert(CleanupBulkLoadRequest 
request)<a name="line.128"></a>
-<span class="sourceLineNo">129</span>      throws 
org.apache.hbase.thirdparty.com.google.protobuf.InvalidProtocolBufferException 
{<a name="line.129"></a>
-<span class="sourceLineNo">130</span>    byte [] bytes = 
request.toByteArray();<a name="line.130"></a>
-<span class="sourceLineNo">131</span>    
org.apache.hadoop.hbase.shaded.protobuf.generated.ClientProtos.CleanupBulkLoadRequest.Builder<a
 name="line.131"></a>
-<span class="sourceLineNo">132</span>        builder =<a name="line.132"></a>
-<span class="sourceLineNo">133</span>      
org.apache.hadoop.hbase.shaded.protobuf.generated.ClientProtos.CleanupBulkLoadRequest.<a
 name="line.133"></a>
-<span class="sourceLineNo">134</span>      newBuilder();<a name="line.134"></a>
-<span class="sourceLineNo">135</span>    builder.mergeFrom(bytes);<a 
name="line.135"></a>
-<span class="sourceLineNo">136</span>    return builder.build();<a 
name="line.136"></a>
-<span class="sourceLineNo">137</span>  }<a name="line.137"></a>
-<span class="sourceLineNo">138</span><a name="line.138"></a>
-<span class="sourceLineNo">139</span>  @Override<a name="line.139"></a>
-<span class="sourceLineNo">140</span>  public void 
secureBulkLoadHFiles(RpcController controller, SecureBulkLoadHFilesRequest 
request,<a name="line.140"></a>
-<span class="sourceLineNo">141</span>      
RpcCallback&lt;SecureBulkLoadHFilesResponse&gt; done) {<a name="line.141"></a>
-<span class="sourceLineNo">142</span>    boolean loaded = false;<a 
name="line.142"></a>
-<span class="sourceLineNo">143</span>    Map&lt;byte[], List&lt;Path&gt;&gt; 
map = null;<a name="line.143"></a>
-<span class="sourceLineNo">144</span>    try {<a name="line.144"></a>
-<span class="sourceLineNo">145</span>      SecureBulkLoadManager 
secureBulkLoadManager = this.rsServices.getSecureBulkLoadManager();<a 
name="line.145"></a>
-<span class="sourceLineNo">146</span>      BulkLoadHFileRequest 
bulkLoadHFileRequest = ConvertSecureBulkLoadHFilesRequest(request);<a 
name="line.146"></a>
-<span class="sourceLineNo">147</span>      map = 
secureBulkLoadManager.secureBulkLoadHFiles((HRegion) this.env.getRegion(),<a 
name="line.147"></a>
-<span class="sourceLineNo">148</span>          
convert(bulkLoadHFileRequest));<a name="line.148"></a>
-<span class="sourceLineNo">149</span>      loaded = map != null &amp;&amp; 
!map.isEmpty();<a name="line.149"></a>
-<span class="sourceLineNo">150</span>    } catch (IOException e) {<a 
name="line.150"></a>
-<span class="sourceLineNo">151</span>      
CoprocessorRpcUtils.setControllerException(controller, e);<a 
name="line.151"></a>
-<span class="sourceLineNo">152</span>    }<a name="line.152"></a>
-<span class="sourceLineNo">153</span>    
done.run(SecureBulkLoadHFilesResponse.newBuilder().setLoaded(loaded).build());<a
 name="line.153"></a>
-<span class="sourceLineNo">154</span>  }<a name="line.154"></a>
-<span class="sourceLineNo">155</span><a name="line.155"></a>
-<span class="sourceLineNo">156</span>  
org.apache.hadoop.hbase.shaded.protobuf.generated.ClientProtos.BulkLoadHFileRequest<a
 name="line.156"></a>
-<span class="sourceLineNo">157</span>  convert(BulkLoadHFileRequest request)<a 
name="line.157"></a>
-<span class="sourceLineNo">158</span>      throws 
org.apache.hbase.thirdparty.com.google.protobuf.InvalidProtocolBufferException 
{<a name="line.158"></a>
-<span class="sourceLineNo">159</span>    byte [] bytes = 
request.toByteArray();<a name="line.159"></a>
-<span class="sourceLineNo">160</span>    
org.apache.hadoop.hbase.shaded.protobuf.generated.ClientProtos.BulkLoadHFileRequest.Builder<a
 name="line.160"></a>
-<span class="sourceLineNo">161</span>        builder =<a name="line.161"></a>
-<span class="sourceLineNo">162</span>      
org.apache.hadoop.hbase.shaded.protobuf.generated.ClientProtos.BulkLoadHFileRequest.<a
 name="line.162"></a>
-<span class="sourceLineNo">163</span>        newBuilder();<a 
name="line.163"></a>
-<span class="sourceLineNo">164</span>    builder.mergeFrom(bytes);<a 
name="line.164"></a>
-<span class="sourceLineNo">165</span>    return builder.build();<a 
name="line.165"></a>
-<span class="sourceLineNo">166</span>  }<a name="line.166"></a>
-<span class="sourceLineNo">167</span><a name="line.167"></a>
-<span class="sourceLineNo">168</span>  private BulkLoadHFileRequest 
ConvertSecureBulkLoadHFilesRequest(<a name="line.168"></a>
-<span class="sourceLineNo">169</span>      SecureBulkLoadHFilesRequest 
request) {<a name="line.169"></a>
-<span class="sourceLineNo">170</span>    BulkLoadHFileRequest.Builder 
bulkLoadHFileRequest = BulkLoadHFileRequest.newBuilder();<a name="line.170"></a>
-<span class="sourceLineNo">171</span>    RegionSpecifier region =<a 
name="line.171"></a>
-<span class="sourceLineNo">172</span>        
ProtobufUtil.buildRegionSpecifier(RegionSpecifierType.REGION_NAME, this.env<a 
name="line.172"></a>
-<span class="sourceLineNo">173</span>            
.getRegionInfo().getRegionName());<a name="line.173"></a>
-<span class="sourceLineNo">174</span>    
bulkLoadHFileRequest.setRegion(region).setFsToken(request.getFsToken())<a 
name="line.174"></a>
-<span class="sourceLineNo">175</span>        
.setBulkToken(request.getBulkToken()).setAssignSeqNum(request.getAssignSeqNum())<a
 name="line.175"></a>
-<span class="sourceLineNo">176</span>        
.addAllFamilyPath(request.getFamilyPathList());<a name="line.176"></a>
-<span class="sourceLineNo">177</span>    return 
bulkLoadHFileRequest.build();<a name="line.177"></a>
-<span class="sourceLineNo">178</span>  }<a name="line.178"></a>
-<span class="sourceLineNo">179</span><a name="line.179"></a>
-<span class="sourceLineNo">180</span>  @Override<a name="line.180"></a>
-<span class="sourceLineNo">181</span>  public Iterable&lt;Service&gt; 
getServices() {<a name="line.181"></a>
-<span class="sourceLineNo">182</span>    return Collections.singleton(this);<a 
name="line.182"></a>
+<span class="sourceLineNo">098</span>  /**<a name="line.98"></a>
+<span class="sourceLineNo">099</span>   *  Convert from CPEP protobuf 2.5 to 
internal protobuf 3.3.<a name="line.99"></a>
+<span class="sourceLineNo">100</span>   */<a name="line.100"></a>
+<span class="sourceLineNo">101</span>  
org.apache.hadoop.hbase.shaded.protobuf.generated.ClientProtos.PrepareBulkLoadRequest<a
 name="line.101"></a>
+<span class="sourceLineNo">102</span>    convert(PrepareBulkLoadRequest 
request)<a name="line.102"></a>
+<span class="sourceLineNo">103</span>  throws 
org.apache.hbase.thirdparty.com.google.protobuf.InvalidProtocolBufferException 
{<a name="line.103"></a>
+<span class="sourceLineNo">104</span>    byte [] bytes = 
request.toByteArray();<a name="line.104"></a>
+<span class="sourceLineNo">105</span>    
org.apache.hadoop.hbase.shaded.protobuf.generated.ClientProtos.PrepareBulkLoadRequest.Builder<a
 name="line.105"></a>
+<span class="sourceLineNo">106</span>          builder =<a name="line.106"></a>
+<span class="sourceLineNo">107</span>        
org.apache.hadoop.hbase.shaded.protobuf.generated.ClientProtos.PrepareBulkLoadRequest.<a
 name="line.107"></a>
+<span class="sourceLineNo">108</span>        newBuilder();<a 
name="line.108"></a>
+<span class="sourceLineNo">109</span>    builder.mergeFrom(bytes);<a 
name="line.109"></a>
+<span class="sourceLineNo">110</span>    return builder.build();<a 
name="line.110"></a>
+<span class="sourceLineNo">111</span>  }<a name="line.111"></a>
+<span class="sourceLineNo">112</span><a name="line.112"></a>
+<span class="sourceLineNo">113</span>  @Override<a name="line.113"></a>
+<span class="sourceLineNo">114</span>  public void 
cleanupBulkLoad(RpcController controller, CleanupBulkLoadRequest request,<a 
name="line.114"></a>
+<span class="sourceLineNo">115</span>      
RpcCallback&lt;CleanupBulkLoadResponse&gt; done) {<a name="line.115"></a>
+<span class="sourceLineNo">116</span>    try {<a name="line.116"></a>
+<span class="sourceLineNo">117</span>      SecureBulkLoadManager 
secureBulkLoadManager = this.rsServices.getSecureBulkLoadManager();<a 
name="line.117"></a>
+<span class="sourceLineNo">118</span>      
secureBulkLoadManager.cleanupBulkLoad((HRegion) this.env.getRegion(), 
convert(request));<a name="line.118"></a>
+<span class="sourceLineNo">119</span>      
done.run(CleanupBulkLoadResponse.newBuilder().build());<a name="line.119"></a>
+<span class="sourceLineNo">120</span>    } catch (IOException e) {<a 
name="line.120"></a>
+<span class="sourceLineNo">121</span>      
CoprocessorRpcUtils.setControllerException(controller, e);<a 
name="line.121"></a>
+<span class="sourceLineNo">122</span>    }<a name="line.122"></a>
+<span class="sourceLineNo">123</span>    done.run(null);<a name="line.123"></a>
+<span class="sourceLineNo">124</span>  }<a name="line.124"></a>
+<span class="sourceLineNo">125</span><a name="line.125"></a>
+<span class="sourceLineNo">126</span>  /**<a name="line.126"></a>
+<span class="sourceLineNo">127</span>   *  Convert from CPEP protobuf 2.5 to 
internal protobuf 3.3.<a name="line.127"></a>
+<span class="sourceLineNo">128</span>   */<a name="line.128"></a>
+<span class="sourceLineNo">129</span>  
org.apache.hadoop.hbase.shaded.protobuf.generated.ClientProtos.CleanupBulkLoadRequest<a
 name="line.129"></a>
+<span class="sourceLineNo">130</span>  convert(CleanupBulkLoadRequest 
request)<a name="line.130"></a>
+<span class="sourceLineNo">131</span>      throws 
org.apache.hbase.thirdparty.com.google.protobuf.InvalidProtocolBufferException 
{<a name="line.131"></a>
+<span class="sourceLineNo">132</span>    byte [] bytes = 
request.toByteArray();<a name="line.132"></a>
+<span class="sourceLineNo">133</span>    
org.apache.hadoop.hbase.shaded.protobuf.generated.ClientProtos.CleanupBulkLoadRequest.Builder<a
 name="line.133"></a>
+<span class="sourceLineNo">134</span>        builder =<a name="line.134"></a>
+<span class="sourceLineNo">135</span>      
org.apache.hadoop.hbase.shaded.protobuf.generated.ClientProtos.CleanupBulkLoadRequest.<a
 name="line.135"></a>
+<span class="sourceLineNo">136</span>      newBuilder();<a name="line.136"></a>
+<span class="sourceLineNo">137</span>    builder.mergeFrom(bytes);<a 
name="line.137"></a>
+<span class="sourceLineNo">138</span>    return builder.build();<a 
name="line.138"></a>
+<span class="sourceLineNo">139</span>  }<a name="line.139"></a>
+<span class="sourceLineNo">140</span><a name="line.140"></a>
+<span class="sourceLineNo">141</span>  @Override<a name="line.141"></a>
+<span class="sourceLineNo">142</span>  public void 
secureBulkLoadHFiles(RpcController controller, SecureBulkLoadHFilesRequest 
request,<a name="line.142"></a>
+<span class="sourceLineNo">143</span>      
RpcCallback&lt;SecureBulkLoadHFilesResponse&gt; done) {<a name="line.143"></a>
+<span class="sourceLineNo">144</span>    boolean loaded = false;<a 
name="line.144"></a>
+<span class="sourceLineNo">145</span>    Map&lt;byte[], List&lt;Path&gt;&gt; 
map = null;<a name="line.145"></a>
+<span class="sourceLineNo">146</span>    try {<a name="line.146"></a>
+<span class="sourceLineNo">147</span>      SecureBulkLoadManager 
secureBulkLoadManager = this.rsServices.getSecureBulkLoadManager();<a 
name="line.147"></a>
+<span class="sourceLineNo">148</span>      BulkLoadHFileRequest 
bulkLoadHFileRequest = ConvertSecureBulkLoadHFilesRequest(request);<a 
name="line.148"></a>
+<span class="sourceLineNo">149</span>      map = 
secureBulkLoadManager.secureBulkLoadHFiles((HRegion) this.env.getRegion(),<a 
name="line.149"></a>
+<span class="sourceLineNo">150</span>          
convert(bulkLoadHFileRequest));<a name="line.150"></a>
+<span class="sourceLineNo">151</span>      loaded = map != null &amp;&amp; 
!map.isEmpty();<a name="line.151"></a>
+<span class="sourceLineNo">152</span>    } catch (IOException e) {<a 
name="line.152"></a>
+<span class="sourceLineNo">153</span>      
CoprocessorRpcUtils.setControllerException(controller, e);<a 
name="line.153"></a>
+<span class="sourceLineNo">154</span>    }<a name="line.154"></a>
+<span class="sourceLineNo">155</span>    
done.run(SecureBulkLoadHFilesResponse.newBuilder().setLoaded(loaded).build());<a
 name="line.155"></a>
+<span class="sourceLineNo">156</span>  }<a name="line.156"></a>
+<span class="sourceLineNo">157</span><a name="line.157"></a>
+<span class="sourceLineNo">158</span>  /**<a name="line.158"></a>
+<span class="sourceLineNo">159</span>   *  Convert from CPEP protobuf 2.5 to 
internal protobuf 3.3.<a name="line.159"></a>
+<span class="sourceLineNo">160</span>   */<a name="line.160"></a>
+<span class="sourceLineNo">161</span>  
org.apache.hadoop.hbase.shaded.protobuf.generated.ClientProtos.BulkLoadHFileRequest<a
 name="line.161"></a>
+<span class="sourceLineNo">162</span>  convert(BulkLoadHFileRequest request)<a 
name="line.162"></a>
+<span class="sourceLineNo">163</span>      throws 
org.apache.hbase.thirdparty.com.google.protobuf.InvalidProtocolBufferException 
{<a name="line.163"></a>
+<span class="sourceLineNo">164</span>    byte [] bytes = 
request.toByteArray();<a name="line.164"></a>
+<span class="sourceLineNo">165</span>    
org.apache.hadoop.hbase.shaded.protobuf.generated.ClientProtos.BulkLoadHFileRequest.Builder<a
 name="line.165"></a>
+<span class="sourceLineNo">166</span>        builder =<a name="line.166"></a>
+<span class="sourceLineNo">167</span>      
org.apache.hadoop.hbase.shaded.protobuf.generated.ClientProtos.BulkLoadHFileRequest.<a
 name="line.167"></a>
+<span class="sourceLineNo">168</span>        newBuilder();<a 
name="line.168"></a>
+<span class="sourceLineNo">169</span>    builder.mergeFrom(bytes);<a 
name="line.169"></a>
+<span class="sourceLineNo">170</span>    return builder.build();<a 
name="line.170"></a>
+<span class="sourceLineNo">171</span>  }<a name="line.171"></a>
+<span class="sourceLineNo">172</span><a name="line.172"></a>
+<span class="sourceLineNo">173</span>  private BulkLoadHFileRequest 
ConvertSecureBulkLoadHFilesRequest(<a name="line.173"></a>
+<span class="sourceLineNo">174</span>      SecureBulkLoadHFilesRequest 
request) {<a name="line.174"></a>
+<span class="sourceLineNo">175</span>    BulkLoadHFileRequest.Builder 
bulkLoadHFileRequest = BulkLoadHFileRequest.newBuilder();<a name="line.175"></a>
+<span class="sourceLineNo">176</span>    RegionSpecifier region =<a 
name="line.176"></a>
+<span class="sourceLineNo">177</span>        
ProtobufUtil.buildRegionSpecifier(RegionSpecifierType.REGION_NAME, this.env<a 
name="line.177"></a>
+<span class="sourceLineNo">178</span>            
.getRegionInfo().getRegionName());<a name="line.178"></a>
+<span class="sourceLineNo">179</span>    
bulkLoadHFileRequest.setRegion(region).setFsToken(request.getFsToken())<a 
name="line.179"></a>
+<span class="sourceLineNo">180</span>        
.setBulkToken(request.getBulkToken()).setAssignSeqNum(request.getAssignSeqNum())<a
 name="line.180"></a>
+<span class="sourceLineNo">181</span>        
.addAllFamilyPath(request.getFamilyPathList());<a name="line.181"></a>
+<span class="sourceLineNo">182</span>    return 
bulkLoadHFileRequest.build();<a name="line.182"></a>
 <span class="sourceLineNo">183</span>  }<a name="line.183"></a>
-<span class="sourceLineNo">184</span>}<a name="line.184"></a>
+<span class="sourceLineNo">184</span><a name="line.184"></a>
+<span class="sourceLineNo">185</span>  @Override<a name="line.185"></a>
+<span class="sourceLineNo">186</span>  public Iterable&lt;Service&gt; 
getServices() {<a name="line.186"></a>
+<span class="sourceLineNo">187</span>    return Collections.singleton(this);<a 
name="line.187"></a>
+<span class="sourceLineNo">188</span>  }<a name="line.188"></a>
+<span class="sourceLineNo">189</span>}<a name="line.189"></a>
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/4df09ed9/devapidocs/src-html/org/apache/hadoop/hbase/util/AbstractByteRange.html
----------------------------------------------------------------------
diff --git 
a/devapidocs/src-html/org/apache/hadoop/hbase/util/AbstractByteRange.html 
b/devapidocs/src-html/org/apache/hadoop/hbase/util/AbstractByteRange.html
index 222b646..618c8a8 100644
--- a/devapidocs/src-html/org/apache/hadoop/hbase/util/AbstractByteRange.html
+++ b/devapidocs/src-html/org/apache/hadoop/hbase/util/AbstractByteRange.html
@@ -323,21 +323,35 @@
 <span class="sourceLineNo">315</span>    hash = UNSET_HASH_VALUE;<a 
name="line.315"></a>
 <span class="sourceLineNo">316</span>  }<a name="line.316"></a>
 <span class="sourceLineNo">317</span><a name="line.317"></a>
-<span class="sourceLineNo">318</span>  /**<a name="line.318"></a>
-<span class="sourceLineNo">319</span>   * Bitwise comparison of each byte in 
the array. Unsigned comparison, not<a name="line.319"></a>
-<span class="sourceLineNo">320</span>   * paying attention to java's signed 
bytes.<a name="line.320"></a>
-<span class="sourceLineNo">321</span>   */<a name="line.321"></a>
-<span class="sourceLineNo">322</span>  @Override<a name="line.322"></a>
-<span class="sourceLineNo">323</span>  public int compareTo(ByteRange other) 
{<a name="line.323"></a>
-<span class="sourceLineNo">324</span>    return Bytes.compareTo(bytes, offset, 
length, other.getBytes(), other.getOffset(),<a name="line.324"></a>
-<span class="sourceLineNo">325</span>        other.getLength());<a 
name="line.325"></a>
-<span class="sourceLineNo">326</span>  }<a name="line.326"></a>
-<span class="sourceLineNo">327</span><a name="line.327"></a>
-<span class="sourceLineNo">328</span>  @Override<a name="line.328"></a>
-<span class="sourceLineNo">329</span>  public String toString() {<a 
name="line.329"></a>
-<span class="sourceLineNo">330</span>    return Bytes.toStringBinary(bytes, 
offset, length);<a name="line.330"></a>
-<span class="sourceLineNo">331</span>  }<a name="line.331"></a>
-<span class="sourceLineNo">332</span>}<a name="line.332"></a>
+<span class="sourceLineNo">318</span>  @Override<a name="line.318"></a>
+<span class="sourceLineNo">319</span>  public boolean equals(Object obj) {<a 
name="line.319"></a>
+<span class="sourceLineNo">320</span>    if (this == obj) {<a 
name="line.320"></a>
+<span class="sourceLineNo">321</span>      return true;<a name="line.321"></a>
+<span class="sourceLineNo">322</span>    }<a name="line.322"></a>
+<span class="sourceLineNo">323</span>    if (obj == null) {<a 
name="line.323"></a>
+<span class="sourceLineNo">324</span>      return false;<a name="line.324"></a>
+<span class="sourceLineNo">325</span>    }<a name="line.325"></a>
+<span class="sourceLineNo">326</span>    if (!(obj instanceof ByteRange)) {<a 
name="line.326"></a>
+<span class="sourceLineNo">327</span>      return false;<a name="line.327"></a>
+<span class="sourceLineNo">328</span>    }<a name="line.328"></a>
+<span class="sourceLineNo">329</span>    return compareTo((ByteRange) obj) == 
0;<a name="line.329"></a>
+<span class="sourceLineNo">330</span>  }<a name="line.330"></a>
+<span class="sourceLineNo">331</span><a name="line.331"></a>
+<span class="sourceLineNo">332</span>  /**<a name="line.332"></a>
+<span class="sourceLineNo">333</span>   * Bitwise comparison of each byte in 
the array. Unsigned comparison, not<a name="line.333"></a>
+<span class="sourceLineNo">334</span>   * paying attention to java's signed 
bytes.<a name="line.334"></a>
+<span class="sourceLineNo">335</span>   */<a name="line.335"></a>
+<span class="sourceLineNo">336</span>  @Override<a name="line.336"></a>
+<span class="sourceLineNo">337</span>  public int compareTo(ByteRange other) 
{<a name="line.337"></a>
+<span class="sourceLineNo">338</span>    return Bytes.compareTo(bytes, offset, 
length, other.getBytes(), other.getOffset(),<a name="line.338"></a>
+<span class="sourceLineNo">339</span>        other.getLength());<a 
name="line.339"></a>
+<span class="sourceLineNo">340</span>  }<a name="line.340"></a>
+<span class="sourceLineNo">341</span><a name="line.341"></a>
+<span class="sourceLineNo">342</span>  @Override<a name="line.342"></a>
+<span class="sourceLineNo">343</span>  public String toString() {<a 
name="line.343"></a>
+<span class="sourceLineNo">344</span>    return Bytes.toStringBinary(bytes, 
offset, length);<a name="line.344"></a>
+<span class="sourceLineNo">345</span>  }<a name="line.345"></a>
+<span class="sourceLineNo">346</span>}<a name="line.346"></a>
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/4df09ed9/devapidocs/src-html/org/apache/hadoop/hbase/util/JRubyFormat.html
----------------------------------------------------------------------
diff --git a/devapidocs/src-html/org/apache/hadoop/hbase/util/JRubyFormat.html 
b/devapidocs/src-html/org/apache/hadoop/hbase/util/JRubyFormat.html
index 514bcb2..e4cf2cc 100644
--- a/devapidocs/src-html/org/apache/hadoop/hbase/util/JRubyFormat.html
+++ b/devapidocs/src-html/org/apache/hadoop/hbase/util/JRubyFormat.html
@@ -38,126 +38,128 @@
 <span class="sourceLineNo">030</span>/**<a name="line.30"></a>
 <span class="sourceLineNo">031</span> * Utility class for converting objects 
to JRuby.<a name="line.31"></a>
 <span class="sourceLineNo">032</span> *<a name="line.32"></a>
-<span class="sourceLineNo">033</span> * It handles null, Boolean, Number, 
String, byte[], List&lt;Object&gt;, Map&lt;String, Object&gt; structures.<a 
name="line.33"></a>
-<span class="sourceLineNo">034</span> *<a name="line.34"></a>
-<span class="sourceLineNo">035</span> * &lt;p&gt;<a name="line.35"></a>
-<span class="sourceLineNo">036</span> * E.g.<a name="line.36"></a>
-<span class="sourceLineNo">037</span> * &lt;pre&gt;<a name="line.37"></a>
-<span class="sourceLineNo">038</span> * Map&lt;String, Object&gt; map = new 
LinkedHashMap&lt;&gt;();<a name="line.38"></a>
-<span class="sourceLineNo">039</span> * map.put("null", null);<a 
name="line.39"></a>
-<span class="sourceLineNo">040</span> * map.put("boolean", true);<a 
name="line.40"></a>
-<span class="sourceLineNo">041</span> * map.put("number", 1);<a 
name="line.41"></a>
-<span class="sourceLineNo">042</span> * map.put("string", "str");<a 
name="line.42"></a>
-<span class="sourceLineNo">043</span> * map.put("binary", new byte[] { 1, 2, 3 
});<a name="line.43"></a>
-<span class="sourceLineNo">044</span> * map.put("list", Lists.newArrayList(1, 
"2", true));<a name="line.44"></a>
-<span class="sourceLineNo">045</span> * &lt;/pre&gt;<a name="line.45"></a>
-<span class="sourceLineNo">046</span> * &lt;/p&gt;<a name="line.46"></a>
-<span class="sourceLineNo">047</span> *<a name="line.47"></a>
-<span class="sourceLineNo">048</span> * &lt;p&gt;<a name="line.48"></a>
-<span class="sourceLineNo">049</span> * Calling {@link #print(Object)} method 
will result:<a name="line.49"></a>
-<span class="sourceLineNo">050</span> * &lt;pre&gt;<a name="line.50"></a>
-<span class="sourceLineNo">051</span> * { null =&gt; '', boolean =&gt; 'true', 
number =&gt; '1', string =&gt; 'str', binary =&gt; '010203', list =&gt; [ '1', 
'2', 'true' ] }<a name="line.51"></a>
-<span class="sourceLineNo">052</span> * &lt;/pre&gt;<a name="line.52"></a>
-<span class="sourceLineNo">053</span> * &lt;/p&gt;<a name="line.53"></a>
-<span class="sourceLineNo">054</span> */<a name="line.54"></a>
-<span class="sourceLineNo">055</span>@InterfaceAudience.Private<a 
name="line.55"></a>
-<span class="sourceLineNo">056</span>public final class JRubyFormat {<a 
name="line.56"></a>
-<span class="sourceLineNo">057</span>  private static final Escaper escaper;<a 
name="line.57"></a>
-<span class="sourceLineNo">058</span><a name="line.58"></a>
-<span class="sourceLineNo">059</span>  static {<a name="line.59"></a>
-<span class="sourceLineNo">060</span>    escaper = Escapers.builder()<a 
name="line.60"></a>
-<span class="sourceLineNo">061</span>      .addEscape('\\', "\\\\")<a 
name="line.61"></a>
-<span class="sourceLineNo">062</span>      .addEscape('\'', "\\'")<a 
name="line.62"></a>
-<span class="sourceLineNo">063</span>      .addEscape('\n', "\\n")<a 
name="line.63"></a>
-<span class="sourceLineNo">064</span>      .addEscape('\r', "\\r")<a 
name="line.64"></a>
-<span class="sourceLineNo">065</span>      .addEscape('\t', "\\t")<a 
name="line.65"></a>
-<span class="sourceLineNo">066</span>      .addEscape('\f', "\\f")<a 
name="line.66"></a>
-<span class="sourceLineNo">067</span>      .build();<a name="line.67"></a>
-<span class="sourceLineNo">068</span>  }<a name="line.68"></a>
-<span class="sourceLineNo">069</span><a name="line.69"></a>
-<span class="sourceLineNo">070</span>  private JRubyFormat() {<a 
name="line.70"></a>
-<span class="sourceLineNo">071</span>  }<a name="line.71"></a>
-<span class="sourceLineNo">072</span><a name="line.72"></a>
-<span class="sourceLineNo">073</span>  private static String escape(Object 
object) {<a name="line.73"></a>
-<span class="sourceLineNo">074</span>    if (object == null) {<a 
name="line.74"></a>
-<span class="sourceLineNo">075</span>      return "";<a name="line.75"></a>
-<span class="sourceLineNo">076</span>    } else {<a name="line.76"></a>
-<span class="sourceLineNo">077</span>      return 
escaper.escape(object.toString());<a name="line.77"></a>
-<span class="sourceLineNo">078</span>    }<a name="line.78"></a>
-<span class="sourceLineNo">079</span>  }<a name="line.79"></a>
-<span class="sourceLineNo">080</span><a name="line.80"></a>
-<span class="sourceLineNo">081</span>  @SuppressWarnings({ "unchecked" })<a 
name="line.81"></a>
-<span class="sourceLineNo">082</span>  private static void 
appendJRuby(StringBuilder builder, Object object) {<a name="line.82"></a>
-<span class="sourceLineNo">083</span>    if (object == null) {<a 
name="line.83"></a>
-<span class="sourceLineNo">084</span>      builder.append("''");<a 
name="line.84"></a>
-<span class="sourceLineNo">085</span>    } else if (object instanceof List) 
{<a name="line.85"></a>
-<span class="sourceLineNo">086</span>      builder.append("[");<a 
name="line.86"></a>
-<span class="sourceLineNo">087</span><a name="line.87"></a>
-<span class="sourceLineNo">088</span>      boolean first = true;<a 
name="line.88"></a>
+<span class="sourceLineNo">033</span> * It handles null, Boolean, Number, 
String, byte[], List&amp;lt;Object&gt;, Map&amp;lt;String, Object&gt;<a 
name="line.33"></a>
+<span class="sourceLineNo">034</span> *   structures.<a name="line.34"></a>
+<span class="sourceLineNo">035</span> *<a name="line.35"></a>
+<span class="sourceLineNo">036</span> * &lt;p&gt;<a name="line.36"></a>
+<span class="sourceLineNo">037</span> * E.g.<a name="line.37"></a>
+<span class="sourceLineNo">038</span> * &lt;pre&gt;<a name="line.38"></a>
+<span class="sourceLineNo">039</span> * Map&amp;lt;String, Object&gt; map = 
new LinkedHashMap&amp;lt;&gt;();<a name="line.39"></a>
+<span class="sourceLineNo">040</span> * map.put("null", null);<a 
name="line.40"></a>
+<span class="sourceLineNo">041</span> * map.put("boolean", true);<a 
name="line.41"></a>
+<span class="sourceLineNo">042</span> * map.put("number", 1);<a 
name="line.42"></a>
+<span class="sourceLineNo">043</span> * map.put("string", "str");<a 
name="line.43"></a>
+<span class="sourceLineNo">044</span> * map.put("binary", new byte[] { 1, 2, 3 
});<a name="line.44"></a>
+<span class="sourceLineNo">045</span> * map.put("list", Lists.newArrayList(1, 
"2", true));<a name="line.45"></a>
+<span class="sourceLineNo">046</span> * &lt;/pre&gt;<a name="line.46"></a>
+<span class="sourceLineNo">047</span> * &lt;/p&gt;<a name="line.47"></a>
+<span class="sourceLineNo">048</span> *<a name="line.48"></a>
+<span class="sourceLineNo">049</span> * &lt;p&gt;<a name="line.49"></a>
+<span class="sourceLineNo">050</span> * Calling {@link #print(Object)} method 
will result:<a name="line.50"></a>
+<span class="sourceLineNo">051</span> * &lt;pre&gt;<a name="line.51"></a>
+<span class="sourceLineNo">052</span> * { null =&gt; '', boolean =&gt; 'true', 
number =&gt; '1', string =&gt; 'str',<a name="line.52"></a>
+<span class="sourceLineNo">053</span> *   binary =&gt; '010203', list =&gt; [ 
'1', '2', 'true' ] }<a name="line.53"></a>
+<span class="sourceLineNo">054</span> * &lt;/pre&gt;<a name="line.54"></a>
+<span class="sourceLineNo">055</span> * &lt;/p&gt;<a name="line.55"></a>
+<span class="sourceLineNo">056</span> */<a name="line.56"></a>
+<span class="sourceLineNo">057</span>@InterfaceAudience.Private<a 
name="line.57"></a>
+<span class="sourceLineNo">058</span>public final class JRubyFormat {<a 
name="line.58"></a>
+<span class="sourceLineNo">059</span>  private static final Escaper escaper;<a 
name="line.59"></a>
+<span class="sourceLineNo">060</span><a name="line.60"></a>
+<span class="sourceLineNo">061</span>  static {<a name="line.61"></a>
+<span class="sourceLineNo">062</span>    escaper = Escapers.builder()<a 
name="line.62"></a>
+<span class="sourceLineNo">063</span>      .addEscape('\\', "\\\\")<a 
name="line.63"></a>
+<span class="sourceLineNo">064</span>      .addEscape('\'', "\\'")<a 
name="line.64"></a>
+<span class="sourceLineNo">065</span>      .addEscape('\n', "\\n")<a 
name="line.65"></a>
+<span class="sourceLineNo">066</span>      .addEscape('\r', "\\r")<a 
name="line.66"></a>
+<span class="sourceLineNo">067</span>      .addEscape('\t', "\\t")<a 
name="line.67"></a>
+<span class="sourceLineNo">068</span>      .addEscape('\f', "\\f")<a 
name="line.68"></a>
+<span class="sourceLineNo">069</span>      .build();<a name="line.69"></a>
+<span class="sourceLineNo">070</span>  }<a name="line.70"></a>
+<span class="sourceLineNo">071</span><a name="line.71"></a>
+<span class="sourceLineNo">072</span>  private JRubyFormat() {<a 
name="line.72"></a>
+<span class="sourceLineNo">073</span>  }<a name="line.73"></a>
+<span class="sourceLineNo">074</span><a name="line.74"></a>
+<span class="sourceLineNo">075</span>  private static String escape(Object 
object) {<a name="line.75"></a>
+<span class="sourceLineNo">076</span>    if (object == null) {<a 
name="line.76"></a>
+<span class="sourceLineNo">077</span>      return "";<a name="line.77"></a>
+<span class="sourceLineNo">078</span>    } else {<a name="line.78"></a>
+<span class="sourceLineNo">079</span>      return 
escaper.escape(object.toString());<a name="line.79"></a>
+<span class="sourceLineNo">080</span>    }<a name="line.80"></a>
+<span class="sourceLineNo">081</span>  }<a name="line.81"></a>
+<span class="sourceLineNo">082</span><a name="line.82"></a>
+<span class="sourceLineNo">083</span>  @SuppressWarnings({ "unchecked" })<a 
name="line.83"></a>
+<span class="sourceLineNo">084</span>  private static void 
appendJRuby(StringBuilder builder, Object object) {<a name="line.84"></a>
+<span class="sourceLineNo">085</span>    if (object == null) {<a 
name="line.85"></a>
+<span class="sourceLineNo">086</span>      builder.append("''");<a 
name="line.86"></a>
+<span class="sourceLineNo">087</span>    } else if (object instanceof List) 
{<a name="line.87"></a>
+<span class="sourceLineNo">088</span>      builder.append("[");<a 
name="line.88"></a>
 <span class="sourceLineNo">089</span><a name="line.89"></a>
-<span class="sourceLineNo">090</span>      for (Object element: 
(List&lt;Object&gt;)object) {<a name="line.90"></a>
-<span class="sourceLineNo">091</span>        if (first) {<a name="line.91"></a>
-<span class="sourceLineNo">092</span>          first = false;<a 
name="line.92"></a>
-<span class="sourceLineNo">093</span>          builder.append(" ");<a 
name="line.93"></a>
-<span class="sourceLineNo">094</span>        } else {<a name="line.94"></a>
-<span class="sourceLineNo">095</span>          builder.append(", ");<a 
name="line.95"></a>
-<span class="sourceLineNo">096</span>        }<a name="line.96"></a>
-<span class="sourceLineNo">097</span><a name="line.97"></a>
-<span class="sourceLineNo">098</span>        appendJRuby(builder, element);<a 
name="line.98"></a>
-<span class="sourceLineNo">099</span>      }<a name="line.99"></a>
-<span class="sourceLineNo">100</span><a name="line.100"></a>
-<span class="sourceLineNo">101</span>      if (!first) {<a name="line.101"></a>
-<span class="sourceLineNo">102</span>        builder.append(" ");<a 
name="line.102"></a>
-<span class="sourceLineNo">103</span>      }<a name="line.103"></a>
-<span class="sourceLineNo">104</span><a name="line.104"></a>
-<span class="sourceLineNo">105</span>      builder.append("]");<a 
name="line.105"></a>
-<span class="sourceLineNo">106</span>    } else if (object instanceof Map) {<a 
name="line.106"></a>
-<span class="sourceLineNo">107</span>      builder.append("{");<a 
name="line.107"></a>
-<span class="sourceLineNo">108</span><a name="line.108"></a>
-<span class="sourceLineNo">109</span>      boolean first = true;<a 
name="line.109"></a>
+<span class="sourceLineNo">090</span>      boolean first = true;<a 
name="line.90"></a>
+<span class="sourceLineNo">091</span><a name="line.91"></a>
+<span class="sourceLineNo">092</span>      for (Object element: 
(List&lt;Object&gt;)object) {<a name="line.92"></a>
+<span class="sourceLineNo">093</span>        if (first) {<a name="line.93"></a>
+<span class="sourceLineNo">094</span>          first = false;<a 
name="line.94"></a>
+<span class="sourceLineNo">095</span>          builder.append(" ");<a 
name="line.95"></a>
+<span class="sourceLineNo">096</span>        } else {<a name="line.96"></a>
+<span class="sourceLineNo">097</span>          builder.append(", ");<a 
name="line.97"></a>
+<span class="sourceLineNo">098</span>        }<a name="line.98"></a>
+<span class="sourceLineNo">099</span><a name="line.99"></a>
+<span class="sourceLineNo">100</span>        appendJRuby(builder, element);<a 
name="line.100"></a>
+<span class="sourceLineNo">101</span>      }<a name="line.101"></a>
+<span class="sourceLineNo">102</span><a name="line.102"></a>
+<span class="sourceLineNo">103</span>      if (!first) {<a name="line.103"></a>
+<span class="sourceLineNo">104</span>        builder.append(" ");<a 
name="line.104"></a>
+<span class="sourceLineNo">105</span>      }<a name="line.105"></a>
+<span class="sourceLineNo">106</span><a name="line.106"></a>
+<span class="sourceLineNo">107</span>      builder.append("]");<a 
name="line.107"></a>
+<span class="sourceLineNo">108</span>    } else if (object instanceof Map) {<a 
name="line.108"></a>
+<span class="sourceLineNo">109</span>      builder.append("{");<a 
name="line.109"></a>
 <span class="sourceLineNo">110</span><a name="line.110"></a>
-<span class="sourceLineNo">111</span>      for (Entry&lt;String, Object&gt; 
entry: ((Map&lt;String, Object&gt;)object).entrySet()) {<a name="line.111"></a>
-<span class="sourceLineNo">112</span>        if (first) {<a 
name="line.112"></a>
-<span class="sourceLineNo">113</span>          first = false;<a 
name="line.113"></a>
-<span class="sourceLineNo">114</span>          builder.append(" ");<a 
name="line.114"></a>
-<span class="sourceLineNo">115</span>        } else {<a name="line.115"></a>
-<span class="sourceLineNo">116</span>          builder.append(", ");<a 
name="line.116"></a>
-<span class="sourceLineNo">117</span>        }<a name="line.117"></a>
-<span class="sourceLineNo">118</span><a name="line.118"></a>
-<span class="sourceLineNo">119</span>        String key = entry.getKey();<a 
name="line.119"></a>
-<span class="sourceLineNo">120</span>        String escapedKey = 
escape(key);<a name="line.120"></a>
-<span class="sourceLineNo">121</span><a name="line.121"></a>
-<span class="sourceLineNo">122</span>        if (key.equals(escapedKey)) {<a 
name="line.122"></a>
-<span class="sourceLineNo">123</span>          builder.append(key);<a 
name="line.123"></a>
-<span class="sourceLineNo">124</span>        } else {<a name="line.124"></a>
-<span class="sourceLineNo">125</span>          
builder.append("'").append(escapedKey).append("'");<a name="line.125"></a>
-<span class="sourceLineNo">126</span>        }<a name="line.126"></a>
-<span class="sourceLineNo">127</span><a name="line.127"></a>
-<span class="sourceLineNo">128</span>        builder.append(" =&gt; ");<a 
name="line.128"></a>
-<span class="sourceLineNo">129</span>        appendJRuby(builder, 
entry.getValue());<a name="line.129"></a>
-<span class="sourceLineNo">130</span>      }<a name="line.130"></a>
-<span class="sourceLineNo">131</span><a name="line.131"></a>
-<span class="sourceLineNo">132</span>      if (!first) {<a name="line.132"></a>
-<span class="sourceLineNo">133</span>        builder.append(" ");<a 
name="line.133"></a>
-<span class="sourceLineNo">134</span>      }<a name="line.134"></a>
-<span class="sourceLineNo">135</span><a name="line.135"></a>
-<span class="sourceLineNo">136</span>      builder.append("}");<a 
name="line.136"></a>
-<span class="sourceLineNo">137</span>    } else if (object instanceof byte[]) 
{<a name="line.137"></a>
-<span class="sourceLineNo">138</span>      String byteString = 
Bytes.toHex((byte[])object);<a name="line.138"></a>
-<span class="sourceLineNo">139</span>      
builder.append("'").append(escape(byteString)).append("'");<a 
name="line.139"></a>
-<span class="sourceLineNo">140</span>    } else {<a name="line.140"></a>
-<span class="sourceLineNo">141</span>      
builder.append("'").append(escape(object)).append("'");<a name="line.141"></a>
-<span class="sourceLineNo">142</span>    }<a name="line.142"></a>
-<span class="sourceLineNo">143</span>  }<a name="line.143"></a>
-<span class="sourceLineNo">144</span><a name="line.144"></a>
-<span class="sourceLineNo">145</span>  public static String print(Object 
object) {<a name="line.145"></a>
-<span class="sourceLineNo">146</span>    StringBuilder builder = new 
StringBuilder();<a name="line.146"></a>
-<span class="sourceLineNo">147</span><a name="line.147"></a>
-<span class="sourceLineNo">148</span>    appendJRuby(builder, object);<a 
name="line.148"></a>
+<span class="sourceLineNo">111</span>      boolean first = true;<a 
name="line.111"></a>
+<span class="sourceLineNo">112</span><a name="line.112"></a>
+<span class="sourceLineNo">113</span>      for (Entry&lt;String, Object&gt; 
entry: ((Map&lt;String, Object&gt;)object).entrySet()) {<a name="line.113"></a>
+<span class="sourceLineNo">114</span>        if (first) {<a 
name="line.114"></a>
+<span class="sourceLineNo">115</span>          first = false;<a 
name="line.115"></a>
+<span class="sourceLineNo">116</span>          builder.append(" ");<a 
name="line.116"></a>
+<span class="sourceLineNo">117</span>        } else {<a name="line.117"></a>
+<span class="sourceLineNo">118</span>          builder.append(", ");<a 
name="line.118"></a>
+<span class="sourceLineNo">119</span>        }<a name="line.119"></a>
+<span class="sourceLineNo">120</span><a name="line.120"></a>
+<span class="sourceLineNo">121</span>        String key = entry.getKey();<a 
name="line.121"></a>
+<span class="sourceLineNo">122</span>        String escapedKey = 
escape(key);<a name="line.122"></a>
+<span class="sourceLineNo">123</span><a name="line.123"></a>
+<span class="sourceLineNo">124</span>        if (key.equals(escapedKey)) {<a 
name="line.124"></a>
+<span class="sourceLineNo">125</span>          builder.append(key);<a 
name="line.125"></a>
+<span class="sourceLineNo">126</span>        } else {<a name="line.126"></a>
+<span class="sourceLineNo">127</span>          
builder.append("'").append(escapedKey).append("'");<a name="line.127"></a>
+<span class="sourceLineNo">128</span>        }<a name="line.128"></a>
+<span class="sourceLineNo">129</span><a name="line.129"></a>
+<span class="sourceLineNo">130</span>        builder.append(" =&gt; ");<a 
name="line.130"></a>
+<span class="sourceLineNo">131</span>        appendJRuby(builder, 
entry.getValue());<a name="line.131"></a>
+<span class="sourceLineNo">132</span>      }<a name="line.132"></a>
+<span class="sourceLineNo">133</span><a name="line.133"></a>
+<span class="sourceLineNo">134</span>      if (!first) {<a name="line.134"></a>
+<span class="sourceLineNo">135</span>        builder.append(" ");<a 
name="line.135"></a>
+<span class="sourceLineNo">136</span>      }<a name="line.136"></a>
+<span class="sourceLineNo">137</span><a name="line.137"></a>
+<span class="sourceLineNo">138</span>      builder.append("}");<a 
name="line.138"></a>
+<span class="sourceLineNo">139</span>    } else if (object instanceof byte[]) 
{<a name="line.139"></a>
+<span class="sourceLineNo">140</span>      String byteString = 
Bytes.toHex((byte[])object);<a name="line.140"></a>
+<span class="sourceLineNo">141</span>      
builder.append("'").append(escape(byteString)).append("'");<a 
name="line.141"></a>
+<span class="sourceLineNo">142</span>    } else {<a name="line.142"></a>
+<span class="sourceLineNo">143</span>      
builder.append("'").append(escape(object)).append("'");<a name="line.143"></a>
+<span class="sourceLineNo">144</span>    }<a name="line.144"></a>
+<span class="sourceLineNo">145</span>  }<a name="line.145"></a>
+<span class="sourceLineNo">146</span><a name="line.146"></a>
+<span class="sourceLineNo">147</span>  public static String print(Object 
object) {<a name="line.147"></a>
+<span class="sourceLineNo">148</span>    StringBuilder builder = new 
StringBuilder();<a name="line.148"></a>
 <span class="sourceLineNo">149</span><a name="line.149"></a>
-<span class="sourceLineNo">150</span>    return builder.toString();<a 
name="line.150"></a>
-<span class="sourceLineNo">151</span>  }<a name="line.151"></a>
-<span class="sourceLineNo">152</span>}<a name="line.152"></a>
+<span class="sourceLineNo">150</span>    appendJRuby(builder, object);<a 
name="line.150"></a>
+<span class="sourceLineNo">151</span><a name="line.151"></a>
+<span class="sourceLineNo">152</span>    return builder.toString();<a 
name="line.152"></a>
+<span class="sourceLineNo">153</span>  }<a name="line.153"></a>
+<span class="sourceLineNo">154</span>}<a name="line.154"></a>
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/4df09ed9/devapidocs/src-html/org/apache/hadoop/hbase/util/OrderedBytes.html
----------------------------------------------------------------------
diff --git a/devapidocs/src-html/org/apache/hadoop/hbase/util/OrderedBytes.html 
b/devapidocs/src-html/org/apache/hadoop/hbase/util/OrderedBytes.html
index 783325b..d53276c 100644
--- a/devapidocs/src-html/org/apache/hadoop/hbase/util/OrderedBytes.html
+++ b/devapidocs/src-html/org/apache/hadoop/hbase/util/OrderedBytes.html
@@ -347,7 +347,7 @@
 <span class="sourceLineNo">339</span><a name="line.339"></a>
 <span class="sourceLineNo">340</span>  /**<a name="line.340"></a>
 <span class="sourceLineNo">341</span>   * Perform unsigned comparison between 
two long values. Conforms to the same interface as<a name="line.341"></a>
-<span class="sourceLineNo">342</span>   * {@link 
org.apache.hadoop.hbase.CellComparator#COMPARATOR#compare(Object, Object)}.<a 
name="line.342"></a>
+<span class="sourceLineNo">342</span>   * {@link 
org.apache.hadoop.hbase.CellComparator}.<a name="line.342"></a>
 <span class="sourceLineNo">343</span>   */<a name="line.343"></a>
 <span class="sourceLineNo">344</span>  private static int unsignedCmp(long x1, 
long x2) {<a name="line.344"></a>
 <span class="sourceLineNo">345</span>    int cmp;<a name="line.345"></a>

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/4df09ed9/downloads.html
----------------------------------------------------------------------
diff --git a/downloads.html b/downloads.html
index 3f2b2f9..8af7e94 100644
--- a/downloads.html
+++ b/downloads.html
@@ -7,7 +7,7 @@
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20180529" />
+    <meta name="Date-Revision-yyyymmdd" content="20180530" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache HBase &#x2013; Apache HBase Downloads</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.5-HBASE.min.css" 
/>
@@ -366,7 +366,7 @@ under the License. -->
                         <a href="https://www.apache.org/";>The Apache Software 
Foundation</a>.
             All rights reserved.      
                     
-                  <li id="publishDate" class="pull-right">Last Published: 
2018-05-29</li>
+                  <li id="publishDate" class="pull-right">Last Published: 
2018-05-30</li>
             </p>
                 </div>
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/4df09ed9/export_control.html
----------------------------------------------------------------------
diff --git a/export_control.html b/export_control.html
index fc3f15d..7c3915a 100644
--- a/export_control.html
+++ b/export_control.html
@@ -7,7 +7,7 @@
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20180529" />
+    <meta name="Date-Revision-yyyymmdd" content="20180530" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache HBase &#x2013; 
       Export Control
@@ -331,7 +331,7 @@ for more details.</p>
                         <a href="https://www.apache.org/";>The Apache Software 
Foundation</a>.
             All rights reserved.      
                     
-                  <li id="publishDate" class="pull-right">Last Published: 
2018-05-29</li>
+                  <li id="publishDate" class="pull-right">Last Published: 
2018-05-30</li>
             </p>
                 </div>
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/4df09ed9/index.html
----------------------------------------------------------------------
diff --git a/index.html b/index.html
index b2933a6..a0b345d 100644
--- a/index.html
+++ b/index.html
@@ -7,7 +7,7 @@
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20180529" />
+    <meta name="Date-Revision-yyyymmdd" content="20180530" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache HBase &#x2013; Apache HBase™ Home</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.5-HBASE.min.css" 
/>
@@ -411,7 +411,7 @@ Apache HBase is an open-source, distributed, versioned, 
non-relational database
                         <a href="https://www.apache.org/";>The Apache Software 
Foundation</a>.
             All rights reserved.      
                     
-                  <li id="publishDate" class="pull-right">Last Published: 
2018-05-29</li>
+                  <li id="publishDate" class="pull-right">Last Published: 
2018-05-30</li>
             </p>
                 </div>
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/4df09ed9/integration.html
----------------------------------------------------------------------
diff --git a/integration.html b/integration.html
index 671c8ab..1aa18e5 100644
--- a/integration.html
+++ b/integration.html
@@ -7,7 +7,7 @@
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20180529" />
+    <meta name="Date-Revision-yyyymmdd" content="20180530" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache HBase &#x2013; CI Management</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.5-HBASE.min.css" 
/>
@@ -291,7 +291,7 @@
                         <a href="https://www.apache.org/";>The Apache Software 
Foundation</a>.
             All rights reserved.      
                     
-                  <li id="publishDate" class="pull-right">Last Published: 
2018-05-29</li>
+                  <li id="publishDate" class="pull-right">Last Published: 
2018-05-30</li>
             </p>
                 </div>
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/4df09ed9/issue-tracking.html
----------------------------------------------------------------------
diff --git a/issue-tracking.html b/issue-tracking.html
index 966253e..0573529 100644
--- a/issue-tracking.html
+++ b/issue-tracking.html
@@ -7,7 +7,7 @@
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20180529" />
+    <meta name="Date-Revision-yyyymmdd" content="20180530" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache HBase &#x2013; Issue Management</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.5-HBASE.min.css" 
/>
@@ -288,7 +288,7 @@
                         <a href="https://www.apache.org/";>The Apache Software 
Foundation</a>.
             All rights reserved.      
                     
-                  <li id="publishDate" class="pull-right">Last Published: 
2018-05-29</li>
+                  <li id="publishDate" class="pull-right">Last Published: 
2018-05-30</li>
             </p>
                 </div>
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/4df09ed9/license.html
----------------------------------------------------------------------
diff --git a/license.html b/license.html
index 31df9de..3af9dbf 100644
--- a/license.html
+++ b/license.html
@@ -7,7 +7,7 @@
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20180529" />
+    <meta name="Date-Revision-yyyymmdd" content="20180530" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache HBase &#x2013; Project Licenses</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.5-HBASE.min.css" 
/>
@@ -491,7 +491,7 @@
                         <a href="https://www.apache.org/";>The Apache Software 
Foundation</a>.
             All rights reserved.      
                     
-                  <li id="publishDate" class="pull-right">Last Published: 
2018-05-29</li>
+                  <li id="publishDate" class="pull-right">Last Published: 
2018-05-30</li>
             </p>
                 </div>
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/4df09ed9/mail-lists.html
----------------------------------------------------------------------
diff --git a/mail-lists.html b/mail-lists.html
index 58ee567..4b7208b 100644
--- a/mail-lists.html
+++ b/mail-lists.html
@@ -7,7 +7,7 @@
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20180529" />
+    <meta name="Date-Revision-yyyymmdd" content="20180530" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache HBase &#x2013; Project Mailing Lists</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.5-HBASE.min.css" 
/>
@@ -341,7 +341,7 @@
                         <a href="https://www.apache.org/";>The Apache Software 
Foundation</a>.
             All rights reserved.      
                     
-                  <li id="publishDate" class="pull-right">Last Published: 
2018-05-29</li>
+                  <li id="publishDate" class="pull-right">Last Published: 
2018-05-30</li>
             </p>
                 </div>
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/4df09ed9/metrics.html
----------------------------------------------------------------------
diff --git a/metrics.html b/metrics.html
index b9468ce..c659529 100644
--- a/metrics.html
+++ b/metrics.html
@@ -7,7 +7,7 @@
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20180529" />
+    <meta name="Date-Revision-yyyymmdd" content="20180530" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache HBase &#x2013;  
       Apache HBase (TM) Metrics
@@ -459,7 +459,7 @@ export HBASE_REGIONSERVER_OPTS=&quot;$HBASE_JMX_OPTS 
-Dcom.sun.management.jmxrem
                         <a href="https://www.apache.org/";>The Apache Software 
Foundation</a>.
             All rights reserved.      
                     
-                  <li id="publishDate" class="pull-right">Last Published: 
2018-05-29</li>
+                  <li id="publishDate" class="pull-right">Last Published: 
2018-05-30</li>
             </p>
                 </div>
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/4df09ed9/old_news.html
----------------------------------------------------------------------
diff --git a/old_news.html b/old_news.html
index f1b128b..7cfd2b5 100644
--- a/old_news.html
+++ b/old_news.html
@@ -7,7 +7,7 @@
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20180529" />
+    <meta name="Date-Revision-yyyymmdd" content="20180530" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache HBase &#x2013; 
       Old Apache HBase (TM) News
@@ -440,7 +440,7 @@ under the License. -->
                         <a href="https://www.apache.org/";>The Apache Software 
Foundation</a>.
             All rights reserved.      
                     
-                  <li id="publishDate" class="pull-right">Last Published: 
2018-05-29</li>
+                  <li id="publishDate" class="pull-right">Last Published: 
2018-05-30</li>
             </p>
                 </div>
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/4df09ed9/plugin-management.html
----------------------------------------------------------------------
diff --git a/plugin-management.html b/plugin-management.html
index 2412681..43a1c2a 100644
--- a/plugin-management.html
+++ b/plugin-management.html
@@ -7,7 +7,7 @@
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20180529" />
+    <meta name="Date-Revision-yyyymmdd" content="20180530" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache HBase &#x2013; Project Plugin Management</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.5-HBASE.min.css" 
/>
@@ -290,8 +290,8 @@
 <td>2.6</td></tr>
 <tr class="a">
 <td>org.apache.maven.plugins</td>
-<td><a class="externalLink" 
href="http://maven.apache.org/plugins/maven-checkstyle-plugin/";>maven-checkstyle-plugin</a></td>
-<td>2.17</td></tr>
+<td><a class="externalLink" 
href="https://maven.apache.org/plugins/maven-checkstyle-plugin/";>maven-checkstyle-plugin</a></td>
+<td>3.0.0</td></tr>
 <tr class="b">
 <td>org.apache.maven.plugins</td>
 <td><a class="externalLink" 
href="http://maven.apache.org/plugins/maven-clean-plugin/";>maven-clean-plugin</a></td>
@@ -440,7 +440,7 @@
                         <a href="https://www.apache.org/";>The Apache Software 
Foundation</a>.
             All rights reserved.      
                     
-                  <li id="publishDate" class="pull-right">Last Published: 
2018-05-29</li>
+                  <li id="publishDate" class="pull-right">Last Published: 
2018-05-30</li>
             </p>
                 </div>
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/4df09ed9/plugins.html
----------------------------------------------------------------------
diff --git a/plugins.html b/plugins.html
index 2fcde3a..8cd23f3 100644
--- a/plugins.html
+++ b/plugins.html
@@ -7,7 +7,7 @@
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20180529" />
+    <meta name="Date-Revision-yyyymmdd" content="20180530" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache HBase &#x2013; Project Plugins</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.5-HBASE.min.css" 
/>
@@ -286,8 +286,8 @@
 <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-checkstyle-plugin/";>maven-checkstyle-plugin</a></td>
-<td>2.17</td></tr>
+<td><a class="externalLink" 
href="https://maven.apache.org/plugins/maven-checkstyle-plugin/";>maven-checkstyle-plugin</a></td>
+<td>3.0.0</td></tr>
 <tr class="a">
 <td>org.apache.maven.plugins</td>
 <td><a class="externalLink" 
href="http://maven.apache.org/plugins/maven-clean-plugin/";>maven-clean-plugin</a></td>
@@ -349,8 +349,8 @@
 <th>Version</th></tr>
 <tr class="b">
 <td>org.apache.maven.plugins</td>
-<td><a class="externalLink" 
href="http://maven.apache.org/plugins/maven-checkstyle-plugin/";>maven-checkstyle-plugin</a></td>
-<td>2.17</td></tr>
+<td><a class="externalLink" 
href="https://maven.apache.org/plugins/maven-checkstyle-plugin/";>maven-checkstyle-plugin</a></td>
+<td>3.0.0</td></tr>
 <tr class="a">
 <td>org.apache.maven.plugins</td>
 <td><a class="externalLink" 
href="https://maven.apache.org/plugins/maven-javadoc-plugin/";>maven-javadoc-plugin</a></td>
@@ -375,7 +375,7 @@
                         <a href="https://www.apache.org/";>The Apache Software 
Foundation</a>.
             All rights reserved.      
                     
-                  <li id="publishDate" class="pull-right">Last Published: 
2018-05-29</li>
+                  <li id="publishDate" class="pull-right">Last Published: 
2018-05-30</li>
             </p>
                 </div>
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/4df09ed9/poweredbyhbase.html
----------------------------------------------------------------------
diff --git a/poweredbyhbase.html b/poweredbyhbase.html
index ffe61d0..99cea35 100644
--- a/poweredbyhbase.html
+++ b/poweredbyhbase.html
@@ -7,7 +7,7 @@
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20180529" />
+    <meta name="Date-Revision-yyyymmdd" content="20180530" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache HBase &#x2013; Powered By Apache HBase™</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.5-HBASE.min.css" 
/>
@@ -769,7 +769,7 @@ under the License. -->
                         <a href="https://www.apache.org/";>The Apache Software 
Foundation</a>.
             All rights reserved.      
                     
-                  <li id="publishDate" class="pull-right">Last Published: 
2018-05-29</li>
+                  <li id="publishDate" class="pull-right">Last Published: 
2018-05-30</li>
             </p>
                 </div>
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/4df09ed9/project-info.html
----------------------------------------------------------------------
diff --git a/project-info.html b/project-info.html
index ed1d907..a0ceb56 100644
--- a/project-info.html
+++ b/project-info.html
@@ -7,7 +7,7 @@
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20180529" />
+    <meta name="Date-Revision-yyyymmdd" content="20180530" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache HBase &#x2013; Project Information</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.5-HBASE.min.css" 
/>
@@ -335,7 +335,7 @@
                         <a href="https://www.apache.org/";>The Apache Software 
Foundation</a>.
             All rights reserved.      
                     
-                  <li id="publishDate" class="pull-right">Last Published: 
2018-05-29</li>
+                  <li id="publishDate" class="pull-right">Last Published: 
2018-05-30</li>
             </p>
                 </div>
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/4df09ed9/project-reports.html
----------------------------------------------------------------------
diff --git a/project-reports.html b/project-reports.html
index 25b0421..a2f0342 100644
--- a/project-reports.html
+++ b/project-reports.html
@@ -7,7 +7,7 @@
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20180529" />
+    <meta name="Date-Revision-yyyymmdd" content="20180530" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache HBase &#x2013; Generated Reports</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.5-HBASE.min.css" 
/>
@@ -305,7 +305,7 @@
                         <a href="https://www.apache.org/";>The Apache Software 
Foundation</a>.
             All rights reserved.      
                     
-                  <li id="publishDate" class="pull-right">Last Published: 
2018-05-29</li>
+                  <li id="publishDate" class="pull-right">Last Published: 
2018-05-30</li>
             </p>
                 </div>
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/4df09ed9/project-summary.html
----------------------------------------------------------------------
diff --git a/project-summary.html b/project-summary.html
index 05c664b..8419882 100644
--- a/project-summary.html
+++ b/project-summary.html
@@ -7,7 +7,7 @@
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20180529" />
+    <meta name="Date-Revision-yyyymmdd" content="20180530" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache HBase &#x2013; Project Summary</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.5-HBASE.min.css" 
/>
@@ -331,7 +331,7 @@
                         <a href="https://www.apache.org/";>The Apache Software 
Foundation</a>.
             All rights reserved.      
                     
-                  <li id="publishDate" class="pull-right">Last Published: 
2018-05-29</li>
+                  <li id="publishDate" class="pull-right">Last Published: 
2018-05-30</li>
             </p>
                 </div>
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/4df09ed9/pseudo-distributed.html
----------------------------------------------------------------------
diff --git a/pseudo-distributed.html b/pseudo-distributed.html
index 4596ad1..c2ae3e7 100644
--- a/pseudo-distributed.html
+++ b/pseudo-distributed.html
@@ -7,7 +7,7 @@
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20180529" />
+    <meta name="Date-Revision-yyyymmdd" content="20180530" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache HBase &#x2013;  
 Running Apache HBase (TM) in pseudo-distributed mode
@@ -308,7 +308,7 @@ under the License. -->
                         <a href="https://www.apache.org/";>The Apache Software 
Foundation</a>.
             All rights reserved.      
                     
-                  <li id="publishDate" class="pull-right">Last Published: 
2018-05-29</li>
+                  <li id="publishDate" class="pull-right">Last Published: 
2018-05-30</li>
             </p>
                 </div>
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/4df09ed9/replication.html
----------------------------------------------------------------------
diff --git a/replication.html b/replication.html
index 7a6ef6c..5d28528 100644
--- a/replication.html
+++ b/replication.html
@@ -7,7 +7,7 @@
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20180529" />
+    <meta name="Date-Revision-yyyymmdd" content="20180530" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache HBase &#x2013; 
       Apache HBase (TM) Replication
@@ -303,7 +303,7 @@ under the License. -->
                         <a href="https://www.apache.org/";>The Apache Software 
Foundation</a>.
             All rights reserved.      
                     
-                  <li id="publishDate" class="pull-right">Last Published: 
2018-05-29</li>
+                  <li id="publishDate" class="pull-right">Last Published: 
2018-05-30</li>
             </p>
                 </div>
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/4df09ed9/resources.html
----------------------------------------------------------------------
diff --git a/resources.html b/resources.html
index 953d16e..b0ed67d 100644
--- a/resources.html
+++ b/resources.html
@@ -7,7 +7,7 @@
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20180529" />
+    <meta name="Date-Revision-yyyymmdd" content="20180530" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache HBase &#x2013; Other Apache HBase (TM) Resources</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.5-HBASE.min.css" 
/>
@@ -331,7 +331,7 @@ under the License. -->
                         <a href="https://www.apache.org/";>The Apache Software 
Foundation</a>.
             All rights reserved.      
                     
-                  <li id="publishDate" class="pull-right">Last Published: 
2018-05-29</li>
+                  <li id="publishDate" class="pull-right">Last Published: 
2018-05-30</li>
             </p>
                 </div>
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/4df09ed9/source-repository.html
----------------------------------------------------------------------
diff --git a/source-repository.html b/source-repository.html
index 39ff7bb..9cd7806 100644
--- a/source-repository.html
+++ b/source-repository.html
@@ -7,7 +7,7 @@
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20180529" />
+    <meta name="Date-Revision-yyyymmdd" content="20180530" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache HBase &#x2013; Source Code Management</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.5-HBASE.min.css" 
/>
@@ -299,7 +299,7 @@
                         <a href="https://www.apache.org/";>The Apache Software 
Foundation</a>.
             All rights reserved.      
                     
-                  <li id="publishDate" class="pull-right">Last Published: 
2018-05-29</li>
+                  <li id="publishDate" class="pull-right">Last Published: 
2018-05-30</li>
             </p>
                 </div>
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/4df09ed9/sponsors.html
----------------------------------------------------------------------
diff --git a/sponsors.html b/sponsors.html
index 86a76b4..ecf56b0 100644
--- a/sponsors.html
+++ b/sponsors.html
@@ -7,7 +7,7 @@
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20180529" />
+    <meta name="Date-Revision-yyyymmdd" content="20180530" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache HBase &#x2013; Apache HBase™ Sponsors</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.5-HBASE.min.css" 
/>
@@ -333,7 +333,7 @@ under the License. -->
                         <a href="https://www.apache.org/";>The Apache Software 
Foundation</a>.
             All rights reserved.      
                     
-                  <li id="publishDate" class="pull-right">Last Published: 
2018-05-29</li>
+                  <li id="publishDate" class="pull-right">Last Published: 
2018-05-30</li>
             </p>
                 </div>
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/4df09ed9/supportingprojects.html
----------------------------------------------------------------------
diff --git a/supportingprojects.html b/supportingprojects.html
index b2b56f5..1f2e084 100644
--- a/supportingprojects.html
+++ b/supportingprojects.html
@@ -7,7 +7,7 @@
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20180529" />
+    <meta name="Date-Revision-yyyymmdd" content="20180530" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache HBase &#x2013; Supporting Projects</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.5-HBASE.min.css" 
/>
@@ -520,7 +520,7 @@ under the License. -->
                         <a href="https://www.apache.org/";>The Apache Software 
Foundation</a>.
             All rights reserved.      
                     
-                  <li id="publishDate" class="pull-right">Last Published: 
2018-05-29</li>
+                  <li id="publishDate" class="pull-right">Last Published: 
2018-05-30</li>
             </p>
                 </div>
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/4df09ed9/team-list.html
----------------------------------------------------------------------
diff --git a/team-list.html b/team-list.html
index b21f9ee..d5c268a 100644
--- a/team-list.html
+++ b/team-list.html
@@ -7,7 +7,7 @@
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20180529" />
+    <meta name="Date-Revision-yyyymmdd" content="20180530" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache HBase &#x2013; Project Team</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.5-HBASE.min.css" 
/>
@@ -730,7 +730,7 @@
                         <a href="https://www.apache.org/";>The Apache Software 
Foundation</a>.
             All rights reserved.      
                     
-                  <li id="publishDate" class="pull-right">Last Published: 
2018-05-29</li>
+                  <li id="publishDate" class="pull-right">Last Published: 
2018-05-30</li>
             </p>
                 </div>
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/4df09ed9/testapidocs/org/apache/hadoop/hbase/HBaseTestingUtility.html
----------------------------------------------------------------------
diff --git a/testapidocs/org/apache/hadoop/hbase/HBaseTestingUtility.html 
b/testapidocs/org/apache/hadoop/hbase/HBaseTestingUtility.html
index 80cdb51..cfee65b 100644
--- a/testapidocs/org/apache/hadoop/hbase/HBaseTestingUtility.html
+++ b/testapidocs/org/apache/hadoop/hbase/HBaseTestingUtility.html
@@ -2257,7 +2257,7 @@ public&nbsp;<a 
href="../../../../../apidocs/org/apache/hadoop/hbase/HTableDescri
 <dt><span class="throwsLabel">Throws:</span></dt>
 <dd><code><a 
href="https://docs.oracle.com/javase/8/docs/api/java/lang/Exception.html?is-external=true";
 title="class or interface in java.lang">Exception</a></code></dd>
 <dt><span class="seeLabel">See Also:</span></dt>
-<dd><code>#shutdownMiniDFSCluster()}</code></dd>
+<dd><a 
href="../../../../org/apache/hadoop/hbase/HBaseTestingUtility.html#shutdownMiniDFSCluster--"><code>shutdownMiniDFSCluster()</code></a></dd>
 </dl>
 </li>
 </ul>
@@ -2282,7 +2282,7 @@ public&nbsp;<a 
href="../../../../../apidocs/org/apache/hadoop/hbase/HTableDescri
 <dt><span class="throwsLabel">Throws:</span></dt>
 <dd><code><a 
href="https://docs.oracle.com/javase/8/docs/api/java/lang/Exception.html?is-external=true";
 title="class or interface in java.lang">Exception</a></code></dd>
 <dt><span class="seeLabel">See Also:</span></dt>
-<dd><code>#shutdownMiniDFSCluster()}</code></dd>
+<dd><a 
href="../../../../org/apache/hadoop/hbase/HBaseTestingUtility.html#shutdownMiniDFSCluster--"><code>shutdownMiniDFSCluster()</code></a></dd>
 </dl>
 </li>
 </ul>
@@ -2306,7 +2306,7 @@ public&nbsp;<a 
href="../../../../../apidocs/org/apache/hadoop/hbase/HTableDescri
 <dt><span class="throwsLabel">Throws:</span></dt>
 <dd><code><a 
href="https://docs.oracle.com/javase/8/docs/api/java/lang/Exception.html?is-external=true";
 title="class or interface in java.lang">Exception</a></code></dd>
 <dt><span class="seeLabel">See Also:</span></dt>
-<dd><code>#shutdownMiniDFSCluster()}</code></dd>
+<dd><a 
href="../../../../org/apache/hadoop/hbase/HBaseTestingUtility.html#shutdownMiniDFSCluster--"><code>shutdownMiniDFSCluster()</code></a></dd>
 </dl>
 </li>
 </ul>
@@ -2383,7 +2383,7 @@ public&nbsp;<a 
href="../../../../../apidocs/org/apache/hadoop/hbase/HTableDescri
 <dt><span class="throwsLabel">Throws:</span></dt>
 <dd><code><a 
href="https://docs.oracle.com/javase/8/docs/api/java/lang/Exception.html?is-external=true";
 title="class or interface in java.lang">Exception</a></code></dd>
 <dt><span class="seeLabel">See Also:</span></dt>
-<dd><code>#shutdownMiniDFSCluster()}</code></dd>
+<dd><a 
href="../../../../org/apache/hadoop/hbase/HBaseTestingUtility.html#shutdownMiniDFSCluster--"><code>shutdownMiniDFSCluster()</code></a></dd>
 </dl>
 </li>
 </ul>
@@ -2402,7 +2402,7 @@ public&nbsp;<a 
href="../../../../../apidocs/org/apache/hadoop/hbase/HTableDescri
 <dt><span class="throwsLabel">Throws:</span></dt>
 <dd><code><a 
href="https://docs.oracle.com/javase/8/docs/api/java/lang/Exception.html?is-external=true";
 title="class or interface in java.lang">Exception</a></code></dd>
 <dt><span class="seeLabel">See Also:</span></dt>
-<dd><code>#shutdownMiniDFSCluster()}</code></dd>
+<dd><a 
href="../../../../org/apache/hadoop/hbase/HBaseTestingUtility.html#shutdownMiniDFSCluster--"><code>shutdownMiniDFSCluster()</code></a></dd>
 </dl>
 </li>
 </ul>
@@ -2424,7 +2424,7 @@ public&nbsp;<a 
href="../../../../../apidocs/org/apache/hadoop/hbase/HTableDescri
 <dt><span class="throwsLabel">Throws:</span></dt>
 <dd><code><a 
href="https://docs.oracle.com/javase/8/docs/api/java/lang/Exception.html?is-external=true";
 title="class or interface in java.lang">Exception</a></code></dd>
 <dt><span class="seeLabel">See Also:</span></dt>
-<dd><code>#shutdownMiniDFSCluster()}</code></dd>
+<dd><a 
href="../../../../org/apache/hadoop/hbase/HBaseTestingUtility.html#shutdownMiniDFSCluster--"><code>shutdownMiniDFSCluster()</code></a></dd>
 </dl>
 </li>
 </ul>
@@ -2451,7 +2451,7 @@ public&nbsp;<a 
href="../../../../../apidocs/org/apache/hadoop/hbase/HTableDescri
 <dt><span class="throwsLabel">Throws:</span></dt>
 <dd><code><a 
href="https://docs.oracle.com/javase/8/docs/api/java/lang/Exception.html?is-external=true";
 title="class or interface in java.lang">Exception</a></code></dd>
 <dt><span class="seeLabel">See Also:</span></dt>
-<dd><code>#shutdownMiniCluster()}</code></dd>
+<dd><a 
href="../../../../org/apache/hadoop/hbase/HBaseTestingUtility.html#shutdownMiniCluster--"><code>shutdownMiniCluster()</code></a></dd>
 </dl>
 </li>
 </ul>
@@ -2489,7 +2489,7 @@ public&nbsp;<a 
href="../../../../../apidocs/org/apache/hadoop/hbase/HTableDescri
 <dt><span class="throwsLabel">Throws:</span></dt>
 <dd><code><a 
href="https://docs.oracle.com/javase/8/docs/api/java/lang/Exception.html?is-external=true";
 title="class or interface in java.lang">Exception</a></code></dd>
 <dt><span class="seeLabel">See Also:</span></dt>
-<dd><code>#shutdownMiniCluster()}</code></dd>
+<dd><a 
href="../../../../org/apache/hadoop/hbase/HBaseTestingUtility.html#shutdownMiniCluster--"><code>shutdownMiniCluster()</code></a></dd>
 </dl>
 </li>
 </ul>
@@ -2509,7 +2509,7 @@ public&nbsp;<a 
href="../../../../../apidocs/org/apache/hadoop/hbase/HTableDescri
 <dt><span class="throwsLabel">Throws:</span></dt>
 <dd><code><a 
href="https://docs.oracle.com/javase/8/docs/api/java/lang/Exception.html?is-external=true";
 title="class or interface in java.lang">Exception</a></code></dd>
 <dt><span class="seeLabel">See Also:</span></dt>
-<dd><code>#shutdownMiniCluster()}</code></dd>
+<dd><a 
href="../../../../org/apache/hadoop/hbase/HBaseTestingUtility.html#shutdownMiniCluster--"><code>shutdownMiniCluster()</code></a></dd>
 </dl>
 </li>
 </ul>
@@ -2566,7 +2566,7 @@ public&nbsp;<a 
href="../../../../../apidocs/org/apache/hadoop/hbase/HTableDescri
 <dt><span class="throwsLabel">Throws:</span></dt>
 <dd><code><a 
href="https://docs.oracle.com/javase/8/docs/api/java/lang/Exception.html?is-external=true";
 title="class or interface in java.lang">Exception</a></code></dd>
 <dt><span class="seeLabel">See Also:</span></dt>
-<dd><code>#shutdownMiniCluster()}</code></dd>
+<dd><a 
href="../../../../org/apache/hadoop/hbase/HBaseTestingUtility.html#shutdownMiniCluster--"><code>shutdownMiniCluster()</code></a></dd>
 </dl>
 </li>
 </ul>
@@ -2630,7 +2630,7 @@ public&nbsp;<a 
href="../../../../../apidocs/org/apache/hadoop/hbase/HTableDescri
 <dt><span class="throwsLabel">Throws:</span></dt>
 <dd><code><a 
href="https://docs.oracle.com/javase/8/docs/api/java/lang/Exception.html?is-external=true";
 title="class or interface in java.lang">Exception</a></code></dd>
 <dt><span class="seeLabel">See Also:</span></dt>
-<dd><code>#shutdownMiniCluster()}</code></dd>
+<dd><a 
href="../../../../org/apache/hadoop/hbase/HBaseTestingUtility.html#shutdownMiniCluster--"><code>shutdownMiniCluster()</code></a></dd>
 </dl>
 </li>
 </ul>
@@ -2747,7 +2747,7 @@ public&nbsp;<a 
href="../../../../../apidocs/org/apache/hadoop/hbase/HTableDescri
 <dd><code><a 
href="https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException</a></code></dd>
 <dd><code><a 
href="https://docs.oracle.com/javase/8/docs/api/java/lang/InterruptedException.html?is-external=true";
 title="class or interface in java.lang">InterruptedException</a></code></dd>
 <dt><span class="seeLabel">See Also:</span></dt>
-<dd><code>#startMiniCluster()}</code></dd>
+<dd><a 
href="../../../../org/apache/hadoop/hbase/HBaseTestingUtility.html#startMiniCluster--"><code>startMiniCluster()</code></a></dd>
 </dl>
 </li>
 </ul>
@@ -2801,7 +2801,7 @@ public&nbsp;<a 
href="../../../../../apidocs/org/apache/hadoop/hbase/HTableDescri
 <dd><code><a 
href="https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException</a></code></dd>
 <dd><code><a 
href="https://docs.oracle.com/javase/8/docs/api/java/lang/Exception.html?is-external=true";
 title="class or interface in java.lang">Exception</a></code></dd>
 <dt><span class="seeLabel">See Also:</span></dt>
-<dd><code>#startMiniCluster(int)}</code></dd>
+<dd><a 
href="../../../../org/apache/hadoop/hbase/HBaseTestingUtility.html#startMiniCluster-int-"><code>startMiniCluster(int)</code></a></dd>
 </dl>
 </li>
 </ul>
@@ -3647,10 +3647,11 @@ public&nbsp;<a 
href="../../../../../apidocs/org/apache/hadoop/hbase/HTableDescri
 <div class="block">Create an HRegion that writes to the local tmp dirs</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
-<dd><code>desc</code> - </dd>
-<dd><code>startKey</code> - </dd>
-<dd><code>endKey</code> - </dd>
+<dd><code>desc</code> - a table descriptor indicating which table the region 
belongs to</dd>
+<dd><code>startKey</code> - the start boundary of the region</dd>
+<dd><code>endKey</code> - the end boundary of the region</dd>
 <dt><span class="returnLabel">Returns:</span></dt>
+<dd>a region that writes to local dir for testing</dd>
 <dt><span class="throwsLabel">Throws:</span></dt>
 <dd><code><a 
href="https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException</a></code></dd>
 </dl>

Reply via email to