Uses of Class
org.apache.flink.streaming.api.datastream.CustomSinkOperatorUidHashes.SinkOperatorUidHashesBuilder
Packages that use CustomSinkOperatorUidHashes.SinkOperatorUidHashesBuilder
-
Uses of CustomSinkOperatorUidHashes.SinkOperatorUidHashesBuilder in org.apache.flink.streaming.api.datastream
Methods in org.apache.flink.streaming.api.datastream that return CustomSinkOperatorUidHashes.SinkOperatorUidHashesBuilderModifier and TypeMethodDescriptionCustomSinkOperatorUidHashes.builder()Creates a builder to constructCustomSinkOperatorUidHashes.CustomSinkOperatorUidHashes.SinkOperatorUidHashesBuilder.setCommitterUidHash(String committerUidHash) Sets the uid hash of the committer operator used to recover state.CustomSinkOperatorUidHashes.SinkOperatorUidHashesBuilder.setGlobalCommitterUidHash(String globalCommitterUidHash) Sets the uid hash of the global committer operator used to recover state.CustomSinkOperatorUidHashes.SinkOperatorUidHashesBuilder.setWriterUidHash(String writerUidHash) Sets the uid hash of the writer operator used to recover state.