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 6DA2510B6A for ; Thu, 17 Apr 2014 20:08:38 +0000 (UTC) Received: (qmail 34807 invoked by uid 500); 17 Apr 2014 20:08:30 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 34695 invoked by uid 500); 17 Apr 2014 20:08:27 -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 34564 invoked by uid 99); 17 Apr 2014 20:08:23 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 17 Apr 2014 20:08:23 +0000 Date: Thu, 17 Apr 2014 20:08:23 +0000 (UTC) From: "Carter (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HBASE-10934) Provide HBaseAdminInterface to abstract HBaseAdmin 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-10934?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carter updated HBASE-10934: --------------------------- Status: Patch Available (was: Open) > Provide HBaseAdminInterface to abstract HBaseAdmin > -------------------------------------------------- > > Key: HBASE-10934 > URL: https://issues.apache.org/jira/browse/HBASE-10934 > Project: HBase > Issue Type: Improvement > Components: Client > Reporter: Carter > Priority: Blocker > Labels: patch > Fix For: 0.99.0 > > Attachments: HBASE_10934.patch, HBASE_10934_2.patch, HBASE_10934_3.patch > > > As HBaseAdmin is essentially the administrative API, it would seem to follow Java best practices to provide an interface to access it instead of requiring applications to use the raw object. > I am proposing (and would be happy to develop): > * A new interface, HBaseAdminInterface, that captures the signatures of the API (HBaseAdmin will implement this interface) > * A new method, HConnection.getHBaseAdmin(), that returns an instance of the interface -- This message was sent by Atlassian JIRA (v6.2#6252)