Searched refs:pushExec (Results 1 – 2 of 2) sorted by relevance
201 ParallelDeviceExecutor<Boolean> pushExec = in testBlockCompareUpdate() local203 pushExec.invokeAll(pushTasks, 0, TimeUnit.MINUTES); in testBlockCompareUpdate()204 if (pushExec.hasErrors()) { in testBlockCompareUpdate()205 throw pushExec.getErrors().get(0); in testBlockCompareUpdate()
403 ParallelDeviceExecutor<Boolean> pushExec = in internalUpdateDevice() local405 pushExec.invokeAll(pushTasks, 0, TimeUnit.MINUTES); in internalUpdateDevice()406 if (pushExec.hasErrors()) { in internalUpdateDevice()407 for (Throwable err : pushExec.getErrors()) { in internalUpdateDevice()416 pushExec.getErrors().get(0), in internalUpdateDevice()