ParallelDeviceExecutor

public class ParallelDeviceExecutor
extends Object

java.lang.Object
   ↳ com.android.tradefed.util.executor.ParallelDeviceExecutor<V>


ERROR(/ExecutorService) 的包裝函式,用於平行執行函式。

摘要

公用建構函式

ParallelDeviceExecutor(int poolSize)

公用方法

getErrors()

執行所有工作執行期間的錯誤清單。

boolean hasErrors()

無論是否發生錯誤。

invokeAll( callableTasks, long timeout, TimeUnit unit)

透過逾時限制叫用所有 ERROR(/Callable)

公用建構函式

ParallelDeviceExecutor

public ParallelDeviceExecutor (int poolSize)

參數
poolSize int

公用方法

getErrors

public  getErrors ()

執行所有工作執行期間的錯誤清單。

傳回

hasErrors

public boolean hasErrors ()

無論是否發生錯誤。

傳回
boolean

叫用所有

public  invokeAll ( callableTasks, 
                long timeout, 
                TimeUnit unit)

透過逾時限制叫用所有 ERROR(/Callable)

參數
callableTasks :工作清單。

timeout long:要套用的逾時時間;零則代表無限制。

unit TimeUnit:逾時單位。

傳回
每個可呼叫工作的結果清單。