You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Nick Dimiduk (JIRA)" <ji...@apache.org> on 2016/06/13 18:48:30 UTC

[jira] [Created] (HBASE-16014) Get and Put constructor argument lists are divergent

Nick Dimiduk created HBASE-16014:
------------------------------------

             Summary: 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
            Reporter: Nick Dimiduk


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.4#6332)