Hi, Does overriding equals method in my CustomKey class has any relevance in cache.put and cache.get ? When I checked, they were not getting executed while put and get.
Also I understand that ignite does not want us to override of equals method in Binary Objects. Is there any way to override this? Suppose I have multiple CustomKeys that implement BinaryObject, then it would have been benefical if I could just use theys keys to get results diffrently. For eg: A custom key has an equals method that checks for a field to be equal to 0 and for another key has an equals method that checks for a field to be equal to 1. When I tried, custom key to BinaryObjectEx casting exception was being thrown. -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/
