Hello,

Setters in org.apache.ignite.configuration.CacheConfiguration return void,
may be they should return instance of CacheConfiguration (return this) to
allow create CacheConfiguration by chain call of setters. For example:
CacheConfiguration cfg = new
CacheConfiguration().setBackups(1).setCacheMode(REPLICATED);

javax.cache.configuration.MutableConfiguration uses same approach, all
setters return "this".

Does anyone have any objections?

Reply via email to