Uses of Interface
org.springframework.data.gemfire.GemfireCallback
-
Uses of GemfireCallback in org.springframework.data.gemfire
Modifier and TypeMethodDescription<T> T
GemfireOperations.execute
(GemfireCallback<T> action) Execute the action specified by the given action object within a Region.<T> T
GemfireOperations.execute
(GemfireCallback<T> action, boolean exposeNativeRegion) Execute the action specified by the given action object within a Region.<T> T
GemfireTemplate.execute
(GemfireCallback<T> action) Executes the given data access operation defined by theGemfireCallback
in the context of Apache Geode.<T> T
GemfireTemplate.execute
(GemfireCallback<T> action, boolean exposeNativeRegion) Executes the given data access operation defined by theGemfireCallback
in the context of Apache Geode.