재시도통계

public class RetryStatistics
extends Object

java.lang.Object
com.android.tradefed.retry.RetryStatistics


하나의 IRemoteTest 재시도 세션에 대한 통계를 보유하는 구조입니다. RetryStrategy 에 따라 모든 필드가 채워지지 않을 수도 있습니다.

요약

필드

public mAttemptIsolationCost

public long mRetryFailure

public long mRetrySuccess

public long mRetryTime

공개 생성자

RetryStatistics ()

공개 메소드

static final RetryStatistics aggregateStatistics ( stats) aggregateStatistics ( stats)

여러 재시도의 통계를 집계하는 도우미 메서드입니다.

static long isolationCostPerAttempt (int attempt, stats) isolationCostPerAttempt (int attempt, stats)

필드

mattemptIsolationCost

public  mAttemptIsolationCost

m재시도실패

public long mRetryFailure

m재시도성공

public long mRetrySuccess

mRetryTime

public long mRetryTime

공개 생성자

재시도통계

public RetryStatistics ()

공개 메소드

집계통계

public static final RetryStatistics aggregateStatistics ( stats)

여러 재시도의 통계를 집계하는 도우미 메서드입니다.

매개변수
stats

보고
RetryStatistics

격리 시도당 비용

public static long isolationCostPerAttempt (int attempt, 
                 stats)

매개변수
attempt int

stats

보고
long