You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by "Sergey Evdokimov (JIRA)" <ji...@apache.org> on 2015/04/22 14:24:58 UTC

[jira] [Created] (IGNITE-786) Allow chaining setters for CacheConfiguration and IgniteConfiguration

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)