In this talk the core Infinispan developers Sanne Grinovero, Mircea Markus and Pete Muir take the audience through a deep dive into Infinispan. This code-centric talk will cover:
Configuring and setting up a data grid
Making use of eviction and expiry to control how much is stored in memory
Making use of write-through and write-behind persistence, as well as passivation/overflow
The eventing API to figure out what's going on in your grid
Using JMX hooks to manage and monitor your grid
Using the Group API to ensure entries are colocated
Making use of distributed code execution and map/reduce APIs
Interacting with Infinispan from Spring and CDI
Benchmarking Infinispan using RadarGun, and using RadarGun to tune your Infinispan setup
All in the context of building, testing and deploying a real application.