Class CustomSinkOperatorUidHashes
java.lang.Object
org.apache.flink.streaming.api.datastream.CustomSinkOperatorUidHashes
This class is responsible to hold operator Uid hashes from the common operators of the sink. With
this, users can recover a sink snapshot that did not bind uids to the operator before changing
the topology.
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final CustomSinkOperatorUidHashesDefault instance providing no custom sink operator hashes. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()Creates a builder to constructCustomSinkOperatorUidHashes.
-
Field Details
-
DEFAULT
Default instance providing no custom sink operator hashes.
-
-
Method Details
-
builder
Creates a builder to constructCustomSinkOperatorUidHashes. -
getWriterUidHash
-
getCommitterUidHash
-
getGlobalCommitterUidHash
-