public class RebalancePrms extends BasePrms
| Modifier and Type | Field and Description |
|---|---|
static java.lang.Long |
actionDelaySecs
(int) actionDelaySecs (killTargetVm.conf will use this for killing the
the rebalancer VM after processing the rebalancingStarted event.
|
static java.lang.Long |
actionRequired
(boolean) Whether data is required to move during rebalancing.
|
static java.lang.Long |
extraCacheServerArgs
(String[]) An array of Strings of the extraArgs to be passed in to the
CacheServer VM when invoked via
hydra.CacheServerHelper.startCacheServer()
|
static java.lang.Long |
hashKeyLimit
(int) The limit of the number of hashCodes that can be used for HashKeys.
|
static java.lang.Long |
localMaxMemory
(int) The local max memory setting for the PR.
|
static java.lang.Long |
numKeys
(int) The number of keys to load.
|
static java.lang.Long |
numRegions
(int) numRegions (for multipleRegions and/or colocatedWith testing)
Defaults to 1.
|
static java.lang.Long |
rebalanceAction
(String) Action (cancel or kill) to perform at point targetEvent
during Rebalance.
|
static java.lang.Long |
resourceObserver
(String) Class name of the InternalResourceManager.ResourceObserver
to install on the cache.
|
static java.lang.Long |
targetEvent
(String) Which ResourceObserver event triggers a test action.
|
static java.lang.Long |
useHashKey
(boolean) If true, then use HashKey to put to create uneven buckets.
|
static java.lang.Long |
verifyBalance
(boolean) Whether or not to verify RebalanceResults (isBalanceImproved).
|
static java.lang.Long |
waitForNetworkDrop
(boolean) Whether or not to to wait for networkDropComplete
prior to returning from RebalanceTest.HydraTask_rebalance.
|
| Constructor and Description |
|---|
RebalancePrms() |
| Modifier and Type | Method and Description |
|---|---|
static int |
getActionDelaySecs() |
static java.lang.String[] |
getExtraCacheServerArgs() |
static int |
getHashKeyLimit() |
static java.lang.String |
getLocalMaxMemory() |
static int |
getNumKeys() |
static int |
getNumRegions() |
static java.lang.String |
getRebalanceAction() |
static com.gemstone.gemfire.internal.cache.control.InternalResourceManager.ResourceObserver |
getResourceObserver() |
static java.lang.String |
getTargetEvent() |
static boolean |
getUseHashKey() |
static boolean |
verifyBalance() |
static boolean |
waitForNetworkDrop() |
dumpKeys, keyForName, nameForKey, setValues, tab, tasktabpublic static java.lang.Long extraCacheServerArgs
public static java.lang.Long verifyBalance
public static java.lang.Long waitForNetworkDrop
public static java.lang.Long resourceObserver
public static java.lang.Long numRegions
public static java.lang.Long actionDelaySecs
public static java.lang.Long targetEvent
public static java.lang.Long numKeys
public static java.lang.Long useHashKey
public static java.lang.Long hashKeyLimit
public static java.lang.Long localMaxMemory
public static java.lang.Long rebalanceAction
public static java.lang.Long actionRequired
public static java.lang.String[] getExtraCacheServerArgs()
public static boolean verifyBalance()
public static boolean waitForNetworkDrop()
public static com.gemstone.gemfire.internal.cache.control.InternalResourceManager.ResourceObserver getResourceObserver()
public static int getNumRegions()
public static int getActionDelaySecs()
public static java.lang.String getTargetEvent()
public static int getNumKeys()
public static boolean getUseHashKey()
public static int getHashKeyLimit()
public static java.lang.String getLocalMaxMemory()
public static java.lang.String getRebalanceAction()
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.