Constructor and Description |
---|
GemfireFunctions() |
Modifier and Type | Method and Description |
---|---|
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.GemFireCache,org.apache.geode.cache.Region<K,V>> |
getRegionFromCache(String regionName) |
static <K,V> Function<org.apache.geode.cache.Region<?,?>,org.apache.geode.cache.Region<K,V>> |
getSubregionFromRegion(String regionName) |
@NonNull public static <K,V> Function<org.apache.geode.cache.GemFireCache,org.apache.geode.cache.Region<K,V>> getRegionFromCache(String regionName)
@NonNull public static <K,V> Supplier<org.apache.geode.cache.Region<K,V>> getRegionFromCache(@NonNull org.apache.geode.cache.GemFireCache cache, String regionName)
Copyright © 2011–2023 Pivotal Software, Inc.. All rights reserved.