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 4E328200C76 for ; Fri, 28 Apr 2017 16:59:09 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 4CCC8160BC4; Fri, 28 Apr 2017 14:59:09 +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 2E33B160BB9 for ; Fri, 28 Apr 2017 16:59:07 +0200 (CEST) Received: (qmail 30631 invoked by uid 500); 28 Apr 2017 14:59:02 -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 28410 invoked by uid 99); 28 Apr 2017 14:59:00 -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; Fri, 28 Apr 2017 14:59:00 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id BD574E1797; Fri, 28 Apr 2017 14:59:00 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: git-site-role@apache.org To: commits@hbase.apache.org Date: Fri, 28 Apr 2017 14:59:32 -0000 Message-Id: <550a5c50f608423d9f28a867092f497f@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [33/51] [partial] hbase-site git commit: Published site at 82d554e3783372cc6b05489452c815b57c06f6cd. archived-at: Fri, 28 Apr 2017 14:59:09 -0000 http://git-wip-us.apache.org/repos/asf/hbase-site/blob/6f2e75f2/devapidocs/org/apache/hadoop/hbase/regionserver/CompactSplitThread.html ---------------------------------------------------------------------- diff --git a/devapidocs/org/apache/hadoop/hbase/regionserver/CompactSplitThread.html b/devapidocs/org/apache/hadoop/hbase/regionserver/CompactSplitThread.html index de489a6..c334291 100644 --- a/devapidocs/org/apache/hadoop/hbase/regionserver/CompactSplitThread.html +++ b/devapidocs/org/apache/hadoop/hbase/regionserver/CompactSplitThread.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":10,"i32":10,"i33":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":10}; var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]}; var altColor = "altColor"; var rowColor = "rowColor"; @@ -191,51 +191,39 @@ implements static String -MERGE_THREADS  - - -static int -MERGE_THREADS_DEFAULT  - - -private ThreadPoolExecutor -mergePool  - - -static String REGION_SERVER_REGION_SPLIT_LIMIT  - + private int regionSplitLimit
Splitting should not take place if the total number of regions exceed this.
- + private HRegionServer server  - + private ThreadPoolExecutor shortCompactions  - + static String SMALL_COMPACTION_THREADS  - + static int SMALL_COMPACTION_THREADS_DEFAULT  - + static String SPLIT_THREADS  - + static int SPLIT_THREADS_DEFAULT  - + private ThreadPoolExecutor splits  @@ -293,72 +281,64 @@ implements getCompactionThroughputController()  -long -getCompletedMergeTaskCount()  - - int getLargeCompactionQueueSize()  - + protected int getLargeCompactionThreadNum()  - -protected int -getMergeThreadNum()  - - + int getRegionSplitLimit()  - + int getSmallCompactionQueueSize()  - + protected int getSmallCompactionThreadNum()  - + int getSplitQueueSize()  - + protected int getSplitThreadNum()  - + (package private) void interruptIfNecessary()
Only interrupt once it's done with a run through the work loop.
- + (package private) void join()  - + void onConfigurationChange(org.apache.hadoop.conf.Configuration newConf)
This method would be called by the ConfigurationManager object when the Configuration object is reloaded from disk.
- + void registerChildren(ConfigurationManager manager)
Needs to be called to register the children to the manager.
- + CompactionRequest requestCompaction(Region r, Store s, String why, CompactionRequest request)  - + CompactionRequest requestCompaction(Region r, Store s, @@ -367,12 +347,12 @@ implements CompactionRequest request, User user)  - + List<CompactionRequest> requestCompaction(Region r, String why)  - + List<CompactionRequest> requestCompaction(Region r, String why, @@ -380,13 +360,13 @@ implements List<Pair<CompactionRequest,Store>> requests, User user)  - + List<CompactionRequest> requestCompaction(Region r, String why, List<Pair<CompactionRequest,Store>> requests)  - + private CompactionRequest requestCompactionInternal(Region r, Store s, @@ -396,7 +376,7 @@ implements User user)  - + private List<CompactionRequest> requestCompactionInternal(Region r, String why, @@ -405,33 +385,33 @@ implements User user)  - + boolean requestSplit(Region r)  - + void requestSplit(Region r, byte[] midKey)  - + void requestSplit(Region r, byte[] midKey, User user)  - + void requestSystemCompaction(Region r, Store s, String why)  - + void requestSystemCompaction(Region r, String why)  - + private CompactionContext selectCompaction(Region r, Store s, @@ -439,19 +419,19 @@ implements CompactionRequest request, User user)  - + private boolean shouldSplitRegion()  - + (package private) void shutdownLongCompactions()  - + String toString()  - + private void waitFor(ThreadPoolExecutor t, String name)  @@ -565,39 +545,13 @@ implements - - - - - - - @@ -632,7 +586,7 @@ implements
  • conf

    -
    private final org.apache.hadoop.conf.Configuration conf
    +
    private final org.apache.hadoop.conf.Configuration conf
  • @@ -641,7 +595,7 @@ implements
  • longCompactions

    -
    private final ThreadPoolExecutor longCompactions
    +
    private final ThreadPoolExecutor longCompactions
  • @@ -650,7 +604,7 @@ implements
  • shortCompactions

    -
    private final ThreadPoolExecutor shortCompactions
    +
    private final ThreadPoolExecutor shortCompactions
  • @@ -659,16 +613,7 @@ implements
  • splits

    -
    private final ThreadPoolExecutor splits
    -
  • - - - - - @@ -677,7 +622,7 @@ implements
  • compactionThroughputController

    -
    private volatile ThroughputController compactionThroughputController
    +
    private volatile ThroughputController compactionThroughputController
  • @@ -686,7 +631,7 @@ implements
  • regionSplitLimit

    -
    private int regionSplitLimit
    +
    private int regionSplitLimit
    Splitting should not take place if the total number of regions exceed this. This is not a hard limit to the number of regions but it is a guideline to stop splitting after number of online regions is greater than this.
    @@ -706,7 +651,7 @@ implements
  • CompactSplitThread

    -
    CompactSplitThread(HRegionServer server)
    +
    CompactSplitThread(HRegionServer server)
    Parameters:
    server -
    @@ -727,7 +672,7 @@ implements
  • toString

    -
    public String toString()
    +
    public String toString()
    Overrides:
    toString in class Object
    @@ -740,7 +685,7 @@ implements
  • dumpQueue

    -
    public String dumpQueue()
    +
    public String dumpQueue()
  • @@ -749,7 +694,7 @@ implements
  • requestSplit

    -
    public boolean requestSplit(Region r)
    +
    public boolean requestSplit(Region r)
  • @@ -758,7 +703,7 @@ implements
  • requestSplit

    -
    public void requestSplit(Region r,
    +
    public void requestSplit(Region r,
                              byte[] midKey)
  • @@ -768,7 +713,7 @@ implements
  • requestSplit

    -
    public void requestSplit(Region r,
    +
    public void requestSplit(Region r,
                              byte[] midKey,
                              User user)
  • @@ -779,7 +724,7 @@ implements
  • requestCompaction

    -
    public List<CompactionRequestrequestCompaction(Region r,
    +
    public List<CompactionRequestrequestCompaction(Region r,
                                                      String why)
                                               throws IOException
    @@ -802,7 +747,7 @@ implements
  • requestCompaction

    -
    public List<CompactionRequestrequestCompaction(Region r,
    +
    public List<CompactionRequestrequestCompaction(Region r,
                                                      String why,
                                                      List<Pair<CompactionRequest,Store>> requests)
                                               throws IOException
    @@ -829,7 +774,7 @@ implements
  • requestCompaction

    -
    public CompactionRequest requestCompaction(Region r,
    +
    public CompactionRequest requestCompaction(Region r,
                                                Store s,
                                                String why,
                                                CompactionRequest request)
    @@ -856,7 +801,7 @@ implements 
     
  • requestCompaction

    -
    public List<CompactionRequestrequestCompaction(Region r,
    +
    public List<CompactionRequestrequestCompaction(Region r,
                                                      String why,
                                                      int p,
                                                      List<Pair<CompactionRequest,Store>> requests,
    @@ -887,7 +832,7 @@ implements 
     
  • requestCompactionInternal

    -
    private List<CompactionRequestrequestCompactionInternal(Region r,
    +
    private List<CompactionRequestrequestCompactionInternal(Region r,
                                                               String why,
                                                               int p,
                                                               List<Pair<CompactionRequest,Store>> requests,
    @@ -906,7 +851,7 @@ implements 
     
  • requestCompaction

    -
    public CompactionRequest requestCompaction(Region r,
    +
    public CompactionRequest requestCompaction(Region r,
                                                Store s,
                                                String why,
                                                int priority,
    @@ -936,7 +881,7 @@ implements 
     
  • requestSystemCompaction

    -
    public void requestSystemCompaction(Region r,
    +
    public void requestSystemCompaction(Region r,
                                         String why)
                                  throws IOException
    @@ -951,7 +896,7 @@ implements
  • requestSystemCompaction

    -
    public void requestSystemCompaction(Region r,
    +
    public void requestSystemCompaction(Region r,
                                         Store s,
                                         String why)
                                  throws IOException
    @@ -967,7 +912,7 @@ implements
  • requestCompactionInternal

    -
    private CompactionRequest requestCompactionInternal(Region r,
    +
    private CompactionRequest requestCompactionInternal(Region r,
                                                         Store s,
                                                         String why,
                                                         int priority,
    @@ -994,7 +939,7 @@ implements 
     
  • selectCompaction

    -
    private CompactionContext selectCompaction(Region r,
    +
    private CompactionContext selectCompaction(Region r,
                                                Store s,
                                                int priority,
                                                CompactionRequest request,
    @@ -1012,7 +957,7 @@ implements 
     
  • interruptIfNecessary

    -
    void interruptIfNecessary()
    +
    void interruptIfNecessary()
    Only interrupt once it's done with a run through the work loop.
  • @@ -1022,7 +967,7 @@ implements
  • waitFor

    -
    private void waitFor(ThreadPoolExecutor t,
    +
    private void waitFor(ThreadPoolExecutor t,
                          String name)
  • @@ -1032,7 +977,7 @@ implements
  • join

    -
    void join()
    +
    void join()
  • @@ -1041,7 +986,7 @@ implements
  • getCompactionQueueSize

    -
    public int getCompactionQueueSize()
    +
    public int getCompactionQueueSize()
    Returns the current size of the queue containing regions that are processed.
    @@ -1056,7 +1001,7 @@ implements
  • getLargeCompactionQueueSize

    -
    public int getLargeCompactionQueueSize()
    +
    public int getLargeCompactionQueueSize()
  • @@ -1065,7 +1010,7 @@ implements
  • getSmallCompactionQueueSize

    -
    public int getSmallCompactionQueueSize()
    +
    public int getSmallCompactionQueueSize()
  • @@ -1074,7 +1019,7 @@ implements
  • getSplitQueueSize

    -
    public int getSplitQueueSize()
    +
    public int getSplitQueueSize()
  • @@ -1083,7 +1028,7 @@ implements
  • shouldSplitRegion

    -
    private boolean shouldSplitRegion()
    +
    private boolean shouldSplitRegion()
  • @@ -1092,7 +1037,7 @@ implements
  • getRegionSplitLimit

    -
    public int getRegionSplitLimit()
    +
    public int getRegionSplitLimit()
    Returns:
    the regionSplitLimit
    @@ -1105,7 +1050,7 @@ implements
  • onConfigurationChange

    -
    public void onConfigurationChange(org.apache.hadoop.conf.Configuration newConf)
    +
    public void onConfigurationChange(org.apache.hadoop.conf.Configuration newConf)
    This method would be called by the ConfigurationManager object when the Configuration object is reloaded from disk.
    @@ -1120,7 +1065,7 @@ implements
  • getSmallCompactionThreadNum

    -
    protected int getSmallCompactionThreadNum()
    +
    protected int getSmallCompactionThreadNum()
  • @@ -1129,7 +1074,7 @@ implements
  • getLargeCompactionThreadNum

    -
    protected int getLargeCompactionThreadNum()
    +
    protected int getLargeCompactionThreadNum()
  • @@ -1138,16 +1083,7 @@ implements
  • getSplitThreadNum

    -
    protected int getSplitThreadNum()
    -
  • - - - - - @@ -1156,7 +1092,7 @@ implements
  • registerChildren

    -
    public void registerChildren(ConfigurationManager manager)
    +
    public void registerChildren(ConfigurationManager manager)
    Needs to be called to register the children to the manager.
    Specified by:
    @@ -1172,7 +1108,7 @@ implements
  • deregisterChildren

    -
    public void deregisterChildren(ConfigurationManager manager)
    +
    public void deregisterChildren(ConfigurationManager manager)
    Needs to be called to deregister the children from the manager.
    Specified by:
    @@ -1188,16 +1124,7 @@ implements
  • getCompactionThroughputController

    -
    public ThroughputController getCompactionThroughputController()
    -
  • - - - - - @@ -1206,7 +1133,7 @@ implements
  • shutdownLongCompactions

    -
    void shutdownLongCompactions()
    +
    void shutdownLongCompactions()
  • http://git-wip-us.apache.org/repos/asf/hbase-site/blob/6f2e75f2/devapidocs/org/apache/hadoop/hbase/regionserver/package-tree.html ---------------------------------------------------------------------- diff --git a/devapidocs/org/apache/hadoop/hbase/regionserver/package-tree.html b/devapidocs/org/apache/hadoop/hbase/regionserver/package-tree.html index 7ef9e80..98ded93 100644 --- a/devapidocs/org/apache/hadoop/hbase/regionserver/package-tree.html +++ b/devapidocs/org/apache/hadoop/hbase/regionserver/package-tree.html @@ -683,20 +683,20 @@ http://git-wip-us.apache.org/repos/asf/hbase-site/blob/6f2e75f2/devapidocs/org/apache/hadoop/hbase/regionserver/querymatcher/package-tree.html ---------------------------------------------------------------------- diff --git a/devapidocs/org/apache/hadoop/hbase/regionserver/querymatcher/package-tree.html b/devapidocs/org/apache/hadoop/hbase/regionserver/querymatcher/package-tree.html index 926dfcb..7586289 100644 --- a/devapidocs/org/apache/hadoop/hbase/regionserver/querymatcher/package-tree.html +++ b/devapidocs/org/apache/hadoop/hbase/regionserver/querymatcher/package-tree.html @@ -125,10 +125,10 @@ http://git-wip-us.apache.org/repos/asf/hbase-site/blob/6f2e75f2/devapidocs/org/apache/hadoop/hbase/security/access/package-tree.html ---------------------------------------------------------------------- diff --git a/devapidocs/org/apache/hadoop/hbase/security/access/package-tree.html b/devapidocs/org/apache/hadoop/hbase/security/access/package-tree.html index 8387ff7..518b62c 100644 --- a/devapidocs/org/apache/hadoop/hbase/security/access/package-tree.html +++ b/devapidocs/org/apache/hadoop/hbase/security/access/package-tree.html @@ -135,9 +135,9 @@ http://git-wip-us.apache.org/repos/asf/hbase-site/blob/6f2e75f2/devapidocs/org/apache/hadoop/hbase/security/package-tree.html ---------------------------------------------------------------------- diff --git a/devapidocs/org/apache/hadoop/hbase/security/package-tree.html b/devapidocs/org/apache/hadoop/hbase/security/package-tree.html index dadc344..73b9c9d 100644 --- a/devapidocs/org/apache/hadoop/hbase/security/package-tree.html +++ b/devapidocs/org/apache/hadoop/hbase/security/package-tree.html @@ -191,8 +191,8 @@