I agree that there is a lack of functionality here, I will create a ticket to address that. However, closure broadcast should do the trick:
You can broadcast an IgniteCallable to all cache nodes and run a local SQL query (see setLocal method on the Query object) to limit your result set only to the entries local for the node. After transformation/aggregation of the entries you will return the results which will be transferred to the caller. -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Closure-method-on-a-Cache-Query-tp456p457.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.
