public class UnhealthyUtil extends Object
| Constructor and Description |
|---|
UnhealthyUtil() |
| Modifier and Type | Method and Description |
|---|---|
protected static void |
causeUnhealthiness(ClientVmInfo targetVM,
String unhealthiness,
boolean playDead,
com.gemstone.gemfire.cache.Region controllerRegion)
Cause an alert or forcedDisconnect in the given vm.
|
static void |
causeUnhealthiness(List vmList,
com.gemstone.gemfire.cache.Region controllerRegion)
Cause a changed in the health of target vms.
|
protected static void |
sickAndDeadUnhealthiness(ClientVmInfo targetVM,
com.gemstone.gemfire.cache.Region controllerRegion) |
protected static void |
sickOnlyUnhealthiness(ClientVmInfo targetVM,
com.gemstone.gemfire.cache.Region controllerRegion) |
protected static void |
slowAndDeadUnhealthiness(ClientVmInfo targetVM,
com.gemstone.gemfire.cache.Region controllerRegion) |
protected static void |
slowOnlyUnhealthiness(ClientVmInfo targetVM,
com.gemstone.gemfire.cache.Region controllerRegion) |
public static void causeUnhealthiness(List vmList, com.gemstone.gemfire.cache.Region controllerRegion)
protected static void causeUnhealthiness(ClientVmInfo targetVM, String unhealthiness, boolean playDead, com.gemstone.gemfire.cache.Region controllerRegion)
targetVM - The vm to become unhealthy in some way.unhealthiness - Either "sick" or "slow".playDead - Either true (for playDead) or false (not dead).protected static void slowOnlyUnhealthiness(ClientVmInfo targetVM, com.gemstone.gemfire.cache.Region controllerRegion)
protected static void sickOnlyUnhealthiness(ClientVmInfo targetVM, com.gemstone.gemfire.cache.Region controllerRegion)
protected static void slowAndDeadUnhealthiness(ClientVmInfo targetVM, com.gemstone.gemfire.cache.Region controllerRegion)
protected static void sickAndDeadUnhealthiness(ClientVmInfo targetVM, com.gemstone.gemfire.cache.Region controllerRegion)
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.