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 0DDBC9AFB for ; Wed, 15 Aug 2012 21:31:39 +0000 (UTC) Received: (qmail 61550 invoked by uid 500); 15 Aug 2012 21:31:38 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 61476 invoked by uid 500); 15 Aug 2012 21:31:38 -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 61455 invoked by uid 99); 15 Aug 2012 21:31:38 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 15 Aug 2012 21:31:38 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 2C33B2C5BE0 for ; Wed, 15 Aug 2012 21:31:38 +0000 (UTC) Date: Thu, 16 Aug 2012 08:31:38 +1100 (NCT) From: "stack (JIRA)" To: issues@hbase.apache.org Message-ID: <1109338675.16270.1345066298181.JavaMail.jiratomcat@arcas> In-Reply-To: <166863030.4083.1344893078286.JavaMail.jiratomcat@arcas> Subject: [jira] [Commented] (HBASE-6569) Extract HStore interface from Store 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-6569?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13435550#comment-13435550 ] stack commented on HBASE-6569: ------------------------------ The Interface should have been called ColumnFamily? Mind if I change it Jesse? > Extract HStore interface from Store > ----------------------------------- > > Key: HBASE-6569 > URL: https://issues.apache.org/jira/browse/HBASE-6569 > Project: HBase > Issue Type: Sub-task > Affects Versions: 0.96.0 > Reporter: Jesse Yates > Assignee: Jesse Yates > Fix For: 0.96.0 > > Attachments: 6569-v3.patch, java_HBASE-6569-v0.patch > > > Currently Store.java is a top-level class. However, we need to to use the same interface for snapshots (HBASE-6055), and potentially other uses-cases as well, but subclassing is 'dirty' given the amount of state that a Store currently builds up on instantiation. > For snapshots, we just need to modify the Store actions slightly, making a composition with interface inheritance design very appealing (meaning we need an interface for Store). -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira