public class RecyclePrms extends BasePrms
| Modifier and Type | Field and Description |
|---|---|
static Long |
edgeCacheConfig
An entry in
CachePrms.names giving the cache configuration. |
static Long |
edgeRegionConfig
An entry in
RegionPrms.names giving the region configuration. |
static Long |
interestResultPolicy
(String)
Type of InterestResultPolicy to use in registerInterest call.
|
static Long |
isRegionNamesDefined
(boolean(s))
Whether the names for regions to be created are specified in conf file or not.
|
static Long |
numberOfEntitiesInRegion
Number of entities in region
|
static Long |
numberOfRootRegions
Number of Regions
|
static Long |
recycleModeIsAHardKill
Recycle mode is a kill or disconnect?
|
static Long |
regionDepth
Region depth
|
static Long |
sleepBetweenCycles
Sleep secs before recycling, default is 120 secs
|
| Constructor and Description |
|---|
RecyclePrms() |
| Modifier and Type | Method and Description |
|---|---|
static String |
generateNames(String prefix,
int n,
int m,
boolean useComma)
Same as
#generateNames(String,int,int) but comma-separates the
names if asked. |
static String |
getEdgeCacheConfig()
Returns the value of
edgeCacheConfig, or null if it is not set. |
static String |
getEdgeRegionConfig()
Returns the value of
edgeRegionConfig, or null if it is not set. |
static com.gemstone.gemfire.cache.InterestResultPolicy |
getInterestResultPolicy() |
static String |
getString(Long key)
Returns the string at the given key, checking task attributes as well as
the regular configuration hashtable.
|
static boolean |
isRecycleModeHardKill() |
static boolean |
isRegionNamesDefined() |
dumpKeys, keyForName, nameForKey, setValues, tab, tasktabpublic static Long sleepBetweenCycles
public static Long numberOfRootRegions
public static Long numberOfEntitiesInRegion
public static Long regionDepth
public static Long isRegionNamesDefined
public static Long interestResultPolicy
public static Long recycleModeIsAHardKill
public static Long edgeCacheConfig
CachePrms.names giving the cache configuration.public static Long edgeRegionConfig
RegionPrms.names giving the region configuration.public static com.gemstone.gemfire.cache.InterestResultPolicy getInterestResultPolicy()
public static String getEdgeCacheConfig()
edgeCacheConfig, or null if it is not set.HydraConfigException - if not found in CachePrms.names.public static String getEdgeRegionConfig()
edgeRegionConfig, or null if it is not set.HydraConfigException - if not found in RegionPrms.names.public static boolean isRecycleModeHardKill()
public static boolean isRegionNamesDefined()
public static String getString(Long key)
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.