public class ForcedDiscUtil extends Object
| Constructor and Description |
|---|
ForcedDiscUtil() |
| Modifier and Type | Method and Description |
|---|---|
static void |
waitForForcedDiscConditions(com.gemstone.gemfire.distributed.DistributedSystem ds,
com.gemstone.gemfire.cache.Cache theCache)
Wait for forced disconnect conditions
1) Cache.isClosed() should be true
2) DistributedSystem.isConnected() should be false
3) Notifier hooks for forced disconnect before and after should complete.
|
static void |
waitForForcedDiscConditions(com.gemstone.gemfire.distributed.DistributedSystem ds,
com.gemstone.gemfire.cache.Cache theCache,
int numRegionsInVm) |
public static void waitForForcedDiscConditions(com.gemstone.gemfire.distributed.DistributedSystem ds,
com.gemstone.gemfire.cache.Cache theCache)
public static void waitForForcedDiscConditions(com.gemstone.gemfire.distributed.DistributedSystem ds,
com.gemstone.gemfire.cache.Cache theCache,
int numRegionsInVm)
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.