Uses of Class
org.apache.flink.connector.jdbc.xa.XaFacade.TransientXaException
-
Packages that use XaFacade.TransientXaException Package Description org.apache.flink.connector.jdbc.xa Provides exactly-once JDBC sink implementation using Java XA transactions API (JTA). -
-
Uses of XaFacade.TransientXaException in org.apache.flink.connector.jdbc.xa
Methods in org.apache.flink.connector.jdbc.xa that throw XaFacade.TransientXaException Modifier and Type Method Description voidXaFacade. commit(Xid xid, boolean ignoreUnknown)Commit previously prepared transaction.voidXaFacade. failAndRollback(Xid xid)End transaction asfailed; in case of error, try to roll it back.Collection<Xid>XaFacade. recover()Note: this can block on some non-MVCC databases if there are ended not prepared transactions.voidXaFacade. rollback(Xid xid)Rollback previously prepared transaction.
-