This tutorial demonstrates how to use embedded GemFire with Local Region.
Region – logical grouping of data, it implements the java.util.Map, data are stored in key value pair
Local Region– no peer to peer activity
Data are hosted privately not visible to other cache member
There are only two files created for this Tutorial; FoodDish (Domain object), EmbeddedGemFireTest entry class
pom.xml
FoodDish
EmbeddedGemFireTest
No comments:
Post a Comment