public class ClientHelper
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static java.util.Set |
getActiveServers(com.gemstone.gemfire.cache.Region region) |
static com.gemstone.gemfire.cache.DynamicRegionFactory.Config |
getDynamicRegionConfig(java.io.File diskDir,
RegionDescription regionDescription,
boolean persistBackup,
boolean registerInterest) |
static com.gemstone.gemfire.cache.client.internal.PoolImpl |
getPool(com.gemstone.gemfire.cache.Region region) |
static int |
getRetryInterval(com.gemstone.gemfire.cache.Region region) |
static void |
release(com.gemstone.gemfire.cache.Region region) |
public static com.gemstone.gemfire.cache.client.internal.PoolImpl getPool(com.gemstone.gemfire.cache.Region region)
public static java.util.Set getActiveServers(com.gemstone.gemfire.cache.Region region)
public static int getRetryInterval(com.gemstone.gemfire.cache.Region region)
public static void release(com.gemstone.gemfire.cache.Region region)
region - public static com.gemstone.gemfire.cache.DynamicRegionFactory.Config getDynamicRegionConfig(java.io.File diskDir,
RegionDescription regionDescription,
boolean persistBackup,
boolean registerInterest)
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.