public class StartupShutdownTest extends Object
| Modifier and Type | Field and Description |
|---|---|
static StartupShutdownTest |
testInstance |
| Constructor and Description |
|---|
StartupShutdownTest() |
| Modifier and Type | Method and Description |
|---|---|
static void |
createLocatorTask()
Creates a (disconnected) locator.
|
static void |
HydraTask_addGatewayHub()
Create gateway hub
|
static void |
HydraTask_createGatewayHub()
Create gateway hub
|
static void |
HydraTask_doContinuousUpdates()
Do continuous updates on existing keys using putAll, catching any exceptions.
|
static void |
HydraTask_doQueries()
Execute customer provided queries
|
static void |
HydraTask_doQueriesDuringShutdown()
Execute customer provided queries
|
static void |
HydraTask_doWanUpdates()
Do updates in wan test.
|
static void |
HydraTask_doWanUpdatesDuringShutDownAll()
Do updates in wan test in a wan site that will undergo shutDownAll.
|
static void |
HydraTask_initClientWithXml() |
static void |
HydraTask_initialize()
Creates and initializes a server or peer.
|
static void |
HydraTask_initializeClient()
Creates and initializes an edge client.
|
static void |
HydraTask_initializeDuringShutDownAll()
Creates and initializes a server or peer with colocated PRs allowing exceptions
due to shutDownAll being called.
|
static void |
HydraTask_initializeProxy()
Creates and initializes a server or peer with all empty or accessor regions.
|
static void |
HydraTask_initializeProxyDuringShutDownAll()
Creates and initializes a server or peer with all empty or accessor regions.
|
static void |
HydraTask_initWithXml() |
static void |
HydraTask_load()
Loads regions with data.
|
static void |
HydraTask_loadXmlRegions()
Loads regions with data.
|
static void |
HydraTask_serversAreBack() |
static void |
HydraTask_shutDownAll()
Task to do a shutdownAll, then start the accessors before the dataStores
to reproduce bug 43899.
|
static void |
HydraTask_shutDownAllDuringRecovery()
Task to do a shutdownAll, then start the accessors before the dataStores
to reproduce bug 43899.
|
static void |
HydraTask_startGatewayHub()
Start gateway hub
|
static void |
HydraTask_startupShutdown()
Task to do a shutDownAll, then restart
|
static void |
HydraTask_startupShutdownWithKill()
Task to run shutdownAll, then kill the vms being shutdown.
|
static void |
HydraTask_verifyFromLeaderSnapshot() |
static void |
HydraTask_verifyRegionSizes()
Verify that we have the expected number of regions and that the regions are of
the expected sizes.
|
static void |
HydraTask_verifyXmlRegionSizes()
Verify that we have the expected number of regions and that the regions are of
the expected sizes for those regions created by customer xml.
|
static void |
HydraTask_verifyXmlRegionSizesAfterRecovery()
Verify that we have the expected number of regions and that the regions are of
the expected sizes for those regions created by customer xml.
|
static void |
HydraTask_verifyXmlRegionSizesForWAN() |
static void |
HydraTask_waitForSilence() |
static void |
HydraTask_waitLongerForSilence() |
static void |
HydraTask_wanShutDownAll()
Task to do a shutdownAll in wan test to reproduce bug 43945.
|
protected static long |
logExecutionNumber()
Log the execution number of this serial task.
|
protected static void |
registerInterest()
Register interest with ALL_KEYS, and InterestPolicyResult = KEYS_VALUES
which is equivalent to a full GII.
|
static void |
startAndConnectLocatorTask()
Connects a locator to its distributed system.
|
void |
verifyFromSnapshot(com.gemstone.gemfire.cache.Region aRegion,
Map regionSnapshot)
Verify that the given region is consistent with the given snapshot.
|
static void |
verifyXmlRegionSize(com.gemstone.gemfire.cache.Region aRegion,
int size,
long expectedSize) |
static void |
verifyXmlRegionSizeForWAN(com.gemstone.gemfire.cache.Region aRegion,
int size,
long expectedSize) |
public static StartupShutdownTest testInstance
public static void HydraTask_initializeClient()
public static void HydraTask_initialize()
public static void HydraTask_initializeDuringShutDownAll()
public static void HydraTask_createGatewayHub()
public static void HydraTask_addGatewayHub()
public static void HydraTask_startGatewayHub()
public static void HydraTask_serversAreBack()
public static void HydraTask_initializeProxy()
public static void HydraTask_verifyFromLeaderSnapshot()
public static void HydraTask_initializeProxyDuringShutDownAll()
public static void createLocatorTask()
public static void startAndConnectLocatorTask()
protected static void registerInterest()
public static void HydraTask_load()
public static void HydraTask_loadXmlRegions()
public static void HydraTask_doContinuousUpdates()
public static void HydraTask_doWanUpdates()
public static void HydraTask_doWanUpdatesDuringShutDownAll()
public static void HydraTask_doQueries()
public static void HydraTask_doQueriesDuringShutdown()
public void verifyFromSnapshot(com.gemstone.gemfire.cache.Region aRegion,
Map regionSnapshot)
aRegion - The region to verifysnapshot - The expected contents of aRegion.public static void HydraTask_shutDownAll()
public static void HydraTask_wanShutDownAll()
public static void HydraTask_shutDownAllDuringRecovery()
public static void HydraTask_verifyRegionSizes()
public static void HydraTask_verifyXmlRegionSizes()
public static void HydraTask_verifyXmlRegionSizesForWAN()
public static void verifyXmlRegionSize(com.gemstone.gemfire.cache.Region aRegion,
int size,
long expectedSize)
public static void verifyXmlRegionSizeForWAN(com.gemstone.gemfire.cache.Region aRegion,
int size,
long expectedSize)
public static void HydraTask_verifyXmlRegionSizesAfterRecovery()
protected static long logExecutionNumber()
public static void HydraTask_waitForSilence()
public static void HydraTask_waitLongerForSilence()
public static void HydraTask_startupShutdown()
public static void HydraTask_startupShutdownWithKill()
public static void HydraTask_initWithXml()
public static void HydraTask_initClientWithXml()
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.