Uses of Enum
com.google.cloud.spanner.connection.TransactionRetryListener.RetryResult
Packages that use TransactionRetryListener.RetryResult
-
Uses of TransactionRetryListener.RetryResult in com.google.cloud.spanner.connection
Methods in com.google.cloud.spanner.connection that return TransactionRetryListener.RetryResultModifier and TypeMethodDescriptionReturns 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.Methods in com.google.cloud.spanner.connection with parameters of type TransactionRetryListener.RetryResultModifier and TypeMethodDescriptionvoidTransactionRetryListener.retryFinished(com.google.cloud.Timestamp transactionStarted, long transactionId, int retryAttempt, TransactionRetryListener.RetryResult result) This method is called when a retry has finished.voidTransactionRetryListenerImpl.retryFinished(com.google.cloud.Timestamp transactionStarted, long transactionId, int retryAttempt, TransactionRetryListener.RetryResult result)