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 70F85200C78 for ; Wed, 3 May 2017 16:59:10 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 6FA7B160BB5; Wed, 3 May 2017 14:59:10 +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 84418160BC6 for ; Wed, 3 May 2017 16:59:08 +0200 (CEST) Received: (qmail 99294 invoked by uid 500); 3 May 2017 14:59:00 -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 95248 invoked by uid 99); 3 May 2017 14:58: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; Wed, 03 May 2017 14:58:56 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 94CD8DF9FD; Wed, 3 May 2017 14:58:56 +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: Wed, 03 May 2017 14:59:41 -0000 Message-Id: In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [47/51] [partial] hbase-site git commit: Published site at 82d554e3783372cc6b05489452c815b57c06f6cd. archived-at: Wed, 03 May 2017 14:59:10 -0000 http://git-wip-us.apache.org/repos/asf/hbase-site/blob/31df4674/devapidocs/org/apache/hadoop/hbase/backup/package-tree.html ---------------------------------------------------------------------- diff --git a/devapidocs/org/apache/hadoop/hbase/backup/package-tree.html b/devapidocs/org/apache/hadoop/hbase/backup/package-tree.html index 1f603c7..00d50bc 100644 --- a/devapidocs/org/apache/hadoop/hbase/backup/package-tree.html +++ b/devapidocs/org/apache/hadoop/hbase/backup/package-tree.html @@ -165,10 +165,10 @@ http://git-wip-us.apache.org/repos/asf/hbase-site/blob/31df4674/devapidocs/org/apache/hadoop/hbase/class-use/Cell.html ---------------------------------------------------------------------- diff --git a/devapidocs/org/apache/hadoop/hbase/class-use/Cell.html b/devapidocs/org/apache/hadoop/hbase/class-use/Cell.html index 01eb0d1..3d5902e 100644 --- a/devapidocs/org/apache/hadoop/hbase/class-use/Cell.html +++ b/devapidocs/org/apache/hadoop/hbase/class-use/Cell.html @@ -5669,26 +5669,19 @@ service. byte[] k2)  -protected ScanQueryMatcher.MatchCode -StoreScanner.optimize(ScanQueryMatcher.MatchCode qcode, - Cell cell) -
See if we should actually SEEK or rather just SKIP to the next Cell (see HBASE-13109).
- - - private void StoreScanner.parallelSeek(List<? extends KeyValueScanner> scanners, Cell kv)
Seek storefiles in parallel to optimize IO latency as much as possible
- + boolean StoreFileReader.passesGeneralRowColBloomFilter(Cell cell)
A method for checking Bloom filters.
- + private boolean HRegion.RegionScannerImpl.populateResult(List<Cell> results, KeyValueHeap heap, @@ -5698,14 +5691,14 @@ service. reached, or remainingResultSize (if not -1) is reaced - + Cell RegionCoprocessorHost.postMutationBeforeWAL(RegionObserver.MutationType opType, Mutation mutation, Cell oldCell, Cell newCell)  - + boolean RegionCoprocessorHost.postScannerFilterRow(InternalScanner s, Cell curRowCell) @@ -5713,23 +5706,23 @@ service. filter. - + private void StripeMultiFileWriter.BoundaryMultiWriter.prepareWriterFor(Cell cell)  - + boolean RegionCoprocessorHost.prePrepareTimeStampForDeleteVersion(Mutation mutation, Cell kv, byte[] byteNow, Get get)  - + Cell CellFlatMap.put(Cell k, Cell v)  - + private Cell HMobStore.readCell(List<org.apache.hadoop.fs.Path> locations, String fileName, @@ -5740,14 +5733,14 @@ service.
Reads the cell from a mob file.
- + private Cell HRegion.reckonAppend(Cell delta, Cell currentValue, long now, Append mutation)  - + private Cell HRegion.reckonIncrement(Cell delta, long deltaAmount, @@ -5758,7 +5751,7 @@ service.
Calculate new Increment Cell.
- + boolean StoreFileScanner.requestSeek(Cell kv, boolean forward, @@ -5766,7 +5759,7 @@ service.
Pretend we have done a seek but don't do it yet, if possible.
- + boolean KeyValueScanner.requestSeek(Cell kv, boolean forward, @@ -5776,13 +5769,13 @@ service. row/column combination specified by the kv parameter. - + boolean SegmentScanner.requestSeek(Cell c, boolean forward, boolean useBloom)  - + boolean KeyValueHeap.requestSeek(Cell key, boolean forward, @@ -5792,70 +5785,70 @@ service. row/column combination specified by the kv parameter. - + boolean NonLazyKeyValueScanner.requestSeek(Cell kv, boolean forward, boolean useBloom)  - + boolean ReversedKeyValueHeap.requestSeek(Cell key, boolean forward, boolean useBloom)  - + boolean StoreFileScanner.reseek(Cell key)  - + boolean StoreScanner.reseek(Cell kv)  - + boolean KeyValueScanner.reseek(Cell key)
Reseek the scanner at or after the specified KeyValue.
- + boolean SegmentScanner.reseek(Cell cell)
Reseek the scanner at or after the specified KeyValue.
- + boolean ReversedStoreScanner.reseek(Cell kv)  - + boolean KeyValueHeap.reseek(Cell seekKey)
This function is identical to the KeyValueHeap.seek(Cell) function except that scanner.seek(seekKey) is changed to scanner.reseek(seekKey).
- + boolean ReversedKeyValueHeap.reseek(Cell seekKey)  - + (package private) static boolean StoreFileScanner.reseekAtOrAfter(HFileScanner s, Cell k)  - + protected void StoreScanner.resetScannerStack(Cell lastTopKey)  - + Cell HMobStore.resolve(Cell reference, boolean cacheBlocks)
Reads the cell from the mob file, and the read point does not count.
- + Cell HMobStore.resolve(Cell reference, boolean cacheBlocks, @@ -5864,78 +5857,86 @@ service.
Reads the cell from the mob file.
- + protected void HRegion.restoreEdit(HStore s, Cell cell, MemstoreSize memstoreSize)  - + protected void StripeMultiFileWriter.sanityCheckLeft(byte[] left, Cell cell)
Subclasses can call this method to make sure the first KV is within multi-writer range.
- + protected void StripeMultiFileWriter.sanityCheckRight(byte[] right, Cell cell)
Subclasses can call this method to make sure the last KV is within multi-writer range.
- + boolean StoreFileScanner.seek(Cell key)  - + boolean StoreScanner.seek(Cell key)  - + boolean KeyValueScanner.seek(Cell key)
Seek the scanner at or after the specified KeyValue.
- + boolean SegmentScanner.seek(Cell cell)
Seek the scanner at or after the specified Cell.
- + boolean ReversedStoreScanner.seek(Cell key)  - + boolean KeyValueHeap.seek(Cell seekKey)
Seeks all scanners at or below the specified seek key.
- + boolean ReversedKeyValueHeap.seek(Cell seekKey)  - + protected boolean StoreScanner.seekAsDirection(Cell kv)
Do a reseek in a normal StoreScanner(scan forward)
- + protected boolean ReversedStoreScanner.seekAsDirection(Cell kv)
Do a backwardSeek in a reversed StoreScanner(scan backward)
- + static boolean StoreFileScanner.seekAtOrAfter(HFileScanner s, Cell k)  + +private void +StoreScanner.seekOrSkipToNextColumn(Cell cell)  + +private void +StoreScanner.seekOrSkipToNextRow(Cell cell)  + + protected void StoreScanner.seekScanners(List<? extends KeyValueScanner> scanners, Cell seekKey, @@ -5944,130 +5945,142 @@ service.
Seek the specified scanners with the given key
- + protected void ReversedStoreScanner.seekScanners(List<? extends KeyValueScanner> scanners, Cell seekKey, boolean isLazy, boolean isParallelSeek)  - + protected boolean StoreScanner.seekToNextRow(Cell c)  - + protected boolean ReversedStoreScanner.seekToNextRow(Cell kv)  - + boolean StoreFileScanner.seekToPreviousRow(Cell originalKey)  - + boolean KeyValueScanner.seekToPreviousRow(Cell key)
Seek the scanner at the first Cell of the row which is the previous row of specified key
- + boolean SegmentScanner.seekToPreviousRow(Cell cell)
Seek the scanner at the first Cell of the row which is the previous row of specified key
- + boolean ReversedStoreScanner.seekToPreviousRow(Cell key)  - + boolean ReversedKeyValueHeap.seekToPreviousRow(Cell seekKey)  - + boolean NonReversedNonLazyKeyValueScanner.seekToPreviousRow(Cell key)  - + protected void StoreFileScanner.setCurrentCell(Cell newVal)  - + protected boolean HRegion.RegionScannerImpl.shouldStop(Cell currentRowCell)  - + protected boolean ReversedRegionScannerImpl.shouldStop(Cell currentRowCell)  - + NavigableMap<Cell,Cell> CellFlatMap.subMap(Cell fromKey, boolean fromInclusive, Cell toKey, boolean toInclusive)  - + NavigableMap<Cell,Cell> CellFlatMap.subMap(Cell k1, Cell k2)  - + NavigableSet<Cell> CellSet.subSet(Cell fromElement, boolean fromInclusive, Cell toElement, boolean toInclusive)  - + SortedSet<Cell> CellSet.subSet(Cell fromElement, Cell toElement)  - + NavigableMap<Cell,Cell> CellFlatMap.tailMap(Cell k)  - + NavigableMap<Cell,Cell> CellFlatMap.tailMap(Cell fromKey, boolean inclusive)  - + SortedSet<Cell> CellSet.tailSet(Cell fromElement)  - + protected SortedSet<Cell> Segment.tailSet(Cell firstCell)
Returns a subset of the segment cell set, which starts with the given cell
- + protected SortedSet<Cell> CompositeImmutableSegment.tailSet(Cell firstCell)
Returns a subset of the segment cell set, which starts with the given cell
- + NavigableSet<Cell> CellSet.tailSet(Cell fromElement, boolean inclusive)  - + void StoreFileWriter.trackTimestamps(Cell cell)
Record the earlest Put timestamp.
+ +protected boolean +StoreScanner.trySkipToNextColumn(Cell cell) + + + +protected boolean +StoreScanner.trySkipToNextRow(Cell cell) +
See if we should actually SEEK or rather just SKIP to the next Cell (see HBASE-13109).
+ + + Iterator<StoreFile> DefaultStoreFileManager.updateCandidateFilesForRowKeyBefore(Iterator<StoreFile> candidateFiles, KeyValue targetKey, Cell candidate)  - + Iterator<StoreFile> StoreFileManager.updateCandidateFilesForRowKeyBefore(Iterator<StoreFile> candidateFiles, KeyValue targetKey, @@ -6075,7 +6088,7 @@ service.
Updates the candidate list for finding row key before.
- + Iterator<StoreFile> StripeStoreFileManager.updateCandidateFilesForRowKeyBefore(Iterator<StoreFile> candidateFiles, KeyValue targetKey, @@ -6085,34 +6098,34 @@ service. for details on this methods. - + (package private) void HRegion.updateDeleteLatestVersionTimeStamp(Cell cell, Get get, int count, byte[] byteNow)  - + protected void Segment.updateMetaInfo(Cell cellToAdd, boolean succ, boolean mslabUsed, MemstoreSize memstoreSize)  - + protected void CompositeImmutableSegment.updateMetaInfo(Cell cellToAdd, boolean succ, boolean mslabUsed, MemstoreSize memstoreSize)  - + private void AbstractMemStore.upsert(Cell cell, long readpoint, MemstoreSize memstoreSize)  - + void MutableSegment.upsert(Cell cell, long readpoint,