RetryStatistics

public class RetryStatistics
extends Object

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


Struktura zawierająca statystyki sesji ponownego próby dla 1 IRemoteTest. W zależności od RetryStrategy nie wszystkie pola mogą być wypełnione.

Podsumowanie

Fieldsem

public mAttemptIsolationCost

public long mRetryFailure

public long mRetrySuccess

public long mRetryTime

Konstruktory publiczne

RetryStatistics()

Metody publiczne

static final RetryStatistics aggregateStatistics( stats)

Metoda pomocnicza służąca do agregowania statystyk z kilku prób.

static long isolationCostPerAttempt(int attempt, stats)

Fieldsem

mAttemptIsolationCost

public  mAttemptIsolationCost

mRetryFailure

public long mRetryFailure

mRetrySuccess

public long mRetrySuccess

mRetryTime

public long mRetryTime

Konstruktory publiczne

RetryStatistics

public RetryStatistics ()

Metody publiczne

aggregateStatistics

public static final RetryStatistics aggregateStatistics ( stats)

Metoda pomocnicza służąca do agregowania statystyk z kilku prób.

Parametry
stats

Zwroty
RetryStatistics

isolationCostPerAttempt

public static long isolationCostPerAttempt (int attempt, 
                 stats)

Parametry
attempt int

stats

Zwroty
long