Sink
, SupportsCommitter
and SupportsPostCommitTopology
instead.@Experimental @Deprecated public interface WithPostCommitTopology<InputT,CommT> extends TwoPhaseCommittingSink<InputT,CommT>, SupportsPostCommitTopology<CommT>
Committer
.
It is recommended to use immutable committables because mutating committables can have unexpected side-effects.
TwoPhaseCommittingSink.PrecommittingSinkWriter<InputT,CommT>
Sink.InitContext, Sink.InitContextWrapper
createCommitter, createCommitter
createWriter, createWriter
getCommittableSerializer
addPostCommitTopology
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.