Uses of Class
org.apache.flink.streaming.api.functions.sink.legacy.TwoPhaseCommitSinkFunction
Packages that use TwoPhaseCommitSinkFunction
-
Uses of TwoPhaseCommitSinkFunction in org.apache.flink.streaming.api.functions.sink.legacy
Methods in org.apache.flink.streaming.api.functions.sink.legacy that return TwoPhaseCommitSinkFunctionModifier and TypeMethodDescriptionprotected 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.