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 ?

Reply via email to