public class LocalRegionHelper extends Object
| Constructor and Description |
|---|
LocalRegionHelper() |
| Modifier and Type | Method and Description |
|---|---|
static com.gemstone.gemfire.cache.Region |
createSubregion(com.gemstone.gemfire.cache.Region root,
String name,
com.gemstone.gemfire.cache.RegionAttributes attrs,
com.gemstone.gemfire.internal.cache.InternalRegionArguments internalArgs)
A helper for creating a subregion, potentially using a package protected
method to do so.
|
static boolean |
isDestroyedToken(Object o) |
static void |
isHAOverflowFeaturedUsedInPrimaryPutOnShareBB()
Varifies that HAOverflow feature is used in primary server
and toogle flag in shared black board |
static boolean |
isInvalidToken(Object o) |
static boolean |
isLocalInvalidToken(Object o) |
static void |
isOverflowUsedOnBridge()
Varifies that overflow used in server
|
public static boolean isInvalidToken(Object o)
public static boolean isLocalInvalidToken(Object o)
public static boolean isDestroyedToken(Object o)
public static com.gemstone.gemfire.cache.Region createSubregion(com.gemstone.gemfire.cache.Region root,
String name,
com.gemstone.gemfire.cache.RegionAttributes attrs,
com.gemstone.gemfire.internal.cache.InternalRegionArguments internalArgs)
throws com.gemstone.gemfire.cache.CacheException
root - the parent regionname - the name of the subregion to createattrs - the attributes used to create the subregioninternalArgs - if not null, then use the package protected creation mechanismcom.gemstone.gemfire.cache.CacheExceptionRegion.createSubregion(String, RegionAttributes),
LocalRegion.createSubregion(String, RegionAttributes, InternalRegionArguments)public static void isHAOverflowFeaturedUsedInPrimaryPutOnShareBB()
public static void isOverflowUsedOnBridge()
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.