| Modifier and Type | Method and Description |
|---|---|
static TransactionRetryListener.RetryResult |
TransactionRetryListener.RetryResult.valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static TransactionRetryListener.RetryResult[] |
TransactionRetryListener.RetryResult.values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TransactionRetryListener.retryFinished(com.google.cloud.Timestamp transactionStarted,
long transactionId,
int retryAttempt,
TransactionRetryListener.RetryResult result)
Deprecated.
This method is called when a retry has finished.
|
Copyright © 2020 Google LLC. All rights reserved.