We could add a method on the ExecutionConfig but mark it as deprecated and explain that it will go away once the interplay of iterations, state and so on is properly figured out.
On Wed, Jun 10, 2015 at 2:36 PM, Ufuk Celebi <u...@apache.org> wrote: > On 10 Jun 2015, at 14:29, Gyula Fóra <gyula.f...@gmail.com> wrote: > >> Max suggested that I add this feature slightly hidden to the execution >> config instance. >> >> The problem then is that I either make a public field in the config or once >> again add a method. >> >> Any ideas? > > I thought about this as well. The only way to add this in a "hidden" way > would be have access to the Configuration instance – which the user does not. > So I think there is no way w/o adding public access.