Package | Description |
---|---|
org.springframework.data.gemfire |
Package providing integration of
GemFire
with Spring concepts.
|
Modifier and Type | Method and Description |
---|---|
<T> T |
GemfireOperations.execute(GemfireCallback<T> action)
Execute the action specified by the given action object within a Region.
|
<T> T |
GemfireTemplate.execute(GemfireCallback<T> action) |
<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,
boolean exposeNativeRegion) |
Copyright © 2011–2019 Pivotal Software, Inc.. All rights reserved.