public abstract class DistributedSystemUtils extends SpringUtils
GemFireCache、DistributedSystem、DistributionConfig、InternalDistributedSystem、DistributionLocatorSpringUtils.OrderedBeanWrapper<T>, SpringUtils.ValueReturningThrowableOperation<T>, SpringUtils.VoidReturningExceptionThrowingOperation, SpringUtils.VoidReturningThrowableOperation| 修飾子と型 | フィールドと説明 |
|---|---|
static int | DEFAULT_CACHE_SERVER_PORT |
static int | DEFAULT_LOCATOR_PORT |
static StringSE | DURABLE_CLIENT_ID_PROPERTY_NAME |
static StringSE | DURABLE_CLIENT_TIMEOUT_PROPERTY_NAME |
static StringSE | GEMFIRE_PREFIX |
static StringSE | NAME_PROPERTY_NAME |
| コンストラクターと説明 |
|---|
DistributedSystemUtils() |
| 修飾子と型 | メソッドと説明 |
|---|---|
static PropertiesSE | configureDurableClient(PropertiesSE gemfireProperties, StringSE durableClientId, IntegerSE durableClientTimeout) |
static <T extends org.apache.geode.distributed.DistributedSystem> | getDistributedSystem() |
static <T extends org.apache.geode.distributed.DistributedSystem> | getDistributedSystem(org.apache.geode.cache.GemFireCache gemfireCache) |
static <T extends org.apache.geode.distributed.Locator> | getLocator() |
static boolean | isConnected(org.apache.geode.distributed.DistributedSystem distributedSystem) |
static boolean | isNotConnected(org.apache.geode.distributed.DistributedSystem distributedSystem) |
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, setPropertyValuecloneSE, equalsSE, finalizeSE, getClassSE, hashCodeSE, notifySE, notifyAllSE, toStringSE, waitSE, waitSE, waitSEpublic static final int DEFAULT_CACHE_SERVER_PORT
public static final int DEFAULT_LOCATOR_PORT
public static final StringSE DURABLE_CLIENT_ID_PROPERTY_NAME
public static final StringSE DURABLE_CLIENT_TIMEOUT_PROPERTY_NAME
public static PropertiesSE configureDurableClient(PropertiesSE gemfireProperties, StringSE durableClientId, IntegerSE durableClientTimeout)
public static boolean isConnected(org.apache.geode.distributed.DistributedSystem distributedSystem)
public static boolean isNotConnected(org.apache.geode.distributed.DistributedSystem distributedSystem)
public static <T extends org.apache.geode.distributed.DistributedSystem> T getDistributedSystem()
public static <T extends org.apache.geode.distributed.DistributedSystem> T getDistributedSystem(org.apache.geode.cache.GemFireCache gemfireCache)
public static <T extends org.apache.geode.distributed.Locator> T getLocator()
Copyright © 2011–2021 Pivotal Software, Inc.. All rights reserved.