Uses of Interface
com.github.sttk.sabi.AsyncGroup
-
Uses of AsyncGroup in com.github.sttk.sabi
Methods in com.github.sttk.sabi with parameters of type AsyncGroupModifier and TypeMethodDescriptionvoidDataConn.commit(AsyncGroup ag) Commits changes made through this connection.default voidDataConn.onTxnFailure(AsyncGroup ag, List<TxnFailureReport> reports) Notifies this connection of a transaction failure with detailed failure reports.default voidDataConn.postCommit(AsyncGroup ag) Performs post-commit operations after all connections in a transaction have successfully committed.default voidDataConn.preCommit(AsyncGroup ag) Prepares this connection for commit prior to the main commit phase.voidDataConn.rollback(AsyncGroup ag) Rolls back changes made through this connection.voidDataSrc.setup(AsyncGroup ag) Sets up this data source.