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 55D3A200C70 for ; Tue, 4 Apr 2017 16:59:20 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 54711160BA7; Tue, 4 Apr 2017 14:59:20 +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 08EB9160BA5 for ; Tue, 4 Apr 2017 16:59:17 +0200 (CEST) Received: (qmail 88677 invoked by uid 500); 4 Apr 2017 14:59:15 -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 86288 invoked by uid 99); 4 Apr 2017 14:59:13 -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 14:59:13 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 78360DFEE9; Tue, 4 Apr 2017 14:59:13 +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: Tue, 04 Apr 2017 14:59:26 -0000 Message-Id: <6a762f97fb8147a19d5427f7d6beade3@git.apache.org> In-Reply-To: <173407dc876042b3989bacdf056683f4@git.apache.org> References: <173407dc876042b3989bacdf056683f4@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [14/51] [partial] hbase-site git commit: Published site at e916b79db58bb9be806a833b2c0e675f1136c15a. archived-at: Tue, 04 Apr 2017 14:59:20 -0000 http://git-wip-us.apache.org/repos/asf/hbase-site/blob/292b62a2/devapidocs/org/apache/hadoop/hbase/regionserver/class-use/StoreFile.html ---------------------------------------------------------------------- diff --git a/devapidocs/org/apache/hadoop/hbase/regionserver/class-use/StoreFile.html b/devapidocs/org/apache/hadoop/hbase/regionserver/class-use/StoreFile.html index df82020..1a1e98f 100644 --- a/devapidocs/org/apache/hadoop/hbase/regionserver/class-use/StoreFile.html +++ b/devapidocs/org/apache/hadoop/hbase/regionserver/class-use/StoreFile.html @@ -637,33 +637,33 @@ -com.google.common.collect.ImmutableCollection<StoreFile> -StripeStoreFileManager.clearCompactedFiles()  - - Collection<StoreFile> DefaultStoreFileManager.clearCompactedFiles()  - + Collection<StoreFile> StoreFileManager.clearCompactedFiles()
Clears all the compacted files and returns them.
- + com.google.common.collect.ImmutableCollection<StoreFile> -StripeStoreFileManager.clearFiles()  +StripeStoreFileManager.clearCompactedFiles()  - + com.google.common.collect.ImmutableCollection<StoreFile> DefaultStoreFileManager.clearFiles()  - + com.google.common.collect.ImmutableCollection<StoreFile> StoreFileManager.clearFiles()
Clears all the files currently in use and returns them.
+ +com.google.common.collect.ImmutableCollection<StoreFile> +StripeStoreFileManager.clearFiles()  + Map<byte[],List<StoreFile>> HRegion.close() @@ -729,62 +729,62 @@ Iterator<StoreFile> -StripeStoreFileManager.getCandidateFilesForRowKeyBefore(KeyValue targetKey) - - +DefaultStoreFileManager.getCandidateFilesForRowKeyBefore(KeyValue targetKey)  Iterator<StoreFile> -DefaultStoreFileManager.getCandidateFilesForRowKeyBefore(KeyValue targetKey)  +StoreFileManager.getCandidateFilesForRowKeyBefore(KeyValue targetKey) +
Gets initial, full list of candidate store files to check for row-key-before.
+ Iterator<StoreFile> -StoreFileManager.getCandidateFilesForRowKeyBefore(KeyValue targetKey) -
Gets initial, full list of candidate store files to check for row-key-before.
+StripeStoreFileManager.getCandidateFilesForRowKeyBefore(KeyValue targetKey) + Collection<StoreFile> -StripeStoreFileManager.getCompactedfiles()  - - -Collection<StoreFile> DefaultStoreFileManager.getCompactedfiles()  - + Collection<StoreFile> StoreFileManager.getCompactedfiles()
List of compacted files inside this store that needs to be excluded in reads because further new reads will be using only the newly created files out of compaction.
+ +Collection<StoreFile> +StripeStoreFileManager.getCompactedfiles()  + ArrayList<List<StoreFile>> StripeStoreFileManager.KeyBeforeConcatenatedLists.Iterator.getComponents()  Collection<StoreFile> -StripeStoreFileManager.getFilesForScan(byte[] startRow, +DefaultStoreFileManager.getFilesForScan(byte[] startRow, boolean includeStartRow, byte[] stopRow, boolean includeStopRow)  Collection<StoreFile> -DefaultStoreFileManager.getFilesForScan(byte[] startRow, +StoreFileManager.getFilesForScan(byte[] startRow, boolean includeStartRow, byte[] stopRow, - boolean includeStopRow)  + boolean includeStopRow) +
Gets the store files to scan for a Scan or Get request.
+ Collection<StoreFile> -StoreFileManager.getFilesForScan(byte[] startRow, +StripeStoreFileManager.getFilesForScan(byte[] startRow, boolean includeStartRow, byte[] stopRow, - boolean includeStopRow) -
Gets the store files to scan for a Scan or Get request.
- + boolean includeStopRow)
  private ArrayList<StoreFile> @@ -796,33 +796,33 @@ Comparator<StoreFile> -StripeStoreFileManager.getStoreFileComparator()  +DefaultStoreFileManager.getStoreFileComparator()  Comparator<StoreFile> -DefaultStoreFileManager.getStoreFileComparator()  +StoreFileManager.getStoreFileComparator()  Comparator<StoreFile> -StoreFileManager.getStoreFileComparator()  +StripeStoreFileManager.getStoreFileComparator()  Collection<StoreFile> -StripeStoreFileManager.getStorefiles()  +DefaultStoreFileManager.getStorefiles()  Collection<StoreFile> -DefaultStoreFileManager.getStorefiles()  +StoreFileManager.getStorefiles() +
Gets the snapshot of the store files currently in use.
+ Collection<StoreFile> -Store.getStorefiles()  +StripeStoreFileManager.getStorefiles()  Collection<StoreFile> -StoreFileManager.getStorefiles() -
Gets the snapshot of the store files currently in use.
- +Store.getStorefiles()  Collection<StoreFile> @@ -838,17 +838,17 @@ Collection<StoreFile> -StripeStoreFileManager.getUnneededFiles(long maxTs, +DefaultStoreFileManager.getUnneededFiles(long maxTs, List<StoreFile> filesCompacting)  Collection<StoreFile> -DefaultStoreFileManager.getUnneededFiles(long maxTs, +StoreFileManager.getUnneededFiles(long maxTs, List<StoreFile> filesCompacting)  Collection<StoreFile> -StoreFileManager.getUnneededFiles(long maxTs, +StripeStoreFileManager.getUnneededFiles(long maxTs, List<StoreFile> filesCompacting)  @@ -874,15 +874,15 @@ List<StoreFile> -DateTieredStoreEngine.DateTieredCompactionContext.preSelect(List<StoreFile> filesCompacting)  +StripeStoreEngine.StripeCompaction.preSelect(List<StoreFile> filesCompacting)  List<StoreFile> -DefaultStoreEngine.DefaultCompactionContext.preSelect(List<StoreFile> filesCompacting)  +DateTieredStoreEngine.DateTieredCompactionContext.preSelect(List<StoreFile> filesCompacting)  List<StoreFile> -StripeStoreEngine.StripeCompaction.preSelect(List<StoreFile> filesCompacting)  +DefaultStoreEngine.DefaultCompactionContext.preSelect(List<StoreFile> filesCompacting)  private TreeMap<byte[],StoreFile> @@ -897,26 +897,26 @@ Iterator<StoreFile> -StripeStoreFileManager.updateCandidateFilesForRowKeyBefore(Iterator<StoreFile> candidateFiles, +DefaultStoreFileManager.updateCandidateFilesForRowKeyBefore(Iterator<StoreFile> candidateFiles, KeyValue targetKey, - Cell candidate) - - + Cell candidate)  Iterator<StoreFile> -DefaultStoreFileManager.updateCandidateFilesForRowKeyBefore(Iterator<StoreFile> candidateFiles, +StoreFileManager.updateCandidateFilesForRowKeyBefore(Iterator<StoreFile> candidateFiles, KeyValue targetKey, - Cell candidate)  + Cell candidate) +
Updates the candidate list for finding row key before.
+ Iterator<StoreFile> -StoreFileManager.updateCandidateFilesForRowKeyBefore(Iterator<StoreFile> candidateFiles, +StripeStoreFileManager.updateCandidateFilesForRowKeyBefore(Iterator<StoreFile> candidateFiles, KeyValue targetKey, Cell candidate) -
Updates the candidate list for finding row key before.
+ @@ -1018,16 +1018,6 @@ void -StripeStoreFileManager.addCompactionResults(Collection<StoreFile> compactedFiles, - Collection<StoreFile> results)  - - -void -StripeStoreFileManager.addCompactionResults(Collection<StoreFile> compactedFiles, - Collection<StoreFile> results)  - - -void DefaultStoreFileManager.addCompactionResults(Collection<StoreFile> newCompactedfiles, Collection<StoreFile> results)  @@ -1051,6 +1041,16 @@ +void +StripeStoreFileManager.addCompactionResults(Collection<StoreFile> compactedFiles, + Collection<StoreFile> results)  + + +void +StripeStoreFileManager.addCompactionResults(Collection<StoreFile> compactedFiles, + Collection<StoreFile> results)  + + private void HStore.addToCompactingFiles(Collection<StoreFile> filesToAdd)
Adds the files to compacting files.
@@ -1228,17 +1228,17 @@ Collection<StoreFile> -StripeStoreFileManager.getUnneededFiles(long maxTs, +DefaultStoreFileManager.getUnneededFiles(long maxTs, List<StoreFile> filesCompacting)  Collection<StoreFile> -DefaultStoreFileManager.getUnneededFiles(long maxTs, +StoreFileManager.getUnneededFiles(long maxTs, List<StoreFile> filesCompacting)  Collection<StoreFile> -StoreFileManager.getUnneededFiles(long maxTs, +StripeStoreFileManager.getUnneededFiles(long maxTs, List<StoreFile> filesCompacting)  @@ -1256,32 +1256,32 @@ void -StripeStoreFileManager.insertNewFiles(Collection<StoreFile> sfs)  - - -void DefaultStoreFileManager.insertNewFiles(Collection<StoreFile> sfs)  - + void StoreFileManager.insertNewFiles(Collection<StoreFile> sfs)
Adds new files, either for from MemStore flush or bulk insert, into the structure.
- + void -StripeStoreFileManager.loadFiles(List<StoreFile> storeFiles)  +StripeStoreFileManager.insertNewFiles(Collection<StoreFile> sfs)  - + void DefaultStoreFileManager.loadFiles(List<StoreFile> storeFiles)  - + void StoreFileManager.loadFiles(List<StoreFile> storeFiles)
Loads the initial store files into empty StoreFileManager.
+ +void +StripeStoreFileManager.loadFiles(List<StoreFile> storeFiles)  + private void StripeStoreFileManager.loadUnclassifiedStoreFiles(List<StoreFile> storeFiles) @@ -1300,11 +1300,11 @@ private void -StripeStoreFileManager.markCompactedAway(Collection<StoreFile> compactedFiles)  +DefaultStoreFileManager.markCompactedAway(Collection<StoreFile> compactedFiles)  private void -DefaultStoreFileManager.markCompactedAway(Collection<StoreFile> compactedFiles)  +StripeStoreFileManager.markCompactedAway(Collection<StoreFile> compactedFiles)  private void @@ -1322,15 +1322,15 @@ boolean -DateTieredStoreEngine.needsCompaction(List<StoreFile> filesCompacting)  +StripeStoreEngine.needsCompaction(List<StoreFile> filesCompacting)  boolean -DefaultStoreEngine.needsCompaction(List<StoreFile> filesCompacting)  +DateTieredStoreEngine.needsCompaction(List<StoreFile> filesCompacting)  boolean -StripeStoreEngine.needsCompaction(List<StoreFile> filesCompacting)  +DefaultStoreEngine.needsCompaction(List<StoreFile> filesCompacting)  private void @@ -1358,15 +1358,15 @@ List<StoreFile> -DateTieredStoreEngine.DateTieredCompactionContext.preSelect(List<StoreFile> filesCompacting)  +StripeStoreEngine.StripeCompaction.preSelect(List<StoreFile> filesCompacting)  List<StoreFile> -DefaultStoreEngine.DefaultCompactionContext.preSelect(List<StoreFile> filesCompacting)  +DateTieredStoreEngine.DateTieredCompactionContext.preSelect(List<StoreFile> filesCompacting)  List<StoreFile> -StripeStoreEngine.StripeCompaction.preSelect(List<StoreFile> filesCompacting)  +DefaultStoreEngine.DefaultCompactionContext.preSelect(List<StoreFile> filesCompacting)  private void @@ -1383,18 +1383,18 @@ void -StripeStoreFileManager.removeCompactedFiles(Collection<StoreFile> compactedFiles)  - - -void DefaultStoreFileManager.removeCompactedFiles(Collection<StoreFile> removedCompactedfiles)  - + void StoreFileManager.removeCompactedFiles(Collection<StoreFile> compactedFiles)
Remove the compacted files
+ +void +StripeStoreFileManager.removeCompactedFiles(Collection<StoreFile> compactedFiles)  + void HRegionFileSystem.removeStoreFiles(String familyName, @@ -1414,21 +1414,21 @@ boolean -DateTieredStoreEngine.DateTieredCompactionContext.select(List<StoreFile> filesCompacting, +StripeStoreEngine.StripeCompaction.select(List<StoreFile> filesCompacting, boolean isUserCompaction, boolean mayUseOffPeak, boolean forceMajor)  boolean -DefaultStoreEngine.DefaultCompactionContext.select(List<StoreFile> filesCompacting, +DateTieredStoreEngine.DateTieredCompactionContext.select(List<StoreFile> filesCompacting, boolean isUserCompaction, boolean mayUseOffPeak, boolean forceMajor)  boolean -StripeStoreEngine.StripeCompaction.select(List<StoreFile> filesCompacting, +DefaultStoreEngine.DefaultCompactionContext.select(List<StoreFile> filesCompacting, boolean isUserCompaction, boolean mayUseOffPeak, boolean forceMajor)  @@ -1443,37 +1443,37 @@ Iterator<StoreFile> -StripeStoreFileManager.updateCandidateFilesForRowKeyBefore(Iterator<StoreFile> candidateFiles, +DefaultStoreFileManager.updateCandidateFilesForRowKeyBefore(Iterator<StoreFile> candidateFiles, KeyValue targetKey, - Cell candidate) - - + Cell candidate)  Iterator<StoreFile> -DefaultStoreFileManager.updateCandidateFilesForRowKeyBefore(Iterator<StoreFile> candidateFiles, +StoreFileManager.updateCandidateFilesForRowKeyBefore(Iterator<StoreFile> candidateFiles, KeyValue targetKey, - Cell candidate)  + Cell candidate) +
Updates the candidate list for finding row key before.
+ Iterator<StoreFile> -StoreFileManager.updateCandidateFilesForRowKeyBefore(Iterator<StoreFile> candidateFiles, +StripeStoreFileManager.updateCandidateFilesForRowKeyBefore(Iterator<StoreFile> candidateFiles, KeyValue targetKey, Cell candidate) -
Updates the candidate list for finding row key before.
+ void -ChangedReadersObserver.updateReaders(List<StoreFile> sfs) -
Notify observers.
- +StoreScanner.updateReaders(List<StoreFile> sfs)  void -StoreScanner.updateReaders(List<StoreFile> sfs)  +ChangedReadersObserver.updateReaders(List<StoreFile> sfs) +
Notify observers.
+ private boolean @@ -1690,15 +1690,15 @@ boolean mayBeStuck)
  -protected abstract CompactionRequest -SortedCompactionPolicy.createCompactionRequest(