Uses of Interface
org.springframework.data.gemfire.GemfireCallback
Packages that use GemfireCallback
-
Uses of GemfireCallback in org.springframework.data.gemfire
Methods in org.springframework.data.gemfire with parameters of type GemfireCallbackModifier and TypeMethodDescription<T> TGemfireOperations.execute(GemfireCallback<T> action) Execute the action specified by the given action object within a Region.<T> TGemfireOperations.execute(GemfireCallback<T> action, boolean exposeNativeRegion) Execute the action specified by the given action object within a Region.<T> TGemfireTemplate.execute(GemfireCallback<T> action) Executes the given data access operation defined by theGemfireCallbackin the context of Apache Geode.<T> TGemfireTemplate.execute(GemfireCallback<T> action, boolean exposeNativeRegion) Executes the given data access operation defined by theGemfireCallbackin the context of Apache Geode.