public class ServerGroupTest extends Object
| Modifier and Type | Field and Description |
|---|---|
protected com.gemstone.gemfire.cache.Region |
extraRegion |
protected int |
numRegions |
protected List<com.gemstone.gemfire.cache.Region> |
regionList |
protected int |
regionNameIndex |
static ServerGroupTest |
testInstance |
| Constructor and Description |
|---|
ServerGroupTest() |
| Modifier and Type | Method and Description |
|---|---|
static void |
HydraTask_initClient1()
Creates and initializes the singleton instance of this test class.
|
static void |
HydraTask_initClient2()
Creates and initializes the singleton instance of this test class.
|
static void |
HydraTask_initServer1()
Creates and initializes the singleton instance of this test class.
|
static void |
HydraTask_initServer2()
Creates and initializes the singleton instance of this test class.
|
static void |
HydraTask_loadExtraRegion()
Put into the region(s) until the size of the vm has reached a certain
percent of tenured heap.
|
static void |
HydraTask_loadPRs()
Put into the PR until the size of the vm has reached a certain
percent of tenured heap.
|
static void |
HydraTask_rebalance()
Run a rebalance.
|
com.gemstone.gemfire.cache.Region |
initializeRegion(String regDescriptName)
Create a region with the given region description name.
|
protected void |
loadUntilTenuredPercent(int percent,
List<com.gemstone.gemfire.cache.Region> regList)
Put into the PR until the tenured heap is the given percent of capacity.
|
public static ServerGroupTest testInstance
protected final int numRegions
protected List<com.gemstone.gemfire.cache.Region> regionList
protected com.gemstone.gemfire.cache.Region extraRegion
protected int regionNameIndex
public static void HydraTask_initClient1()
public static void HydraTask_initClient2()
public static void HydraTask_initServer1()
public static void HydraTask_initServer2()
public com.gemstone.gemfire.cache.Region initializeRegion(String regDescriptName)
regDescriptName - The name of a region description.public static void HydraTask_rebalance()
public static void HydraTask_loadPRs()
public static void HydraTask_loadExtraRegion()
protected void loadUntilTenuredPercent(int percent,
List<com.gemstone.gemfire.cache.Region> regList)
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.