Return-Path: X-Original-To: apmail-hbase-issues-archive@www.apache.org Delivered-To: apmail-hbase-issues-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id C011C17A00 for ; Fri, 3 Apr 2015 09:46:53 +0000 (UTC) Received: (qmail 10696 invoked by uid 500); 3 Apr 2015 09:46:53 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 10642 invoked by uid 500); 3 Apr 2015 09:46:53 -0000 Mailing-List: contact issues-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@hbase.apache.org Received: (qmail 10631 invoked by uid 99); 3 Apr 2015 09:46:53 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 03 Apr 2015 09:46:53 +0000 Date: Fri, 3 Apr 2015 09:46:53 +0000 (UTC) From: "ramkrishna.s.vasudevan (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-13387) Add ServerCell an extension to Cell MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HBASE-13387?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14394255#comment-14394255 ] ramkrishna.s.vasudevan commented on HBASE-13387: ------------------------------------------------ And the case of the KeyValueCodecs - where we write a Cell. Here again we need to know if a cell is byte[] backed or BB backed. > Add ServerCell an extension to Cell > ----------------------------------- > > Key: HBASE-13387 > URL: https://issues.apache.org/jira/browse/HBASE-13387 > Project: HBase > Issue Type: Sub-task > Components: regionserver, Scanners > Reporter: Anoop Sam John > Assignee: Anoop Sam John > Attachments: WIP_ServerCell.patch > > > This came in btw the discussion abt the parent Jira and recently Stack added as a comment on the E2E patch on the parent Jira. > The idea is to add a new Interface 'ServerCell' in which we can add new buffer based getter APIs, hasArray API etc. We will keep this interface @InterfaceAudience.Private > Also we have to change the timestamp and seqId on Cells in server side. We have added new interfaces SettableSequenceId, SettableTimestamp for this. Now if we can add a ServerCell we can add the setter APIs there. -- This message was sent by Atlassian JIRA (v6.3.4#6332)