Search code examples
javadistributed-cachinggemfire

Gemfire region synchronization


I am using gemfire and currently have a client and a server. Now, the server dinamically creates some subregions in a region and puts some objects in there. I am trying to retrieve the objects with the client but I can't see the objects or the subregions. How can I synchronize the regions? Is there anything else I can do?


Solution

  • FYI, you need to use the DynamicRegionFactory for creating distributed dynamic regions. The gemfire docs were pretty clear on that one.