Class StreamGraphUserHashHasher

java.lang.Object
org.apache.flink.streaming.api.graph.StreamGraphUserHashHasher
All Implemented Interfaces:
StreamGraphHasher

public class StreamGraphUserHashHasher extends Object implements StreamGraphHasher
StreamGraphHasher that works with user provided hashes. This is useful in case we want to set (alternative) hashes explicitly, e.g. to provide a way of manual backwards compatibility between versions when the mechanism of generating hashes has changed in an incompatible way.