I don't think this makes sense. How would you measure progress of cache
put? Does anyone need that?
On the opposite, I agree that it would be nice to have future that is able
to notify user on primaries updated, then on backups update, but again
there were no requests for that.
--Yakov
2015-10-14 16:50 GMT+03:00 Ivan Veselovskiy <
[hidden email]>:
> 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 ?
>