Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Complete
-
1.4 M1 (Dijkstra)
-
Spring + GemFire 7.0.2
Description
Currently, the org.springframework.data.gemfire.GemfireRepository class creates temporary callback objects (GemfireCallback) delegating to the GemfireRepository.execute(:GemfireCallback) method.
Each user-defined, GemfireRepository extension created by an application is backed by the SDG SimpleGemfireRepository base class as well as the GemfireTemplate, potentially causing a large number of temporary callback objects being created based on an applications usage pattern with the Repository.