|
Rename Method public attemptRetry() : boolean renamed to public attempt() : boolean in class alluxio.retry.RetryPolicy |
From |
To |
|
Rename Method public attemptRetry() : boolean renamed to public attempt() : boolean in class alluxio.retry.TimeoutRetry |
From |
To |
|
Rename Method public getRetryCount() : int renamed to public getAttemptCount() : int in class alluxio.retry.TimeoutRetry |
From |
To |
|
Rename Method public getRetryCount() : int renamed to public getAttemptCount() : int in class alluxio.retry.CountingRetry |
From |
To |
|
Rename Method public attemptRetry() : boolean renamed to public attempt() : boolean in class alluxio.retry.SleepingRetry |
From |
To |
|
Rename Method public getRetryCount() : int renamed to public getAttemptCount() : int in class alluxio.retry.SleepingRetry |
From |
To |
|
Rename Method public attemptRetry() : boolean renamed to public attempt() : boolean in class alluxio.retry.TimeBoundedRetry |
From |
To |
|
Rename Method public getRetryCount() : int renamed to public getAttemptCount() : int in class alluxio.retry.TimeBoundedRetry |
From |
To |
|
Rename Method public getRetryCount() : int renamed to public getAttemptCount() : int in class alluxio.retry.RetryPolicy |
From |
To |
|
Rename Method public getRetryCount() : int renamed to public getAttemptCount() : int in class alluxio.retry.ExponentialBackoffRetryTest.MockExponentialBackoffRetry |
From |
To |