LastShardDetector

public final class LastShardDetector
extends Object implements ITestInvocationListener

java.lang.Object 中
   ↳ com.android.tradefed.invoker.shard.LastShardDetector


运行本地分片时,有时我们只想对最后一个分片执行某些操作, 达到 invocationEnded(long)。此报告程序允许对它进行检测。

摘要

公共构造函数

LastShardDetector()

公共方法

void invocationEnded(long elapsedTime)

报告调用已终止(无论是成功终止还是由于某些错误) 条件。

boolean isLastShardDone()

如果最后一个分片已调用 invocationEnded(long),则返回 True。

公共构造函数

LastShardDetector

public LastShardDetector ()

公共方法

invocationEnded

public void invocationEnded (long elapsedTime)

报告调用已终止(无论是成功终止还是由于某些错误) 条件。

将由 TradeFederation 框架自动调用。

参数
elapsedTime long:调用所用的时间(以毫秒为单位)

isLastShardDone

public boolean isLastShardDone ()

如果最后一个分片已调用 invocationEnded(long),则返回 True。

返回
boolean