public class WANClient extends WANClient
WANClient.Lock| Modifier and Type | Field and Description |
|---|---|
protected static com.gemstone.gemfire.cache.Cache |
xmlCache |
ITERATIONS, killing, lastEventReceivedTime, QUOTES_REGION_NAME, REGION_NAME, serverAlive, TRADES_REGION_NAME, workLock| Constructor and Description |
|---|
WANClient() |
| Modifier and Type | Method and Description |
|---|---|
static void |
initPeerGateway()
Initializes a peer cache using using the
CacheClientPrms to generate the CacheCreation object. |
static void |
initServerGateway()
Initializes a gateway server cache using the
CacheServerPrms to generate the CacheCreation object. |
static void |
startCacheServer() |
static void |
startPeerGateway() |
static void |
startServerGateway() |
static void |
startServerGatewayWithCacheServer()
Starts a cacheServer using the
CacheServerPrms to generate the cache.xml. |
static void |
stopCacheServer() |
checkInvalidKeys, checkKeyRegionEntries, checkWriterRegionContentsEmpty, clientPutSequentialKeysTask, clientValidateSequentialKeysTask, closeCache, closeEdgeClientCacheTask, closeMLServerCacheTask, closePeerCacheRandomKeysTask, closePeerCacheTask, closeServerCacheRandomKeysTask, closeServerCacheTask, createAndStartGatewayHubTask, createCache, createGatewayHub, createLocatorTask, createRegion, createSequentialKeysUsingPutAllTask, destroyRandomEntriesTask, endNoKillZone, HydraCloseTask_regionSizeToBB, HydraEndTask_regionSizesEqual, initCQClientTask, initEdgeClientCacheTask, initMLEdgeClientCacheTask, initMLServerCacheTask, initPdxDiskStore, initPeerCacheTask, initSecurityPeerCacheTask, initSecurityServerCacheTask, initServerCacheTask, killClient, killGatewayHub, killServer, mentionReferenceInBlackboard, notifyFarEnd, notifyNearEnd, populateRegionTask, print, printKeyListTask, printMLTask, printSequentialKeysTask, printTask, putSequentialKeysTask, putSequentialKeysTaskForInValid, putSequentialKeysTaskForReader, putSequentialKeysTaskForValid, putSequentialKeysTaskForWriter, putSequentialKeysWithBytesTask, putSequentialKeysWithDrainTask, putSequentialKeyUsingPutAll, putTask, quoteFeederTask, readerDestroyAllKeysTask, recycleServer, restartComponent, restartServer, startAndConnectLocatorTask, startBridgeServer, startGatewayHub, startGatewayHubTask, startKillZone, startNoKillZone, startQueueMonitor, stopLocatorTask, tradeBurstFeederTask, tradeFeederTask, updateBBandCloseServerCacheTask, updateEntries, validateEventsReceived, validateInvalidSequentialKeysTask, validateMLTask, validateReaderWanSiteEntriesTask, validateSequentialKeysCQTask, validateSequentialKeysTask, validateTask, validateValidSequentialKeysTask, validateWriterWanSiteEntriesTask, waitForEvents, waitForFarEnd, waitForListenerSilence, waitForNearEnd, waitForQueuesToDrain, writerDestroyCreatedKeysTaskpublic static void initPeerGateway()
CacheClientPrms to generate the CacheCreation object.
This is subsequently used by startPeerGateway to create the cacheXmlFile use use by the test.public static void startPeerGateway()
public static void initServerGateway()
CacheServerPrms to generate the CacheCreation object.
This is subsequently used by startServerGatewayWithCacheServer to create the cacheXmlFile use use by cacheserver.public static void startServerGateway()
public static void startServerGatewayWithCacheServer()
CacheServerPrms to generate the cache.xml.public static void startCacheServer()
public static void stopCacheServer()
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.