Gemfire JavaDocs
Package org.apache.geode.modules.util
Class RegionHelper
- java.lang.Object
-
- org.apache.geode.modules.util.RegionHelper
-
public class RegionHelper extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
NAME
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Region
createRegion(Cache cache, RegionConfiguration configuration)
static java.lang.String
generateCacheXml(Cache cache)
static java.lang.String
getRebalanceResultsMessage(RebalanceResults results)
static RebalanceResults
rebalanceCache(GemFireCache cache)
static void
validateRegion(Cache cache, RegionConfiguration configuration, Region region)
-
-
-
Field Detail
-
NAME
public static final java.lang.String NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
createRegion
public static Region createRegion(Cache cache, RegionConfiguration configuration)
-
validateRegion
public static void validateRegion(Cache cache, RegionConfiguration configuration, Region region)
-
rebalanceCache
public static RebalanceResults rebalanceCache(GemFireCache cache) throws java.util.concurrent.CancellationException, java.lang.InterruptedException
- Throws:
java.util.concurrent.CancellationException
java.lang.InterruptedException
-
generateCacheXml
public static java.lang.String generateCacheXml(Cache cache)
-
getRebalanceResultsMessage
public static java.lang.String getRebalanceResultsMessage(RebalanceResults results)
-
-