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 2BD831153A for ; Thu, 28 Aug 2014 16:50:10 +0000 (UTC) Received: (qmail 96292 invoked by uid 500); 28 Aug 2014 16:50:10 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 96256 invoked by uid 500); 28 Aug 2014 16:50:10 -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 96242 invoked by uid 99); 28 Aug 2014 16:50:09 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 28 Aug 2014 16:50:09 +0000 Date: Thu, 28 Aug 2014 16:50:09 +0000 (UTC) From: "Carter (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HBASE-11797) Create Table interface to replace HTableInterface 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-11797?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carter updated HBASE-11797: --------------------------- Attachment: HBASE_11797_v3.patch > Create Table interface to replace HTableInterface > ------------------------------------------------- > > Key: HBASE-11797 > URL: https://issues.apache.org/jira/browse/HBASE-11797 > Project: HBase > Issue Type: Bug > Reporter: Carter > Assignee: Carter > Attachments: HBASE_11797.patch, HBASE_11797_v2.patch, HBASE_11797_v3.patch > > > Basically doing this: > {code} > interface Table { > // get, put related stuff > } > @Deprecated > interface HTableInterface extends Table { > // users are encouraged to use the new Table interface > } > class HTable extends Table { > // all HTable constructors are deprecated > // Users are not encouraged to see this class > } > {code} > I'm proposing that in this JIRA I move everything from HTableInterface to Table except the following: > * Anything deprecated > * Anything @InterfaceAudience.Private ({{coprocessorService(...)}} and {{batchCoprocessorService(...)}}) -- This message was sent by Atlassian JIRA (v6.2#6252)