Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id CDCB2200C5A for ; Tue, 4 Apr 2017 02:40:04 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id CC7E1160BA4; Tue, 4 Apr 2017 00:40:04 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 7F1A5160B8F for ; Tue, 4 Apr 2017 02:40:02 +0200 (CEST) Received: (qmail 84820 invoked by uid 500); 4 Apr 2017 00:39:56 -0000 Mailing-List: contact commits-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hbase.apache.org Delivered-To: mailing list commits@hbase.apache.org Received: (qmail 84793 invoked by uid 99); 4 Apr 2017 00:39:56 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 04 Apr 2017 00:39:56 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 6BAB4DFC8E; Tue, 4 Apr 2017 00:39:56 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit From: git-site-role@apache.org To: commits@hbase.apache.org Date: Tue, 04 Apr 2017 00:39:57 -0000 Message-Id: In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [2/5] hbase-site git commit: Published site at e916b79db58bb9be806a833b2c0e675f1136c15a. archived-at: Tue, 04 Apr 2017 00:40:05 -0000 http://git-wip-us.apache.org/repos/asf/hbase-site/blob/f6a5e920/devapidocs/src-html/org/apache/hadoop/hbase/tmpl/regionserver/RSStatusTmpl.ImplData.html ---------------------------------------------------------------------- diff --git a/devapidocs/src-html/org/apache/hadoop/hbase/tmpl/regionserver/RSStatusTmpl.ImplData.html b/devapidocs/src-html/org/apache/hadoop/hbase/tmpl/regionserver/RSStatusTmpl.ImplData.html index efccb82..7a006ee 100644 --- a/devapidocs/src-html/org/apache/hadoop/hbase/tmpl/regionserver/RSStatusTmpl.ImplData.html +++ b/devapidocs/src-html/org/apache/hadoop/hbase/tmpl/regionserver/RSStatusTmpl.ImplData.html @@ -33,10 +33,10 @@ 025 requiredArguments = { 026 @org.jamon.annotations.Argument(name = "regionServer", type = "HRegionServer")}, 027 optionalArguments = { -028 @org.jamon.annotations.Argument(name = "bcv", type = "String"), -029 @org.jamon.annotations.Argument(name = "format", type = "String"), -030 @org.jamon.annotations.Argument(name = "bcn", type = "String"), -031 @org.jamon.annotations.Argument(name = "filter", type = "String")}) +028 @org.jamon.annotations.Argument(name = "filter", type = "String"), +029 @org.jamon.annotations.Argument(name = "bcn", type = "String"), +030 @org.jamon.annotations.Argument(name = "format", type = "String"), +031 @org.jamon.annotations.Argument(name = "bcv", type = "String")}) 032public class RSStatusTmpl 033 extends org.jamon.AbstractTemplateProxy 034{ @@ -77,74 +77,74 @@ 069 return m_regionServer; 070 } 071 private HRegionServer m_regionServer; -072 // 24, 1 -073 public void setBcv(String bcv) +072 // 21, 1 +073 public void setFilter(String filter) 074 { -075 // 24, 1 -076 m_bcv = bcv; -077 m_bcv__IsNotDefault = true; +075 // 21, 1 +076 m_filter = filter; +077 m_filter__IsNotDefault = true; 078 } -079 public String getBcv() +079 public String getFilter() 080 { -081 return m_bcv; +081 return m_filter; 082 } -083 private String m_bcv; -084 public boolean getBcv__IsNotDefault() +083 private String m_filter; +084 public boolean getFilter__IsNotDefault() 085 { -086 return m_bcv__IsNotDefault; +086 return m_filter__IsNotDefault; 087 } -088 private boolean m_bcv__IsNotDefault; -089 // 22, 1 -090 public void setFormat(String format) +088 private boolean m_filter__IsNotDefault; +089 // 23, 1 +090 public void setBcn(String bcn) 091 { -092 // 22, 1 -093 m_format = format; -094 m_format__IsNotDefault = true; +092 // 23, 1 +093 m_bcn = bcn; +094 m_bcn__IsNotDefault = true; 095 } -096 public String getFormat() +096 public String getBcn() 097 { -098 return m_format; +098 return m_bcn; 099 } -100 private String m_format; -101 public boolean getFormat__IsNotDefault() +100 private String m_bcn; +101 public boolean getBcn__IsNotDefault() 102 { -103 return m_format__IsNotDefault; +103 return m_bcn__IsNotDefault; 104 } -105 private boolean m_format__IsNotDefault; -106 // 23, 1 -107 public void setBcn(String bcn) +105 private boolean m_bcn__IsNotDefault; +106 // 22, 1 +107 public void setFormat(String format) 108 { -109 // 23, 1 -110 m_bcn = bcn; -111 m_bcn__IsNotDefault = true; +109 // 22, 1 +110 m_format = format; +111 m_format__IsNotDefault = true; 112 } -113 public String getBcn() +113 public String getFormat() 114 { -115 return m_bcn; +115 return m_format; 116 } -117 private String m_bcn; -118 public boolean getBcn__IsNotDefault() +117 private String m_format; +118 public boolean getFormat__IsNotDefault() 119 { -120 return m_bcn__IsNotDefault; +120 return m_format__IsNotDefault; 121 } -122 private boolean m_bcn__IsNotDefault; -123 // 21, 1 -124 public void setFilter(String filter) +122 private boolean m_format__IsNotDefault; +123 // 24, 1 +124 public void setBcv(String bcv) 125 { -126 // 21, 1 -127 m_filter = filter; -128 m_filter__IsNotDefault = true; +126 // 24, 1 +127 m_bcv = bcv; +128 m_bcv__IsNotDefault = true; 129 } -130 public String getFilter() +130 public String getBcv() 131 { -132 return m_filter; +132 return m_bcv; 133 } -134 private String m_filter; -135 public boolean getFilter__IsNotDefault() +134 private String m_bcv; +135 public boolean getBcv__IsNotDefault() 136 { -137 return m_filter__IsNotDefault; +137 return m_bcv__IsNotDefault; 138 } -139 private boolean m_filter__IsNotDefault; +139 private boolean m_bcv__IsNotDefault; 140 } 141 @Override 142 protected org.jamon.AbstractTemplateProxy.ImplData makeImplData() @@ -156,31 +156,31 @@ 148 return (ImplData) super.getImplData(); 149 } 150 -151 protected String bcv; -152 public final org.apache.hadoop.hbase.tmpl.regionserver.RSStatusTmpl setBcv(String p_bcv) +151 protected String filter; +152 public final org.apache.hadoop.hbase.tmpl.regionserver.RSStatusTmpl setFilter(String p_filter) 153 { -154 (getImplData()).setBcv(p_bcv); +154 (getImplData()).setFilter(p_filter); 155 return this; 156 } 157 -158 protected String format; -159 public final org.apache.hadoop.hbase.tmpl.regionserver.RSStatusTmpl setFormat(String p_format) +158 protected String bcn; +159 public final org.apache.hadoop.hbase.tmpl.regionserver.RSStatusTmpl setBcn(String p_bcn) 160 { -161 (getImplData()).setFormat(p_format); +161 (getImplData()).setBcn(p_bcn); 162 return this; 163 } 164 -165 protected String bcn; -166 public final org.apache.hadoop.hbase.tmpl.regionserver.RSStatusTmpl setBcn(String p_bcn) +165 protected String format; +166 public final org.apache.hadoop.hbase.tmpl.regionserver.RSStatusTmpl setFormat(String p_format) 167 { -168 (getImplData()).setBcn(p_bcn); +168 (getImplData()).setFormat(p_format); 169 return this; 170 } 171 -172 protected String filter; -173 public final org.apache.hadoop.hbase.tmpl.regionserver.RSStatusTmpl setFilter(String p_filter) +172 protected String bcv; +173 public final org.apache.hadoop.hbase.tmpl.regionserver.RSStatusTmpl setBcv(String p_bcv) 174 { -175 (getImplData()).setFilter(p_filter); +175 (getImplData()).setBcv(p_bcv); 176 return this; 177 } 178 http://git-wip-us.apache.org/repos/asf/hbase-site/blob/f6a5e920/devapidocs/src-html/org/apache/hadoop/hbase/tmpl/regionserver/RSStatusTmpl.Intf.html ---------------------------------------------------------------------- diff --git a/devapidocs/src-html/org/apache/hadoop/hbase/tmpl/regionserver/RSStatusTmpl.Intf.html b/devapidocs/src-html/org/apache/hadoop/hbase/tmpl/regionserver/RSStatusTmpl.Intf.html index efccb82..7a006ee 100644 --- a/devapidocs/src-html/org/apache/hadoop/hbase/tmpl/regionserver/RSStatusTmpl.Intf.html +++ b/devapidocs/src-html/org/apache/hadoop/hbase/tmpl/regionserver/RSStatusTmpl.Intf.html @@ -33,10 +33,10 @@ 025 requiredArguments = { 026 @org.jamon.annotations.Argument(name = "regionServer", type = "HRegionServer")}, 027 optionalArguments = { -028 @org.jamon.annotations.Argument(name = "bcv", type = "String"), -029 @org.jamon.annotations.Argument(name = "format", type = "String"), -030 @org.jamon.annotations.Argument(name = "bcn", type = "String"), -031 @org.jamon.annotations.Argument(name = "filter", type = "String")}) +028 @org.jamon.annotations.Argument(name = "filter", type = "String"), +029 @org.jamon.annotations.Argument(name = "bcn", type = "String"), +030 @org.jamon.annotations.Argument(name = "format", type = "String"), +031 @org.jamon.annotations.Argument(name = "bcv", type = "String")}) 032public class RSStatusTmpl 033 extends org.jamon.AbstractTemplateProxy 034{ @@ -77,74 +77,74 @@ 069 return m_regionServer; 070 } 071 private HRegionServer m_regionServer; -072 // 24, 1 -073 public void setBcv(String bcv) +072 // 21, 1 +073 public void setFilter(String filter) 074 { -075 // 24, 1 -076 m_bcv = bcv; -077 m_bcv__IsNotDefault = true; +075 // 21, 1 +076 m_filter = filter; +077 m_filter__IsNotDefault = true; 078 } -079 public String getBcv() +079 public String getFilter() 080 { -081 return m_bcv; +081 return m_filter; 082 } -083 private String m_bcv; -084 public boolean getBcv__IsNotDefault() +083 private String m_filter; +084 public boolean getFilter__IsNotDefault() 085 { -086 return m_bcv__IsNotDefault; +086 return m_filter__IsNotDefault; 087 } -088 private boolean m_bcv__IsNotDefault; -089 // 22, 1 -090 public void setFormat(String format) +088 private boolean m_filter__IsNotDefault; +089 // 23, 1 +090 public void setBcn(String bcn) 091 { -092 // 22, 1 -093 m_format = format; -094 m_format__IsNotDefault = true; +092 // 23, 1 +093 m_bcn = bcn; +094 m_bcn__IsNotDefault = true; 095 } -096 public String getFormat() +096 public String getBcn() 097 { -098 return m_format; +098 return m_bcn; 099 } -100 private String m_format; -101 public boolean getFormat__IsNotDefault() +100 private String m_bcn; +101 public boolean getBcn__IsNotDefault() 102 { -103 return m_format__IsNotDefault; +103 return m_bcn__IsNotDefault; 104 } -105 private boolean m_format__IsNotDefault; -106 // 23, 1 -107 public void setBcn(String bcn) +105 private boolean m_bcn__IsNotDefault; +106 // 22, 1 +107 public void setFormat(String format) 108 { -109 // 23, 1 -110 m_bcn = bcn; -111 m_bcn__IsNotDefault = true; +109 // 22, 1 +110 m_format = format; +111 m_format__IsNotDefault = true; 112 } -113 public String getBcn() +113 public String getFormat() 114 { -115 return m_bcn; +115 return m_format; 116 } -117 private String m_bcn; -118 public boolean getBcn__IsNotDefault() +117 private String m_format; +118 public boolean getFormat__IsNotDefault() 119 { -120 return m_bcn__IsNotDefault; +120 return m_format__IsNotDefault; 121 } -122 private boolean m_bcn__IsNotDefault; -123 // 21, 1 -124 public void setFilter(String filter) +122 private boolean m_format__IsNotDefault; +123 // 24, 1 +124 public void setBcv(String bcv) 125 { -126 // 21, 1 -127 m_filter = filter; -128 m_filter__IsNotDefault = true; +126 // 24, 1 +127 m_bcv = bcv; +128 m_bcv__IsNotDefault = true; 129 } -130 public String getFilter() +130 public String getBcv() 131 { -132 return m_filter; +132 return m_bcv; 133 } -134 private String m_filter; -135 public boolean getFilter__IsNotDefault() +134 private String m_bcv; +135 public boolean getBcv__IsNotDefault() 136 { -137 return m_filter__IsNotDefault; +137 return m_bcv__IsNotDefault; 138 } -139 private boolean m_filter__IsNotDefault; +139 private boolean m_bcv__IsNotDefault; 140 } 141 @Override 142 protected org.jamon.AbstractTemplateProxy.ImplData makeImplData() @@ -156,31 +156,31 @@ 148 return (ImplData) super.getImplData(); 149 } 150 -151 protected String bcv; -152 public final org.apache.hadoop.hbase.tmpl.regionserver.RSStatusTmpl setBcv(String p_bcv) +151 protected String filter; +152 public final org.apache.hadoop.hbase.tmpl.regionserver.RSStatusTmpl setFilter(String p_filter) 153 { -154 (getImplData()).setBcv(p_bcv); +154 (getImplData()).setFilter(p_filter); 155 return this; 156 } 157 -158 protected String format; -159 public final org.apache.hadoop.hbase.tmpl.regionserver.RSStatusTmpl setFormat(String p_format) +158 protected String bcn; +159 public final org.apache.hadoop.hbase.tmpl.regionserver.RSStatusTmpl setBcn(String p_bcn) 160 { -161 (getImplData()).setFormat(p_format); +161 (getImplData()).setBcn(p_bcn); 162 return this; 163 } 164 -165 protected String bcn; -166 public final org.apache.hadoop.hbase.tmpl.regionserver.RSStatusTmpl setBcn(String p_bcn) +165 protected String format; +166 public final org.apache.hadoop.hbase.tmpl.regionserver.RSStatusTmpl setFormat(String p_format) 167 { -168 (getImplData()).setBcn(p_bcn); +168 (getImplData()).setFormat(p_format); 169 return this; 170 } 171 -172 protected String filter; -173 public final org.apache.hadoop.hbase.tmpl.regionserver.RSStatusTmpl setFilter(String p_filter) +172 protected String bcv; +173 public final org.apache.hadoop.hbase.tmpl.regionserver.RSStatusTmpl setBcv(String p_bcv) 174 { -175 (getImplData()).setFilter(p_filter); +175 (getImplData()).setBcv(p_bcv); 176 return this; 177 } 178 http://git-wip-us.apache.org/repos/asf/hbase-site/blob/f6a5e920/devapidocs/src-html/org/apache/hadoop/hbase/tmpl/regionserver/RSStatusTmpl.html ---------------------------------------------------------------------- diff --git a/devapidocs/src-html/org/apache/hadoop/hbase/tmpl/regionserver/RSStatusTmpl.html b/devapidocs/src-html/org/apache/hadoop/hbase/tmpl/regionserver/RSStatusTmpl.html index efccb82..7a006ee 100644 --- a/devapidocs/src-html/org/apache/hadoop/hbase/tmpl/regionserver/RSStatusTmpl.html +++ b/devapidocs/src-html/org/apache/hadoop/hbase/tmpl/regionserver/RSStatusTmpl.html @@ -33,10 +33,10 @@ 025 requiredArguments = { 026 @org.jamon.annotations.Argument(name = "regionServer", type = "HRegionServer")}, 027 optionalArguments = { -028 @org.jamon.annotations.Argument(name = "bcv", type = "String"), -029 @org.jamon.annotations.Argument(name = "format", type = "String"), -030 @org.jamon.annotations.Argument(name = "bcn", type = "String"), -031 @org.jamon.annotations.Argument(name = "filter", type = "String")}) +028 @org.jamon.annotations.Argument(name = "filter", type = "String"), +029 @org.jamon.annotations.Argument(name = "bcn", type = "String"), +030 @org.jamon.annotations.Argument(name = "format", type = "String"), +031 @org.jamon.annotations.Argument(name = "bcv", type = "String")}) 032public class RSStatusTmpl 033 extends org.jamon.AbstractTemplateProxy 034{ @@ -77,74 +77,74 @@ 069 return m_regionServer; 070 } 071 private HRegionServer m_regionServer; -072 // 24, 1 -073 public void setBcv(String bcv) +072 // 21, 1 +073 public void setFilter(String filter) 074 { -075 // 24, 1 -076 m_bcv = bcv; -077 m_bcv__IsNotDefault = true; +075 // 21, 1 +076 m_filter = filter; +077 m_filter__IsNotDefault = true; 078 } -079 public String getBcv() +079 public String getFilter() 080 { -081 return m_bcv; +081 return m_filter; 082 } -083 private String m_bcv; -084 public boolean getBcv__IsNotDefault() +083 private String m_filter; +084 public boolean getFilter__IsNotDefault() 085 { -086 return m_bcv__IsNotDefault; +086 return m_filter__IsNotDefault; 087 } -088 private boolean m_bcv__IsNotDefault; -089 // 22, 1 -090 public void setFormat(String format) +088 private boolean m_filter__IsNotDefault; +089 // 23, 1 +090 public void setBcn(String bcn) 091 { -092 // 22, 1 -093 m_format = format; -094 m_format__IsNotDefault = true; +092 // 23, 1 +093 m_bcn = bcn; +094 m_bcn__IsNotDefault = true; 095 } -096 public String getFormat() +096 public String getBcn() 097 { -098 return m_format; +098 return m_bcn; 099 } -100 private String m_format; -101 public boolean getFormat__IsNotDefault() +100 private String m_bcn; +101 public boolean getBcn__IsNotDefault() 102 { -103 return m_format__IsNotDefault; +103 return m_bcn__IsNotDefault; 104 } -105 private boolean m_format__IsNotDefault; -106 // 23, 1 -107 public void setBcn(String bcn) +105 private boolean m_bcn__IsNotDefault; +106 // 22, 1 +107 public void setFormat(String format) 108 { -109 // 23, 1 -110 m_bcn = bcn; -111 m_bcn__IsNotDefault = true; +109 // 22, 1 +110 m_format = format; +111 m_format__IsNotDefault = true; 112 } -113 public String getBcn() +113 public String getFormat() 114 { -115 return m_bcn; +115 return m_format; 116 } -117 private String m_bcn; -118 public boolean getBcn__IsNotDefault() +117 private String m_format; +118 public boolean getFormat__IsNotDefault() 119 { -120 return m_bcn__IsNotDefault; +120 return m_format__IsNotDefault; 121 } -122 private boolean m_bcn__IsNotDefault; -123 // 21, 1 -124 public void setFilter(String filter) +122 private boolean m_format__IsNotDefault; +123 // 24, 1 +124 public void setBcv(String bcv) 125 { -126 // 21, 1 -127 m_filter = filter; -128 m_filter__IsNotDefault = true; +126 // 24, 1 +127 m_bcv = bcv; +128 m_bcv__IsNotDefault = true; 129 } -130 public String getFilter() +130 public String getBcv() 131 { -132 return m_filter; +132 return m_bcv; 133 } -134 private String m_filter; -135 public boolean getFilter__IsNotDefault() +134 private String m_bcv; +135 public boolean getBcv__IsNotDefault() 136 { -137 return m_filter__IsNotDefault; +137 return m_bcv__IsNotDefault; 138 } -139 private boolean m_filter__IsNotDefault; +139 private boolean m_bcv__IsNotDefault; 140 } 141 @Override 142 protected org.jamon.AbstractTemplateProxy.ImplData makeImplData() @@ -156,31 +156,31 @@ 148 return (ImplData) super.getImplData(); 149 } 150 -151 protected String bcv; -152 public final org.apache.hadoop.hbase.tmpl.regionserver.RSStatusTmpl setBcv(String p_bcv) +151 protected String filter; +152 public final org.apache.hadoop.hbase.tmpl.regionserver.RSStatusTmpl setFilter(String p_filter) 153 { -154 (getImplData()).setBcv(p_bcv); +154 (getImplData()).setFilter(p_filter); 155 return this; 156 } 157 -158 protected String format; -159 public final org.apache.hadoop.hbase.tmpl.regionserver.RSStatusTmpl setFormat(String p_format) +158 protected String bcn; +159 public final org.apache.hadoop.hbase.tmpl.regionserver.RSStatusTmpl setBcn(String p_bcn) 160 { -161 (getImplData()).setFormat(p_format); +161 (getImplData()).setBcn(p_bcn); 162 return this; 163 } 164 -165 protected String bcn; -166 public final org.apache.hadoop.hbase.tmpl.regionserver.RSStatusTmpl setBcn(String p_bcn) +165 protected String format; +166 public final org.apache.hadoop.hbase.tmpl.regionserver.RSStatusTmpl setFormat(String p_format) 167 { -168 (getImplData()).setBcn(p_bcn); +168 (getImplData()).setFormat(p_format); 169 return this; 170 } 171 -172 protected String filter; -173 public final org.apache.hadoop.hbase.tmpl.regionserver.RSStatusTmpl setFilter(String p_filter) +172 protected String bcv; +173 public final org.apache.hadoop.hbase.tmpl.regionserver.RSStatusTmpl setBcv(String p_bcv) 174 { -175 (getImplData()).setFilter(p_filter); +175 (getImplData()).setBcv(p_bcv); 176 return this; 177 } 178 http://git-wip-us.apache.org/repos/asf/hbase-site/blob/f6a5e920/devapidocs/src-html/org/apache/hadoop/hbase/tmpl/regionserver/RSStatusTmplImpl.html ---------------------------------------------------------------------- diff --git a/devapidocs/src-html/org/apache/hadoop/hbase/tmpl/regionserver/RSStatusTmplImpl.html b/devapidocs/src-html/org/apache/hadoop/hbase/tmpl/regionserver/RSStatusTmplImpl.html index 16935bb..ffdf85e 100644 --- a/devapidocs/src-html/org/apache/hadoop/hbase/tmpl/regionserver/RSStatusTmplImpl.html +++ b/devapidocs/src-html/org/apache/hadoop/hbase/tmpl/regionserver/RSStatusTmplImpl.html @@ -34,27 +34,27 @@ 026 027{ 028 private final HRegionServer regionServer; -029 private final String bcv; -030 private final String format; -031 private final String bcn; -032 private final String filter; +029 private final String filter; +030 private final String bcn; +031 private final String format; +032 private final String bcv; 033 protected static org.apache.hadoop.hbase.tmpl.regionserver.RSStatusTmpl.ImplData __jamon_setOptionalArguments(org.apache.hadoop.hbase.tmpl.regionserver.RSStatusTmpl.ImplData p_implData) 034 { -035 if(! p_implData.getBcv__IsNotDefault()) +035 if(! p_implData.getFilter__IsNotDefault()) 036 { -037 p_implData.setBcv(""); +037 p_implData.setFilter("general"); 038 } -039 if(! p_implData.getFormat__IsNotDefault()) +039 if(! p_implData.getBcn__IsNotDefault()) 040 { -041 p_implData.setFormat("html"); +041 p_implData.setBcn(""); 042 } -043 if(! p_implData.getBcn__IsNotDefault()) +043 if(! p_implData.getFormat__IsNotDefault()) 044 { -045 p_implData.setBcn(""); +045 p_implData.setFormat("html"); 046 } -047 if(! p_implData.getFilter__IsNotDefault()) +047 if(! p_implData.getBcv__IsNotDefault()) 048 { -049 p_implData.setFilter("general"); +049 p_implData.setBcv(""); 050 } 051 return p_implData; 052 } @@ -62,10 +62,10 @@ 054 { 055 super(p_templateManager, __jamon_setOptionalArguments(p_implData)); 056 regionServer = p_implData.getRegionServer(); -057 bcv = p_implData.getBcv(); -058 format = p_implData.getFormat(); -059 bcn = p_implData.getBcn(); -060 filter = p_implData.getFilter(); +057 filter = p_implData.getFilter(); +058 bcn = p_implData.getBcn(); +059 format = p_implData.getFormat(); +060 bcv = p_implData.getBcv(); 061 } 062 063 @Override public void renderNoFlush(final java.io.Writer jamonWriter) http://git-wip-us.apache.org/repos/asf/hbase-site/blob/f6a5e920/export_control.html ---------------------------------------------------------------------- diff --git a/export_control.html b/export_control.html index 05f55eb..9108f3b 100644 --- a/export_control.html +++ b/export_control.html @@ -7,7 +7,7 @@ - + Apache HBase – Export Control @@ -348,7 +348,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: 2017-04-03</li> + <li id="publishDate" class="pull-right">Last Published: 2017-04-04</li> </p> </div> http://git-wip-us.apache.org/repos/asf/hbase-site/blob/f6a5e920/hbase-annotations/checkstyle.html ---------------------------------------------------------------------- diff --git a/hbase-annotations/checkstyle.html b/hbase-annotations/checkstyle.html index 47291c0..db0d528 100644 --- a/hbase-annotations/checkstyle.html +++ b/hbase-annotations/checkstyle.html @@ -1,5 +1,5 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -<!-- Generated by Apache Maven Doxia Site Renderer 1.6 at 2017-04-03 --> +<!-- Generated by Apache Maven Doxia Site Renderer 1.6 at 2017-04-04 --> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> @@ -10,7 +10,7 @@ @import url("./css/site.css"); </style> <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" /> - <meta name="Date-Revision-yyyymmdd" content="20170403" /> + <meta name="Date-Revision-yyyymmdd" content="20170404" /> <meta http-equiv="Content-Language" content="en" /> </head> @@ -27,7 +27,7 @@ <div class="xleft"> - <span id="publishDate">Last Published: 2017-04-03</span> + <span id="publishDate">Last Published: 2017-04-04</span>  | <span id="projectVersion">Version: 2.0.0-SNAPSHOT</span> </div> <div class="xright"> <a href="./" title="Apache HBase - Annotations">Apache HBase - Annotations</a> http://git-wip-us.apache.org/repos/asf/hbase-site/blob/f6a5e920/hbase-annotations/dependencies.html ---------------------------------------------------------------------- diff --git a/hbase-annotations/dependencies.html b/hbase-annotations/dependencies.html index ad0380a..9d1cdcc 100644 --- a/hbase-annotations/dependencies.html +++ b/hbase-annotations/dependencies.html @@ -1,5 +1,5 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -<!-- Generated by Apache Maven Doxia Site Renderer 1.6 at 2017-04-03 --> +<!-- Generated by Apache Maven Doxia Site Renderer 1.6 at 2017-04-04 --> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> @@ -10,7 +10,7 @@ @import url("./css/site.css"); </style> <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" /> - <meta name="Date-Revision-yyyymmdd" content="20170403" /> + <meta name="Date-Revision-yyyymmdd" content="20170404" /> <meta http-equiv="Content-Language" content="en" /> </head> @@ -27,7 +27,7 @@ <div class="xleft"> - <span id="publishDate">Last Published: 2017-04-03</span> + <span id="publishDate">Last Published: 2017-04-04</span>  | <span id="projectVersion">Version: 2.0.0-SNAPSHOT</span> </div> <div class="xright"> <a href="./" title="Apache HBase - Annotations">Apache HBase - Annotations</a> http://git-wip-us.apache.org/repos/asf/hbase-site/blob/f6a5e920/hbase-annotations/dependency-convergence.html ---------------------------------------------------------------------- diff --git a/hbase-annotations/dependency-convergence.html b/hbase-annotations/dependency-convergence.html index b892c1e..5d22063 100644 --- a/hbase-annotations/dependency-convergence.html +++ b/hbase-annotations/dependency-convergence.html @@ -1,5 +1,5 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -<!-- Generated by Apache Maven Doxia Site Renderer 1.6 at 2017-04-03 --> +<!-- Generated by Apache Maven Doxia Site Renderer 1.6 at 2017-04-04 --> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> @@ -10,7 +10,7 @@ @import url("./css/site.css"); </style> <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" /> - <meta name="Date-Revision-yyyymmdd" content="20170403" /> + <meta name="Date-Revision-yyyymmdd" content="20170404" /> <meta http-equiv="Content-Language" content="en" /> </head> @@ -27,7 +27,7 @@ <div class="xleft"> - <span id="publishDate">Last Published: 2017-04-03</span> + <span id="publishDate">Last Published: 2017-04-04</span>  | <span id="projectVersion">Version: 2.0.0-SNAPSHOT</span> </div> <div class="xright"> <a href="./" title="Apache HBase - Annotations">Apache HBase - Annotations</a> http://git-wip-us.apache.org/repos/asf/hbase-site/blob/f6a5e920/hbase-annotations/dependency-info.html ---------------------------------------------------------------------- diff --git a/hbase-annotations/dependency-info.html b/hbase-annotations/dependency-info.html index 60f0ea9..aad7395 100644 --- a/hbase-annotations/dependency-info.html +++ b/hbase-annotations/dependency-info.html @@ -1,5 +1,5 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -<!-- Generated by Apache Maven Doxia Site Renderer 1.6 at 2017-04-03 --> +<!-- Generated by Apache Maven Doxia Site Renderer 1.6 at 2017-04-04 --> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> @@ -10,7 +10,7 @@ @import url("./css/site.css"); </style> <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" /> - <meta name="Date-Revision-yyyymmdd" content="20170403" /> + <meta name="Date-Revision-yyyymmdd" content="20170404" /> <meta http-equiv="Content-Language" content="en" /> </head> @@ -27,7 +27,7 @@ <div class="xleft"> - <span id="publishDate">Last Published: 2017-04-03</span> + <span id="publishDate">Last Published: 2017-04-04</span>  | <span id="projectVersion">Version: 2.0.0-SNAPSHOT</span> </div> <div class="xright"> <a href="./" title="Apache HBase - Annotations">Apache HBase - Annotations</a> http://git-wip-us.apache.org/repos/asf/hbase-site/blob/f6a5e920/hbase-annotations/dependency-management.html ---------------------------------------------------------------------- diff --git a/hbase-annotations/dependency-management.html b/hbase-annotations/dependency-management.html index 4259606..f7a7349 100644 --- a/hbase-annotations/dependency-management.html +++ b/hbase-annotations/dependency-management.html @@ -1,5 +1,5 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -<!-- Generated by Apache Maven Doxia Site Renderer 1.6 at 2017-04-03 --> +<!-- Generated by Apache Maven Doxia Site Renderer 1.6 at 2017-04-04 --> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> @@ -10,7 +10,7 @@ @import url("./css/site.css"); </style> <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" /> - <meta name="Date-Revision-yyyymmdd" content="20170403" /> + <meta name="Date-Revision-yyyymmdd" content="20170404" /> <meta http-equiv="Content-Language" content="en" /> </head> @@ -27,7 +27,7 @@ <div class="xleft"> - <span id="publishDate">Last Published: 2017-04-03</span> + <span id="publishDate">Last Published: 2017-04-04</span>  | <span id="projectVersion">Version: 2.0.0-SNAPSHOT</span> </div> <div class="xright"> <a href="./" title="Apache HBase - Annotations">Apache HBase - Annotations</a> http://git-wip-us.apache.org/repos/asf/hbase-site/blob/f6a5e920/hbase-annotations/index.html ---------------------------------------------------------------------- diff --git a/hbase-annotations/index.html b/hbase-annotations/index.html index 51f953c..81ef06e 100644 --- a/hbase-annotations/index.html +++ b/hbase-annotations/index.html @@ -1,5 +1,5 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -<!-- Generated by Apache Maven Doxia Site Renderer 1.6 at 2017-04-03 --> +<!-- Generated by Apache Maven Doxia Site Renderer 1.6 at 2017-04-04 --> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> @@ -10,7 +10,7 @@ @import url("./css/site.css"); </style> <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" /> - <meta name="Date-Revision-yyyymmdd" content="20170403" /> + <meta name="Date-Revision-yyyymmdd" content="20170404" /> <meta http-equiv="Content-Language" content="en" /> </head> @@ -27,7 +27,7 @@ <div class="xleft"> - <span id="publishDate">Last Published: 2017-04-03</span> + <span id="publishDate">Last Published: 2017-04-04</span>  | <span id="projectVersion">Version: 2.0.0-SNAPSHOT</span> </div> <div class="xright"> <a href="./" title="Apache HBase - Annotations">Apache HBase - Annotations</a> http://git-wip-us.apache.org/repos/asf/hbase-site/blob/f6a5e920/hbase-annotations/integration.html ---------------------------------------------------------------------- diff --git a/hbase-annotations/integration.html b/hbase-annotations/integration.html index c00c0f2..4a42cc0 100644 --- a/hbase-annotations/integration.html +++ b/hbase-annotations/integration.html @@ -1,5 +1,5 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -<!-- Generated by Apache Maven Doxia Site Renderer 1.6 at 2017-04-03 --> +<!-- Generated by Apache Maven Doxia Site Renderer 1.6 at 2017-04-04 --> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> @@ -10,7 +10,7 @@ @import url("./css/site.css"); </style> <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" /> - <meta name="Date-Revision-yyyymmdd" content="20170403" /> + <meta name="Date-Revision-yyyymmdd" content="20170404" /> <meta http-equiv="Content-Language" content="en" /> </head> @@ -27,7 +27,7 @@ <div class="xleft"> - <span id="publishDate">Last Published: 2017-04-03</span> + <span id="publishDate">Last Published: 2017-04-04</span>  | <span id="projectVersion">Version: 2.0.0-SNAPSHOT</span> </div> <div class="xright"> <a href="./" title="Apache HBase - Annotations">Apache HBase - Annotations</a> http://git-wip-us.apache.org/repos/asf/hbase-site/blob/f6a5e920/hbase-annotations/issue-tracking.html ---------------------------------------------------------------------- diff --git a/hbase-annotations/issue-tracking.html b/hbase-annotations/issue-tracking.html index adb2462..a881ace 100644 --- a/hbase-annotations/issue-tracking.html +++ b/hbase-annotations/issue-tracking.html @@ -1,5 +1,5 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -<!-- Generated by Apache Maven Doxia Site Renderer 1.6 at 2017-04-03 --> +<!-- Generated by Apache Maven Doxia Site Renderer 1.6 at 2017-04-04 --> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> @@ -10,7 +10,7 @@ @import url("./css/site.css"); </style> <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" /> - <meta name="Date-Revision-yyyymmdd" content="20170403" /> + <meta name="Date-Revision-yyyymmdd" content="20170404" /> <meta http-equiv="Content-Language" content="en" /> </head> @@ -27,7 +27,7 @@ <div class="xleft"> - <span id="publishDate">Last Published: 2017-04-03</span> + <span id="publishDate">Last Published: 2017-04-04</span>  | <span id="projectVersion">Version: 2.0.0-SNAPSHOT</span> </div> <div class="xright"> <a href="./" title="Apache HBase - Annotations">Apache HBase - Annotations</a> http://git-wip-us.apache.org/repos/asf/hbase-site/blob/f6a5e920/hbase-annotations/license.html ---------------------------------------------------------------------- diff --git a/hbase-annotations/license.html b/hbase-annotations/license.html index 7219ecf..00a4390 100644 --- a/hbase-annotations/license.html +++ b/hbase-annotations/license.html @@ -1,5 +1,5 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -<!-- Generated by Apache Maven Doxia Site Renderer 1.6 at 2017-04-03 --> +<!-- Generated by Apache Maven Doxia Site Renderer 1.6 at 2017-04-04 --> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> @@ -10,7 +10,7 @@ @import url("./css/site.css"); </style> <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" /> - <meta name="Date-Revision-yyyymmdd" content="20170403" /> + <meta name="Date-Revision-yyyymmdd" content="20170404" /> <meta http-equiv="Content-Language" content="en" /> </head> @@ -27,7 +27,7 @@ <div class="xleft"> - <span id="publishDate">Last Published: 2017-04-03</span> + <span id="publishDate">Last Published: 2017-04-04</span>  | <span id="projectVersion">Version: 2.0.0-SNAPSHOT</span> </div> <div class="xright"> <a href="./" title="Apache HBase - Annotations">Apache HBase - Annotations</a> http://git-wip-us.apache.org/repos/asf/hbase-site/blob/f6a5e920/hbase-annotations/mail-lists.html ---------------------------------------------------------------------- diff --git a/hbase-annotations/mail-lists.html b/hbase-annotations/mail-lists.html index 521966b..39d6741 100644 --- a/hbase-annotations/mail-lists.html +++ b/hbase-annotations/mail-lists.html @@ -1,5 +1,5 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -<!-- Generated by Apache Maven Doxia Site Renderer 1.6 at 2017-04-03 --> +<!-- Generated by Apache Maven Doxia Site Renderer 1.6 at 2017-04-04 --> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> @@ -10,7 +10,7 @@ @import url("./css/site.css"); </style> <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" /> - <meta name="Date-Revision-yyyymmdd" content="20170403" /> + <meta name="Date-Revision-yyyymmdd" content="20170404" /> <meta http-equiv="Content-Language" content="en" /> </head> @@ -27,7 +27,7 @@ <div class="xleft"> - <span id="publishDate">Last Published: 2017-04-03</span> + <span id="publishDate">Last Published: 2017-04-04</span>  | <span id="projectVersion">Version: 2.0.0-SNAPSHOT</span> </div> <div class="xright"> <a href="./" title="Apache HBase - Annotations">Apache HBase - Annotations</a> http://git-wip-us.apache.org/repos/asf/hbase-site/blob/f6a5e920/hbase-annotations/plugin-management.html ---------------------------------------------------------------------- diff --git a/hbase-annotations/plugin-management.html b/hbase-annotations/plugin-management.html index e21f645..041c217 100644 --- a/hbase-annotations/plugin-management.html +++ b/hbase-annotations/plugin-management.html @@ -1,5 +1,5 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -<!-- Generated by Apache Maven Doxia Site Renderer 1.6 at 2017-04-03 --> +<!-- Generated by Apache Maven Doxia Site Renderer 1.6 at 2017-04-04 --> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> @@ -10,7 +10,7 @@ @import url("./css/site.css"); </style> <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" /> - <meta name="Date-Revision-yyyymmdd" content="20170403" /> + <meta name="Date-Revision-yyyymmdd" content="20170404" /> <meta http-equiv="Content-Language" content="en" /> </head> @@ -27,7 +27,7 @@ <div class="xleft"> - <span id="publishDate">Last Published: 2017-04-03</span> + <span id="publishDate">Last Published: 2017-04-04</span>  | <span id="projectVersion">Version: 2.0.0-SNAPSHOT</span> </div> <div class="xright"> <a href="./" title="Apache HBase - Annotations">Apache HBase - Annotations</a> http://git-wip-us.apache.org/repos/asf/hbase-site/blob/f6a5e920/hbase-annotations/plugins.html ---------------------------------------------------------------------- diff --git a/hbase-annotations/plugins.html b/hbase-annotations/plugins.html index 8154699..bd1eade 100644 --- a/hbase-annotations/plugins.html +++ b/hbase-annotations/plugins.html @@ -1,5 +1,5 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -<!-- Generated by Apache Maven Doxia Site Renderer 1.6 at 2017-04-03 --> +<!-- Generated by Apache Maven Doxia Site Renderer 1.6 at 2017-04-04 --> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> @@ -10,7 +10,7 @@ @import url("./css/site.css"); </style> <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" /> - <meta name="Date-Revision-yyyymmdd" content="20170403" /> + <meta name="Date-Revision-yyyymmdd" content="20170404" /> <meta http-equiv="Content-Language" content="en" /> </head> @@ -27,7 +27,7 @@ <div class="xleft"> - <span id="publishDate">Last Published: 2017-04-03</span> + <span id="publishDate">Last Published: 2017-04-04</span>  | <span id="projectVersion">Version: 2.0.0-SNAPSHOT</span> </div> <div class="xright"> <a href="./" title="Apache HBase - Annotations">Apache HBase - Annotations</a> http://git-wip-us.apache.org/repos/asf/hbase-site/blob/f6a5e920/hbase-annotations/project-info.html ---------------------------------------------------------------------- diff --git a/hbase-annotations/project-info.html b/hbase-annotations/project-info.html index 0447c6e..78575d2 100644 --- a/hbase-annotations/project-info.html +++ b/hbase-annotations/project-info.html @@ -1,5 +1,5 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -<!-- Generated by Apache Maven Doxia Site Renderer 1.6 at 2017-04-03 --> +<!-- Generated by Apache Maven Doxia Site Renderer 1.6 at 2017-04-04 --> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> @@ -10,7 +10,7 @@ @import url("./css/site.css"); </style> <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" /> - <meta name="Date-Revision-yyyymmdd" content="20170403" /> + <meta name="Date-Revision-yyyymmdd" content="20170404" /> <meta http-equiv="Content-Language" content="en" /> </head> @@ -27,7 +27,7 @@ <div class="xleft"> - <span id="publishDate">Last Published: 2017-04-03</span> + <span id="publishDate">Last Published: 2017-04-04</span>  | <span id="projectVersion">Version: 2.0.0-SNAPSHOT</span> </div> <div class="xright"> <a href="./" title="Apache HBase - Annotations">Apache HBase - Annotations</a> http://git-wip-us.apache.org/repos/asf/hbase-site/blob/f6a5e920/hbase-annotations/project-reports.html ---------------------------------------------------------------------- diff --git a/hbase-annotations/project-reports.html b/hbase-annotations/project-reports.html index f70b1d0..6706397 100644 --- a/hbase-annotations/project-reports.html +++ b/hbase-annotations/project-reports.html @@ -1,5 +1,5 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -<!-- Generated by Apache Maven Doxia Site Renderer 1.6 at 2017-04-03 --> +<!-- Generated by Apache Maven Doxia Site Renderer 1.6 at 2017-04-04 --> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> @@ -10,7 +10,7 @@ @import url("./css/site.css"); </style> <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" /> - <meta name="Date-Revision-yyyymmdd" content="20170403" /> + <meta name="Date-Revision-yyyymmdd" content="20170404" /> <meta http-equiv="Content-Language" content="en" /> </head> @@ -27,7 +27,7 @@ <div class="xleft"> - <span id="publishDate">Last Published: 2017-04-03</span> + <span id="publishDate">Last Published: 2017-04-04</span>  | <span id="projectVersion">Version: 2.0.0-SNAPSHOT</span> </div> <div class="xright"> <a href="./" title="Apache HBase - Annotations">Apache HBase - Annotations</a> http://git-wip-us.apache.org/repos/asf/hbase-site/blob/f6a5e920/hbase-annotations/project-summary.html ---------------------------------------------------------------------- diff --git a/hbase-annotations/project-summary.html b/hbase-annotations/project-summary.html index 463cbee..0f86e48 100644 --- a/hbase-annotations/project-summary.html +++ b/hbase-annotations/project-summary.html @@ -1,5 +1,5 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -<!-- Generated by Apache Maven Doxia Site Renderer 1.6 at 2017-04-03 --> +<!-- Generated by Apache Maven Doxia Site Renderer 1.6 at 2017-04-04 --> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> @@ -10,7 +10,7 @@ @import url("./css/site.css"); </style> <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" /> - <meta name="Date-Revision-yyyymmdd" content="20170403" /> + <meta name="Date-Revision-yyyymmdd" content="20170404" /> <meta http-equiv="Content-Language" content="en" /> </head> @@ -27,7 +27,7 @@ <div class="xleft"> - <span id="publishDate">Last Published: 2017-04-03</span> + <span id="publishDate">Last Published: 2017-04-04</span>  | <span id="projectVersion">Version: 2.0.0-SNAPSHOT</span> </div> <div class="xright"> <a href="./" title="Apache HBase - Annotations">Apache HBase - Annotations</a> http://git-wip-us.apache.org/repos/asf/hbase-site/blob/f6a5e920/hbase-annotations/source-repository.html ---------------------------------------------------------------------- diff --git a/hbase-annotations/source-repository.html b/hbase-annotations/source-repository.html index 80ad025..b1f7d2d 100644 --- a/hbase-annotations/source-repository.html +++ b/hbase-annotations/source-repository.html @@ -1,5 +1,5 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -<!-- Generated by Apache Maven Doxia Site Renderer 1.6 at 2017-04-03 --> +<!-- Generated by Apache Maven Doxia Site Renderer 1.6 at 2017-04-04 --> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> @@ -10,7 +10,7 @@ @import url("./css/site.css"); </style> <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" /> - <meta name="Date-Revision-yyyymmdd" content="20170403" /> + <meta name="Date-Revision-yyyymmdd" content="20170404" /> <meta http-equiv="Content-Language" content="en" /> </head> @@ -27,7 +27,7 @@ <div class="xleft"> - <span id="publishDate">Last Published: 2017-04-03</span> + <span id="publishDate">Last Published: 2017-04-04</span>  | <span id="projectVersion">Version: 2.0.0-SNAPSHOT</span> </div> <div class="xright"> <a href="./" title="Apache HBase - Annotations">Apache HBase - Annotations</a> http://git-wip-us.apache.org/repos/asf/hbase-site/blob/f6a5e920/hbase-annotations/team-list.html ---------------------------------------------------------------------- diff --git a/hbase-annotations/team-list.html b/hbase-annotations/team-list.html index 4b484e3..7f4cae5 100644 --- a/hbase-annotations/team-list.html +++ b/hbase-annotations/team-list.html @@ -1,5 +1,5 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -<!-- Generated by Apache Maven Doxia Site Renderer 1.6 at 2017-04-03 --> +<!-- Generated by Apache Maven Doxia Site Renderer 1.6 at 2017-04-04 --> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> @@ -10,7 +10,7 @@ @import url("./css/site.css"); </style> <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" /> - <meta name="Date-Revision-yyyymmdd" content="20170403" /> + <meta name="Date-Revision-yyyymmdd" content="20170404" /> <meta http-equiv="Content-Language" content="en" /> </head> @@ -27,7 +27,7 @@ <div class="xleft"> - <span id="publishDate">Last Published: 2017-04-03</span> + <span id="publishDate">Last Published: 2017-04-04</span>  | <span id="projectVersion">Version: 2.0.0-SNAPSHOT</span> </div> <div class="xright"> <a href="./" title="Apache HBase - Annotations">Apache HBase - Annotations</a> http://git-wip-us.apache.org/repos/asf/hbase-site/blob/f6a5e920/index.html ---------------------------------------------------------------------- diff --git a/index.html b/index.html index dcb9715..ecbaf0a 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="20170403" /> + <meta name="Date-Revision-yyyymmdd" content="20170404" /> <meta http-equiv="Content-Language" content="en" /> <title>Apache HBase – Apache HBaseâ„¢ Home @@ -446,7 +446,7 @@ Apache HBase is an open-source, distributed, versioned, non-relational database The Apache Software Foundation. All rights reserved. -
  • Last Published: 2017-04-03
  • +
  • Last Published: 2017-04-04
  • http://git-wip-us.apache.org/repos/asf/hbase-site/blob/f6a5e920/integration.html ---------------------------------------------------------------------- diff --git a/integration.html b/integration.html index a846261..6d0e65c 100644 --- a/integration.html +++ b/integration.html @@ -7,7 +7,7 @@ - + Apache HBase – Continuous Integration @@ -308,7 +308,7 @@ The Apache Software Foundation. All rights reserved. -
  • Last Published: 2017-04-03
  • +
  • Last Published: 2017-04-04
  • http://git-wip-us.apache.org/repos/asf/hbase-site/blob/f6a5e920/issue-tracking.html ---------------------------------------------------------------------- diff --git a/issue-tracking.html b/issue-tracking.html index 9e2b593..d647219 100644 --- a/issue-tracking.html +++ b/issue-tracking.html @@ -7,7 +7,7 @@ - + Apache HBase – Issue Tracking @@ -305,7 +305,7 @@ The Apache Software Foundation. All rights reserved. -
  • Last Published: 2017-04-03
  • +
  • Last Published: 2017-04-04
  • http://git-wip-us.apache.org/repos/asf/hbase-site/blob/f6a5e920/license.html ---------------------------------------------------------------------- diff --git a/license.html b/license.html index b4ce9b8..a324c11 100644 --- a/license.html +++ b/license.html @@ -7,7 +7,7 @@ - + Apache HBase – Project License @@ -508,7 +508,7 @@ The Apache Software Foundation. All rights reserved. -
  • Last Published: 2017-04-03
  • +
  • Last Published: 2017-04-04
  • http://git-wip-us.apache.org/repos/asf/hbase-site/blob/f6a5e920/mail-lists.html ---------------------------------------------------------------------- diff --git a/mail-lists.html b/mail-lists.html index 5d43711..d8f0407 100644 --- a/mail-lists.html +++ b/mail-lists.html @@ -7,7 +7,7 @@ - + Apache HBase – Project Mailing Lists @@ -358,7 +358,7 @@ The Apache Software Foundation. All rights reserved. -
  • Last Published: 2017-04-03
  • +
  • Last Published: 2017-04-04