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 D6D23200B89 for ; Wed, 7 Sep 2016 00:32:46 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id D56B2160ADE; Tue, 6 Sep 2016 22:32:46 +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 5C7CA160ACE for ; Wed, 7 Sep 2016 00:32:45 +0200 (CEST) Received: (qmail 29350 invoked by uid 500); 6 Sep 2016 22:32:42 -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 28683 invoked by uid 99); 6 Sep 2016 22:32:42 -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, 06 Sep 2016 22:32:42 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 1A8FEEEF48; Tue, 6 Sep 2016 22:32:42 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: misty@apache.org To: commits@hbase.apache.org Date: Tue, 06 Sep 2016 22:32:53 -0000 Message-Id: In-Reply-To: <42aeb09cdd994566b98d384f2f2bc487@git.apache.org> References: <42aeb09cdd994566b98d384f2f2bc487@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [13/52] [partial] hbase-site git commit: Published site at b6ba13c37715422710a142f6f82ba4817129c3d6. archived-at: Tue, 06 Sep 2016 22:32:47 -0000 http://git-wip-us.apache.org/repos/asf/hbase-site/blob/1d6655bb/devapidocs/org/apache/hadoop/hbase/regionserver/class-use/Store.html ---------------------------------------------------------------------- diff --git a/devapidocs/org/apache/hadoop/hbase/regionserver/class-use/Store.html b/devapidocs/org/apache/hadoop/hbase/regionserver/class-use/Store.html index 16f60b6..87a87ef 100644 --- a/devapidocs/org/apache/hadoop/hbase/regionserver/class-use/Store.html +++ b/devapidocs/org/apache/hadoop/hbase/regionserver/class-use/Store.html @@ -514,8 +514,8 @@ -private Store -CompactingMemStore.store  +protected Store +StoreScanner.store  protected Store @@ -526,8 +526,8 @@ CompactSplitThread.CompactionRunner.store  -protected Store -StoreScanner.store  +private Store +CompactingMemStore.store  @@ -603,20 +603,20 @@ HRegion.getStores()  -abstract Collection<Store> -FlushPolicy.selectStoresToFlush()  +Collection<Store> +FlushAllStoresPolicy.selectStoresToFlush()  Collection<Store> -FlushAllStoresPolicy.selectStoresToFlush()  +FlushAllLargeStoresPolicy.selectStoresToFlush()  Collection<Store> FlushNonSloppyStoresFirstPolicy.selectStoresToFlush()  -Collection<Store> -FlushAllLargeStoresPolicy.selectStoresToFlush()  +abstract Collection<Store> +FlushPolicy.selectStoresToFlush()  @@ -673,6 +673,12 @@ Store store)  +protected void +DefaultStoreEngine.createComponents(org.apache.hadoop.conf.Configuration conf, + Store store, + CellComparator kvComparator)  + + protected abstract void StoreEngine.createComponents(org.apache.hadoop.conf.Configuration conf, Store store, @@ -680,23 +686,17 @@
Create the StoreEngine's components.
- -protected void -StripeStoreEngine.createComponents(org.apache.hadoop.conf.Configuration conf, - Store store, - CellComparator comparator)  - protected void -DefaultStoreEngine.createComponents(org.apache.hadoop.conf.Configuration conf, +DateTieredStoreEngine.createComponents(org.apache.hadoop.conf.Configuration conf, Store store, CellComparator kvComparator)  protected void -DateTieredStoreEngine.createComponents(org.apache.hadoop.conf.Configuration conf, +StripeStoreEngine.createComponents(org.apache.hadoop.conf.Configuration conf, Store store, - CellComparator kvComparator)  + CellComparator comparator)  private void @@ -855,33 +855,33 @@ CompactionRequest -CompactSplitThread.requestCompaction(Region r, +CompactionRequestor.requestCompaction(Region r, Store s, String why, CompactionRequest request)  CompactionRequest -CompactionRequestor.requestCompaction(Region r, +CompactSplitThread.requestCompaction(Region r, Store s, String why, CompactionRequest request)  CompactionRequest -CompactSplitThread.requestCompaction(Region r, +CompactionRequestor.requestCompaction(Region r, Store s, String why, - int priority, + int pri, CompactionRequest request, User user)  CompactionRequest -CompactionRequestor.requestCompaction(Region r, +CompactSplitThread.requestCompaction(Region r, Store s, String why, - int pri, + int priority, CompactionRequest request, User user)  @@ -932,11 +932,10 @@ boolean -SegmentScanner.shouldUseScanner(Scan scan, +MemStoreScanner.shouldUseScanner(Scan scan, Store store, long oldestUnexpiredTS) -
This functionality should be resolved in the higher level which is - MemStoreScanner, currently returns true as default.
+
Check if this memstore may contain the required keys
@@ -947,10 +946,11 @@ boolean -MemStoreScanner.shouldUseScanner(Scan scan, +SegmentScanner.shouldUseScanner(Scan scan, Store store, long oldestUnexpiredTS) -
Check if this memstore may contain the required keys
+
This functionality should be resolved in the higher level which is + MemStoreScanner, currently returns true as default.
@@ -1035,29 +1035,29 @@ List<CompactionRequest> -CompactSplitThread.requestCompaction(Region r, +CompactionRequestor.requestCompaction(Region r, String why, - int p, + int pri, List<Pair<CompactionRequest,Store>> requests, User user)  List<CompactionRequest> -CompactionRequestor.requestCompaction(Region r, +CompactSplitThread.requestCompaction(Region r, String why, - int pri, + int p, List<Pair<CompactionRequest,Store>> requests, User user)  List<CompactionRequest> -CompactSplitThread.requestCompaction(Region r, +CompactionRequestor.requestCompaction(Region r, String why, List<Pair<CompactionRequest,Store>> requests)  List<CompactionRequest> -CompactionRequestor.requestCompaction(Region r, +CompactSplitThread.requestCompaction(Region r, String why, List<Pair<CompactionRequest,Store>> requests)