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