Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如果模式定义只有属性级别的比较, Flink-CEP 是否使用hashCode()andequals()进行比较?
hashCode()
equals()
我问是因为我不能保证hashCode()正确性。
在我看来,Flink 使用 Equals() 和 hashcode() 来比较事件。我总是通过按command + N然后选择等于和哈希码方法在 IntelliJ 中创建这些方法。