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