[
https://issues.apache.org/jira/browse/IGNITE-786?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Artem Shutak resolved IGNITE-786.
---------------------------------
Resolution: Fixed
> 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: Artem Shutak
> 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)