Uses of Interface
com.google.cloud.spanner.connection.TransactionRetryListener
-
Packages that use TransactionRetryListener Package Description com.google.cloud.spanner.connection Internal API for Google Cloud Spanner. -
-
Uses of TransactionRetryListener in com.google.cloud.spanner.connection
Methods in com.google.cloud.spanner.connection that return types with arguments of type TransactionRetryListener Modifier and Type Method Description Iterator<TransactionRetryListener>Connection. getTransactionRetryListeners()Methods in com.google.cloud.spanner.connection with parameters of type TransactionRetryListener Modifier and Type Method Description voidConnection. addTransactionRetryListener(TransactionRetryListener listener)Add aTransactionRetryListenerto thisConnectionfor testing and logging purposes.booleanConnection. removeTransactionRetryListener(TransactionRetryListener listener)Removes one existingTransactionRetryListenerfrom thisConnection, if it is present (optional operation).
-