Package | Description |
---|---|
com.google.cloud.spanner.jdbc |
Modifier and Type | Method and Description |
---|---|
static TransactionRetryListener.RetryResult |
TransactionRetryListener.RetryResult.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TransactionRetryListener.RetryResult[] |
TransactionRetryListener.RetryResult.values()
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)
This method is called when a retry has finished.
|
Copyright © 2019 Google LLC. All rights reserved.