[36/40] hbase-site git commit: Published site at 82d554e3783372cc6b05489452c815b57c06f6cd.

2017-07-07 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/1b6d8c10/checkstyle-aggregate.html
--
diff --git a/checkstyle-aggregate.html b/checkstyle-aggregate.html
index df5ab4d..d0dbe7d 100644
--- a/checkstyle-aggregate.html
+++ b/checkstyle-aggregate.html
@@ -289,7 +289,7 @@
 2242
 0
 0
-14686
+14711
 
 Files
 
@@ -762,7 +762,7 @@
 org/apache/hadoop/hbase/client/AsyncAdmin.java
 0
 0
-8
+12
 
 org/apache/hadoop/hbase/client/AsyncAdminBuilder.java
 0
@@ -1057,7 +1057,7 @@
 org/apache/hadoop/hbase/client/RawAsyncHBaseAdmin.java
 0
 0
-92
+113
 
 org/apache/hadoop/hbase/client/RawAsyncTable.java
 0
@@ -7312,7 +7312,7 @@
 
 imports
 http://checkstyle.sourceforge.net/config_imports.html#AvoidStarImport;>AvoidStarImport
-15
+16
 Error
 
 
@@ -7321,7 +7321,7 @@
 ordered: true
 sortStaticImportsAlphabetically: true
 option: top
-934
+936
 Error
 
 
@@ -7333,7 +7333,7 @@
 http://checkstyle.sourceforge.net/config_imports.html#UnusedImports;>UnusedImports
 
 processJavadoc: true
-93
+94
 Error
 
 indentation
@@ -7344,19 +7344,19 @@
 caseIndent: 2
 basicOffset: 2
 lineWrappingIndentation: 2
-5155
+5171
 Error
 
 javadoc
 http://checkstyle.sourceforge.net/config_javadoc.html#JavadocTagContinuationIndentation;>JavadocTagContinuationIndentation
 
 offset: 2
-799
+793
 Error
 
 
 http://checkstyle.sourceforge.net/config_javadoc.html#NonEmptyAtclauseDescription;>NonEmptyAtclauseDescription
-3229
+3238
 Error
 
 misc
@@ -7374,7 +7374,7 @@
 
 max: 100
 ignorePattern: ^package.*|^import.*|a 
href|href|http://|https://|ftp://|org.apache.thrift.|com.google.protobuf.|hbase.protobuf.generated
-941
+943
 Error
 
 
@@ -13212,7 +13212,7 @@
 
 Error
 javadoc
-JavadocTagContinuationIndentation
+NonEmptyAtclauseDescription
 Javadoc comment at column 43 has parse error. Missed HTML close tag 
'TableName'. Sometimes it means that close tag missed for one of previous 
tags.
 181
 
@@ -14838,51 +14838,75 @@
 
 Error
 imports
+UnusedImports
+Unused import - java.io.IOException.
+20
+
+Error
+imports
 ImportOrder
 Wrong order for 'java.util.Collection' import.
-21
-
+22
+
 Error
 imports
 ImportOrder
 Wrong order for 'org.apache.hadoop.hbase.NamespaceDescriptor' import.
-30
-
+33
+
 Error
 imports
 ImportOrder
 Wrong order for 'org.apache.hadoop.hbase.client.replication.TableCFs' 
import.
-35
-
+38
+
 Error
 sizes
 LineLength
 Line is longer than 100 characters (found 101).
-162
-
+165
+
 Error
 javadoc
 NonEmptyAtclauseDescription
 At-clause should have a non-empty description.
-172
-
+175
+
 Error
 sizes
 LineLength
 Line is longer than 100 characters (found 101).
-178
-
+181
+
 Error
 sizes
 LineLength
 Line is longer than 100 characters (found 106).
-181
+184
+
+Error
+javadoc
+NonEmptyAtclauseDescription
+At-clause should have a non-empty description.
+288
 
 Error
 javadoc
 NonEmptyAtclauseDescription
 At-clause should have a non-empty description.
-285
+836
+
+Error
+javadoc
+NonEmptyAtclauseDescription
+At-clause should have a non-empty description.
+845
+
+Error
+javadoc
+NonEmptyAtclauseDescription
+At-clause should have a non-empty description.
+846
 
 org/apache/hadoop/hbase/client/AsyncAdminBuilder.java
 
@@ -15071,19 +15095,19 @@
 imports
 ImportOrder
 Wrong order for 'org.apache.hadoop.hbase.NamespaceDescriptor' import.
