You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Srikanth Srungarapu (JIRA)" <ji...@apache.org> on 2015/03/29 08:50:52 UTC

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

Srikanth Srungarapu created HBASE-13358:
-------------------------------------------

             Summary: 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
            Priority: Minor


>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)