public abstract class CacheUtils extends DistributedSystemUtils
Cache、CacheFactory、GemFireCache、Region、ClientCache、ClientCacheFactory、DistributedSystem、GemFireCacheImpl, DistributedSystemUtilsSpringUtils.OrderedBeanWrapper<T>, SpringUtils.ValueReturningThrowableOperation<T>, SpringUtils.VoidReturningExceptionThrowingOperation, SpringUtils.VoidReturningThrowableOperation| 修飾子と型 | フィールドと説明 |
|---|---|
static StringSE | DEFAULT_POOL_NAME |
DEFAULT_CACHE_SERVER_PORT, DEFAULT_LOCATOR_PORT, DURABLE_CLIENT_ID_PROPERTY_NAME, DURABLE_CLIENT_TIMEOUT_PROPERTY_NAME, GEMFIRE_PREFIX, NAME_PROPERTY_NAME| コンストラクターと説明 |
|---|
CacheUtils() |
| 修飾子と型 | メソッドと説明 |
|---|---|
static boolean | close() |
static boolean | close(org.apache.geode.cache.GemFireCache gemfireCache) |
static boolean | close(org.apache.geode.cache.GemFireCache gemfireCache, RunnableSE shutdownHook) |
static boolean | closeCache() |
static boolean | closeClientCache() |
static org.apache.geode.cache.Cache | getCache() |
static org.apache.geode.cache.client.ClientCache | getClientCache() |
static boolean | isClient(org.apache.geode.cache.GemFireCache cache) |
static boolean | isDefaultPool(org.apache.geode.cache.client.Pool pool) |
static boolean | isDefaultPool(StringSE poolName) |
static boolean | isDurable(org.apache.geode.cache.client.ClientCache clientCache) |
static boolean | isNotDefaultPool(org.apache.geode.cache.client.Pool pool) |
static boolean | isNotDefaultPool(StringSE poolName) |
static boolean | isPeer(org.apache.geode.cache.GemFireCache cache) |
static org.apache.geode.cache.GemFireCache | resolveGemFireCache() |
configureDurableClient, getDistributedSystem, getDistributedSystem, getLocator, isConnected, isNotConnectedaddDependsOn, defaultIfEmpty, defaultIfEmpty, defaultIfNull, defaultIfNull, dereferenceBean, equalsIgnoreNull, getBeansOfTypeOrdered, getBeansOfTypeOrdered, getOrder, getOrderedStreamOfBeansByType, getPropertyValue, isMatchingBean, nullOrEquals, nullSafeEquals, nullSafeName, nullSafeSimpleName, nullSafeType, nullSafeType, safeDoOperation, safeDoOperation, safeGetValue, safeGetValue, safeGetValue, safeGetValue, safeRunOperation, safeRunOperation, setPropertyReference, setPropertyValuecloneSE, equalsSE, finalizeSE, getClassSE, hashCodeSE, notifySE, notifyAllSE, toStringSE, waitSE, waitSE, waitSEpublic static boolean isClient(org.apache.geode.cache.GemFireCache cache)
public static boolean isDefaultPool(org.apache.geode.cache.client.Pool pool)
public static boolean isNotDefaultPool(org.apache.geode.cache.client.Pool pool)
public static boolean isDefaultPool(StringSE poolName)
public static boolean isNotDefaultPool(StringSE poolName)
public static boolean isDurable(org.apache.geode.cache.client.ClientCache clientCache)
public static boolean isPeer(org.apache.geode.cache.GemFireCache cache)
public static boolean close()
public static boolean close(org.apache.geode.cache.GemFireCache gemfireCache)
public static boolean close(org.apache.geode.cache.GemFireCache gemfireCache,
RunnableSE shutdownHook)public static boolean closeCache()
public static boolean closeClientCache()
public static org.apache.geode.cache.Cache getCache()
public static org.apache.geode.cache.client.ClientCache getClientCache()
public static org.apache.geode.cache.GemFireCache resolveGemFireCache()
Copyright © 2011–2021 Pivotal Software, Inc.. All rights reserved.