Searched refs:pushTasks (Results 1 – 2 of 2) sorted by relevance
182 List<Callable<Boolean>> pushTasks = new ArrayList<>(); in testBlockCompareUpdate() local185 pushTasks.add( in testBlockCompareUpdate()202 new ParallelDeviceExecutor<Boolean>(pushTasks.size()); in testBlockCompareUpdate()203 pushExec.invokeAll(pushTasks, 0, TimeUnit.MINUTES); in testBlockCompareUpdate()
383 List<Callable<Boolean>> pushTasks = new ArrayList<>(); in internalUpdateDevice() local387 pushTasks.add( in internalUpdateDevice()404 new ParallelDeviceExecutor<Boolean>(pushTasks.size()); in internalUpdateDevice()405 pushExec.invokeAll(pushTasks, 0, TimeUnit.MINUTES); in internalUpdateDevice()