Sergey Evdokimov created IGNITE-786:
---------------------------------------
Summary: Allow chaining setters for CacheConfiguration and IgniteConfiguration
Key: IGNITE-786
URL:
https://issues.apache.org/jira/browse/IGNITE-786 Project: Ignite
Issue Type: Task
Reporter: Sergey Evdokimov
Assignee: Yakov Zhdanov
Priority: Minor
Fix For: sprint-5
Setters in CacheConfiguration and IgniteConfiguration should return "this" instance to allow using following code style:
{code:java}
CacheConfiguration cfg = new CacheConfiguration().setBackups(1).setCacheMode(REPLICATED);
{code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)