Package google.registry.bsa
Class BsaTransactions
java.lang.Object
google.registry.bsa.BsaTransactions
Helpers for executing JPA transactions for BSA processing.
All mutating transactions for BSA are executed at the TRANSACTION_REPEATABLE_READ
level since the global BsaLock
ensures there is a single writer at any time.
All domain and label queries can use the replica since all processing are snapshot based.
-
Method Summary
Modifier and TypeMethodDescriptionstatic <T> T
static void
static <T> T
bsaTransact
(Callable<T> work)
-
Method Details
-
bsaTransact
-
bsaTransact
-
bsaQuery
-