Extending AbstractComputation

2013-12-23 Thread Pushparaj Motamari
Hi, The class we write extending AbstractComputation, is instantiated one per worker? Thanks Pushparaj

Re: Extending AbstractComputation

2013-12-23 Thread Peter Grman
I don't know the exact logic, maybe somebody who does could elaborate on that, but I noticed that it was used multiple times for different Nodes, I would think that it is used as a pool to minimize the number of object created, am I right here? The question I would add, can it be that the compute