Enis Soztutar created HBASE-12046:
-------------------------------------
Summary: HTD/HCD setters should be builder-style
Key: HBASE-12046
URL: https://issues.apache.org/jira/browse/HBASE-12046
Project: HBase
Issue Type: Sub-task
Reporter: Enis Soztutar
Assignee: Enis Soztutar
Fix For: 2.0.0, 0.99.1
Similar to Scan / Get, etc constructs, HTD and HCD setters and add'ers should
return this from the method, so that objects can be constructed in a builder
style:
{code}
Foo foo =
new Foo()
.setBar()
.setBaz()
{code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)