]
Adrian Nistor updated ISPN-5034:
--------------------------------
Status: Pull Request Sent (was: Open)
Git Pull Request:
Non blocking MassIndexer execution
----------------------------------
Key: ISPN-5034
URL:
https://issues.jboss.org/browse/ISPN-5034
Project: Infinispan
Issue Type: Enhancement
Reporter: Gustavo Fernandes
Assignee: Gustavo Fernandes
Currently the MassIndexer can only be run in a blocking way by calling
{{MassIndexer.start()}}
Alternatively, it should be able to return a Future<?> that be can cancelled or
waited for a custom period of time