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 1E6C3200D55 for ; Sat, 9 Dec 2017 16:19:10 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 1D02E160C28; Sat, 9 Dec 2017 15:19: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 96797160C03 for ; Sat, 9 Dec 2017 16:19:08 +0100 (CET) Received: (qmail 31128 invoked by uid 500); 9 Dec 2017 15:19:04 -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 30801 invoked by uid 99); 9 Dec 2017 15:19:04 -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; Sat, 09 Dec 2017 15:19:04 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 90275E945C; Sat, 9 Dec 2017 15:19:03 +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: Sat, 09 Dec 2017 15:19:29 -0000 Message-Id: <41f8942c013e4cbe986285fe6683dc5e@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [28/51] [partial] hbase-site git commit: Published site at . archived-at: Sat, 09 Dec 2017 15:19:10 -0000 http://git-wip-us.apache.org/repos/asf/hbase-site/blob/e23b49ba/devapidocs/org/apache/hadoop/hbase/ExtendedCell.html ---------------------------------------------------------------------- diff --git a/devapidocs/org/apache/hadoop/hbase/ExtendedCell.html b/devapidocs/org/apache/hadoop/hbase/ExtendedCell.html index 5066209..c481f4d 100644 --- a/devapidocs/org/apache/hadoop/hbase/ExtendedCell.html +++ b/devapidocs/org/apache/hadoop/hbase/ExtendedCell.html @@ -18,7 +18,7 @@ catch(err) { } //--> -var methods = {"i0":6,"i1":18,"i2":6,"i3":6,"i4":6}; +var methods = {"i0":18,"i1":18,"i2":18,"i3":6,"i4":6,"i5":6,"i6":18,"i7":18}; var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],4:["t3","Abstract Methods"],16:["t5","Default Methods"]}; var altColor = "altColor"; var rowColor = "rowColor"; @@ -101,24 +101,19 @@ var activeTableTab = "activeTableTab";
  • All Superinterfaces:
    -
    Cell, Cloneable, HeapSize, RawCell, SettableSequenceId, SettableTimestamp
    +
    Cell, Cloneable, HeapSize, RawCell
    All Known Implementing Classes:
    -
    BufferedDataBlockEncoder.OffheapDecodedCell, BufferedDataBlockEncoder.OnheapDecodedCell, ByteBufferChunkCell, ByteBufferKeyValue, IndividualBytesFieldCell, KeyValue, KeyValue.KeyOnlyKeyValue, MapReduceCell, NoTagByteBufferChunkCell, NoTagsByteBufferKeyValue, NoTagsKeyValue, PrivateCellUtil.TagRewriteByteBufferCell, PrivateCellUtil.TagRewriteCell, PrivateCellUtil.ValueAndTagRewriteByteBufferCell, PrivateCellUtil.ValueAndTagRewriteCell, SizeCachedKeyValue, SizeCachedNoTagsKeyValue
    +
    BufferedDataBlockEncoder.OffheapDecodedCell, BufferedDataBlockEncoder.OnheapDecodedCell, ByteBufferChunkCell, ByteBufferKeyValue, IndividualBytesFieldCell, KeyValue, KeyValue.KeyOnlyKeyValue, MapReduceCell, NoTagByteBufferChunkCell, NoTagsByteBufferKeyValue, NoTagsKeyValue, PrivateCellUtil.EmptyByteBufferCell, PrivateCellUtil.EmptyCell, PrivateCellUtil.FirstOnRowByteBufferCell, PrivateCellUtil.FirstOnRowCell, PrivateCellUtil.FirstOnRowColByteBufferCell, PrivateCellUtil.FirstOnRowColCell, PrivateCellUtil.FirstOnRowColTSByteBufferCell, PrivateCellUtil.FirstOnRowColTSCell, PrivateCellUtil.FirstOnRowDeleteFamilyCell, PrivateCellUtil.LastOnRowByteBufferCell, PrivateCellUtil.LastOnRowCell, PrivateCellUtil.LastOnRowColByteBufferCell, PrivateCellUtil.LastOnRowColCell, PrivateCellUtil.TagRewriteByteBufferCell, PrivateCellUtil.TagRewriteCell, PrivateCellUtil.ValueAndTagRewriteByteBufferCell, PrivateCellUtil.ValueAndTagRewriteCell, SizeCachedKeyValue, SizeCachedNoTagsKeyValue


    @InterfaceAudience.Private
    -public interface ExtendedCell
    -extends RawCell, SettableSequenceId, SettableTimestamp, HeapSize, Cloneable
    +public interface ExtendedCell +extends RawCell, HeapSize, Cloneable
    Extension to Cell with server side required functions. Server side Cell implementations must implement this.
    -
    -
    See Also:
    -
    SettableSequenceId, -SettableTimestamp
    -
  • @@ -164,7 +159,7 @@ extends Method and Description -ExtendedCell +default ExtendedCell deepClone()
    Does a deep copy of the contents to a new memory area and returns it as a new cell.
    @@ -177,18 +172,36 @@ extends -int +default int getSerializedSize(boolean withTags)  void +setSequenceId(long seqId) +
    Sets with the given seqId.
    + + + +void +setTimestamp(byte[] ts) +
    Sets with the given timestamp.
    + + + +void +setTimestamp(long ts) +
    Sets with the given timestamp.
    + + + +default void write(ByteBuffer buf, int offset)
    Write this Cell into the given buf's offset in a KeyValue format.
    - -int + +default int write(OutputStream out, boolean withTags)
    Write this cell to an OutputStream in a KeyValue format.
    @@ -210,20 +223,6 @@ extends getFamilyArray, getFamilyLength, getFamilyOffset, getQualifierArray, getQualifierLength, getQualifierOffset, getRowArray, getRowLength, getRowOffset, getSequenceId, getTagsArray, getTagsLength, getTagsOffset, getTimestamp, getTypeByte, getValueArray, getValueLength, getValueOffset - -