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

パブリック メソッド

getError

public  getErrors ()

すべてのタスクの実行で発生したエラーのリスト。

戻り値

hasErrors

public boolean hasErrors ()

エラーが発生したかどうか。

戻り値
boolean

callAll

public  invokeAll ( callableTasks, 
                long timeout, 
                TimeUnit unit)

タイムアウト制限を指定してすべての ERROR(/Callable) を呼び出します。

パラメータ
callableTasks : タスクのリスト。

timeout long: 適用するタイムアウト。無制限の場合はゼロ。

unit TimeUnit: タイムアウトの単位。

戻り値
各呼び出し可能タスクの結果のリスト。