Class GemfireFunctions
java.lang.Object
org.springframework.data.gemfire.support.GemfireFunctions
Abstract class defining useful Java
Functions
for Apache Geode- Since:
- 2.7.0
- See Also:
-
Function
GemFireCache
Region
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic <K,
V> Function<org.apache.geode.cache.GemFireCache, org.apache.geode.cache.Region<K, V>> getRegionFromCache
(String regionName) static <K,
V> Supplier<org.apache.geode.cache.Region<K, V>> getRegionFromCache
(org.apache.geode.cache.GemFireCache cache, String regionName) static <K,
V> Function<org.apache.geode.cache.Region<?, ?>, org.apache.geode.cache.Region<K, V>> getSubregionFromRegion
(String regionName)
-
Constructor Details
-
GemfireFunctions
public GemfireFunctions()
-
-
Method Details
-
getRegionFromCache
-
getRegionFromCache
-
getSubregionFromRegion
-