IgniteFuture is an interface to pass the control upon an action completion. But the action can be long running, and may have some intermediate completion stages, e.g. data loading action progress can be measured as loaded data percentage. May it make sense to have an IgniteFuture subclass like IgniteProgressableFuture with method #getProgress() : double ?
- A Future with intermediate progress? Ivan Veselovskiy
- Re: A Future with intermediate progress? Pavel Tupitsyn
- Re: A Future with intermediate progress? Yakov Zhdanov
