Chapter 6. Spreading the Load
In addition to the distributed data storage, Hazelcast also provides us with an ability to share the computational power in the form of a distributed executor. In this chapter, we shall study the following topics:
- The distributed executor service
- Using futures for response retrieval
- Single-node and multinode tasks
- Forcing the location of an execution
- Aligning data with compute
- In-place processing of map data