You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Enis Soztutar (JIRA)" <ji...@apache.org> on 2016/03/21 21:54:25 UTC

[jira] [Created] (HBASE-15505) ReplicationPeerConfig should be builder-style

Enis Soztutar created HBASE-15505:
-------------------------------------

             Summary: ReplicationPeerConfig should be builder-style
                 Key: HBASE-15505
                 URL: https://issues.apache.org/jira/browse/HBASE-15505
             Project: HBase
          Issue Type: Sub-task
            Reporter: Enis Soztutar
             Fix For: 2.0.0


Similar to HTD, HCD, {{ReplicationPeerConfig}} should be builder-style: 

{code}
ReplicationPeerConfig().setFoo(foo).setBar(bar); 
{code}

See {{TestHTableDescriptor.testClassMethodsAreBuilderStyle()}}. 



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