You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Anoop Sam John (JIRA)" <ji...@apache.org> on 2015/04/29 14:39:08 UTC

[jira] [Comment Edited] (HBASE-13358) Upgrade VisibilityClient API to accept Connection object.

    [ https://issues.apache.org/jira/browse/HBASE-13358?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14519273#comment-14519273 ] 

Anoop Sam John edited comment on HBASE-13358 at 4/29/15 12:39 PM:
------------------------------------------------------------------

nit on Javadoc
Instead of adding like 
Use {@code VisibilityClient.addLabel(Connection,String)} instead. in javadoc, 
go with
{@link #addLabel(Connection,String)}  (?)
Similar way in other methods as well.


was (Author: anoop.hbase):
nit on Javadoc
Instead of adding like 
Use {@code VisibilityClient.addLabel(Connection,String)} instead. in javadoc, 
go with
{@link #addLabel(Connection,String)}  (?)

> Upgrade VisibilityClient API to accept Connection object.
> ---------------------------------------------------------
>
>                 Key: HBASE-13358
>                 URL: https://issues.apache.org/jira/browse/HBASE-13358
>             Project: HBase
>          Issue Type: Improvement
>            Reporter: Srikanth Srungarapu
>            Assignee: Matt Warhaftig
>            Priority: Minor
>             Fix For: 2.0.0
>
>         Attachments: HBASE-13358.patch, HBASE-13358_v2.patch, HBASE-13358_v3.patch
>
>
> From VisibilityClient class:
> {code}
>   // TODO: Make it so caller passes in a Connection rather than have us do this expensive
>     // setup each time.  This class only used in test and shell at moment though.
> {code}
> Basically, this is the VC's counterpart of HBASE-13171. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)