This means that you can send small entry processor instead of sending a large object instance to a remote node. For example, in the code you provided you send an entry processor that increments the value. Now imagine that it increments a value of one the fields in an object with 100 fields. In this case you will avoid sending the whole object across network, which will reduce network traffic and improve performance.
Essentially, you are sending computations to the data, but not other way around, like in classic client-server architecture. Makes sense? -Val -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Caused-by-class-org-apache-ignite-binary-BinaryInvalidTypeException-tp4311p4581.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.
