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 5E54E200C37 for ; Sun, 19 Mar 2017 23:03:51 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 5CEC5160B7D; Sun, 19 Mar 2017 22:03:51 +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 A583B160B6D for ; Sun, 19 Mar 2017 23:03:50 +0100 (CET) Received: (qmail 57387 invoked by uid 500); 19 Mar 2017 22:03:49 -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 57376 invoked by uid 99); 19 Mar 2017 22:03:49 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 19 Mar 2017 22:03:49 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id 4012CC028B for ; Sun, 19 Mar 2017 22:03:49 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 0.651 X-Spam-Level: X-Spam-Status: No, score=0.651 tagged_above=-999 required=6.31 tests=[RP_MATCHES_RCVD=-0.001, SPF_NEUTRAL=0.652] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id 7SBz6IRgbkXJ for ; Sun, 19 Mar 2017 22:03:44 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id 61AE35FAE7 for ; Sun, 19 Mar 2017 22:03:44 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id AA93FE05B1 for ; Sun, 19 Mar 2017 22:03:43 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 60DBB254CD for ; Sun, 19 Mar 2017 22:03:42 +0000 (UTC) Date: Sun, 19 Mar 2017 22:03:42 +0000 (UTC) From: "stack (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-16014) Get and Put constructor argument lists are divergent MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Sun, 19 Mar 2017 22:03:51 -0000 [ https://issues.apache.org/jira/browse/HBASE-16014?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15931985#comment-15931985 ] stack commented on HBASE-16014: ------------------------------- +1 In general, I'd be in favor of less-variants but making the two types align is good enough reason for this change. > Get and Put constructor argument lists are divergent > ---------------------------------------------------- > > Key: HBASE-16014 > URL: https://issues.apache.org/jira/browse/HBASE-16014 > Project: HBase > Issue Type: Bug > Affects Versions: 2.0.0 > Reporter: Nick Dimiduk > Assignee: brandboat > Fix For: 2.0.0 > > Attachments: HBASE-16014.master.001.patch, HBASE-16014_v0.patch, HBASE-16014_v1.patch, HBASE-16014_v2.patch > > > API for construing Get and Put objects for a specific rowkey is quite different. [Put|http://hbase.apache.org/apidocs/org/apache/hadoop/hbase/client/Put.html#constructor_summary] supports many more variations for specifying the target rowkey and timestamp compared to [Get|http://hbase.apache.org/apidocs/org/apache/hadoop/hbase/client/Get.html#constructor_summary]. Notably lacking are {{Get(byte[], int, int)}} and {{Get(ByteBuffer)}} variations. -- This message was sent by Atlassian JIRA (v6.3.15#6346)