public abstract class GemfireUtils extends DistributedSystemUtils
DistributedSystemUtils| Modifier and Type | Field and Description |
|---|---|
static String |
GEMFIRE_VERSION |
DEFAULT_CACHE_SERVER_PORT, DEFAULT_LOCATOR_PORT| Constructor and Description |
|---|
GemfireUtils() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
closeCache() |
static boolean |
closeClientCache() |
static com.gemstone.gemfire.cache.Cache |
getCache() |
static com.gemstone.gemfire.cache.client.ClientCache |
getClientCache() |
static boolean |
isGemfireVersion65OrAbove() |
static boolean |
isGemfireVersion7OrAbove() |
static boolean |
isGemfireVersion8OrAbove() |
static boolean |
isGemfireVersionGreaterThanEqual(double expectedVersion) |
static void |
main(String... args) |
getDistributedSystem, isConnected, isNotConnectedpublic static final String GEMFIRE_VERSION
public static boolean closeCache()
public static boolean closeClientCache()
public static com.gemstone.gemfire.cache.Cache getCache()
public static com.gemstone.gemfire.cache.client.ClientCache getClientCache()
public static boolean isGemfireVersionGreaterThanEqual(double expectedVersion)
public static boolean isGemfireVersion65OrAbove()
public static boolean isGemfireVersion7OrAbove()
public static boolean isGemfireVersion8OrAbove()
public static void main(String... args)