[
https://issues.apache.org/jira/browse/IGNITE-786?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Yakov Zhdanov updated IGNITE-786:
---------------------------------
Fix Version/s: (was: sprint-5)
sprint-4
> 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-4
>
>
> 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)