public class HAClientQueue extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_DELAY_FOR_DISPATCHER_START |
static boolean |
lastKeyReceived
Boolean to indicate that 'last_key' put by feeder has been received by
client
|
protected static com.gemstone.gemfire.cache.client.internal.PoolImpl |
mypool |
protected static String |
REGION_NAME |
| Constructor and Description |
|---|
HAClientQueue() |
| Modifier and Type | Method and Description |
|---|---|
static void |
initCacheClient()
Initializes the test region in the cache client VM and registers
interest.
|
static void |
initCacheClientWithConflation()
Task used for client Q conflation tests.
|
static void |
initCacheServer()
Initializes the test region in the cache server VM.
|
static void |
initCQClient()
Initializes the test region in the cache client VM and registers a CQ
|
static void |
killClient()
Kill the clients
|
static void |
registerInterestOnArbitraryKey()
Registers the interest on an arbitrary key other than test-keys set.
|
static void |
sendClientReadyForEvents()
Task for clients to sent ready for events (for durable clients)
|
static void |
unregisterInterestOnArbitraryKey()
Unregisters the interest on an arbitrary key other than test-keys set.
|
static void |
verifyDataInRegion() |
static void |
waitForLastKeyReceivedAtClient() |
protected static com.gemstone.gemfire.cache.client.internal.PoolImpl mypool
protected static final String REGION_NAME
public static volatile boolean lastKeyReceived
public static final String DEFAULT_DELAY_FOR_DISPATCHER_START
public static void initCacheServer()
public static void initCacheClient()
public static void sendClientReadyForEvents()
public static void initCacheClientWithConflation()
public static void initCQClient()
public static void registerInterestOnArbitraryKey()
public static void unregisterInterestOnArbitraryKey()
public static void waitForLastKeyReceivedAtClient()
public static void verifyDataInRegion()
public static void killClient()
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.