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 A0A07200D11 for ; Mon, 2 Oct 2017 17:13:52 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 9F0141609DE; Mon, 2 Oct 2017 15:13:52 +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 9D2F71609EF for ; Mon, 2 Oct 2017 17:13:50 +0200 (CEST) Received: (qmail 31373 invoked by uid 500); 2 Oct 2017 15:13:33 -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 30424 invoked by uid 99); 2 Oct 2017 15:13:31 -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; Mon, 02 Oct 2017 15:13:31 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id A1E7AF5C32; Mon, 2 Oct 2017 15:13:31 +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: Mon, 02 Oct 2017 15:14:10 -0000 Message-Id: <21b3118189a242dfb52a815d0310bcf0@git.apache.org> In-Reply-To: <99a49c8b60554e8fa040d02ce0bee5b3@git.apache.org> References: <99a49c8b60554e8fa040d02ce0bee5b3@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [41/51] [partial] hbase-site git commit: Published site at . archived-at: Mon, 02 Oct 2017 15:13:52 -0000 http://git-wip-us.apache.org/repos/asf/hbase-site/blob/3332caca/devapidocs/org/apache/hadoop/hbase/regionserver/AbstractMemStore.html ---------------------------------------------------------------------- diff --git a/devapidocs/org/apache/hadoop/hbase/regionserver/AbstractMemStore.html b/devapidocs/org/apache/hadoop/hbase/regionserver/AbstractMemStore.html index bfe663b..2445d1e 100644 --- a/devapidocs/org/apache/hadoop/hbase/regionserver/AbstractMemStore.html +++ b/devapidocs/org/apache/hadoop/hbase/regionserver/AbstractMemStore.html @@ -213,15 +213,15 @@ implements void -add(Cell cell, - MemstoreSize memstoreSize) +add(Cell cell, + MemStoreSize memstoreSize)
Write an update
void -add(Iterable<Cell> cells, - MemstoreSize memstoreSize) +add(Iterable<Cell> cells, + MemStoreSize memstoreSize)
Write the updates
@@ -290,7 +290,7 @@ implements getSnapshot()  -MemstoreSize +MemStoreSize getSnapshotSize()
Return the size of the snapshot(s) if any
@@ -301,9 +301,9 @@ implements private void -internalAdd(Cell toAdd, +internalAdd(Cell toAdd, boolean mslabUsed, - MemstoreSize memstoreSize)  + MemStoreSize memstoreSize)  protected abstract long @@ -337,15 +337,15 @@ implements private void -upsert(Cell cell, +upsert(Cell cell, long readpoint, - MemstoreSize memstoreSize)  + MemStoreSize memstoreSize)  void -upsert(Iterable<Cell> cells, +upsert(Iterable<Cell> cells, long readpoint, - MemstoreSize memstoreSize) + MemStoreSize memstoreSize)
Update or insert the specified cells.
@@ -537,37 +537,37 @@ implements +
  • add

    public void add(Iterable<Cell> cells,
    -                MemstoreSize memstoreSize)
    -
    Description copied from interface: MemStore
    + MemStoreSize memstoreSize) +
    Description copied from interface: MemStore
    Write the updates
    Specified by:
    -
    add in interface MemStore
    +
    add in interface MemStore
    memstoreSize - The delta in memstore size will be passed back via this. This will include both data size and heap overhead delta.
- +
  • add

    public void add(Cell cell,
    -                MemstoreSize memstoreSize)
    -
    Description copied from interface: MemStore
    + MemStoreSize memstoreSize) +
    Description copied from interface: MemStore
    Write an update
    Specified by:
    -
    add in interface MemStore
    +
    add in interface MemStore
    memstoreSize - The delta in memstore size will be passed back via this. This will include both data size and heap overhead delta.
    @@ -582,7 +582,7 @@ implements Cell deepCopyIfNeeded(Cell cell)
- + - + @@ -735,7 +735,7 @@ implements Cell maybeCloneWithAllocator(Cell cell) - + http://git-wip-us.apache.org/repos/asf/hbase-site/blob/3332caca/devapidocs/org/apache/hadoop/hbase/regionserver/CSLMImmutableSegment.html ---------------------------------------------------------------------- diff --git a/devapidocs/org/apache/hadoop/hbase/regionserver/CSLMImmutableSegment.html b/devapidocs/org/apache/hadoop/hbase/regionserver/CSLMImmutableSegment.html index 8534c8f..e63fcab 100644 --- a/devapidocs/org/apache/hadoop/hbase/regionserver/CSLMImmutableSegment.html +++ b/devapidocs/org/apache/hadoop/hbase/regionserver/CSLMImmutableSegment.html @@ -219,7 +219,7 @@ extends Segment -close, compare, compareRows, decScannerCount, dump, getCellLength, getCellsCount, getCell Set, getComparator, getFirstAfter, getMemStoreLAB, getMinSequenceId, getScanner, getScanner, getScanners, getTimeRangeTracker, headSet, heapSize, heapSizeChange, incScannerCount, incSize, internalAdd, isEmpty, isTagsPresent, iterator, keySize, last, maybeCloneWithAllocator, setCellSet, tailSet, toString, updateMetaInfo, updateMetaInfo +close, compare, compareRows, decScannerCount, dump, getCellLength, getCellsCount, getCell Set, getComparator, getFirstAfter, getMemStoreLAB, getMinSequenceId, getScanner, getScanner, getScanners, getTimeRangeTracker, headSet, heapSize, heapSizeChange, incScannerCount, incSize, internalAdd, isEmpty, isTagsPresent, iterator, keySize, last, maybeCloneWithAllocator, setCellSet, tailSet, toString, updateMetaInfo, updateMetaInfo - + - + @@ -548,7 +548,7 @@ extends
  • getPipelineSize

    -
    public MemstoreSize getPipelineSize()
    +
    public MemStoreSize getPipelineSize()
  • http://git-wip-us.apache.org/repos/asf/hbase-site/blob/3332caca/devapidocs/org/apache/hadoop/hbase/regionserver/CompositeImmutableSegment.html ---------------------------------------------------------------------- diff --git a/devapidocs/org/apache/hadoop/hbase/regionserver/CompositeImmutableSegment.html b/devapidocs/org/apache/hadoop/hbase/regionserver/CompositeImmutableSegment.html index 11423c2..5bea36e 100644 --- a/devapidocs/org/apache/hadoop/hbase/regionserver/CompositeImmutableSegment.html +++ b/devapidocs/org/apache/hadoop/hbase/regionserver/CompositeImmutableSegment.html @@ -308,9 +308,9 @@ extends protected void -internalAdd(Cell cell, +internalAdd(Cell cell, boolean mslabUsed, - MemstoreSize memstoreSize)  + MemStoreSize memstoreSize)  boolean @@ -364,10 +364,10 @@ extends protected void -updateMetaInfo(Cell cellToAdd, +updateMetaInfo(Cell cellToAdd, boolean succ, boolean mslabUsed, - MemstoreSize memstoreSize)  + MemStoreSize memstoreSize)