Uses of Class
com.identityworksllc.iiq.common.threads.PooledWorkerResults
-
Packages that use PooledWorkerResults Package Description com.identityworksllc.iiq.common.query -
-
Uses of PooledWorkerResults in com.identityworksllc.iiq.common.query
Methods in com.identityworksllc.iiq.common.query that return PooledWorkerResults Modifier and Type Method Description PooledWorkerResults<Map<String,Object>>
QueryUtil. parallelIterateQuery(IterateQueryOptions inputs, int threads)
Iterates over a query in parallel, making a call to the defined callback in the input options.
-