Uses of Interface
org.springframework.data.gemfire.GemfireCallback

Packages that use GemfireCallback
org.springframework.data.gemfire Package providing integration of GemFire with Spring concepts. 
 

Uses of GemfireCallback in org.springframework.data.gemfire
 

Methods in org.springframework.data.gemfire with parameters of type GemfireCallback
<T> T
GemfireTemplate.execute(GemfireCallback<T> action)
           
<T> T
GemfireTemplate.execute(GemfireCallback<T> action, boolean exposeNativeRegion)
          Execute the action specified by the given action object within a Region.
 



Copyright © 2010-2011 SpringSource, a division of VMware. All Rights Reserved.