0 Replies Latest reply on May 9, 2014 11:34 AM by smohanan

    Implementing dataflow system

    smohanan

      I am currently trying to implement a dataflow transactional system in infinispan by making a custom hash class for a distributed system that would store the object in the node that does the "put" command. I know that the DataLocality class will be used (as that tells you whether a key is assigned to a local node) but I having a tough time figuring how to make the custom hash class. I was wondering if anyone had any knowledge in doing something similar and could give me some advice on getting me in the right path?

       

      Thank you for your time