Description
Problem
We employed "builder" approach for some configuration classes:
class Configuration {
Configuration setSomething(Something);
}
This is very convenient for users. However, only part of our configs employ this approach.
Task
Let's make sure that all other parts of our API follow this rule.
Attachments
Issue Links
- Is contained by
-
IGNITE-4547 Apache Ignite 2.0 quick and needed tasks
- Resolved
- links to