-33
+35
 
 Error
 sizes
 LineLength
 Line is longer than 100 characters (found 101).
-218
+220
 
 Error
 sizes
 LineLength
 Line is longer than 100 characters (found 101).
-390
+397
 
 org/apache/hadoop/hbase/client/AsyncMetaRegionLocator.java
 
@@ -16596,7 +16620,7 @@
 
 Error
 javadoc
-JavadocTagContinuationIndentation
+NonEmptyAtclauseDescription
 Javadoc comment at column 64 has parse error. Missed HTML close tag 
'code'. Sometimes it means that close tag missed for one of previous tags.
 1956
 
@@ -18029,557 +18053,683 @@
 imports
 ImportOrder
 Wrong order for 'org.apache.hadoop.hbase.NamespaceDescriptor' import.
-57
+59
 
 Error
 imports
 ImportOrder
 Wrong order for 'org.apache.hadoop.hbase.HConstants' import.
-58
+60
 
 Error
 imports
 ImportOrder
 Wrong order for 'org.apache.hadoop.hbase.AsyncMetaTableAccessor' 
import.
-61
+63
 
 Error
 imports
 ImportOrder
-Wrong order for 
'org.apache.hadoop.hbase.shaded.protobuf.generated.MasterProtos.DeleteColumnRequest'
 import.
-114
+Wrong order for 
'org.apache.hadoop.hbase.shaded.protobuf.generated.HBaseProtos.RegionSpecifier.RegionSpecifierType'
 import.
+102
 
 Error
 imports
 ImportOrder
+Wrong order for 
'org.apache.hadoop.hbase.shaded.protobuf.generated.MasterProtos.DeleteColumnRequest'
 import.
+121
+
+Error
+imports
+ImportOrder
 Wrong order for 
'org.apache.hadoop.hbase.shaded.protobuf.generated.MasterProtos.CreateTableRequest'
 import.
-130
+139
+
+Error
+imports
+AvoidStarImport
+Using the '.*' form of import should be avoided - 
org.apache.hadoop.hbase.shaded.protobuf.generated.*.
+195
 
 Error
+imports
+ImportOrder
+Wrong order for 

[36/40] hbase-site git commit: Published site at 82d554e3783372cc6b05489452c815b57c06f6cd.

2017-06-23 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/e9db7c5d/devapidocs/org/apache/hadoop/hbase/regionserver/HStore.html
--
diff --git a/devapidocs/org/apache/hadoop/hbase/regionserver/HStore.html 
b/devapidocs/org/apache/hadoop/hbase/regionserver/HStore.html
index d262a1b..ea517b1 100644
--- a/devapidocs/org/apache/hadoop/hbase/regionserver/HStore.html
+++ b/devapidocs/org/apache/hadoop/hbase/regionserver/HStore.html
@@ -18,7 +18,7 @@
 catch(err) {
 }
 //-->
