public abstract class GemfireUtils extends RegionUtils
GemfireUtils
は、バージョンやその他の構成メタデータに基づいて Apache Geode または Pivotal GemFire の機能にアクセスするための共通機能をカプセル化する抽象ユーティリティクラスです。CacheFactory
, GemFireVersion
, GemfireFeature
, RegionUtils
SpringUtils.OrderedBeanWrapper<T>, SpringUtils.ValueReturningThrowableOperation<T>, SpringUtils.VoidReturningExceptionThrowingOperation, SpringUtils.VoidReturningThrowableOperation
修飾子と型 | フィールドと説明 |
---|---|
static StringSE | APACHE_GEODE_NAME |
static StringSE | GEMFIRE_NAME |
static StringSE | GEMFIRE_VERSION |
static StringSE | UNKNOWN |
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
コンストラクターと説明 |
---|
GemfireUtils() |
修飾子と型 | メソッドと説明 |
---|---|
static StringSE | apacheGeodeProductName() |
static StringSE | apacheGeodeVersion() |
static boolean | isClassAvailable(StringSE fullyQualifiedClassName) |
static boolean | isGemfireFeatureAvailable(ElementSE element) |
static boolean | isGemfireFeatureAvailable(GemfireFeature feature) |
static boolean | isGemfireFeatureUnavailable(ElementSE element) |
static boolean | isGemfireFeatureUnavailable(GemfireFeature feature) |
static void | main(StringSE... args) |
assertClientRegionShortcutAndPersistentAttributeAreCompatible, assertDataPolicyAndPersistentAttributeAreCompatible, close, isClient, isCloseable, isLocal, toRegionName, toRegionName, toRegionPath, toRegionPath
close, close, close, closeCache, closeClientCache, getCache, getClientCache, isClient, isDefaultPool, isDefaultPool, isDurable, isNotDefaultPool, isNotDefaultPool, isPeer, resolveGemFireCache
configureDurableClient, getDistributedSystem, getDistributedSystem, getLocator, isConnected, isNotConnected
addDependsOn, 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, setPropertyValue
cloneSE, equalsSE, finalizeSE, getClassSE, hashCodeSE, notifySE, notifyAllSE, toStringSE, waitSE, waitSE, waitSE
public static final StringSE GEMFIRE_NAME
public static final StringSE GEMFIRE_VERSION
public static StringSE apacheGeodeProductName()
public static StringSE apacheGeodeVersion()
public static boolean isClassAvailable(StringSE fullyQualifiedClassName)
public static boolean isGemfireFeatureAvailable(GemfireFeature feature)
public static boolean isGemfireFeatureAvailable(ElementSE element)
public static boolean isGemfireFeatureUnavailable(GemfireFeature feature)
public static boolean isGemfireFeatureUnavailable(ElementSE element)
public static void main(StringSE... args)
Copyright © 2011–2021 Pivotal Software, Inc.. All rights reserved.