Uses of Class
org.apache.flink.streaming.api.functions.sink.legacy.TwoPhaseCommitSinkFunction
-
Packages that use TwoPhaseCommitSinkFunction Package Description org.apache.flink.streaming.api.functions.sink.legacy -
-
Uses of TwoPhaseCommitSinkFunction in org.apache.flink.streaming.api.functions.sink.legacy
Methods in org.apache.flink.streaming.api.functions.sink.legacy that return TwoPhaseCommitSinkFunction Modifier and Type Method Description protected TwoPhaseCommitSinkFunction<IN,TXN,CONTEXT>TwoPhaseCommitSinkFunction. enableTransactionTimeoutWarnings(double warningRatio)Deprecated.Enables logging of warnings if a transaction's elapsed time reaches a specified ratio of thetransactionTimeout.protected TwoPhaseCommitSinkFunction<IN,TXN,CONTEXT>TwoPhaseCommitSinkFunction. ignoreFailuresAfterTransactionTimeout()Deprecated.If called, the sink will only log but not propagate exceptions thrown inrecoverAndCommit(Object)if the transaction is older than a specified transaction timeout.protected TwoPhaseCommitSinkFunction<IN,TXN,CONTEXT>TwoPhaseCommitSinkFunction. setTransactionTimeout(long transactionTimeout)Deprecated.Sets the transaction timeout.
-