-var methods = 
{"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":10,"i9":10,"i10":10,"i11":10,"i12":10,"i13":10,"i14":10,"i15":10,"i16":10,"i17":10,"i18":10,"i19":10,"i20":10,"i21":10,"i22":10,"i23":10,"i24":10,"i25":10,"i26":10,"i27":10,"i28":10,"i29":10,"i30":10,"i31":9,"i32":10,"i33":10,"i34":10,"i35":10,"i36":9,"i37":10,"i38":9,"i39":9,"i40":10,"i41":10,"i42":10,"i43":10,"i44":10,"i45":10,"i46":10,"i47":10,"i48":10,"i49":10,"i50":10,"i51":10,"i52":42,"i53":10,"i54":10,"i55":10,"i56":10,"i57":10,"i58":10,"i59":10,"i60":10,"i61":10,"i62":10,"i63":10,"i64":10,"i65":42,"i66":10,"i67":10,"i68":10,"i69":10,"i70":10,"i71":10,"i72":10,"i73":10,"i74":10,"i75":10,"i76":10,"i77":10,"i78":10,"i79":10,"i80":10,"i81":42,"i82":10,"i83":10,"i84":10,"i85":10,"i86":10,"i87":10,"i88":10,"i89":10,"i90":41,"i91":41,"i92":10,"i93":10,"i94":10,"i95":10,"i96":10,"i97":10,"i98":10,"i99":10,"i100":10,"i101":10,"i102":10,"i103":10,"i104":10,"i105":10,"i106":10,"i107":10,"i108":10,"i109"
 
:10,"i110":10,"i111":10,"i112":10,"i113":10,"i114":10,"i115":10,"i116":10,"i117":10,"i118":10,"i119":10,"i120":10,"i121":10,"i122":10,"i123":10,"i124":10,"i125":10,"i126":10,"i127":10,"i128":10,"i129":10,"i130":10,"i131":10,"i132":10,"i133":10,"i134":10,"i135":10,"i136":10};
+var methods = 
{"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":10,"i9":10,"i10":10,"i11":10,"i12":10,"i13":10,"i14":10,"i15":10,"i16":10,"i17":10,"i18":10,"i19":10,"i20":10,"i21":10,"i22":10,"i23":10,"i24":10,"i25":10,"i26":10,"i27":10,"i28":10,"i29":10,"i30":10,"i31":9,"i32":10,"i33":10,"i34":10,"i35":10,"i36":9,"i37":10,"i38":9,"i39":9,"i40":10,"i41":10,"i42":10,"i43":10,"i44":10,"i45":10,"i46":10,"i47":10,"i48":10,"i49":10,"i50":10,"i51":10,"i52":10,"i53":10,"i54":42,"i55":10,"i56":10,"i57":10,"i58":10,"i59":10,"i60":10,"i61":10,"i62":10,"i63":10,"i64":10,"i65":10,"i66":10,"i67":42,"i68":10,"i69":10,"i70":10,"i71":10,"i72":10,"i73":10,"i74":10,"i75":10,"i76":10,"i77":10,"i78":10,"i79":10,"i80":10,"i81":10,"i82":10,"i83":42,"i84":10,"i85":10,"i86":10,"i87":10,"i88":10,"i89":10,"i90":10,"i91":10,"i92":41,"i93":41,"i94":10,"i95":10,"i96":10,"i97":10,"i98":10,"i99":10,"i100":10,"i101":10,"i102":10,"i103":10,"i104":10,"i105":10,"i106":10,"i107":10,"i108":10,"i109"
 
:10,"i110":10,"i111":10,"i112":10,"i113":10,"i114":10,"i115":10,"i116":10,"i117":10,"i118":10,"i119":10,"i120":10,"i121":10,"i122":10,"i123":10,"i124":10,"i125":10,"i126":10,"i127":10,"i128":10,"i129":10,"i130":10,"i131":10,"i132":10,"i133":10,"i134":10,"i135":10,"i136":10,"i137":10,"i138":10,"i139":10};
 var tabs = {65535:["t0","All Methods"],1:["t1","Static 
Methods"],2:["t2","Instance Methods"],8:["t4","Concrete 
Methods"],32:["t6","Deprecated Methods"]};
 var altColor = "altColor";
 var rowColor = "rowColor";
@@ -118,7 +118,7 @@ var activeTableTab = "activeTableTab";
 
 
 @InterfaceAudience.Private
-public class HStore
+public class HStore
 extends http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true;
 title="class or interface in java.lang">Object
 implements Store
 A Store holds a column family in a Region.  Its a memstore 
and a set of zero
@@ -656,134 +656,142 @@ implements getCompactedCellsSize()
 
 
+http://docs.oracle.com/javase/8/docs/api/java/util/Collection.html?is-external=true;
 title="class or interface in java.util">CollectionStoreFile
+getCompactedFiles()
+
+
+int
+getCompactedFilesCount()
+
+
 long
 getCompactionCheckMultiplier()
 
-
+
 double
 getCompactionPressure()
 This value can represent the degree of emergency of 
compaction for this store.
 
 
-
+
 CompactionProgress
 getCompactionProgress()
 getter for CompactionProgress object
 
 
-
+
 int
 getCompactPriority()
 
-
+
 CellComparator
 getComparator()
 
-
+
 RegionCoprocessorHost
 getCoprocessorHost()
 
-
+
 HFileDataBlockEncoder
 getDataBlockEncoder()
 
-
+
 HColumnDescriptor
 getFamily()
 
-
+
 org.apache.hadoop.fs.FileSystem
 getFileSystem()
 
-
+
 long
 getFlushableSize()
 Deprecated.
 
 
-
+
 long
 getFlushedCellsCount()
 
-
+
 long
 getFlushedCellsSize()
 
-
+
 long
 getFlushedOutputFileSize()
 
-
+
 long
 getHFilesSize()
 
-
+
 HRegion
 getHRegion()
 
-
+
 long
 getLastCompactSize()
 
-
+
 long
 getMajorCompactedCellsCount()
 
-
+
 long
 getMajorCompactedCellsSize()
 
-
+
 long
 getMaxMemstoreTS()
 
-
+
 long
 getMaxSequenceId()
 
-
+
 long
 getMaxStoreFileAge()
 
-
+
 long
 getMemstoreFlushSize()
 
-
+
 long
 

[36/40] hbase-site git commit: Published site at 82d554e3783372cc6b05489452c815b57c06f6cd.

2017-05-27 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/f8f0a032/checkstyle.rss
--
diff --git a/checkstyle.rss b/checkstyle.rss
index 22b1b9b..07453ce 100644
--- a/checkstyle.rss
+++ b/checkstyle.rss
@@ -26,7 +26,7 @@ under the License.
 2007 - 2017 The Apache Software Foundation
 
   File: 2203,
- Errors: 14460,
+ Errors: 14436,
  Warnings: 0,
  Infos: 0
   
@@ -9701,7 +9701,7 @@ under the License.
   0
 
 
-  42
+  22
 
   
   
@@ -23673,7 +23673,7 @@ under the License.
   0
 
 
-  124
+  122
 
   
   
@@ -26935,7 +26935,7 @@ under the License.
   0
 
 
-  2
+  0
 
   
   

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/f8f0a032/coc.html
--
diff --git a/coc.html b/coc.html
index 561c6a7..70effb7 100644
--- a/coc.html
+++ b/coc.html
@@ -7,7 +7,7 @@
   
 
 
-
+
 
 Apache HBase  
   Code of Conduct Policy
@@ -380,7 +380,7 @@ email to mailto:priv...@hbase.apache.org;>the priv
 https://www.apache.org/;>The Apache Software 
Foundation.
 All rights reserved.  
 
-  Last Published: 
2017-05-26
+  Last Published: 
2017-05-27
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/f8f0a032/cygwin.html
--
diff --git a/cygwin.html b/cygwin.html
index 063a86b..59b24b0 100644
--- a/cygwin.html
+++ b/cygwin.html
@@ -7,7 +7,7 @@
   
 
 
-
+
 
 Apache HBase  Installing Apache HBase (TM) on Windows using 
Cygwin
 
@@ -679,7 +679,7 @@ Now your HBase server is running, start 
coding and build that next
 https://www.apache.org/;>The Apache Software 
Foundation.
 All rights reserved.  
 
-  Last Published: 
2017-05-26
+  Last Published: 
2017-05-27
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/f8f0a032/dependencies.html
--
diff --git a/dependencies.html b/dependencies.html
index 426a940..2c2a69a 100644
--- a/dependencies.html
+++ b/dependencies.html
@@ -7,7 +7,7 @@
   
 
 
-
+
 
 Apache HBase  Project Dependencies
 
@@ -524,7 +524,7 @@
 https://www.apache.org/;>The Apache Software 
Foundation.
 All rights reserved.  
 
-  Last Published: 
2017-05-26
+  Last Published: 
2017-05-27
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/f8f0a032/dependency-convergence.html
--
diff --git a/dependency-convergence.html b/dependency-convergence.html
index 3e18452..45cfc2d 100644
--- a/dependency-convergence.html
+++ b/dependency-convergence.html
@@ -7,7 +7,7 @@
   
 
 
-
+
 
 Apache HBase  Reactor Dependency Convergence
 
@@ -1849,7 +1849,7 @@
 https://www.apache.org/;>The Apache Software 
Foundation.
 All rights reserved.  
 
-  Last Published: 
2017-05-26
+  Last Published: 
2017-05-27
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/f8f0a032/dependency-info.html
--
diff --git a/dependency-info.html b/dependency-info.html
index a5d6366..8205910 100644
--- a/dependency-info.html
+++ b/dependency-info.html
@@ -7,7 +7,7 @@
   
 
 
-
+
 
 Apache HBase  Dependency Information
 
@@ -318,7 +318,7 @@
 https://www.apache.org/;>The Apache Software 
Foundation.
 All rights reserved.  
 
-  Last Published: 
2017-05-26
+  Last Published: 
2017-05-27
 
 
 

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/f8f0a032/dependency-management.html
--
diff --git a/dependency-management.html b/dependency-management.html
index 1eb172f..20d02eb 100644
--- a/dependency-management.html
+++ b/dependency-management.html
@@ -7,7 +7,7 @@
   
 
 
-
+